From 07fdc66af46acb3d1c7caff368ea8f647ede4022 Mon Sep 17 00:00:00 2001 From: Andy Jordan <2226434+andyleejordan@users.noreply.github.com> Date: Fri, 24 Jan 2025 16:36:12 -0800 Subject: [PATCH 1/4] Blank commit to fix OneBranch through PR validation From 235ddeec3a9b0967d07f1e50e272efa71529e48d Mon Sep 17 00:00:00 2001 From: GitOps Date: Fri, 12 Sep 2025 18:02:22 +0000 Subject: [PATCH 2/4] Inventory drift --- es-metadata.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 es-metadata.yml diff --git a/es-metadata.yml b/es-metadata.yml new file mode 100644 index 0000000..88c3f86 --- /dev/null +++ b/es-metadata.yml @@ -0,0 +1,8 @@ +schemaVersion: 0.0.1 +isProduction: true +accountableOwners: + service: cef1de07-99d6-45df-b907-77d0066032ec +routing: + defaultAreaPath: + org: msazure + path: One\MGMT\Compute\Powershell\Powershell From 672bac2ed7cb0b508c8674f2866e48d1f5c5dc4e Mon Sep 17 00:00:00 2001 From: Dependabot Date: Fri, 12 Dec 2025 22:03:10 +0000 Subject: [PATCH 3/4] [SECURITY] Bump dotnet-sdk from 8.0.300 to 8.0.318 Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 8.0.300 to 8.0.318. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](https://github.com/dotnet/sdk/compare/v8.0.300...v8.0.318) --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index ee4995e..72f7879 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.300", + "version": "8.0.318", "rollForward": "latestFeature", "allowPrerelease": false } From f7ee988938b0df3dc9488e81187ad8a7dfaf6414 Mon Sep 17 00:00:00 2001 From: GitOps Date: Fri, 19 Dec 2025 08:38:40 +0000 Subject: [PATCH 4/4] Update EsMetadata schema versions to 1.0.0 --- es-metadata.yml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/es-metadata.yml b/es-metadata.yml index 88c3f86..6d8d35a 100644 --- a/es-metadata.yml +++ b/es-metadata.yml @@ -1,8 +1,12 @@ -schemaVersion: 0.0.1 -isProduction: true -accountableOwners: - service: cef1de07-99d6-45df-b907-77d0066032ec -routing: - defaultAreaPath: - org: msazure - path: One\MGMT\Compute\Powershell\Powershell +schemaVersion: 1.0.0 +providers: +- provider: InventoryAsCode + version: 1.0.0 + metadata: + isProduction: true + accountableOwners: + service: cef1de07-99d6-45df-b907-77d0066032ec + routing: + defaultAreaPath: + org: msazure + path: One\MGMT\Compute\Powershell\Powershell