-
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.
Updated 2019-02-01-preview api version to include operation.g (#7203)
- Loading branch information
1 parent
7c87d29
commit d56b7d2
Showing
3 changed files
with
151 additions
and
0 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
29 changes: 29 additions & 0 deletions
29
...AppConfiguration/preview/2019-02-01-preview/examples/ConfigurationStoresListKeyValue.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,29 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "c80fb759-c965-4c6a-9110-9b2b2d038882", | ||
"resourceGroupName": "myResourceGroup", | ||
"configStoreName": "fayeh", | ||
"api-version": "2019-02-01-preview", | ||
"listKeyValueParameters": { | ||
"key": "MaxRequests", | ||
"label": "dev" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"key": "MaxRequests", | ||
"label": "dev", | ||
"value": "100", | ||
"contentType": "", | ||
"eTag": "4f6dd610dd5e4deebc7fbaef685fb903", | ||
"lastModified": "2017-12-05T02:41:26+00:00", | ||
"locked": false, | ||
"tags": { | ||
"t1": "value1", | ||
"t2": "value2" | ||
} | ||
} | ||
} | ||
} | ||
} |
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