|
3 | 3 | #
|
4 | 4 | # Generated by: Microsoft Corporation
|
5 | 5 | #
|
6 |
| -# Generated on: 5/31/2018 |
| 6 | +# Generated on: 6/12/2018 |
7 | 7 | #
|
8 | 8 |
|
9 | 9 | @{
|
|
12 | 12 | # RootModule = ''
|
13 | 13 |
|
14 | 14 | # Version number of this module.
|
15 |
| -ModuleVersion = '6.2.1' |
| 15 | +ModuleVersion = '6.3.0' |
16 | 16 |
|
17 | 17 | # Supported PSEditions
|
18 | 18 | # CompatiblePSEditions = @()
|
@@ -86,8 +86,8 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; RequiredVersion = '5.3.0';
|
86 | 86 | @{ModuleName = 'AzureRM.Media'; RequiredVersion = '0.10.0'; },
|
87 | 87 | @{ModuleName = 'AzureRM.Network'; RequiredVersion = '6.2.0'; },
|
88 | 88 | @{ModuleName = 'AzureRM.NotificationHubs'; RequiredVersion = '5.0.0'; },
|
89 |
| - @{ModuleName = 'AzureRM.OperationalInsights'; RequiredVersion = '5.0.1'; }, |
90 |
| - @{ModuleName = 'AzureRM.PolicyInsights'; RequiredVersion = '1.0.1'; }, |
| 89 | + @{ModuleName = 'AzureRM.OperationalInsights'; RequiredVersion = '5.0.1'; }, |
| 90 | + @{ModuleName = 'AzureRM.PolicyInsights'; RequiredVersion = '1.0.1'; }, |
91 | 91 | @{ModuleName = 'AzureRM.PowerBIEmbedded'; RequiredVersion = '4.1.5'; },
|
92 | 92 | @{ModuleName = 'AzureRM.RecoveryServices'; RequiredVersion = '4.1.3'; },
|
93 | 93 | @{ModuleName = 'AzureRM.RecoveryServices.Backup'; RequiredVersion = '4.2.0'; },
|
@@ -160,9 +160,64 @@ PrivateData = @{
|
160 | 160 | # IconUri = ''
|
161 | 161 |
|
162 | 162 | # ReleaseNotes of this module
|
163 |
| - ReleaseNotes = '6.2.1 - June 2018 |
164 |
| -AzureRM.OperationalInsights |
165 |
| -* Updated PSWorkspace model to allow Network to use type as a parameter |
| 163 | + ReleaseNotes = '6.3.0 - june 2018 |
| 164 | +AzureRM.Profile |
| 165 | +* Updated error messages for Enable-AzureRmContextAutoSave |
| 166 | +* Create a context for each subscription when running ''Connect-AzureRmAccount'' with no previous context |
| 167 | +
|
| 168 | +Azure.Storage |
| 169 | +* Added additional information about -Permissions parameter in help files. |
| 170 | +
|
| 171 | +AzureRM.Compute |
| 172 | +* ''Get-AzureRmVmDiskEncryptionStatus'' fixes an issue observed for VMs with no data disks |
| 173 | +* Update Compute client library version to fix following cmdlets |
| 174 | + - Grant-AzureRmDiskAccess |
| 175 | + - Grant-AzureRmSnapshotAccess |
| 176 | + - Save-AzureRmVMImage |
| 177 | +* Fixed following cmdlets to show ''operation ID'' and ''operation status'' correctly: |
| 178 | + - Start-AzureRmVM |
| 179 | + - Stop-AzureRmVM |
| 180 | + - Restart-AzureRmVM |
| 181 | + - Set-AzureRmVM |
| 182 | + - Remove-AzuerRmVM |
| 183 | + - Set-AzureRmVmss |
| 184 | + - Start-AzureRmVmssRollingOSUpgrade |
| 185 | + - Stop-AzureRmVmssRollingUpgrade |
| 186 | + - Start-AzureRmVmss |
| 187 | + - Restart-AzureRmVmss |
| 188 | + - Stop-AzureRmVmss |
| 189 | + - Remove-AzureRmVmss |
| 190 | + - ConvertTo-AzureRmVMManagedDisk |
| 191 | + - Revoke-AzureRmSnapshotAccess |
| 192 | + - Remove-AzureRmSnapshot |
| 193 | + - Revoke-AzureRmDiskAccess |
| 194 | + - Remove-AzureRmDisk |
| 195 | + - Remove-AzureRmContainerService |
| 196 | + - Remove-AzureRmAvailabilitySet |
| 197 | +
|
| 198 | +AzureRM.EventGrid |
| 199 | +* Remove ValidateNotNullOrEmpty validation conditions for SubjectBeginsWith/SubjectEndsWith in Update-AzureRmEventGridSubscription cmdlet to allow changing these parameters to empty string if needed. |
| 200 | +
|
| 201 | +AzureRM.KeyVault |
| 202 | +* Fix issue where no Tags are being returned when Get-AzureRmKeyVault -Tag is run |
| 203 | +
|
| 204 | +AzureRM.PolicyInsights |
| 205 | +* Public release of Policy Insights cmdlets |
| 206 | + - Use API version 2018-04-04 |
| 207 | + - Add PolicyDefinitionReferenceId to the results of Get-AzureRmPolicyStateSummary |
| 208 | +
|
| 209 | +AzureRM.RecoveryServices.Backup |
| 210 | +* Added -Vault parameter to RecoveryServices.Backup cmdlets. When passed, this will override the Set-AzureRmRecoveryServicesContext cmdlet. |
| 211 | +
|
| 212 | +AzureRM.Sql |
| 213 | +* Updated example in the help file for Get-AzureRmSqlDatabaseExpanded |
| 214 | +
|
| 215 | +AzureRM.TrafficManager |
| 216 | +* Updated the help file for Add-AzureRmTrafficManagerEndpointConfig |
| 217 | +
|
| 218 | +AzureRM.Websites |
| 219 | +* ''Set-AzureRmWebApp'' is updated to not overwrite the AppSettings when using -AssignIdentity |
| 220 | +* ''New-AzureRmWebAppSlot'' is updated to honor AppServicePlan as an optional parameter |
166 | 221 | '
|
167 | 222 |
|
168 | 223 | # Prerelease string of this module
|
|
0 commit comments