Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Commit

Permalink
Reopen Test ARM, test case for location-based resource
Browse files Browse the repository at this point in the history
  • Loading branch information
v-hongli1 committed Oct 28, 2024
1 parent 1e9f1b8 commit d08f375
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Scenarios.Azure_ResourceManager_Resources_LocationResources_delete = passOnSucce
request: {
params: {
"subscriptionId": SUBSCRIPTION_ID_EXPECTED,
"location": "LOCATION_EXPECTED",
"location": LOCATION_EXPECTED,
"locationResourceName": "resource",
"api-version": "2023-12-01-preview",
},
Expand All @@ -177,7 +177,7 @@ Scenarios.Azure_ResourceManager_Resources_LocationResources_listByParent = passO
request: {
params: {
"subscriptionId": SUBSCRIPTION_ID_EXPECTED,
"location": SUBSCRIPTION_ID_EXPECTED,
"location": LOCATION_EXPECTED,
"api-version": "2023-12-01-preview",
},
},
Expand Down

0 comments on commit d08f375

Please sign in to comment.