Skip to content

Commit 9621272

Browse files
authored
Merge pull request #106945 from davidmu1/keyvault1
Graph scrub for key vault
2 parents c7b0d87 + f23404e commit 9621272

File tree

6 files changed

+1
-6
lines changed

6 files changed

+1
-6
lines changed

articles/key-vault/key-vault-access-behind-firewall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ For Key Vault management (CRUD and setting access policy), the key vault client
4848
| Type of operation | Endpoint:port |
4949
| --- | --- |
5050
| Key Vault control plane operations<br> via Azure Resource Manager |**Global:**<br> management.azure.com:443<br><br> **Azure China:**<br> management.chinacloudapi.cn:443<br><br> **Azure US Government:**<br> management.usgovcloudapi.net:443<br><br> **Azure Germany:**<br> management.microsoftazure.de:443 |
51-
| Azure Active Directory Graph API |**Global:**<br> graph.windows.net:443<br><br> **Azure China:**<br> graph.chinacloudapi.cn:443<br><br> **Azure US Government:**<br> graph.windows.net:443<br><br> **Azure Germany:**<br> graph.cloudapi.de:443 |
51+
| Microsoft Graph API |**Global:**<br> graph.microsoft.com:443<br><br> **Azure China:**<br> graph.chinacloudapi.cn:443<br><br> **Azure US Government:**<br> graph.microsoft.com:443<br><br> **Azure Germany:**<br> graph.cloudapi.de:443 |
5252

5353
## Key Vault operations
5454

articles/key-vault/quick-create-java.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ This operation will return a series of key / value pairs.
128128
"tenantId": "35ad10f1-7799-4766-9acf-f2d946161b77",
129129
"activeDirectoryEndpointUrl": "https://login.microsoftonline.com",
130130
"resourceManagerEndpointUrl": "https://management.azure.com/",
131-
"activeDirectoryGraphResourceId": "https://graph.windows.net/",
132131
"sqlManagementEndpointUrl": "https://management.core.windows.net:8443/",
133132
"galleryEndpointUrl": "https://gallery.azure.com/",
134133
"managementEndpointUrl": "https://management.core.windows.net/"

articles/key-vault/quick-create-net-v3.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ This operation will return a series of key / value pairs.
113113
"tenantId": "35ad10f1-7799-4766-9acf-f2d946161b77",
114114
"activeDirectoryEndpointUrl": "https://login.microsoftonline.com",
115115
"resourceManagerEndpointUrl": "https://management.azure.com/",
116-
"activeDirectoryGraphResourceId": "https://graph.windows.net/",
117116
"sqlManagementEndpointUrl": "https://management.core.windows.net:8443/",
118117
"galleryEndpointUrl": "https://gallery.azure.com/",
119118
"managementEndpointUrl": "https://management.core.windows.net/"

articles/key-vault/quick-create-net.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ This operation will return a series of key / value pairs.
103103
"tenantId": "35ad10f1-7799-4766-9acf-f2d946161b77",
104104
"activeDirectoryEndpointUrl": "https://login.microsoftonline.com",
105105
"resourceManagerEndpointUrl": "https://management.azure.com/",
106-
"activeDirectoryGraphResourceId": "https://graph.windows.net/",
107106
"sqlManagementEndpointUrl": "https://management.core.windows.net:8443/",
108107
"galleryEndpointUrl": "https://gallery.azure.com/",
109108
"managementEndpointUrl": "https://management.core.windows.net/"

articles/key-vault/quick-create-node.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ This operation will return a series of key / value pairs.
8181
"tenantId": "35ad10f1-7799-4766-9acf-f2d946161b77",
8282
"activeDirectoryEndpointUrl": "https://login.microsoftonline.com",
8383
"resourceManagerEndpointUrl": "https://management.azure.com/",
84-
"activeDirectoryGraphResourceId": "https://graph.windows.net/",
8584
"sqlManagementEndpointUrl": "https://management.core.windows.net:8443/",
8685
"galleryEndpointUrl": "https://gallery.azure.com/",
8786
"managementEndpointUrl": "https://management.core.windows.net/"

articles/key-vault/quick-create-python.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ This operation will return a series of key / value pairs.
8181
"tenantId": "35ad10f1-7799-4766-9acf-f2d946161b77",
8282
"activeDirectoryEndpointUrl": "https://login.microsoftonline.com",
8383
"resourceManagerEndpointUrl": "https://management.azure.com/",
84-
"activeDirectoryGraphResourceId": "https://graph.windows.net/",
8584
"sqlManagementEndpointUrl": "https://management.core.windows.net:8443/",
8685
"galleryEndpointUrl": "https://gallery.azure.com/",
8786
"managementEndpointUrl": "https://management.core.windows.net/"

0 commit comments

Comments
 (0)