-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
[ACR] Support Overriding Task parameters, support for ContinuationToken [NEW preview API VERSION] #6038
Conversation
Automation for azure-sdk-for-rubyThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-jsA PR has been created for you: |
@tjprescott is there any issue going on with azure-sdk-for-python and azure-sdk-for-ruby right now? Locally, I was able to create the SDK for python without any issues. |
Automation for azure-sdk-for-goThe initial PR has been merged into your service PR: |
Can one of the admins verify this patch? |
REST Spec PR 'Azure/azure-rest-api-specs#6038' REST Spec PR Author 'shahzzzam' REST Spec PR Last commit
Automation for azure-sdk-for-netA PR has been created for you: |
Automation for azure-sdk-for-javaThe initial PR has been merged into your service PR: |
.../resource-manager/Microsoft.ContainerRegistry/stable/2019-06-01/containerregistry_build.json
Outdated
Show resolved
Hide resolved
.../resource-manager/Microsoft.ContainerRegistry/stable/2019-06-01/containerregistry_build.json
Outdated
Show resolved
Hide resolved
.../resource-manager/Microsoft.ContainerRegistry/stable/2019-06-01/containerregistry_build.json
Outdated
Show resolved
Hide resolved
.../resource-manager/Microsoft.ContainerRegistry/stable/2019-06-01/containerregistry_build.json
Outdated
Show resolved
Hide resolved
.../resource-manager/Microsoft.ContainerRegistry/stable/2019-06-01/containerregistry_build.json
Outdated
Show resolved
Hide resolved
.../resource-manager/Microsoft.ContainerRegistry/stable/2019-06-01/containerregistry_build.json
Outdated
Show resolved
Hide resolved
@RyanBensonMSFT did you get a chance to review this? We kind of want to get this out in the next AZ CLI release (with new Python SDK). Thanks! |
@kpajdzik anyone else you know that can approve this? it's been two days. |
@KrisBash, can this be reassigned to someone else from ARM team? |
@kpajdzik - I will review this from ARM side shortly. |
Looks good. The previous API version with which this needs to be compared with is 2019-04-01 instead of 2019-05-01. Signing off from ARM side. |
@kpajdzik Hi Kamil, Can you please merge it? |
What about |
...-manager/Microsoft.ContainerRegistry/preview/2019-06-01-preview/containerregistry_build.json
Outdated
Show resolved
Hide resolved
@amarzavery I think the only errors remaining are now |
@amarzavery, Can you admin-merge if everything looks alright to you? |
...-manager/Microsoft.ContainerRegistry/preview/2019-06-01-preview/containerregistry_build.json
Show resolved
Hide resolved
...rosoft.ContainerRegistry/preview/2019-06-01-preview/examples/RegistriesScheduleRun_Task.json
Outdated
Show resolved
Hide resolved
...-manager/Microsoft.ContainerRegistry/preview/2019-06-01-preview/containerregistry_build.json
Show resolved
Hide resolved
...iew/2019-06-01-preview/examples/ManagedIdentity/TasksCreate_WithSystemAndUserIdentities.json
Show resolved
Hide resolved
...rce-manager/Microsoft.ContainerRegistry/preview/2019-06-01-preview/examples/TasksCreate.json
Show resolved
Hide resolved
…m/azure-rest-api-specs into shahzzam/add-2019-06-01
…en [NEW preview API VERSION] (Azure#6038) * add 2019-06-01 api swagger with examples * add 2019-06-01 api swagger with examples * trigger new ci build * add arm64 enum * add includeTriggerMetadata * rename variables * add updateTriggerToken to run properties * move 2019-06-01 to preview * update examples * revert 'Resource' definition * update examples * address comments * remove readonly properties from request * remove readonly properties from request * remove readonly peoperty * remove readonly peoperty
…ting-stopping-on-dev [AutoSync] Swagger updates for appplatform/wepa/swagger-add-starting-stopping-on-dev
Introduces the API version
2019-06-01-preview
for ACR Tasks.OverrideTaskStepProperties
for aTaskRunRequest
- You can now override some properties when you created the Task. But you can now also override them.updateTriggerToken, updateTriggerEndpoint, updateTriggerPayloadType
properties for Break-the-looptaskName
->taskId
as a required property for Task run.arm64
and386
to list of supported platforms.Diff against previous swagger
You can diff it against
stable/2019-04-01
swagger.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.