-
Notifications
You must be signed in to change notification settings - Fork 11
Extract service path for pipeline definition location instead of service name for service install-build-pipeline #39
Conversation
Looks good, this should be verified against the smoke tests we have that uses both the flag for a packages directory and has a file path for the service. We should follow up this ticket with the suggestion to deprecate and remove the flag for the packages directory for creating new services. |
Follow-up task to deprecate the packages flag: microsoft/bedrock#1416 |
if (servicePath === "") { | ||
throw buildError(errorStatusCode.VALIDATION_ERR, { | ||
errorKey: "project-pipeline-err-service-missing", | ||
values: [serviceName], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have unit test for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I'll make the update in a different pr.
Resolves microsoft/bedrock/issues/1405