We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc6ff37 + a24b1ca commit 193fdcaCopy full SHA for 193fdca
articles/azure-arc/kubernetes/tutorial-akv-secrets-provider.md
@@ -163,6 +163,9 @@ You should see output similar to the example below. Note that it may take severa
163
"type": "Microsoft.KubernetesConfiguration/extensions",
164
"apiVersion": "2021-09-01",
165
"name": "[parameters('ExtensionInstanceName')]",
166
+ "identity": {
167
+ "type": "SystemAssigned"
168
+ },
169
"properties": {
170
"extensionType": "[parameters('ExtensionType')]",
171
"releaseTrain": "[parameters('ReleaseTrain')]",
0 commit comments