Skip to content

Commit f02ec16

Browse files
committed
add missing dashes
1 parent f006e00 commit f02ec16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-netapp-files/configure-customer-managed-keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ How you configure a NetApp account with customer-managed keys with the Azure CLI
204204
--name <identity_name> \
205205
--resource-group <resource_group> \
206206
--query properties.principalId \
207-
-output tsv)
207+
--output tsv)
208208
az keyvault set-policy \
209209
--name <key_vault_name> \
210210
--resource-group <resource-group> \
@@ -227,7 +227,7 @@ How you configure a NetApp account with customer-managed keys with the Azure CLI
227227
--name <identity_name> \
228228
--resource-group <resource_group> \
229229
--query id \
230-
-output tsv)
230+
--output tsv)
231231
az netappfiles account update --name <account_name> \
232232
--resource-group <resource_group> \
233233
--identity-type UserAssigned \

0 commit comments

Comments
 (0)