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
Copy file name to clipboardExpand all lines: src/ResourceManager/Common/Commands.Common.Authentication.ResourceManager/Common.ResourceManager.Authentication.Netcore.csproj
Copy file name to clipboardExpand all lines: src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/Common.ResourceManager.ScenarioTests.Netcore.csproj
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
170
-
AliasesToExport=''
171
+
AliasesToExport=@()
171
172
172
173
# DSC resources to export from this module
173
174
# DscResourcesToExport = @()
@@ -196,16 +197,29 @@ PrivateData = @{
196
197
# IconUri = ''
197
198
198
199
# ReleaseNotes of this module
199
-
ReleaseNotes='* Updated Set-AzureRmVMAEMExtension and Test-AzureRmVMAEMExtension cmdlets to support Premium managed disks
200
-
* Backup encryption settings for IaaS VMs and restore on failure
201
-
* ChefServiceInterval option is renamed to ChefDaemonInterval now. Old one will continue to work however.
202
-
* Remove duplicated DataDiskNames and NetworkInterfaceIDs properties from PS VM object.
203
-
- Make DataDiskNames and NetworkInterfaceIDs parameters optional in Remove-AzureRmVMDataDisk and Remove-AzureRmVMNetworkInterface, respectively.
204
-
* Fix the piping issue of Get cmdlets when the Get cmdlets return a list object.
205
-
* Cmdlets that conflicted with RDFE cmdlets have been renamed. See issue https://github.com/Azure/azure-powershell/issues/2917 for more details
206
-
- `New-AzureVMSqlServerAutoBackupConfig` has been renamed to `New-AzureRmVMSqlServerAutoBackupConfig`
207
-
- `New-AzureVMSqlServerAutoPatchingConfig` has been renamed to `New-AzureRmVMSqlServerAutoPatchingConfig`
208
-
- `New-AzureVMSqlServerKeyVaultCredentialConfig` has been renamed to `New-AzureRmVMSqlServerKeyVaultCredentialConfig`
200
+
ReleaseNotes='* Storage account type support for Image disk:
201
+
- ''StorageAccountType'' parameter is added to Set-AzureRmImageOsDisk and Add-AzureRmImageDataDisk
202
+
* PrivateIP and PublicIP feature in Vmss Ip Configuration:
203
+
- ''PrivateIPAddressVersion'', ''PublicIPAddressConfigurationName'', ''PublicIPAddressConfigurationIdleTimeoutInMinutes'', ''DnsSetting'' names are added to New-AzureRmVmssIpConfig
204
+
- ''PrivateIPAddressVersion'' parameter for specifying IPv4 or IPv6 is added to New-AzureRmVmssIpConfig
205
+
* Performance Maintenance feature:
206
+
- ''PerformMaintenance'' switch parameter is added to Restart-AzureRmVM.
207
+
- Get-AzureRmVM -Status shows the information of performance maintenance of the given VM
208
+
* Virtual Machine Identity feature:
209
+
- ''IdentityType'' parameter is added to New-AzureRmVMConfig and UpdateAzureRmVM
210
+
- Get-AzureRmVM shows the information of the identity of the given VM
211
+
* Vmss Identity feature:
212
+
- ''IdentityType'' parameter is added to to New-AzureRmVmssConfig
213
+
- Get-AzureRmVmss shows the information of the identity of the given Vmss
214
+
* Vmss Boot Diagnostics feature:
215
+
- New cmdlet for setting boot diagnostics of Vmss object: Set-AzureRmVmssBootDiagnostics
216
+
- ''BootDiagnostic'' parameter is added to New-AzureRmVmssConfig
217
+
* Vmss LicenseType feature:
218
+
- ''LicenseType'' parameter is added to New-AzureRmVmssConfig
219
+
* RecoveryPolicyMode support:
220
+
- ''RecoveryPolicyMode'' paramter is added to New-AzureRmVmssConfig
221
+
* Compute Resource Sku feature:
222
+
- New cmdlet ''Get-AzureRmComputeResourceSku'' list all compute resource skus
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
0 commit comments