From b9f7f42a8688e4fc35121524e9fc3c2c7ce36fb7 Mon Sep 17 00:00:00 2001 From: Jan Faurskov <22591930+jfaurskov@users.noreply.github.com> Date: Wed, 27 Nov 2024 08:44:02 +0100 Subject: [PATCH 1/3] Initial commit --- .github/workflows/unit-test-arm-templates.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/unit-test-arm-templates.yml b/.github/workflows/unit-test-arm-templates.yml index a15921523..054e748fc 100644 --- a/.github/workflows/unit-test-arm-templates.yml +++ b/.github/workflows/unit-test-arm-templates.yml @@ -50,6 +50,9 @@ jobs: with: owner: 'Azure' repository: 'arm-ttk' + - name: Remove unwanted tests + run: | + rm ./arm-ttk/arm-ttk/testcases/deploymentTemplate/Template-Should-Not-Contain-Blanks.test.ps1 - name: Test Modified ARM templates id: run_tests if: steps.changed-arm-files.outputs.any_changed == 'true' From c6c6c79c120b5e0b38983d1cf199d2a11bdb4409 Mon Sep 17 00:00:00 2001 From: Jan Faurskov <22591930+jfaurskov@users.noreply.github.com> Date: Wed, 27 Nov 2024 08:47:53 +0100 Subject: [PATCH 2/3] test --- .../arm/ServerErrors_3c550d9c-8276-4a61-b0cf-ef437a55e299.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/CognitiveServices/accounts/templates/arm/ServerErrors_3c550d9c-8276-4a61-b0cf-ef437a55e299.json b/services/CognitiveServices/accounts/templates/arm/ServerErrors_3c550d9c-8276-4a61-b0cf-ef437a55e299.json index 645418465..e905be7f8 100644 --- a/services/CognitiveServices/accounts/templates/arm/ServerErrors_3c550d9c-8276-4a61-b0cf-ef437a55e299.json +++ b/services/CognitiveServices/accounts/templates/arm/ServerErrors_3c550d9c-8276-4a61-b0cf-ef437a55e299.json @@ -11,7 +11,7 @@ }, "alertDescription": { "type": "string", - "defaultValue": "Number of calls with service internal error (HTTP response code 5xx).", + "defaultValue": "Number of calls with service internal error (HTTP response code 5xx). ", "metadata": { "description": "Description of alert" } From b0df41b3e09a0db08ac1db9617a99d941c7c5901 Mon Sep 17 00:00:00 2001 From: Jan Faurskov <22591930+jfaurskov@users.noreply.github.com> Date: Wed, 27 Nov 2024 08:53:08 +0100 Subject: [PATCH 3/3] reset test --- .../arm/ServerErrors_3c550d9c-8276-4a61-b0cf-ef437a55e299.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/CognitiveServices/accounts/templates/arm/ServerErrors_3c550d9c-8276-4a61-b0cf-ef437a55e299.json b/services/CognitiveServices/accounts/templates/arm/ServerErrors_3c550d9c-8276-4a61-b0cf-ef437a55e299.json index e905be7f8..645418465 100644 --- a/services/CognitiveServices/accounts/templates/arm/ServerErrors_3c550d9c-8276-4a61-b0cf-ef437a55e299.json +++ b/services/CognitiveServices/accounts/templates/arm/ServerErrors_3c550d9c-8276-4a61-b0cf-ef437a55e299.json @@ -11,7 +11,7 @@ }, "alertDescription": { "type": "string", - "defaultValue": "Number of calls with service internal error (HTTP response code 5xx). ", + "defaultValue": "Number of calls with service internal error (HTTP response code 5xx).", "metadata": { "description": "Description of alert" }