You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-arc/kubernetes/custom-locations.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ If you are logged into Azure CLI using a service principal, to enable this featu
137
137
138
138
| Parameter name | Description |
139
139
|--------------|------------|
140
-
| `--assign-identity` | Default is `None`. Creates a [system-assigned managed identity](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview) if parameter is set to "SystemAssigned" |
140
+
| `--assign-identity` | Default is `None`. Creates a [system-assigned managed identity](https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/overview) if parameter is set to "SystemAssigned" |
141
141
| `--location, --l` | Location of the custom location Azure Resource Manager resource in Azure. By default, this will be set to the location (or Azure region) of the connected cluster |
142
142
| `--tags` | Space-separated list of tags: key[=value] [key[=value] ...]. Use '' to clear existing tags |
143
143
| `--kubeconfig` | Admin Kubeconfig of Cluster. Needs to passed in as a file if the cluster is a non-AAD enabled cluster |
@@ -193,7 +193,7 @@ Use `update` command when you want to add new tags, associate new cluster extens
193
193
194
194
| Parameter name | Description |
195
195
|--------------|------------|
196
-
|`--assign-identity`| Can be updated to either `None` or `"SystemAssigned` if you want to assign a [system-assigned managed identity](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview) to the custom location |
196
+
|`--assign-identity`| Can be updated to either `None` or `"SystemAssigned` if you want to assign a [system-assigned managed identity](https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/overview) to the custom location |
197
197
|`--cluster-extension-ids`| Associate new cluster extensions to this custom location by providing Azure Resource Manager identifiers of the cluster extension instances installed on the connected cluster. Provide a space-seperated list of the cluster extension ids |
198
198
|`--tags`| Add new tags in addition to existing tags.Space-separated list of tags: key[=value][key[=value] ...]. |
199
199
@@ -216,7 +216,7 @@ Use `patch` command when you want to replace existing tags, cluster extension ID
216
216
217
217
| Parameter name | Description |
218
218
|--------------|------------|
219
-
|`--assign-identity`| Can be updated to either `None` or `"SystemAssigned` if you want to assign a [system-assigned managed identity](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview) to the custom location |
219
+
|`--assign-identity`| Can be updated to either `None` or `"SystemAssigned` if you want to assign a [system-assigned managed identity](https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/overview) to the custom location |
220
220
|`--cluster-extension-ids`| Associate new cluster extensions to this custom location by providing Azure Resource Manager identifiers of the cluster extension instances installed on the connected cluster. Provide a space-seperated list of the cluster extension ids |
221
221
|`--tags`| Add new tags in addition to existing tags.Space-separated list of tags: key[=value][key[=value] ...]. |
0 commit comments