Skip to content

Commit

Permalink
fix examples (Azure#17698)
Browse files Browse the repository at this point in the history
  • Loading branch information
solankisamir authored and FredericHeem committed Mar 7, 2022
1 parent 37b6bcc commit 233796f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"responses": {
"200": {
"body": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/privateLinkResources/privateLinkSubResourceName",
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/privateLinkResources/Gateway",
"name": "Gateway",
"type": "Microsoft.ApiManagement/service/privateLinkResources",
"properties": {
"groupId": "Gateway",
"requiredMembers": [
"Gateway_west_us"
"Gateway"
],
"requiredZoneNames": [
"privateLink.azure.api.net"
"privateLink.azure-api.net"
]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"properties": {
"groupId": "Gateway",
"requiredMembers": [
"Gateway_west_us"
"Gateway"
],
"requiredZoneNames": [
"privateLink.azure.api.net"
"privateLink.azure-api.net"
]
}
}
Expand Down

0 comments on commit 233796f

Please sign in to comment.