-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pipeline config applicationServiceManagementReference #4049
Conversation
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
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.
I think spelling out "ServiceManagementReference" instead of using "smf" will be better for us, but otherwise looks great.
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.
Looks good. I'd suggest a short name as smr
instead of smf
since it is acroymn for "ServiceManagementReference"
/azp check-enforcer override |
Command 'check-enforcer' is not supported by Azure Pipelines. Supported commands
See additional documentation. |
/check-enforcer override |
fix: #3473
This PR introduces a new flag
--serviceManagementReference
or just-m
for runningazd pipeline config
to write a UUID to theService Management Reference
when creating an App Registration.Customers can also run
azd config set pipeline.config.serviceManagementReference <UUID>
to apply the same UUID globally (used every time pipeline config runs).Other small side effects of this PR:
ad
toentraid
and moved it out of theazcli
package to a new packageentraid