Initial 2019-09-01-preview for LVA#7247
Initial 2019-09-01-preview for LVA#7247anuchandy merged 3 commits intoAzure:masterfrom BrianBlum:master
Conversation
In Testing, Please Ignore[Logs] (Generated from ae35d5e, Iteration 3)
|
|
Adding WaitForARMFeedback label for this PR |
Automation for azure-sdk-for-pythonNothing to generate for azure-sdk-for-python |
|
Can one of the admins verify this patch? |
Automation for azure-sdk-for-goNothing to generate for azure-sdk-for-go |
| "put": { | ||
| "summary": "Create or update a Media Graph", | ||
| "description": "Create or update a Media Graph in the Media Services account", | ||
| "operationId": "MediaGraphs_CreateOrUpdate", |
There was a problem hiding this comment.
Is creareOrUpdate a long running operation? same question for delete.
There was a problem hiding this comment.
Both PUT (CreateOrUpdate) and DELETE are not long running. They complete synchronously.
In our API, START and STOP actions are Long running operations
| } | ||
| } | ||
| }, | ||
| "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/mediaGraphs/{mediaGraphName}/operationsStatus/{operationId}": { |
There was a problem hiding this comment.
Looks like this is to retrieve result of long running operation, if so usually we don't include this operation instead annotate actual LRO operation with x-ms-long-running-operation.
There was a problem hiding this comment.
Both long running operations use "x-ms-long-running-operation": true. See line 560 and 608.
As part of long running operation, we return operationId in response header. User can use this API to get operation status.
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.