-
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.
[Hub Generated] Review request for Microsoft.Web to add version 2018-…
…02-01 (#5137) * Add Hosting Environment network dependencies * Address PR description feedback * Add Network Dependencies examples * Fix casing * Remove incorrect pagination from examples.
- Loading branch information
1 parent
1e7a3ce
commit fedf467
Showing
3 changed files
with
1,062 additions
and
1 deletion.
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
78 changes: 78 additions & 0 deletions
78
...ager/Microsoft.Web/stable/2018-02-01/examples/GetInboundNetworkDependenciesEndpoints.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,78 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345", | ||
"resourceGroupName": "Sample-WestUSResourceGroup", | ||
"name": "SampleAse", | ||
"api-version": "2018-02-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"description": "App Service management", | ||
"endpoints": [ | ||
"70.37.57.58/32", | ||
"157.55.208.185/32", | ||
"23.102.188.65/32", | ||
"191.236.154.88/32", | ||
"52.174.22.21/32", | ||
"13.94.149.179/32", | ||
"13.94.143.126/32", | ||
"13.94.141.115/32", | ||
"52.178.195.197/32", | ||
"52.178.190.65/32", | ||
"52.178.184.149/32", | ||
"52.178.177.147/32", | ||
"13.75.127.117/32", | ||
"40.83.125.161/32", | ||
"40.83.121.56/32", | ||
"40.83.120.64/32", | ||
"52.187.56.50/32", | ||
"52.187.63.37/32", | ||
"52.187.59.251/32", | ||
"52.187.63.19/32", | ||
"52.165.158.140/32", | ||
"52.165.152.214/32", | ||
"52.165.154.193/32", | ||
"52.165.153.122/32", | ||
"104.44.129.255/32", | ||
"104.44.134.255/32", | ||
"104.44.129.243/32", | ||
"104.44.129.141/32", | ||
"65.52.193.203/32", | ||
"70.37.89.222/32", | ||
"13.64.115.203/32", | ||
"52.225.177.153/32", | ||
"65.52.172.237/32" | ||
], | ||
"ports": [ | ||
"454", | ||
"455" | ||
] | ||
}, | ||
{ | ||
"description": "App Service Environment VIP", | ||
"endpoints": [ | ||
"52.247.209.18/32" | ||
], | ||
"ports": [ | ||
"454", | ||
"455", | ||
"16001" | ||
] | ||
}, | ||
{ | ||
"description": "App Service Environment subnet", | ||
"endpoints": [ | ||
"192.168.250.0/24" | ||
], | ||
"ports": [ | ||
"All" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.