Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaofeiCao committed Oct 25, 2024
1 parent fa20e75 commit 2a8ccb1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/cadl-ranch-specs/cadl-ranch-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,6 @@ Expected request body:

```json
{
"location": "eastus",
"properties": {
"description": "valid2"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ Scenarios.Azure_ResourceManager_Resources_Singleton_update = passOnSuccess({
"api-version": "2023-12-01-preview",
},
body: {
location: "eastus",
properties: {
description: "valid2",
},
Expand All @@ -125,7 +124,6 @@ Scenarios.Azure_ResourceManager_Resources_Singleton_update = passOnSuccess({
status: 200,
body: json({
...validSingletonResource,
location: "eastus",
properties: {
provisioningState: "Succeeded",
description: "valid2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ interface Singleton {
Expected request body:
```json
{
"location": "eastus",
"properties": {
"description": "valid2"
}
Expand Down

0 comments on commit 2a8ccb1

Please sign in to comment.