-
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
[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 #4109
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.
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> | ||
|
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.
@muwaqar remove empty lines
using Xunit; | ||
using Microsoft.Azure.Management.Dns.Models; | ||
using SubResource = Microsoft.Azure.Management.Dns.Models.SubResource; |
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.
@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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@muwaqar this SDK will need to be generated from master of spec repo.
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.
Will do once our Swagger PR (Azure/azure-rest-api-specs#2587) is approved.
@@ -7,7 +7,7 @@ | |||
[assembly: AssemblyTitle("Microsoft Azure DNS Management Library")] | |||
[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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@muwaqar why go to 2.2 instead of 2.1?
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.
2.1 is taken by 2017-10-01 API version (changes for which should be in psSdkJson6 branch already).
@@ -6,12 +6,12 @@ | |||
<PropertyGroup> | |||
<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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@muwaqar why move to 2.2 instead of 2.1?
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.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
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.
Looks good for the most part bar a minor change
@@ -6,8 +6,8 @@ | |||
|
|||
[assembly: AssemblyTitle("Microsoft Azure DNS Management Library")] | |||
[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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do not update the AssemblyVersion here.
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
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
*.csproj
andAssemblyInfo.cs
files have been updated with the new version of the SDK.