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 was archived by the owner on Apr 13, 2020. It is now read-only.
"description": "Azure DevOps Personal access token; falls back to azure_devops.access_token in spk config.",
435
-
"required": true,
436
-
"inherit": "azure_devops.access_token"
432
+
"required": true
437
433
}
438
434
],
439
435
"markdown": "## Description\n\nCreate new variable group in Azure DevOps project\n\n## Command Prerequisites\n\nIn addition to an existing\n[Azure DevOps project](https://azure.microsoft.com/en-us/services/devops/), to\nlink secrets from an Azure key vault as variables in Variable Group, you will\nneed an existing key vault containing your secrets and the Service Principal for\nauthorization with Azure Key Vault.\n\n1. Use existng or\n [create a service principal either in Azure Portal](https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-create-service-principal-portal)\n or\n [with Azure CLI](https://docs.microsoft.com/en-us/cli/azure/create-an-azure-service-principal-azure-cli?view=azure-cli-latest).\n2. Use existing or\n [create a Azure Container Registry in Azure Portal](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-get-started-portal)\n or\n [with Azure CLI](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-get-started-azure-cli).\n"
Copy file name to clipboardExpand all lines: src/lib/i18n.json
+9
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,15 @@
100
100
"deployment-table-add-src-to-acr-pipeline": "Could not add source to ACR pipeline information to storage table.",
101
101
"deployment-table-add-acr-to-hld-pipeline": "Could not add ACR to HLD pipeline information to storage table.",
102
102
103
+
"ring-create-cmd-failed": "Error occurred while creating ring: {0}",
104
+
"ring-create-cmd-err-ring-exists": "Could not create ring {0} in project {1} because it already exists. Provide a different name.",
105
+
"ring-create-cmd-err-dependency": "Please run `spk project init` command before running this command to initialize the project.",
106
+
"ring-delete-cmd-err-dependency": "Please run `spk project init` command before running this command to initialize the project.",
107
+
"ring-set-default-cmd-err-dependency": "Please run `spk project init` command before running this command to initialize the project.",
108
+
"ring-create-cmd-err-name-missing": "No ring name was provided. Provide a ring name",
109
+
"ring-delete-cmd-failed": "Error occurred while deleting ring: {0}.",
110
+
"ring-set-default-cmd-failed": "Error occurred while setting default ring: {0}",
111
+
103
112
"validation-err-org-name-missing": "Organization name was missing. Provide it.",
104
113
"validation-err-org-name": "Organization name must start with a letter or number, followed by letters, numbers or hyphens, and must end with a letter or number.",
105
114
"validation-err-password-missing": "Password was missing. Provide it.",
0 commit comments