-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix LRO_RESPONSE_HEADER error in "keyvault" * fix LRO_RESPONSE_HEADER error in "managementgroups" * fix XMS_EXAMPLE_NOTFOUND_ERROR error in "managementgroups" * fix RESPONSE_BODY_NOT_IN_EXAMPLE error in "relay" * fix XMS_EXAMPLE_NOTFOUND_ERROR error in "servicefabric" * fix LRO_RESPONSE_HEADER error in "storage" * update api version to 2021-06-01 * fix code style issues
- Loading branch information
Showing
9 changed files
with
107 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
...oups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/ListOperations.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-04-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", | ||
"display": { | ||
"provider": "aaaaaaaaaaaaaaaaaaaaa", | ||
"resource": "aaaaaaaaaaaaa", | ||
"operation": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", | ||
"description": "aaaaaaaaaaaaaaaaaaaaaa" | ||
} | ||
} | ||
], | ||
"nextLink": "aaaaaaaaaaaaaaaaaaa" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
...c/resource-manager/Microsoft.ServiceFabric/stable/2021-06-01/examples/ListOperations.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-06-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"name": "aaaaaaaaaaaaaaaaaaaaaaaaa", | ||
"isDataAction": true, | ||
"display": { | ||
"provider": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", | ||
"resource": "aaaaaaaaaaaaaaaaaa", | ||
"operation": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", | ||
"description": "aaaaaaaaaaaaaaa" | ||
}, | ||
"origin": "aaaaaaaaaaaaaa", | ||
"nextLink": "aaaaaaaaaaaaaaaaaaaaa" | ||
} | ||
], | ||
"nextLink": "aaaaaa" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters