Skip to content

Commit

Permalink
resources mock test tag:package-resources-2021-04 (#18961)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere authored May 20, 2022
1 parent b797d68 commit 7641347
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "my-resource-group",
"forceDeletionTypes": "Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets",
"api-version": "2020-06-01"
"api-version": "2021-04-01"
},
"responses": {
"202": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "my-resource-group",
"forceDeletionTypes": "Microsoft.Compute/virtualMachines",
"api-version": "2020-06-01"
"api-version": "2021-04-01"
},
"responses": {
"202": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"parameters": {
"location": "eastus",
"properties": {
"templateLink": "https://example.com/exampleTemplate.json",
"templateLink": {
"uri": "https://example.com/exampleTemplate.json"
},
"parameters": {},
"mode": "Incremental"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"api-version": "2021-04-01",
"parameters": {
"properties": {
"templateLink": "https://example.com/exampleTemplate.json",
"templateLink": {
"uri": "https://example.com/exampleTemplate.json"
},
"parameters": {},
"mode": "Incremental"
}
Expand All @@ -15,7 +17,7 @@
"responses": {
"200": {
"body": {
"status": "succeeded",
"status": "Succeeded",
"properties": {
"changes": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"parameters": {
"location": "westus",
"properties": {
"templateLink": "https://example.com/exampleTemplate.json",
"templateLink": {
"uri": "https://example.com/exampleTemplate.json"
},
"parameters": {},
"mode": "Incremental"
}
Expand All @@ -15,7 +17,7 @@
"responses": {
"200": {
"body": {
"status": "succeeded",
"status": "Succeeded",
"properties": {
"changes": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"parameters": {
"location": "eastus",
"properties": {
"templateLink": "https://example.com/exampleTemplate.json",
"templateLink": {
"uri": "https://example.com/exampleTemplate.json"
},
"parameters": {},
"mode": "Incremental"
}
Expand Down

0 comments on commit 7641347

Please sign in to comment.