Skip to content

Commit 233796f

Browse files
solankisamirFredericHeem
authored andcommitted
fix examples (Azure#17698)
1 parent 37b6bcc commit 233796f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/examples/ApiManagementGetPrivateLinkGroupResource.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"responses": {
1010
"200": {
1111
"body": {
12-
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/privateLinkResources/privateLinkSubResourceName",
12+
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/privateLinkResources/Gateway",
1313
"name": "Gateway",
1414
"type": "Microsoft.ApiManagement/service/privateLinkResources",
1515
"properties": {
1616
"groupId": "Gateway",
1717
"requiredMembers": [
18-
"Gateway_west_us"
18+
"Gateway"
1919
],
2020
"requiredZoneNames": [
21-
"privateLink.azure.api.net"
21+
"privateLink.azure-api.net"
2222
]
2323
}
2424
}

specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/examples/ApiManagementListPrivateLinkGroupResources.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"properties": {
1717
"groupId": "Gateway",
1818
"requiredMembers": [
19-
"Gateway_west_us"
19+
"Gateway"
2020
],
2121
"requiredZoneNames": [
22-
"privateLink.azure.api.net"
22+
"privateLink.azure-api.net"
2323
]
2424
}
2525
}

0 commit comments

Comments
 (0)