Fixes after breaking changes in Express Route Peerings swagger#6036
Closed
MikhailTryakhov wants to merge 7 commits intopreviewfrom
Closed
Fixes after breaking changes in Express Route Peerings swagger#6036MikhailTryakhov wants to merge 7 commits intopreviewfrom
MikhailTryakhov wants to merge 7 commits intopreviewfrom
Conversation
vinayada1
previously approved these changes
Apr 24, 2018
markcowl
requested changes
May 1, 2018
| </Reference> | ||
| <Reference Include="Microsoft.Azure.Management.Network, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | ||
| <HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.17.0.0-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath> | ||
| <Reference Include="Microsoft.Azure.Management.Network, Version=19.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
Member
There was a problem hiding this comment.
I think these should all be the same version
| <package id="Microsoft.Azure.Management.Authorization" version="2.0.0" targetFramework="net452" /> | ||
| <package id="Microsoft.Azure.Management.Compute" version="18.0.0" targetFramework="net452" /> | ||
| <package id="Microsoft.Azure.Management.Network" version="17.0.0-preview" targetFramework="net452" /> | ||
| <package id="Microsoft.Azure.Management.Network" version="19.0.0-preview" targetFramework="net452" /> |
| <ItemGroup > | ||
| <PackageReference Include="AutoMapper" Version="6.2.2" /> | ||
| <PackageReference Include="Microsoft.Azure.Management.Network" Version="17.0.0-preview" /> | ||
| <PackageReference Include="Microsoft.Azure.Management.Network" Version="19.0.0-preview" /> |
| </Reference> | ||
| <Reference Include="Microsoft.Azure.Management.Network, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | ||
| <HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.17.0.0-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath> | ||
| <Reference Include="Microsoft.Azure.Management.Network, Version=19.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| <package id="AutoMapper" version="6.0.2" targetFramework="net452" /> | ||
| <package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net45" /> | ||
| <package id="Microsoft.Azure.Management.Network" version="17.0.0-preview" targetFramework="net452" /> | ||
| <package id="Microsoft.Azure.Management.Network" version="19.0.0-preview" targetFramework="net452" /> |
| <Reference Include="Microsoft.Azure.Management.Network, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | ||
| <HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.17.0.0-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath> | ||
| <Reference Include="Microsoft.Azure.Management.Network, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | ||
| <HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.18.0.0-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath> |
Member
There was a problem hiding this comment.
note: the network version needs to be published before we can accept it in preview
| <ItemGroup> | ||
| <PackageReference Include="Microsoft.Azure.Management.ResourceManager" Version="1.6.0-preview" /> | ||
| <PackageReference Include="Microsoft.Azure.Management.Compute" Version="17.5.0" /> | ||
| <PackageReference Include="Microsoft.Azure.Management.Network" Version="17.0.0-preview" /> |
Member
There was a problem hiding this comment.
what are the functional changes that go with these assembly changes?
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.
Description
Swagger PR Azure/azure-rest-api-specs#2644 contains option name changing. Need to be dixed in PowerShell. No breaking changes for PS, true story :)
Checklist
CONTRIBUTING.mdplatyPSmodule