-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Ipsec Policy for Virtual Network Gateway Connection #3666
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
Changes from 11 commits
b4f0f3c
ff8d713
1a75de7
cf1fe9f
1d650b2
3318799
b33895a
038b4c0
c67eb8e
77f4a3e
a03392a
c0523f9
7cd3558
eefad66
2006b5f
5dcdad7
343a658
4989d75
7f82146
4b2fdd4
6447d33
8c15ac6
5cf89f8
46492e6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ | |
| <package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net45" /> | ||
| <package id="Microsoft.Azure.Management.Authorization" version="1.0.0" targetFramework="net45" /> | ||
| <package id="Microsoft.Azure.Management.Compute" version="14.0.0-prerelease" targetFramework="net45" /> | ||
| <package id="Microsoft.Azure.Management.Network" version="9.1.0-preview" targetFramework="net45" /> | ||
| <package id="Microsoft.Azure.Management.Network" version="9.2.0-preview" targetFramework="net45" /> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @henry416 same comment |
||
| <package id="Microsoft.Azure.Management.Storage" version="4.1.0-preview" targetFramework="net45" /> | ||
| <package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" /> | ||
| <package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net45" /> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -63,8 +63,8 @@ | |
| <Reference Include="Microsoft.Azure.Management.Authorization"> | ||
| <HintPath>..\..\..\packages\Microsoft.Azure.Management.Authorization.2.0.0\lib\net40\Microsoft.Azure.Management.Authorization.dll</HintPath> | ||
| </Reference> | ||
| <Reference Include="Microsoft.Azure.Management.Network, Version=9.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | ||
| <HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.9.1.0-preview\lib\net45\Microsoft.Azure.Management.Network.dll</HintPath> | ||
| <Reference Include="Microsoft.Azure.Management.Network, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | ||
| <HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.9.2.0-preview\lib\net45\Microsoft.Azure.Management.Network.dll</HintPath> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @henry416 same comment |
||
| <Private>True</Private> | ||
| </Reference> | ||
| <Reference Include="Microsoft.Azure.Management.ResourceManager"> | ||
|
|
@@ -497,7 +497,7 @@ | |
| <ProjectReference Include="..\..\Resources\Commands.Resources\Commands.Resources.csproj"> | ||
| <Project>{e1f5201d-6067-430e-b303-4e367652991b}</Project> | ||
| <Name>Commands.Resources</Name> | ||
| </ProjectReference> | ||
| </ProjectReference> | ||
| </ItemGroup> | ||
| <ItemGroup> | ||
| <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> | ||
|
|
||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ | |
| <package id="Microsoft.Azure.Insights" version="0.13.1-preview" targetFramework="net45" /> | ||
| <package id="Microsoft.Azure.Management.Authorization" version="1.0.0" targetFramework="net45" /> | ||
| <package id="Microsoft.Azure.Management.Compute" version="14.0.0-prerelease" targetFramework="net45" /> | ||
| <package id="Microsoft.Azure.Management.Network" version="9.1.0-preview" targetFramework="net45" /> | ||
| <package id="Microsoft.Azure.Management.Network" version="9.2.0-preview" targetFramework="net45" /> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @henry416 same comment |
||
| <package id="Microsoft.Azure.Management.Redis" version="3.1.1-preview" targetFramework="net45" /> | ||
| <package id="Microsoft.Azure.Management.ResourceManager" version="1.2.0-preview" targetFramework="net45" /> | ||
| <package id="Microsoft.Azure.Management.Resources" version="2.20.0-preview" targetFramework="net45" /> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -73,8 +73,8 @@ | |
| <SpecificVersion>False</SpecificVersion> | ||
| <HintPath>..\..\..\packages\Microsoft.Azure.Management.Authorization.2.0.0\lib\net40\Microsoft.Azure.Management.Authorization.dll</HintPath> | ||
| </Reference> | ||
| <Reference Include="Microsoft.Azure.Management.Network, Version=9.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | ||
| <HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.9.1.0-preview\lib\net45\Microsoft.Azure.Management.Network.dll</HintPath> | ||
| <Reference Include="Microsoft.Azure.Management.Network, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | ||
| <HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.9.2.0-preview\lib\net45\Microsoft.Azure.Management.Network.dll</HintPath> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @henry416 same comment |
||
| <Private>True</Private> | ||
| </Reference> | ||
| <Reference Include="Microsoft.Data.Edm"> | ||
|
|
@@ -321,6 +321,7 @@ | |
| <Compile Include="Models\PSExpressRouteServiveProvider.cs" /> | ||
| <Compile Include="Models\PSExpressRouteServiceProviderBandwidthsOffered.cs" /> | ||
| <Compile Include="Models\PSExpressRouteServiceProvider.cs" /> | ||
| <Compile Include="Models\PSIpsecPolicy.cs" /> | ||
| <Compile Include="Models\PSIpFlowVerify.cs" /> | ||
| <Compile Include="Models\PSIPFlowVerifyResult.cs" /> | ||
| <Compile Include="Models\PSNetworkInterfaceAssociation.cs" /> | ||
|
|
@@ -392,6 +393,7 @@ | |
| <Compile Include="NetworkWatcher\PacketCapture\StopAzureNetworkWatcherPacketCaptureCommand.cs" /> | ||
| <Compile Include="NetworkWatcher\RemoveAzureNetworkWatcherCommand.cs" /> | ||
| <Compile Include="ProviderWideCmdlets\GetAzureExpressRouteServiceProviderCommand.cs" /> | ||
| <Compile Include="VirtualNetworkGatewayConnection\NewAzureRmIpsecPolicyCommand.cs" /> | ||
| <Compile Include="RouteFilter\GetAzureRouteFilterCommand.cs" /> | ||
| <Compile Include="RouteFilter\NewAzureRouteFilterCommand.cs" /> | ||
| <Compile Include="RouteFilter\RemoveAzureRouteFilterCommand.cs" /> | ||
|
|
||
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.
@henry416 this will need to be bumped up to 10.0.0-preview
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.
@cormacpayne Shouldn't the version be 9.2.0? Anyways, the azure-sdk branch hasn't been merged yet so the nuget package to be published isn't available yet - think of the references as a placeholder for now.
Uh oh!
There was an error while loading. Please reload this page.
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.
@henry416 it will be 10.0.0-preview after the changes that @jobatzil made, but yes, this is a temporary placeholder until the SDK gets published 😄