[do not merge before 4118] Adding changes to support Private DNS Public Preview#4109
[do not merge before 4118] Adding changes to support Private DNS Public Preview#4109dsgouda merged 17 commits intoAzure:psSdkJson6from muwaqar:muwaqar/privatedns-public-preview
Conversation
dsgouda
left a comment
There was a problem hiding this comment.
Please generate the code using generate.cmd this should generate a .txt file, please commit that file.
If generate.cmd does not seem to generate this file, please pull down the latest changes and try again.
|
Please do NOT merge the pull request until the corresponding Swagger changes have been merged and our relevant services have been updated. |
…-dns-public-preview).
…7-10-01 API version.
|
@azuresdkci retest |
|
@azuresdkci retest this please |
| <ProjectReference Include="..\Management.Dns\Microsoft.Azure.Management.Dns.csproj" /> | ||
| </ItemGroup> | ||
|
|
| using Microsoft.Rest.ClientRuntime.Azure.TestFramework; | ||
| using Xunit; | ||
| using Microsoft.Azure.Management.Dns.Models; | ||
| using SubResource = Microsoft.Azure.Management.Dns.Models.SubResource; |
There was a problem hiding this comment.
@muwaqar sort and remove unused usings (if applicable)
| Branch: current | ||
| Commit: 765c5a6807e3a093868bff793ec3e8ea0cdabe75 | ||
| GitHub user: owolabi2 | ||
| Branch: koowolab/private-dns-public-preview |
There was a problem hiding this comment.
@muwaqar this SDK will need to be generated from master of spec repo.
There was a problem hiding this comment.
Will do once our Swagger PR (Azure/azure-rest-api-specs#2587) is approved.
| [assembly: AssemblyDescription("Provides management functionality for Microsoft Azure DNS Resources.")] | ||
| [assembly: AssemblyVersion("2.0.0.0")] | ||
| [assembly: AssemblyFileVersion("2.0.0.0")] | ||
| [assembly: AssemblyFileVersion("2.2.0.0")] |
There was a problem hiding this comment.
2.1 is taken by 2017-10-01 API version (changes for which should be in psSdkJson6 branch already).
| <PackageId>Microsoft.Azure.Management.Dns</PackageId> | ||
| <Description>Provides management capabilities for Azure Dns.</Description> | ||
| <Version>2.0.0-preview</Version> | ||
| <Version>2.2.0-preview</Version> |
There was a problem hiding this comment.
2.1 is taken by 2017-10-01 API version (changes for which should be in psSdkJson6 branch already).
There was a problem hiding this comment.
Don't know why GitHub is showing 2.0.0-preview (as before). The latest file (https://github.com/Azure/azure-sdk-for-net/blob/psSdkJson6/src/SDKs/Dns/Management.Dns/Microsoft.Azure.Management.Dns.csproj) has 2.1.0-preview version.
| [assembly: AssemblyDescription("Provides management functionality for Microsoft Azure DNS Resources.")] | ||
| [assembly: AssemblyVersion("2.1.0.0")] | ||
| [assembly: AssemblyFileVersion("2.1.0.0")] | ||
| [assembly: AssemblyVersion("2.2.0.0")] |
There was a problem hiding this comment.
Please do not update the AssemblyVersion here.
Description
Swagger (REST spec) PR link: Azure/azure-rest-api-specs#2587
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.