Skip to content

adding dns name label support for azure container instance .net sdk#4049

Merged
shahabhijeet merged 4 commits intoAzure:psSdkJson6from
xizha162:psSdkJson6
Feb 7, 2018
Merged

adding dns name label support for azure container instance .net sdk#4049
shahabhijeet merged 4 commits intoAzure:psSdkJson6from
xizha162:psSdkJson6

Conversation

@xizha162
Copy link
Copy Markdown
Contributor

@xizha162 xizha162 commented Feb 6, 2018

Description

With this change, user can now specify a dns name label for the container they create in ACI using Azure .Net SDK.
The only semantics changes are in ipaddress.cs (to include the new property) and tests. Changes in other files are mostly format changes from AutoRest

Link to the PR for rest api spec:
Azure/azure-rest-api-specs#2309
A simple bug fix (casing) to the spec:
Azure/azure-rest-api-specs#2410


This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

SDK Generation Guidelines

  • If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
  • The generate.cmd file for the SDK has been updated with the version of AutoRest, as well as the commitid of your swagger spec or link to the swagger spec, used to generate the code.
  • The *.csproj and AssemblyInfo.cs files have been updated with the new version of the SDK.

@xizha162
Copy link
Copy Markdown
Contributor Author

xizha162 commented Feb 6, 2018

@shahabhijeet , could you take a look of this change? It is very simple. I am just adding new property (dns name label) for the container instance.

Copy link
Copy Markdown
Contributor

@shahabhijeet shahabhijeet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing link to your swagger spec PR
Missing meta data file that get's updated when you use generate.cmd to generate

<PropertyGroup>
<Description>Microsoft Azure Container Instance Management Library</Description>
<Version>1.0.1-preview</Version>
<Version>1.0.2-preview</Version>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing < PackageReleaseNotes >. Add release notes as to what is being fixed/added to this release.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shahabhijeet , fixed. Please take a look.

@shahabhijeet shahabhijeet merged commit a01ce0c into Azure:psSdkJson6 Feb 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants