|
| 1 | +## 4.6.0 - August 2020 |
| 2 | +#### Az.Accounts |
| 3 | +* Loaded all public cloud environments when discovery endpoint doesn't return default AzureCloud or other public environments [#12633] |
| 4 | +* Exposed SubscriptionPolicies in 'Get-AzSubscription' [#12551] |
| 5 | + |
| 6 | +#### Az.Automation |
| 7 | +* Added '-RunOn' parameters to 'Set-AzAutomationWebhook' to specify a Hybrid Worker Group |
| 8 | + |
| 9 | +#### Az.Compute |
| 10 | +* Added '-EncryptionAtHost' parameter to 'New-AzVm', 'New-AzVmss', 'New-AzVMConfig', 'New-AzVmssConfig', 'Update-AzVM', and 'Update-AzVmss' |
| 11 | +* Added 'SecurityProfile' to 'Get-AzVM' and 'Get-AzVmss' return object |
| 12 | +* Added '-InstanceView' switch as optional parameter to 'Get-AzHostGroup' |
| 13 | +* Added new cmdlet 'Invoke-AzVmPatchAssessment' |
| 14 | + |
| 15 | +#### Az.DataFactory |
| 16 | +* Added missing properties to PSPipelineRun class. |
| 17 | + |
| 18 | +#### Az.HDInsight |
| 19 | +* Supported creating cluster with encryption at host feature. |
| 20 | + |
| 21 | +#### Az.KeyVault |
| 22 | +* Added warning messages for planning to disable soft delete |
| 23 | +* Added warning messages for planning to remove attribute SecretValueText |
| 24 | + |
| 25 | +#### Az.Maintenance |
| 26 | +* Added optional schedule related fields to 'New-AzMaintenanceConfiguration' |
| 27 | +* Added new cmdlet for 'Get-AzMaintenancePublicConfiguration' |
| 28 | + |
| 29 | +#### Az.ManagedServices |
| 30 | +* Added breaking change warnings on cmdlets of managed services assignment and definition |
| 31 | + |
| 32 | +#### Az.Monitor |
| 33 | +* Extended the parameter set in 'Set-AzDiagnosticSetting' for separation of Logs and Metrics enablement [#12482] |
| 34 | +* Fixed bug for 'Add-AzMetricAlertRuleV2' when getting metric alert from pipeline |
| 35 | + |
| 36 | +#### Az.Resources |
| 37 | +* Updated 'Get-AzPolicyAlias' response to include information indicating whether the alias is modifiable by Azure Policy. |
| 38 | +* Created new cmdlet 'Set-AzRoleAssignment' |
| 39 | +* Added 'Get-AzDeploymentManagementGroupWhatIfResult' for getting ARM template What-If results at management Group scope |
| 40 | +* Added 'Get-AzTenantWhatIfResult' new cmdlet for getting ARM template What-If results at tenant scope |
| 41 | +* Overrode '-WhatIf' and '-Confirm' for 'New-AzManagementGroupDeployment' and 'New-AzTenantDeployment' to use ARM template What-If results |
| 42 | +* Fixed the behaviors of '-WhatIf' and '-Confirm' for new deployment cmdlets so they comply with False and |
| 43 | +* Fixed serialization error for '-TemplateObject' and 'TemplateParameterObject' [#1528] [#6292] |
| 44 | +* Added breaking change attribute to 'Get-AzResourceGroupDeploymentOperation' for the upcoming output type change |
| 45 | + |
| 46 | +#### Az.SignalR |
| 47 | +* Fixed 'Restart-AzSignalR' and 'Update-AzSignalR' help files errors |
| 48 | +* Added cmdlets 'Update-AzSignalRNetworkAcl', 'Set-AzSignalRUpstream' |
| 49 | + |
| 50 | +#### Az.Storage |
| 51 | +* Supported blob query acceleration |
| 52 | + - 'Get-AzStorageBlobQueryResult' |
| 53 | + - 'New-AzStorageBlobQueryConfig' |
| 54 | +* Updated help file, added more description, and fixed typo |
| 55 | + - 'Start-AzStorageBlobCopy' |
| 56 | + - 'Get-AzDataLakeGen2Item' |
| 57 | +* Fixed download blob fail when related sub directory not exist [#12592] |
| 58 | + - 'Get-AzStorageBlobContent' |
| 59 | +* Supported Set/Get/Remove Object Replication Policy on Storage accounts |
| 60 | + - 'New-AzStorageObjectReplicationPolicyRule' |
| 61 | + - 'Set-AzStorageObjectReplicationPolicy' |
| 62 | + - 'Get-AzStorageObjectReplicationPolicy' |
| 63 | + - 'Remove-AzStorageObjectReplicationPolicy' |
| 64 | +* Supported enable/disable ChangeFeed on Blob Service of a Storage account |
| 65 | + - 'Update-AzStorageBlobServiceProperty' |
| 66 | + |
1 | 67 | ## 4.5.0 - August 2020 |
2 | 68 | #### Az.Accounts |
3 | 69 | * Updated 'Connect-AzAccount' to accept parameter 'MaxContextPopulation' [#9865] |
|
0 commit comments