From eab5b6a13fbfcdb0f80e97a13b81248237f3aada Mon Sep 17 00:00:00 2001 From: Wallace Breza Date: Wed, 12 Jul 2023 13:55:45 -0700 Subject: [PATCH] Updates snapshots --- cli/azd/cmd/testdata/TestUsage-azd-pipeline-config.snap | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/azd/cmd/testdata/TestUsage-azd-pipeline-config.snap b/cli/azd/cmd/testdata/TestUsage-azd-pipeline-config.snap index fc0ceaabe68..d2fbd89d7ac 100644 --- a/cli/azd/cmd/testdata/TestUsage-azd-pipeline-config.snap +++ b/cli/azd/cmd/testdata/TestUsage-azd-pipeline-config.snap @@ -13,6 +13,7 @@ Flags --docs : Opens the documentation for azd pipeline config in your web browser. -e, --environment string : The name of the environment to use. -h, --help : Gets help for config. + --principal-id string : The client id of the service principal to use to grant access to Azure resources as part of the pipeline. --principal-name string : The name of the service principal to use to grant access to Azure resources as part of the pipeline. --principal-role stringArray : The roles to assign to the service principal. By default the service principal will be granted the Contributor and User Access Administrator roles. --provider string : The pipeline provider to use (github for Github Actions and azdo for Azure Pipelines).