Skip to content

Commit

Permalink
Merge pull request #21 from appdevgbb/sg-local-dev
Browse files Browse the repository at this point in the history
fixed default value change for rbac
  • Loading branch information
swgriffith authored Jun 19, 2024
2 parents ae87475 + f1d4900 commit ac4a6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_posts/2023-11-09-part1-notation-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Now we'll create an Azure Key Vault instance for our test and configure the sign
AKV_NAME=mynotationtest

# Create the key vault
az keyvault create --name $AKV_NAME --resource-group $RG
az keyvault create --name $AKV_NAME --resource-group $RG --enable-rbac-authorization false

# Set some variables for the cert creation
# Name of the certificate created in AKV
Expand Down

0 comments on commit ac4a6d5

Please sign in to comment.