Skip to content

Commit 7641347

Browse files
authored
resources mock test tag:package-resources-2021-04 (#18961)
1 parent b797d68 commit 7641347

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
lines changed

specification/resources/resource-manager/Microsoft.Resources/stable/2021-04-01/examples/ForceDeleteVMsAndVMSSInResourceGroup.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"subscriptionId": "00000000-0000-0000-0000-000000000000",
44
"resourceGroupName": "my-resource-group",
55
"forceDeletionTypes": "Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets",
6-
"api-version": "2020-06-01"
6+
"api-version": "2021-04-01"
77
},
88
"responses": {
99
"202": {

specification/resources/resource-manager/Microsoft.Resources/stable/2021-04-01/examples/ForceDeleteVMsInResourceGroup.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"subscriptionId": "00000000-0000-0000-0000-000000000000",
44
"resourceGroupName": "my-resource-group",
55
"forceDeletionTypes": "Microsoft.Compute/virtualMachines",
6-
"api-version": "2020-06-01"
6+
"api-version": "2021-04-01"
77
},
88
"responses": {
99
"202": {

specification/resources/resource-manager/Microsoft.Resources/stable/2021-04-01/examples/PostDeploymentWhatIfOnManagementGroup.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"parameters": {
77
"location": "eastus",
88
"properties": {
9-
"templateLink": "https://example.com/exampleTemplate.json",
9+
"templateLink": {
10+
"uri": "https://example.com/exampleTemplate.json"
11+
},
1012
"parameters": {},
1113
"mode": "Incremental"
1214
}

specification/resources/resource-manager/Microsoft.Resources/stable/2021-04-01/examples/PostDeploymentWhatIfOnResourceGroup.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"api-version": "2021-04-01",
77
"parameters": {
88
"properties": {
9-
"templateLink": "https://example.com/exampleTemplate.json",
9+
"templateLink": {
10+
"uri": "https://example.com/exampleTemplate.json"
11+
},
1012
"parameters": {},
1113
"mode": "Incremental"
1214
}
@@ -15,7 +17,7 @@
1517
"responses": {
1618
"200": {
1719
"body": {
18-
"status": "succeeded",
20+
"status": "Succeeded",
1921
"properties": {
2022
"changes": [
2123
{

specification/resources/resource-manager/Microsoft.Resources/stable/2021-04-01/examples/PostDeploymentWhatIfOnSubscription.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"parameters": {
77
"location": "westus",
88
"properties": {
9-
"templateLink": "https://example.com/exampleTemplate.json",
9+
"templateLink": {
10+
"uri": "https://example.com/exampleTemplate.json"
11+
},
1012
"parameters": {},
1113
"mode": "Incremental"
1214
}
@@ -15,7 +17,7 @@
1517
"responses": {
1618
"200": {
1719
"body": {
18-
"status": "succeeded",
20+
"status": "Succeeded",
1921
"properties": {
2022
"changes": [
2123
{

specification/resources/resource-manager/Microsoft.Resources/stable/2021-04-01/examples/PostDeploymentWhatIfOnTenant.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"parameters": {
66
"location": "eastus",
77
"properties": {
8-
"templateLink": "https://example.com/exampleTemplate.json",
8+
"templateLink": {
9+
"uri": "https://example.com/exampleTemplate.json"
10+
},
911
"parameters": {},
1012
"mode": "Incremental"
1113
}

0 commit comments

Comments
 (0)