Skip to content

sdk generation related to Swagger pr: https://github.com/Azure/azure-…#4026

Merged
shahabhijeet merged 3 commits intoAzure:psSdkJson6from
azhao155:psSdkJson6
Feb 3, 2018
Merged

sdk generation related to Swagger pr: https://github.com/Azure/azure-…#4026
shahabhijeet merged 3 commits intoAzure:psSdkJson6from
azhao155:psSdkJson6

Conversation

@azhao155
Copy link
Contributor

@azhao155 azhao155 commented Feb 1, 2018

…rest-api-specs/pull/2364

Description


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.

Copy link
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.

with API update you need to build your sdk locally to create the required meta data file
do the following:

  1. msbuild build.proj /p:Scope=SDKs\Netowork /t:Build

@azhao155
Copy link
Contributor Author

azhao155 commented Feb 2, 2018

@shahabhijeet I have run this cmd, the build pass, but there is no metadata...the only metadata i have is src/SDKs/_metadata/network_resource-manager.txt which is generated by generate.cmd

@azhao155
Copy link
Contributor Author

azhao155 commented Feb 2, 2018

@shahabhijeet i deleted AzSdk.RP.props and rerun the build, thus got it generated

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