You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update Get-AzureRmPublicIPaddress to retrieve publicipaddress resources created via VM Scale Set
277
261
* Added cmdlet to get virtual network current usage
278
262
- Get-AzureRmVirtualNetworkUsageList
279
263
* Profile
280
264
* Fixed error when using Import-AzureRmContext or Save-AzureRmContext
281
-
- More information can be found in this issue: https://github.com/Azure/azure-powershell/issues/3954
265
+
- More information: https://github.com/Azure/azure-powershell/issues/3954
282
266
* RecoveryServices.SiteRecovery
283
267
* Introducing a new module for Azure Site Recovery operations.
284
268
- All cmdlets begin with AzureRmRecoveryServicesAsr*
@@ -288,13 +272,13 @@ PrivateData = @{
288
272
* Deprecated server upgrade cmdlets because the old server version (2.0) no longer exists.
289
273
* Add new optional switch paramter "AssignIdentity" to New-AzureRmSqlServer and Set-AzureRmSqlServer cmdlets to support provisioning of a resource identity for the SQL server resource
290
274
* The parameter ResourceGroupName is now optional for Get-AzureRmSqlServer
291
-
- More information can be found in the following issue: https://github.com/Azure/azure-powershell/issues/635
275
+
- More information: https://github.com/Azure/azure-powershell/issues/635
292
276
* ServiceManagement
293
-
* Updated New-AzureBgpPeering cmdlet to add following new options :
277
+
* Updated New-AzureBgpPeering:
294
278
- PeerAddressType : Values of "IPv4" or "IPv6" can be specified to create a BGP Peering of the corresponding address family type
295
-
* Updated Set-AzureBgpPeering cmdlet to add following new options :
279
+
* Updated Set-AzureBgpPeering:
296
280
- PeerAddressType : Values of "IPv4" or "IPv6" can be specified to update BGP Peering of the corresponding address family type
297
-
* Updated Remove-AzureBgpPeering cmdlet to add following new options :
281
+
* Updated Remove-AzureBgpPeering:
298
282
- PeerAddressType : Values of "IPv4", "IPv6" or All can be specified to remove BGP Peering of the corresponding address family type or all of them'
0 commit comments