Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

[FEATURE] Added code to have error chaining in deployment create cmd. #477

Merged
merged 5 commits into from
Mar 31, 2020

Conversation

dennisseah
Copy link
Collaborator

closes microsoft/bedrock#1283

e.g.

$ ts-node src/index.ts deployment create
error:   
code: 1000
message: introspect-create-cmd-failed: Deployment create command was not successfully executed.
  code: 1001
  message: introspect-create-cmd-missing-values: Access key, storage account name, partition key and/or table name were not provided. Provide them.

@dennisseah dennisseah requested review from samiyaakhtar, ali92hm, andrebriggs, edaena and mtarng and removed request for ali92hm March 31, 2020 01:43
@dennisseah dennisseah merged commit 98f2f92 into master Mar 31, 2020
@dennisseah dennisseah deleted the issue1283 branch April 6, 2020 22:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Have specific error codes and error chain for deployment create command
3 participants