From 3f7c5a988cb2d07248bc3fff12c356c33ee9500e Mon Sep 17 00:00:00 2001 From: Ben Verhees Date: Fri, 10 Nov 2023 10:28:22 +0100 Subject: [PATCH 1/6] Update typo in deployment short name --- src/repository/resourcetypes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/repository/resourcetypes.json b/src/repository/resourcetypes.json index 63fb81f0..569e974c 100644 --- a/src/repository/resourcetypes.json +++ b/src/repository/resourcetypes.json @@ -5173,7 +5173,7 @@ "optional": "UnitDept", "exclude": "Org,Function", "property": "", - "ShortName": "deloy", + "ShortName": "deploy", "scope": "resource group", "lengthMin": "1", "lengthMax": "64", From 76cdcd82a06fc9daa06d996d092a7451b6245a97 Mon Sep 17 00:00:00 2001 From: Bryan Soltis Date: Wed, 13 Mar 2024 14:21:16 -0500 Subject: [PATCH 2/6] Update docker-publish.yml - Updated Docker Build Action --- .github/workflows/docker-publish.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 2e9701c6..701eeabf 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -41,9 +41,10 @@ jobs: # https://github.com/sigstore/cosign-installer - name: Install cosign if: github.event_name != 'pull_request' - uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0 - with: - cosign-release: 'v1.13.1' + uses: sigstore/cosign-installer@v3.3.0 + # uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0 + #with: + # cosign-release: 'v1.13.1' # Workaround: https://github.com/docker/build-push-action/issues/461 From 9350bec2fabc48a3a1d92abe72fed937272e5ecb Mon Sep 17 00:00:00 2001 From: Bryan Soltis Date: Wed, 13 Mar 2024 14:25:10 -0500 Subject: [PATCH 3/6] Update docker-publish.yml --- .github/workflows/docker-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 701eeabf..d3315084 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -14,6 +14,7 @@ on: tags: [ 'v*.*.*' ] pull_request: branches: [ "main" ] + workflow_dispatch: env: # Use docker.io for Docker Hub if empty From abf3e5917145bdf7538d3b12d13fb06c5c0a151e Mon Sep 17 00:00:00 2001 From: Abdullah Miah <16797541+captainhook@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:45:46 +0100 Subject: [PATCH 4/6] fix: App Service Plan shortname aligned to CAF --- src/repository/resourcetypes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/repository/resourcetypes.json b/src/repository/resourcetypes.json index 63fb81f0..14e05ab5 100644 --- a/src/repository/resourcetypes.json +++ b/src/repository/resourcetypes.json @@ -6218,7 +6218,7 @@ "optional": "UnitDept", "exclude": "Org,Function", "property": "", - "ShortName": "plan", + "ShortName": "asp", "scope": "resource group", "lengthMin": "1", "lengthMax": "40", From b23f7d605dc822e1c05de0bde989caf18c245540 Mon Sep 17 00:00:00 2001 From: Jason Masten Date: Fri, 21 Jun 2024 09:36:01 -0400 Subject: [PATCH 5/6] Reduced short name to 5 characters --- src/repository/resourcetypes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/repository/resourcetypes.json b/src/repository/resourcetypes.json index 569e974c..797746d7 100644 --- a/src/repository/resourcetypes.json +++ b/src/repository/resourcetypes.json @@ -5173,7 +5173,7 @@ "optional": "UnitDept", "exclude": "Org,Function", "property": "", - "ShortName": "deploy", + "ShortName": "dploy", "scope": "resource group", "lengthMin": "1", "lengthMax": "64", From 0d53da053ddc627c6784f86d5d4f403c5c8ef58d Mon Sep 17 00:00:00 2001 From: Bryan Soltis Date: Fri, 21 Jun 2024 08:52:28 -0500 Subject: [PATCH 6/6] Update configurationfileversions.json - Updated several resource types parameters. --- src/configurationfileversions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configurationfileversions.json b/src/configurationfileversions.json index 045cc4b8..d29c1d72 100644 --- a/src/configurationfileversions.json +++ b/src/configurationfileversions.json @@ -1,4 +1,4 @@ { - "resourcetypes": "1.0.1", + "resourcetypes": "1.1.0", "resourcelocations": "2.2.0" -} \ No newline at end of file +}