Skip to content

Commit 1ff7765

Browse files
authored
Improve Batch Account ListOutboundNetworkDependenciesEndpoints Swagger example (#15537)
1 parent a331a45 commit 1ff7765

File tree

1 file changed

+40
-4
lines changed

1 file changed

+40
-4
lines changed

specification/batch/resource-manager/Microsoft.Batch/stable/2021-06-01/examples/BatchAccountListOutboundNetworkDependenciesEndpoints.json

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,16 @@
1313
"category": "Azure Batch",
1414
"endpoints": [
1515
{
16-
"domainName": "japaneast.batch.azure.com",
16+
"domainName": "sampleacct.japaneast.batch.azure.com",
17+
"description": "Applicable to job manager tasks, tasks that use job scoped authentication, or any task that makes calls to Batch.",
18+
"endpointDetails": [
19+
{
20+
"port": 443
21+
}
22+
]
23+
},
24+
{
25+
"domainName": "japaneast.service.batch.azure.com",
1726
"description": "Applicable to all Azure Batch pools.",
1827
"endpointDetails": [
1928
{
@@ -27,13 +36,40 @@
2736
"category": "Azure Storage",
2837
"endpoints": [
2938
{
30-
"domainName": "sampleautostorageaccountname.blob.core.windows.net",
39+
"domainName": "autostorageaccountname.blob.core.windows.net",
3140
"description": "AutoStorage endpoint for this Batch account. Applicable to all Azure Batch pools under this account.",
3241
"endpointDetails": [
3342
{
3443
"port": 443
3544
}
3645
]
46+
},
47+
{
48+
"domainName": "*.blob.core.windows.net",
49+
"description": "Applicable to all Azure Batch pools.",
50+
"endpointDetails": [
51+
{
52+
"port": 443
53+
}
54+
]
55+
},
56+
{
57+
"domainName": "*.table.core.windows.net",
58+
"description": "Applicable to all Azure Batch pools.",
59+
"endpointDetails": [
60+
{
61+
"port": 443
62+
}
63+
]
64+
},
65+
{
66+
"domainName": "*.queue.core.windows.net",
67+
"description": "Applicable to all Azure Batch pools.",
68+
"endpointDetails": [
69+
{
70+
"port": 443
71+
}
72+
]
3773
}
3874
]
3975
},
@@ -42,7 +78,7 @@
4278
"endpoints": [
4379
{
4480
"domainName": "packages.microsoft.com",
45-
"description": "Only applicable to pools containing a Mount Configuration. Learn about Mount Configurations in Batch at https://docs.microsoft.com/en-us/azure/batch/virtual-file-mount.",
81+
"description": "Only applicable to pools containing a Mount Configuration. Learn about Mount Configurations in Batch at https://docs.microsoft.com/azure/batch/virtual-file-mount.",
4682
"endpointDetails": [
4783
{
4884
"port": 443
@@ -56,7 +92,7 @@
5692
"endpoints": [
5793
{
5894
"domainName": "*.vault.azure.net",
59-
"description": "Only applicable to pools containing a Disk Encryption Configuration and whose VM size does not support encryption at host. Learn more about disk encryption in Azure Batch at https://docs.microsoft.com/en-us/azure/batch/disk-encryption. Learn more about encryption at host and supported VM sizes at https://docs.microsoft.com/en-us/azure/virtual-machines/disks-enable-host-based-encryption-portal.",
95+
"description": "Only applicable to pools containing a Disk Encryption Configuration and whose VM size does not support encryption at host. Learn more about disk encryption in Azure Batch at https://docs.microsoft.com/azure/batch/disk-encryption. Learn more about encryption at host and supported VM sizes at https://docs.microsoft.com/azure/virtual-machines/disks-enable-host-based-encryption-portal.",
6096
"endpointDetails": [
6197
{
6298
"port": 443

0 commit comments

Comments
 (0)