You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
In the following line: bedrock project create-variable-group $VARIABLE_GROUP_NAME -r $ACR_NAME -u $SP_APP_ID -t $SP_TENANT -p $SP_PASS
The variable group will always be created on bedrock's configured Project inside Azure DevOps, which may not be the correct repository for the specific project. The -d flag should be added with instruction to user to correctly specify that value.
In the following line: bedrock project install-lifecycle-pipeline --org-name $ORG_NAME --devops-project $DEVOPS_PROJECT --repo-url $SERVICE_REPO_URL --repo-name $SERVICE_NAME
--repo-name has been removed from this command, reference to it should be removed here.
The text was updated successfully, but these errors were encountered:
https://github.com/microsoft/bedrock-cli/blob/master/guides/project-service-management-guide.md
In the following line:
bedrock project create-variable-group $VARIABLE_GROUP_NAME -r $ACR_NAME -u $SP_APP_ID -t $SP_TENANT -p $SP_PASS
The variable group will always be created on bedrock's configured Project inside Azure DevOps, which may not be the correct repository for the specific project. The
-d
flag should be added with instruction to user to correctly specify that value.In the following line:
bedrock project install-lifecycle-pipeline --org-name $ORG_NAME --devops-project $DEVOPS_PROJECT --repo-url $SERVICE_REPO_URL --repo-name $SERVICE_NAME
--repo-name has been removed from this command, reference to it should be removed here.
The text was updated successfully, but these errors were encountered: