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.
Copy file name to clipboardExpand all lines: src/lib/i18n.json
+8
Original file line number
Diff line number
Diff line change
@@ -301,6 +301,7 @@
301
301
"validation-err-storage-key-vault-hyphen": "Storage Key Vault was invalid as it cannot contain consecutive hyphens.",
302
302
"validation-err-storage-key-vault-length": "Storage Key Vault was invalid as it has to be between 3 and 24 characters long.",
303
303
"validation-err-storage-access-key-missing": "Storage Access Key was missing. Provide it.",
304
+
"validation-err-rfc1123-compliant": "Invalid {0} '{1}' was provided. Must be RFC1123 compliant and match regex: {2}",
304
305
305
306
"service-endpoint-err-validation": "Missing mandatory values ({0}) for service endpoint.",
306
307
"service-endpoint-err-create-params": "Could not create parameters for service endpoint.",
@@ -317,6 +318,13 @@
317
318
"azure-client-get-build-client-err": "Could not get build client. Check the Azure DevOps credential",
318
319
"azure-client-get-task-agent-client-err": "Could not get task agent client. Check the Azure DevOps credential.",
319
320
321
+
"azure-key-vault-missing-name": "Missing key vault name. Provide it",
322
+
"azure-key-vault-missing-secret-name": "Missing key vault secret name. Provide it",
323
+
"azure-key-vault-missing-secret-value": "Missing key vault secret value. Provide it",
324
+
"azure-key-vault-client-err": "Could not get Azure key vault client. Check your Azure credentials.",
325
+
"azure-key-vault-set-secret-err": "Could not set secret in Azure key vault client.",
326
+
"azure-key-vault-get-secret-err": "Could not get secret from Azure key vault client.",
327
+
320
328
"bedrock-yaml-ring-set-default-not-found": "Could not set default ring because ring {0} is not defined in {1}.",
321
329
"bedrock-yaml-ring-remove-not-found": "Could not remove ring because ring {0} is not defined in {1}.",
322
330
"bedrock-yaml-ring-remove-default": "Could not remove ring because ring {0} was set to isDefault. Set another default ring with 'spk ring set-default' first before attempting to delete",
0 commit comments