From c8292c11a6a9f15969430d238cb502e29be05e00 Mon Sep 17 00:00:00 2001 From: Harsh Patel Date: Thu, 11 May 2023 16:41:49 -0400 Subject: [PATCH 1/3] Commit to open draft PR for sdk generation --- .../examples/DeploymentStackSubscriptionCreate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/resources/resource-manager/Microsoft.Resources/preview/2022-08-01-preview/examples/DeploymentStackSubscriptionCreate.json b/specification/resources/resource-manager/Microsoft.Resources/preview/2022-08-01-preview/examples/DeploymentStackSubscriptionCreate.json index 42c1d3897d06..0a2785d62958 100644 --- a/specification/resources/resource-manager/Microsoft.Resources/preview/2022-08-01-preview/examples/DeploymentStackSubscriptionCreate.json +++ b/specification/resources/resource-manager/Microsoft.Resources/preview/2022-08-01-preview/examples/DeploymentStackSubscriptionCreate.json @@ -4,7 +4,7 @@ "subscriptionId": "00000000-0000-0000-0000-000000000000", "deploymentStackName": "simpleDeploymentStack", "deploymentStack": { - "location": "eastus", + "location": "eastus2", "tags": { "tagkey": "tagVal" }, From 2e912107207949c04412a55d5338db1c2b2cf6a6 Mon Sep 17 00:00:00 2001 From: Harsh Patel Date: Wed, 24 May 2023 20:59:00 -0400 Subject: [PATCH 2/3] Made Deny Settings Mode Required --- .../preview/2022-08-01-preview/deploymentStacks.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/specification/resources/resource-manager/Microsoft.Resources/preview/2022-08-01-preview/deploymentStacks.json b/specification/resources/resource-manager/Microsoft.Resources/preview/2022-08-01-preview/deploymentStacks.json index 6d00e7f34d35..36f4c1865819 100644 --- a/specification/resources/resource-manager/Microsoft.Resources/preview/2022-08-01-preview/deploymentStacks.json +++ b/specification/resources/resource-manager/Microsoft.Resources/preview/2022-08-01-preview/deploymentStacks.json @@ -1050,6 +1050,9 @@ "DenySettings": { "description": "Defines how resources deployed by the deployment stack are locked.", "type": "object", + "required": [ + "mode" + ], "properties": { "mode": { "type": "string", From 5514c8ef0e7479d7f8eb878e74bde73f1dfb5ad9 Mon Sep 17 00:00:00 2001 From: Harsh Patel Date: Wed, 24 May 2023 21:05:14 -0400 Subject: [PATCH 3/3] Removed unwanted change --- .../examples/DeploymentStackSubscriptionCreate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/resources/resource-manager/Microsoft.Resources/preview/2022-08-01-preview/examples/DeploymentStackSubscriptionCreate.json b/specification/resources/resource-manager/Microsoft.Resources/preview/2022-08-01-preview/examples/DeploymentStackSubscriptionCreate.json index 0a2785d62958..42c1d3897d06 100644 --- a/specification/resources/resource-manager/Microsoft.Resources/preview/2022-08-01-preview/examples/DeploymentStackSubscriptionCreate.json +++ b/specification/resources/resource-manager/Microsoft.Resources/preview/2022-08-01-preview/examples/DeploymentStackSubscriptionCreate.json @@ -4,7 +4,7 @@ "subscriptionId": "00000000-0000-0000-0000-000000000000", "deploymentStackName": "simpleDeploymentStack", "deploymentStack": { - "location": "eastus2", + "location": "eastus", "tags": { "tagkey": "tagVal" },