Skip to content

Commit 12aa57a

Browse files
authored
update apimanagement examples (#25310)
* update apimanagement examples * update apimanagement examples * update apimanagement examples * update apimanagement examples * update apimanagement examples * update
1 parent 7f70e35 commit 12aa57a

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2022-08-01/examples/ApiManagementCreateAuthorizationProviderGenericOAuth2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"authorizationCode": {
1616
"clientId": "ZYIJTBTABHOUQQDLZY",
1717
"clientSecret": "Q3iPSaKQ~fZFcJk5vKmqzUAfJagcJ8",
18-
"scopes": null,
18+
"scopes": "",
1919
"authorizationUrl": "https://www.eventbrite.com/oauth/authorize",
2020
"refreshUrl": "https://www.eventbrite.com/oauth/token",
2121
"tokenUrl": "https://www.eventbrite.com/oauth/token"
@@ -39,7 +39,7 @@
3939
"grantTypes": {
4040
"authorizationCode": {
4141
"clientId": "ZYIJTBTABHOUQQDLZY",
42-
"scopes": null,
42+
"scopes": "",
4343
"authorizationUrl": "https://www.eventbrite.com/oauth/authorize",
4444
"refreshUrl": "https://www.eventbrite.com/oauth/token",
4545
"tokenUrl": "https://www.eventbrite.com/oauth/token"
@@ -62,7 +62,7 @@
6262
"grantTypes": {
6363
"authorizationCode": {
6464
"clientId": "ZYIJTBTABHOUQQDLZY",
65-
"scopes": null,
65+
"scopes": "",
6666
"authorizationUrl": "https://www.eventbrite.com/oauth/authorize",
6767
"refreshUrl": "https://www.eventbrite.com/oauth/token",
6868
"tokenUrl": "https://www.eventbrite.com/oauth/token"

specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2022-08-01/examples/ApiManagementDeleteDocumentation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"resourceGroupName": "rg1",
55
"api-version": "2022-08-01",
66
"subscriptionId": "subid",
7-
"documentationId": "57d1f7558aa04f15146d9d8a"
7+
"documentationId": "57d1f7558aa04f15146d9d8a",
8+
"If-Match": "*"
89
},
910
"responses": {
1011
"200": {},

specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2022-08-01/examples/ApiManagementListAuthorizationProviders.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"grantTypes": {
8181
"authorizationCode": {
8282
"clientId": "ZYIJTBTABHOUQQDLZY",
83-
"scopes": null,
83+
"scopes": "",
8484
"authorizationUrl": "https://www.eventbrite.com/oauth/authorize",
8585
"refreshUrl": "https://www.eventbrite.com/oauth/token",
8686
"tokenUrl": "https://www.eventbrite.com/oauth/token"

specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2022-08-01/examples/ApiManagementUpdateDocumentation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"api-version": "2022-08-01",
66
"subscriptionId": "subid",
77
"documentationId": "57d1f7558aa04f15146d9d8a",
8+
"If-Match": "*",
89
"parameters": {
910
"properties": {
1011
"title": "Title updated",

0 commit comments

Comments
 (0)