File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
src/ServiceManagement/Services Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 20
20
<package id =" Microsoft.WindowsAzure.ConfigurationManager" version =" 3.2.0" targetFramework =" net45" />
21
21
<package id =" Microsoft.WindowsAzure.Management" version =" 4.1.1" targetFramework =" net45" />
22
22
<package id =" Microsoft.WindowsAzure.Management.Compute" version =" 14.0.0" targetFramework =" net45" />
23
- <package id =" Microsoft.WindowsAzure.Management.ExpressRoute" version =" 0.23.0-preview" targetFramework =" net452 " />
23
+ <package id =" Microsoft.WindowsAzure.Management.ExpressRoute" version =" 0.23.0-preview" targetFramework =" net45 " />
24
24
<package id =" Microsoft.WindowsAzure.Management.MediaServices" version =" 4.0.0" targetFramework =" net45" />
25
25
<package id =" Microsoft.WindowsAzure.Management.ServiceBus" version =" 0.18.0-preview" targetFramework =" net45" />
26
26
<package id =" Microsoft.WindowsAzure.Management.Storage" version =" 6.0.1" targetFramework =" net45" />
43
43
<package id =" xunit.extensibility.core" version =" 2.1.0" targetFramework =" net45" />
44
44
<package id =" xunit.extensibility.execution" version =" 2.1.0" targetFramework =" net45" />
45
45
<package id =" xunit.runner.visualstudio" version =" 2.1.0" targetFramework =" net45" />
46
- </packages >
46
+ </packages >
Original file line number Diff line number Diff line change 85
85
- Set-AzureManagedCacheNamedCache
86
86
* For more information about Managed Cache service deprecation, see http://go.microsoft.com/fwlink/?LinkID=717458
87
87
88
- ## Version 3.1.0
88
+ ## Version 3.1.0
89
+ * Updated New-AzureBgpPeering cmdlet to add following new options :
90
+ - PeerAddressType : Values of "IPv4" or "IPv6" can be specified to create a BGP Peering of the corresponding address family type
91
+ * Updated Set-AzureBgpPeering cmdlet to add following new options :
92
+ - PeerAddressType : Values of "IPv4" or "IPv6" can be specified to update BGP Peering of the corresponding address family type
93
+ * Updated Remove-AzureBgpPeering cmdlet to add following new options :
94
+ - PeerAddressType : Values of "IPv4", "IPv6" or All can be specified to remove BGP Peering of the corresponding address family type or all of them
You can’t perform that action at this time.
0 commit comments