forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from ZhidaLiu/FQDNApi
Add External FQDN API
- Loading branch information
Showing
2 changed files
with
358 additions
and
0 deletions.
There are no files selected for viewing
265 changes: 265 additions & 0 deletions
265
...anager/Microsoft.MachineLearningServices/stable/2021-07-01/examples/ExternalFQDN/get.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,265 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "workspace-1234", | ||
"workspaceName": "testworkspace", | ||
"api-version": "2021-07-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"category": "Azure Active Directory", | ||
"endpoints": [ | ||
{ | ||
"domainName": "login.microsoftonline.com", | ||
"endpointDetails": [ | ||
{ | ||
"port": 443 | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"category": "Azure portal", | ||
"endpoints": [ | ||
{ | ||
"domainName": "management.azure.com", | ||
"endpointDetails": [ | ||
{ | ||
"port": 443 | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"category": "Azure Resource Manager", | ||
"endpoints": [ | ||
{ | ||
"domainName": "management.azure.com", | ||
"endpointDetails": [ | ||
{ | ||
"port": 443 | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"category": "Azure Machine Learning studio", | ||
"endpoints": [ | ||
{ | ||
"domainName": "ml.azure.com", | ||
"endpointDetails": [ | ||
{ | ||
"port": 443 | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"category": "API", | ||
"endpoints": [ | ||
{ | ||
"domainName": "*.azureml.ms", | ||
"endpointDetails": [ | ||
{ | ||
"port": 443 | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"category": "Azure Active Directory", | ||
"endpoints": [ | ||
{ | ||
"domainName": "login.microsoftonline.com", | ||
"endpointDetails": [ | ||
{ | ||
"port": 443 | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"category": "Integrated notebook", | ||
"endpoints": [ | ||
{ | ||
"domainName": "*.notebooks.azure.net", | ||
"endpointDetails": [ | ||
{ | ||
"port": 443 | ||
} | ||
] | ||
}, | ||
{ | ||
"domainName": "localtest9127254374.file.core.windows.net", | ||
"endpointDetails": [ | ||
{ | ||
"port": 443 | ||
} | ||
] | ||
}, | ||
{ | ||
"domainName": "localtest9127254374.dfs.core.windows.net", | ||
"endpointDetails": [ | ||
{ | ||
"port": 443 | ||
} | ||
] | ||
}, | ||
{ | ||
"domainName": "localtest9127254374.blob.core.windows.net", | ||
"endpointDetails": [ | ||
{ | ||
"port": 443 | ||
} | ||
] | ||
}, | ||
{ | ||
"domainName": "graph.microsoft.com", | ||
"endpointDetails": [ | ||
{ | ||
"port": 443 | ||
} | ||
] | ||
}, | ||
{ | ||
"domainName": "*.aznbcontent.net", | ||
"endpointDetails": [ | ||
{ | ||
"port": 443 | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"category": "Compute cluster/instance", | ||
"endpoints": [ | ||
{ | ||
"domainName": "*.batchai.core.windows.net", | ||
"endpointDetails": [ | ||
{ | ||
"port": 443 | ||
} | ||
] | ||
}, | ||
{ | ||
"domainName": "graph.windows.net", | ||
"endpointDetails": [ | ||
{ | ||
"port": 443 | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"category": "Compute instance", | ||
"endpoints": [ | ||
{ | ||
"domainName": "*.instances.azureml.net", | ||
"endpointDetails": [ | ||
{ | ||
"port": 443 | ||
} | ||
] | ||
}, | ||
{ | ||
"domainName": "*.instances.azureml.ms", | ||
"endpointDetails": [ | ||
{ | ||
"port": 443 | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"category": "Azure Storage Account", | ||
"endpoints": [ | ||
{ | ||
"domainName": "core.windows.net", | ||
"endpointDetails": [ | ||
{ | ||
"port": 443 | ||
}, | ||
{ | ||
"port": 18881 | ||
}, | ||
{ | ||
"port": 8787 | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"category": "Azure Key Vault", | ||
"endpoints": [ | ||
{ | ||
"domainName": "vault.azure.net", | ||
"endpointDetails": [ | ||
{ | ||
"port": 443 | ||
}, | ||
{ | ||
"port": 18881 | ||
}, | ||
{ | ||
"port": 8787 | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"category": "Azure Container Registry", | ||
"endpoints": [ | ||
{ | ||
"domainName": "azurecr.io", | ||
"endpointDetails": [ | ||
{ | ||
"port": 443 | ||
}, | ||
{ | ||
"port": 18881 | ||
}, | ||
{ | ||
"port": 8787 | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"category": "Microsoft Container Registry", | ||
"endpoints": [ | ||
{ | ||
"domainName": "mcr.microsoft.com", | ||
"endpointDetails": [ | ||
{ | ||
"port": 443 | ||
}, | ||
{ | ||
"port": 18881 | ||
}, | ||
{ | ||
"port": 8787 | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
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