[Search] Introduce async options for service and shared-private-link-resource commands#17446
[Search] Introduce async options for service and shared-private-link-resource commands#17446
Conversation
Merge Azure/azure-cli to my fork
Merge from base
…h as public ip rules, private endpoints, private link resources and msi; also add search provider in 'az network private-link-resource list'
…version; add corresponding tests
Merge from base
Pull from base
…-resource create'
|
Search |
|
@kairu-ms, any idea why the Azure.azure-cli check is always waiting for status to be reported? Is there an pipeline outage? |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Our pipeline needs manual trigger now, because it was attacked several weeks ago. |
kairu-ms
left a comment
There was a problem hiding this comment.
You should add no_wait parameter in custom function signature and use sdk_no_wait to call LongRuningOperation. You can follow this example:
This is done. |
|
@kairu-ms, why is it failed when the LINT is [PASSED]: https://dev.azure.com/azure-sdk/public/_build/results?buildId=813902&view=logs&j=168ccbe3-da49-5c0b-6478-08f7016e4bf5&t=10a595be-4223-5cc7-9a73-012871b6eaee |
|
You miss help for some commands. Please see logs for details. |
Gotcha. Will fix shortly. |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
@kairu-ms, all checks are passed and the change is ready to merge. |
Description
Introduce async (--no-wait) options for
search serviceandsearch shared-private-link-resourcecommands;Testing Guide
N/A
History Notes
[Search] az search service create: Add async (--no-wait) options.
[Search] az search service update: Add async (--no-wait) options.
[Search] az search shared-private-link-resource create: Add async (--no-wait) options.
[Search] az search shared-private-link-resource update: Add async (--no-wait) options.
This checklist is used to make sure that common guidelines for a pull request are followed.
[x ] The PR title and description has followed the guideline in Submitting Pull Requests.
[ x] I adhere to the Command Guidelines.
[ x] I adhere to the Error Handling Guidelines.