-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 3.0 SDK (support ACR Build/Task GA Service) #4825
Conversation
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.
LGTM
@northtyphoon do you need any other approvals or is this good to merge |
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.
LGTM
1) Added support for Azure Container Registry Build service. | ||
2) Added support for registry policy. | ||
3) Added support for image import. | ||
1) Added support for Azure Container Registry Task service. |
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.
NIT: do you want to mention this is a breaking change from the 2.8.0-preview
version since build
is rebranded to task
, although the major version bump already indicates that.
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.
updated
@dsgouda, it's ready to merge. |
Will merge once CIs pass |
Description
Swagger: https://github.com/Azure/azure-rest-api-specs/tree/master/specification/containerregistry/resource-manager
Swagger PR: Azure/azure-rest-api-specs#3617
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csproj
andAssemblyInfo.cs
files have been updated with the new version of the SDK.