Skip to content

Commit 06ea7ba

Browse files
committed
update
1 parent e95ae25 commit 06ea7ba

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/key-vault/includes/key-vault-creation-cli.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ Use the Azure CLI [az keyvault create](/cli/azure/keyvault#az-keyvault-create) c
2020
- The location: **EastUS**.
2121

2222
```azurecli
23-
<<<<<<<< HEAD:includes/key-vault/kv-creation-cli.md
2423
az keyvault create --name "<your-unique-keyvault-name>" --resource-group "myResourceGroup"
25-
========
26-
az keyvault create --name "<your-unique-keyvault-name>" --resource-group "myResourceGroup" --enable-rbac-authorization
27-
>>>>>>>> 307add44ffd00977af235a1311fb0b764acfa227:articles/key-vault/includes/key-vault-creation-cli.md
2824
```
2925

3026
The output of this command shows properties of the newly created key vault. Take note of these two properties:

0 commit comments

Comments
 (0)