Skip to content

Commit 9e41885

Browse files
Merge pull request #298414 from b-ahibbard/output
add missing dashes
2 parents 41a5f88 + f02ec16 commit 9e41885

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)