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
+5
Original file line number
Diff line number
Diff line change
@@ -257,6 +257,11 @@
257
257
"project-create-variable-group-cmd-err-values-missing": "Required values were missing. Provide values for registry-name, hld-repo-url, service-principal-id, service-principal-password, tenant.",
258
258
"project-init-cmd-failed": "Project init was not successfully executed.",
259
259
260
+
"service-create-revision-cmd-failed": "Service create revision was not successfully executed.",
261
+
"service-create-revision-cmd-err-pr-source-branch": "A pull request for a branch cannot be made against itself. Ensure your target branch(es) '{0}' do not include your source branch '{1}'",
262
+
"service-create-revision-cmd-err-default-branch-missing": "Default branch/ring was not found. Specify the default branch/ring in {0} or provide it via --target-branch",
263
+
"service-create-revision-cmd-err-source-branch-missing": "A source branch was not provided.",
264
+
260
265
"validation-err-missing-vals": "These mandatory options were missing:\n {0}. Provide them.",
261
266
"validation-err-org-name-missing": "Organization name was missing. Provide it.",
262
267
"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.",
0 commit comments