-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
SDK changes for traffic analytics parameters added to existing networkwatcher flowlog parameters #4320
Conversation
Here is the REST spec PR link: Azure/azure-rest-api-specs#3023 |
@MikhailTryakhov is the official may release for network sdk repo? Please confirm |
@MikhailTryakhov pushed it down to 19.0.1.0. |
Thanks, LGTM |
Build failure cause: |
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.
Couple of minor changes apart looks good
@@ -7,7 +7,7 @@ | |||
<PackageId>Microsoft.Azure.Management.Network</PackageId> | |||
<Description>Provides management capabilities for Network services.</Description> | |||
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> | |||
<Version>19.0.0-preview</Version> | |||
<Version>19.0.1-preview</Version> | |||
<PackageTags>Microsoft Azure Network management;Network;Network management;</PackageTags> | |||
<PackageReleaseNotes> | |||
<![CDATA[ |
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.
- Since there are breaking changes, the minor version must be updated, i.e.,
19.1.0-preview
PackageReleaseNotes
must be updated
@sayghosh looks like the signing build was successful |
@dsgouda Yes it succeeded in second attempt. First time it failed due to some intermittent issue. And addressed the changes requested. |
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 subject to CIs passing
|
||
1) azure-rest-api-specs repository information | ||
GitHub user: Azure | ||
Branch: master | ||
Commit: b9721ae4c9f04914cc89260b8339dc33372f835b | ||
Branch: Network-2018-05-01 |
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.
@sayghosh We cannot accept this PR. The SDK MUST be generated from master
branch of REST specs repo.
Please coordinate with @MikhailTryakhov to create a PR for the May branch and integrate your changes there. `
Hi @sayghosh |
@MikhailTryakhov Sure :) |
@dsgouda Please add this requirement as part of the "SDK Generation Guidelines" above so that no duplicate effort goes in raising a wrong PR from any other branch :) |
Thanks @sayghosh we will update the documentation |
Description
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.