Skip to content

Commit

Permalink
Reopen Tests ARM, test case for ExtensionResource
Browse files Browse the repository at this point in the history
  • Loading branch information
v-hongli1 committed Oct 31, 2024
1 parent 69c20a3 commit 0b5f192
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Scenarios.Azure_ResourceManager_Resources_ExtensionsResources_get = passOnSucces
request: {
params: {
"extensionName": "extension",
"topLevelResourceName": "top"
"topLevelResourceName": "top",
"api-version": "2023-12-01-preview",
},
},
Expand Down Expand Up @@ -270,7 +270,7 @@ Scenarios.Azure_ResourceManager_Resources_ExtensionsResources_createOrUpdate = p
method: "put",
request: {
params: {
"topLevelResourceName": "top"
"topLevelResourceName": "top",
"extensionName": "extension",
"api-version": "2023-12-01-preview",
},
Expand Down Expand Up @@ -384,7 +384,7 @@ Scenarios.Azure_ResourceManager_Resources_ExtensionsResources_update = passOnSuc
method: "patch",
request: {
params: {
"topLevelResourceName": "top"
"topLevelResourceName": "top",
"extensionName": "extension",
"api-version": "2023-12-01-preview",
},
Expand Down

0 comments on commit 0b5f192

Please sign in to comment.