#INIT to 2017-03-01#2976
Merged
cormacpayne merged 7 commits intoMar 23, 2017
Merged
Conversation
…re will be breaking changes for application gateway.
|
@jobatzil, |
Member
|
PR to be merged into this branch: #2943 |
…jobatzil/plain201703
…jobatzil/plain201703
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR creates an initial state of the 2017-03-01 Network part of the azure-sdk.
The steps that were done are as follows:
In azure-rest-api-specs, copied all old files into the new 2017-03-01 folder, updated the version of all resources to 2017-03-01 and then auto generated the files for azure-sdk-for-net. Excluded two non-version number related changes please don't change until clarified further!)
-1- Generated/Models/VirtualNetworkGateway.cs (VpnType changed to optional, will be added by PR of Nilambari Deshpande, was added to swagger but not to azure-sdk yet)
-2- Generated/Models/ExpressRouteCircuitPeering.cs (RouteFilter position changed, was changed by hand by Ding Han, have to investigate further)
version got upgraded to 10.0.0 since application gateway introduces breaking changes.
updated version number in Network\SessionRecords to 2017-03-01
updated version number in Compute\SessionRecords to 2017-03-01
removed unneccessare changes where only the EOF got changed.
Description
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
project.jsonandAssemblyInfo.csfiles have been updated with the new version of the SDK.