Adding container registry dataplane sdk#4856
Conversation
|
/CC @sajayantony |
dsgouda
left a comment
There was a problem hiding this comment.
when code is generated using generate.ps1, an SdkInfo_*.cs file must be generated, please commit this file.
| <PackageId>Microsoft.Azure.ContainerRegistry.Tests</PackageId> | ||
| <Description>Microsoft.Azure.ContainerRegistry tests Library</Description> | ||
| <AssemblyName>Microsoft.Azure.ContainerRegistry.Tests</AssemblyName> | ||
| <Version>1.0.0</Version> |
There was a problem hiding this comment.
Please add <TreatWarningsAsErrors>true</TreatWarningsAsErrors> and fix all errors
dsgouda
left a comment
There was a problem hiding this comment.
Looks great, just a couple of comments
|
@dsgouda When will PR be merged and when will the nupkg be released? |
dsgouda
left a comment
There was a problem hiding this comment.
Looks good for the most part, apologize for the delay.
| <Version>0.9.0-preview</Version> | ||
| <AssemblyName>Microsoft.Azure.ContainerRegistry</AssemblyName> | ||
| <PackageTags>Microsoft Azure Container Registry;Container Registry;</PackageTags> | ||
| <PackageReleaseNotes>Added capabilities to manage repository, tag and manifest.</PackageReleaseNotes> |
There was a problem hiding this comment.
This should be release notes about the SDK being published rather than the commit.
For example
This is a public preview SDK for Microsoft.Azure.ContainerRegistry services
There was a problem hiding this comment.
Shouldn't the release notes list the change included in this release? The developers already know this is preview sdk through the package versioning.
There was a problem hiding this comment.
Ohh, I guess I understood it incorrectly, this SDK allows one to manage a repo.
Description
Adding Azure container registry dataplane SDK for managing
The SDK is generated by this REST spec PR.
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csprojandAssemblyInfo.csfiles have been updated with the new version of the SDK.