-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
[Azure Portal] Rename one portal cmdlet parameter #9203
Conversation
Azure Pipelines successfully started running 1 pipeline(s). |
azure-cli-extensions
|
azure-sdk-for-net
No readme.md specification configuration files were found that are associated with the files modified in this pull request, or swagger_to_sdk section in readme.md is not configured
|
azure-sdk-for-go
|
azure-sdk-for-trenton
No readme.md specification configuration files were found that are associated with the files modified in this pull request, or swagger_to_sdk section in readme.md is not configured
|
azure-sdk-for-python
|
Can one of the admins verify this patch? |
@fengzhou-msft , i remember you mentioned --dashboard-name should be used instead of --name. could you help to check whether this change is fine? you can find the CLI change introduced at "azure-cli-extensions" comment block above. thanks. |
Do you mean this comment? I think we agreed on using --name/-n in cmdlet, while @fengzhou-msft prefer using dashboard_name in function's parameter inside file _params.py. And the rename in cmdlet has been approved( portal design spec). |
@YalinLi0312 is right. The generated code should be like Let's wait for the release of a new autorest.az. This should be handled automatically. If anything wrong, we can then add the configuration like this. |
@YalinLi0312 , the support should have been in the beta release below, please give it a try and let us know if there is more issues. thanks. |
Thanks Rodge, I have tried this pre-release version, LGTM. Will close this PR. |
Globally rename the parameter from "dashboardName" to "name" in az portal.
Related cli extension PR: Azure/azure-cli-extensions#1428
Latest improvements:
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Contribution checklist:
ARM API Review Checklist
Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.
Please follow the link to find more details on API review process.