From f1d49001fa015a3d094f0714e085df6e33584f35 Mon Sep 17 00:00:00 2001 From: Steve Griffith Date: Wed, 19 Jun 2024 14:23:19 -0400 Subject: [PATCH] fixed default value change for rbac --- docs/_posts/2023-11-09-part1-notation-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_posts/2023-11-09-part1-notation-usage.md b/docs/_posts/2023-11-09-part1-notation-usage.md index d9b8a7b..8f65467 100644 --- a/docs/_posts/2023-11-09-part1-notation-usage.md +++ b/docs/_posts/2023-11-09-part1-notation-usage.md @@ -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