All Versions
139
Latest Version
Avg Release Cycle
25 days
Latest Release
894 days ago

Changelog History
Page 8

  • v3.0.2-preview Changes

    November 18, 2020

    ๐Ÿš€ Changes since last release

    • ๐Ÿ‘Œ Supported Set/Get/Remove blob inventory policy
      • New-AzStorageBlobInventoryPolicyRule
      • Set-AzStorageBlobInventoryPolicy
      • Get-AzStorageBlobInventoryPolicy
      • Remove-AzStorageBlobInventoryPolicy
  • v3.0.1-preview Changes

    October 31, 2020

    ๐Ÿš€ Release Notes

    • ๐Ÿ‘Œ Supported resource access rule in NetworkRuleSet
      • 'Update-AzStorageAccountNetworkRuleSet'
      • 'Add-AzStorageAccountNetworkRule'
      • 'Remove-AzStorageAccountNetworkRule'

    ๐Ÿ“ฆ https://www.powershellgallery.com/packages/Az.Storage/3.0.1-preview

  • v3.0.0 Changes

    November 01, 2019

    General

    • ๐Ÿš€ Az.PrivateDns 1.0.0 released
    Az.Accounts
    • โž• Add a deprecation message for 'Resolve-Error' alias.
    Az.Advisor
    • โž• Added new category 'Operational Excellence' to Get-AzAdvisorRecommendation cmdlet.
    Az.Batch
    • ๐Ÿ“‡ Renamed CoreQuota on BatchAccountContext to DedicatedCoreQuota. There is also a new LowPriorityCoreQuota.
      • This impacts Get-AzBatchAccount.
    • ๐Ÿ†• New-AzBatchTask -ResourceFile parameter now takes a collection of PSResourceFile objects, which can be constructed using the new New-AzBatchResourceFile cmdlet.
    • ๐Ÿ†• New New-AzBatchResourceFile cmdlet to help create PSResourceFile objects. These can be supplied to New-AzBatchTask on the -ResourceFile parameter.
      • This supports two new kinds of resource file in addition to the existing HttpUrl way:
      • AutoStorageContainerName based resource files download an entire auto-storage container to the Batch node.
      • StorageContainerUrl based resource files download the container specified in the URL to the Batch node.
    • Removed ApplicationPackages property of PSApplication returned by Get-AzBatchApplication.
      • The specific packages inside of an application now can be retrieved using Get-AzBatchApplicationPackage. For example: Get-AzBatchApplication -AccountName myaccount -ResourceGroupName myresourcegroup -ApplicationId myapplication.
    • ๐Ÿ“ฆ Renamed ApplicationId to ApplicationName on Get-AzBatchApplicationPackage, New-AzBatchApplicationPackage, Remove-AzBatchApplicationPackage, Get-AzBatchApplication, New-AzBatchApplication, Remove-AzBatchApplication, and Set-AzBatchApplication.
      • ApplicationId now is an alias of ApplicationName.
    • โž• Added new PSWindowsUserConfiguration property to PSUserAccount.
    • ๐Ÿ“ฆ Renamed Version to Name on PSApplicationPackage.
    • ๐Ÿ“‡ Renamed BlobSource to HttpUrl on PSResourceFile.
    • โœ‚ Removed OSDisk property from PSVirtualMachineConfiguration.
    • Removed Set-AzBatchPoolOSVersion. This operation is no longer supported.
    • โœ‚ Removed TargetOSVersion from PSCloudServiceConfiguration.
    • ๐Ÿ“‡ Renamed CurrentOSVersion to OSVersion on PSCloudServiceConfiguration.
    • โœ‚ Removed DataEgressGiB and DataIngressGiB from PSPoolUsageMetrics.
    • Removed Get-AzBatchNodeAgentSku and replaced it with Get-AzBatchSupportedImage.
      • Get-AzBatchSupportedImage returns the same data as Get-AzBatchNodeAgentSku but in a more friendly format.
      • New non-verified images are also now returned. Additional information about Capabilities and BatchSupportEndOfLife for each image is also included.
    • ๐Ÿ†• Added ability to mount remote file-systems on each node of a pool via the new MountConfiguration parameter of New-AzBatchPool.
    • ๐Ÿ”’ Now support network security rules blocking network access to a pool based on the source port of the traffic. This is done via the SourcePortRanges property on PSNetworkSecurityGroupRule.
    • ๐Ÿ‘ When running a container, Batch now supports executing the task in the container working directory or in the Batch task working directory. This is controlled by the WorkingDirectory property on PSTaskContainerSettings.
    • โž• Added ability to specify a collection of public IPs on PSNetworkConfiguration via the new PublicIPs property. This guarantees nodes in the Pool will have an IP from the list user provided IPs.
    • 0๏ธโƒฃ When not specified, the default value of WaitForSuccess on PSSTartTask is now $True (was $False).
    • ๐Ÿง When not specified, the default value of Scope on PSAutoUserSpecification is now Pool (was Task on Windows and Pool on Linux).
    Az.Cdn
    • Introduced UrlRewriteAction and CacheKeyQueryStringAction to RulesEngine.
    • ๐Ÿ›  Fixed several bugs like missing 'Selector' Input in New-AzDeliveryRuleCondition cmdlet.
    Az.Compute
    • Disk Encryption Set feature
      • New cmdlets: New-AzDiskEncryptionSetConfig New-AzDiskEncryptionSet Get-AzDiskEncryptionSet Remove-AzDiskEncryptionSet
      • DiskEncryptionSetId parameter is added to the following cmdlets: Set-AzImageOSDisk Set-AzVMOSDisk Set-AzVmssStorageProfile
        Add-AzImageDataDisk New-AzVMDataDisk Set-AzVMDataDisk Add-AzVMDataDisk Add-AzVmssDataDisk Add-AzVmssVMDataDisk
      • DiskEncryptionSetId and EncryptionType parameters are added to the following cmdlets: New-AzDiskConfig New-AzSnapshotConfig
    • โž• Add PublicIPAddressVersion parameter to New-AzVmssIPConfig
    • ๐Ÿšš Move FileUris of custom script extension from public setting to protected setting
    • โž• Add ScaleInPolicy to New-AzVmss, New-AzVmssConfig and Update-AzVmss cmdlets
    • ๐Ÿ’ฅ Breaking changes
      • UploadSizeInBytes parameter is used instead of DiskSizeGB for New-AzDiskConfig when CreateOption is Upload
      • PublishingProfile.Source.ManagedImage.Id is replaced with StorageProfile.Source.Id in GalleryImageVersion object
    Az.DataFactory
    • โšก๏ธ Update ADF .Net SDK version to 4.3.0
    Az.DataLakeStore
    • โšก๏ธ Update ADLS SDK version (https://github.com/Azure/azure-data-lake-store-net/blob/preview-alpha/CHANGELOG.md#version-123-alpha), brings following fixes
    • ๐Ÿ‘ป Avoid throwing exception while unable to deserialize the creationtime of the trash or directory entry.
    • ๐Ÿ”ฆ Expose setting per request timeout in adlsclient
    • ๐Ÿ›  Fix passing the original syncflag for badoffset recovery
    • ๐Ÿ›  Fix EnumerateDirectory to retrieve continuation token once response is checked
    • ๐Ÿ›  Fix Concat Bug
    Az.FrontDoor
    • ๐Ÿ›  Fixed miscellaneous typos across module
    Az.HDInsight
    • ๐Ÿ›  Fixed the bug that customer will get 'Not a valid Base-64 string' error when using Get-AzHDInsightCluster to get the cluster with ADLSGen1 storage.
    • โž• Add a parameter named 'ApplicationId' to three cmdlets Add-AzHDInsightClusterIdentity, New-AzHDInsightClusterConfig and New-AzHDInsightCluster so that customer can provide the service principal application id for accessing Azure Data Lake.
    • ๐Ÿ”„ Changed Microsoft.Azure.Management.HDInsight from 2.1.0 to 5.1.0
    • โœ‚ Removed five cmdlets:
      • Get-AzHDInsightOMS
      • Enable-AzHDInsightOMS
      • Disable-AzHDInsightOMS
      • Grant-AzHDInsightRdpServicesAccess
      • Revoke-AzHDInsightRdpServicesAccess
    • โž• Added three cmdlets:
      • Get-AzHDInsightMonitoring to replace Get-AzHDInsightOMS.
      • Enable-AzHDInsightMonitoring to replace Enable-AzHDInsightOMS.
      • Disable-AzHDInsightMonitoring to replace Disable-AzHDInsightOMS.
    • ๐Ÿ›  Fixed cmdlet Get-AzHDInsightProperties to support get capabilities information from a specific location.
    • โœ‚ Removed parameter sets('Spark1', 'Spark2') from Add-AzHDInsightConfigValue.
    • โž• Add examples to the help documents of cmdlet Add-AzHDInsightSecurityProfile.
    • ๐Ÿ”„ Changed output type of the following cmdlets:
    • - Changed the output type of Get-AzHDInsightProperties from CapabilitiesResponse to AzureHDInsightCapabilities.
    • ๐Ÿšš - Changed the output type of Remove-AzHDInsightCluster from ClusterGetResponse to bool.
    • - Changed the output type of Set-AzHDInsightGatewaySettings HttpConnectivitySettings to GatewaySettings.
    • โž• Added some scenario test cases.
    • โœ‚ Remove some alias: 'Add-AzHDInsightConfigValues', 'Get-AzHDInsightProperties'.
    Az.IotHub
    • ๐Ÿ’ฅ Breaking changes:
      • The cmdlet 'Add-AzIotHubEventHubConsumerGroup' no longer supports the parameter 'EventHubEndpointName' and no alias was found for the original parameter name.
      • The parameter set '__AllParameterSets' for cmdlet 'Add-AzIotHubEventHubConsumerGroup' has been removed.
      • The cmdlet 'Get-AzIotHubEventHubConsumerGroup' no longer supports the parameter 'EventHubEndpointName' and no alias was found for the original parameter name.
      • The parameter set '__AllParameterSets' for cmdlet 'Get-AzIotHubEventHubConsumerGroup' has been removed.
      • The property 'OperationsMonitoringProperties' of type 'Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties' has been removed.
      • The property 'OperationsMonitoringProperties' of type 'Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubInputProperties' has been removed.
      • The cmdlet 'New-AzIotHubExportDevice' no longer supports the alias 'New-AzIotHubExportDevices'.
      • The cmdlet 'New-AzIotHubImportDevice' no longer supports the alias 'New-AzIotHubImportDevices'.
      • The cmdlet 'Remove-AzIotHubEventHubConsumerGroup' no longer supports the parameter 'EventHubEndpointName' and no alias was found for the original parameter name.
      • The parameter set '__AllParameterSets' for cmdlet 'Remove-AzIotHubEventHubConsumerGroup' has been removed.
      • The cmdlet 'Set-AzIotHub' no longer supports the parameter 'OperationsMonitoringProperties' and no alias was found for the original parameter name.
      • The parameter set 'UpdateOperationsMonitoringProperties' for cmdlet 'Set-AzIotHub' has been removed.
    Az.RecoveryServices
    • ๐Ÿ”ง Azure Site Recovery support to configure networking resources like NSG, public IP and internal load balancers for Azure to Azure.
    • ๐Ÿ‘ Azure Site Recovery Support to write to managed disk for vMWare to Azure.
    • ๐Ÿ‘ Azure Site Recovery Support to NIC reduction for vMWare to Azure.
    • ๐Ÿ‘ Azure Site Recovery Support to accelerated networking for Azure to Azure.
    • โšก๏ธ Azure Site Recovery Support to agent auto update for Azure to Azure.
    • ๐Ÿ‘ Azure Site Recovery Support to Standard SSD for Azure to Azure.
    • ๐Ÿ‘ Azure Site Recovery Support to Azure Disk Encryption two pass for Azure to Azure.
    • ๐Ÿ‘ Azure Site Recovery Support to protect newly added disk for Azure to Azure.
    • โž• Added SoftDelete feature for VM and added tests for softdelete
    Az.Resources
    • โšก๏ธ Update dependency assembly Microsoft.Extensions.Caching.Memory from 1.1.1 to 2.2
    Az.Network
    • ๐Ÿ”„ Change all cmdlets for PrivateEndpointConnection to support generic service provider.
      • Updated cmdlet:
        • Approve-AzPrivateEndpointConnection
        • Deny-AzPrivateEndpointConnection
        • Get-AzPrivateEndpointConnection
        • Remove-AzPrivateEndpointConnection
        • Set-AzPrivateEndpointConnection
    • โž• Add new cmdlet for PrivateLinkResource and it also support generic service provider.
      • New cmdlet:
        • Get-AzPrivateLinkResource
    • โž• Add new fields and parameter for the feature Proxy Protocol V2.
      • Add property EnableProxyProtocol in PrivateLinkService
      • Add property LinkIdentifier in PrivateEndpointConnection
      • Updated New-AzPrivateLinkService to add a new optional parameter EnableProxyProtocol.
    • ๐Ÿ›  Fix incorrect parameter description in 'New-AzApplicationGatewaySku' reference documentation
    • ๐Ÿ†• New cmdlets to support the azure firewall policy
    • โž• Add support for child resource RouteTables of VirtualHub
      • New cmdlets added:
        • Add-AzVirtualHubRoute
        • Add-AzVirtualHubRouteTable
        • Get-AzVirtualHubRouteTable
        • Remove-AzVirtualHubRouteTable
        • Set-AzVirtualHub
    • โž• Add support for new properties Sku of VirtualHub and VirtualWANType of VirtualWan
      • Cmdlets updated with optional parameters:
        • New-AzVirtualHub : added parameter Sku
        • Update-AzVirtualHub : added parameter Sku
        • New-AzVirtualWan : added parameter VirtualWANType
        • Update-AzVirtualWan : added parameter VirtualWANType
    • โž• Add support for EnableInternetSecurity property for HubVnetConnection, VpnConnection and ExpressRouteConnection
      • New cmdlets added:
        • Update-AzureRmVirtualHubVnetConnection
      • Cmdlets updated with optional parameters:
        • New-AzureRmVirtualHubVnetConnection : added parameter EnableInternetSecurity
        • New-AzureRmVpnConnection : added parameter EnableInternetSecurity
        • Update-AzureRmVpnConnection : added parameter EnableInternetSecurity
        • New-AzureRmExpressRouteConnection : added parameter EnableInternetSecurity
        • Set-AzureRmExpressRouteConnection : added parameter EnableInternetSecurity
    • โž• Add support for Configuring TopLevel WebApplicationFirewall Policy
      • New cmdlets added:
        • New-AzApplicationGatewayFirewallPolicySetting
        • New-AzApplicationGatewayFirewallPolicyExclusion
        • New-AzApplicationGatewayFirewallPolicyManagedRuleGroupOverride
        • New-AzApplicationGatewayFirewallPolicyManagedRuleOverride
        • New-AzApplicationGatewayFirewallPolicyManagedRule
        • New-AzApplicationGatewayFirewallPolicyManagedRuleSet
      • Cmdlets updated with optional parameters:
        • New-AzApplicationGatewayFirewallPolicy : added parameter PolicySetting, ManagedRule
    • โž• Added support for Geo-Match operator on CustomRule
      • Added GeoMatch to the operator on the FirewallCondition
    • โž• Added support for perListener and perSite Firewall policy
      • Cmdlets updated with optional parameters:
        • New-AzApplicationGatewayHttpListener : added parameter FirewallPolicy, FirewallPolicyId
        • New-AzApplicationGatewayPathRuleConfig : added parameter FirewallPolicy, FirewallPolicyId
    • ๐Ÿ›  Fix required subnet with name AzureBastionSubnet in 'PSBastion' can be case insensitive
    • ๐Ÿ‘Œ Support for Destination FQDNs in Network Rules and Translated FQDN in NAT Rules for Azure Firewall
    • โž• Add support for top level resource RouteTables of IpGroup
      • New cmdlets added:
        • New-AzIpGroup
        • Remove-AzIpGroup
        • Get-AzIpGroup
        • Set-AzIpGroup
    Az.ServiceFabric
    • โœ‚ Remove Add-AzServiceFabricApplicationCertificate cmdlet as this scenario is covered by Add-AzVmssSecret.
    Az.Sql
    • โž• Added support for restore of dropped databases on Managed Instances.
    • ๐Ÿ—„ Deprecated from code old auditing cmdlets.
    • โœ‚ Removed deprecated aliases:
    • Get-AzSqlDatabaseIndexRecommendations (use Get-AzSqlDatabaseIndexRecommendation instead)
    • โช Get-AzSqlDatabaseRestorePoints (use Get-AzSqlDatabaseRestorePoint instead)
    • โœ‚ Remove Get-AzSqlDatabaseSecureConnectionPolicy cmdlet
    • โœ‚ Remove aliases for deprecated Vulnerability Assessment Settings cmdlets
    • ๐Ÿ—„ Deprecate Advanced Threat Detection Settings cmdlets
    • โž• Adding cmdlets to Disable and enable sensitivity recommendations on columns in a database.
    Az.Storage
    • ๐Ÿ‘Œ Support enable Large File share when create or update Storage account
      • New-AzStorageAccount
      • Set-AzStorageAccount
    • When close/get File handle, skip check the input path is File directory or File, to avoid failure with object in DeletePending status
      • Get-AzStorageFileHandle
      • Close-AzStorageFileHandle
  • v3.0.0-November2019

    October 30, 2019
  • v2.12.0-September2020 Changes

    September 04, 2020

    ๐Ÿš€ Changes since last release

    • ๐Ÿšš Azure Backup added a new cmdlet Copy-AzRecoveryServicesVault for DS move feature.
    • ๐Ÿšš Get-AzRecoveryServicesBackupJob cmdlet now supports operation type 'BackupDataMove'.

    ๐Ÿ“ฆ https://www.powershellgallery.com/packages/Az.RecoveryServices/2.12.0
    ๐Ÿ“ฆ https://www.poshtestgallery.com/packages/Az.RecoveryServices/2.12.0

  • v2.11.0-September2020 Changes

    September 27, 2020
    • โž• Added BackupStorageRedundancy to the following:
      • Restore-AzureRmSqlDatabase
      • New-AzSqlDatabaseCopy
      • New-AzSqlDatabaseSecondary
    • โœ‚ Removed case sensitivity for BackupStorageRedundancy parameter for all SQL DB references
    • โšก๏ธ Updated BackupStorageRedundancy warning message names
  • v2.10.1-September2020 Changes

    September 24, 2020
    • โž• Added warning for BackupStorageRedundancy configuration in select regions in New-AzSqlDatabase (Ignore Case for BackupStorageRedundancy configuration input)
    • ๐Ÿ›  Fixed for bug in New-AzSqlDatabaseExport
    • โœ‚ Removed case sensitivity for BackupStorageRedundancy parameter for `New-
  • v2.8.0 Changes

    October 01, 2019

    General

    • ๐Ÿš€ Az.HealthcareApis 1.0.0 release
    Az.Accounts
    • โšก๏ธ Update telemetry and url rewriting for generated modules, fix windows unit tests.
    Az.ApiManagement
    Az.Automation
    • ๐Ÿ›  Fixed New-AzureAutomationSoftwareUpdateConfiguration cmdlet for Linux reboot setting parameter.
    Az.Batch
    • Get-AzBatchNodeAgentSku is deprecated and will be replaced by Get-AzBatchSupportImage in version 2.0.0.
    Az.Compute
    • โž• Add Priority, EvictionPolicy, and MaxPrice parameters to New-AzVM and New-AzVmss cmdlets
    • ๐Ÿ›  Fix warning message and help document for Add-AzVMAdditionalUnattendContent and Add-AzVMSshPublicKey cmdlets
    • ๐Ÿ›  Fix -skipVmBackup exception for Linux VMs with managed disks for Set-AzVMDiskEncryptionExtension.
    • ๐Ÿ›  Fix bug in update encryption settings in Set-AzVMDiskEncryptionExtension, two pass scenario.
    Az.DataFactory
    • โž• Adding CRUD commands for ADF V2 data flow: Set-AzDataFactoryV2DataFlow, Remove-AzDataFactoryV2DataFlow, and Get-AzDataFactoryV2DataFlow.
    • โž• Adding action commands for ADF V2 data flow debug Session: Start-AzDataFactoryV2DataFlowDebugSession, Get-AzDataFactoryV2DataFlowDebugSession, Add-AzDataFactoryV2DataFlowDebugSessionPackage, Invoke-AzDataFactoryV2DataFlowDebugSessionCommand and Stop-AzDataFactoryV2DataFlowDebugSession.
    • โšก๏ธ Update ADF .Net SDK version to 4.2.0
    Az.DataLakeStore
    • ๐Ÿ›  Fix account validation so that accounts with '-' can be passed without domain
    Az.HealthcareApis
    • โšก๏ธ Updated the powershell version to 1.0.0
    • โšก๏ธ Updated the SDK version to 1.0.2
    • โšก๏ธ Update in tests to refer to new SDK version
    • โšก๏ธ Updated the output structure from nested to flattened.
    Az.IotHub
    • โž• Add new routing source: DigitalTwinChangeEvents
    • Minor bug fix: Get-AzIothub not returning subscriptionId
    Az.Monitor
    • ๐Ÿ†• New action group receivers added for action group -ItsmReceiver -VoiceReceiver -ArmRoleReceiver -AzureFunctionReceiver -LogicAppReceiver -AutomationRunbookReceiver -AzureAppPushReceiver
    • ๐Ÿ‘‰ Use common alert schema enabled for the receivers. This is not applicable for SMS, Azure App push , ITSM and Voice recievers
    • ๐Ÿ‘ Webhooks now supports Azure active directory authentication .
    Az.Network
    • โž• Add new cmdlet Get-AzAvailableServiceAlias which can be called to get the aliases that can be used for Service Endpoint Policies.
    • โž• Added support for the adding traffic selectors to Virtual Network Gateway Connections
      • New cmdlets added:
        • New-AzureRmTrafficSelectorPolicy
      • Cmdlets updated with optional parameter -TrafficSelectorPolicies -New-AzureRmVirtualNetworkGatewayConnection -Set-AzureRmVirtualNetworkGatewayConnection
    • โž• Add support for ESP and AH protocols in network security rule configurations
      • Updated cmdlets:
        • Add-AzNetworkSecurityRuleConfig
        • New-AzNetworkSecurityRuleConfig
        • Set-AzNetworkSecurityRuleConfig
    • ๐Ÿ‘Œ Improve handling of exceptions in Cortex cmdlets
    • ๐Ÿ†• New Generations and SKUs for VirtualNetworkGateways
      • Introduce new Generations for VirtualNetworkGateways.
      • Introduce new high throughput SKUs for VirtualNetworkGateways.
    Az.RedisCache
    • ๐Ÿ“š Updated 'Set-AzRedisCache' reference documentation to include missing values for '-Size' parameter
    Az.Sql
    • โž• Add support for setting Active Directory Administrator on Managed Instance
    Az.Storage
    • โฌ†๏ธ Upgrade Storage Client Library to 11.1.0
    • List containers with Management plane API, will list with NextPageLink
      • Get-AzRmStorageContainer
    • List Storage accounts from subscription, will list with NextPageLink
      • Get-AzStorageAccount
    Az.StorageSync
    • ๐Ÿ›  Fix Issue 9810 in Reset-AzStorageSyncServerCertificate.
    Az.Websites
    • โšก๏ธ Set-AzWebApp updating ASP of an app was failing
  • v2.8.0-October2019

    October 11, 2019
  • v2.7.0 Changes

    September 01, 2019
    Az.ApiManagement
    • ๐Ÿ“š Update '-Format' parameter description in 'Set-AzApiManagementPolicy' reference documentation
    • โœ‚ Removed references of deprecated cmdlet 'Update-AzApiManagementDeployment' from reference documentation. Use 'Set-AzApiManagement' instead.
    Az.Automation
    • ๐Ÿ›  Fixed example typo in reference documentation for 'Register-AzAutomationDscNode'
    • โž• Added clarification on OS restriction to Register-AzAutomationDSCNode
    • ๐Ÿ›  Fixed Start-AzAutomationRunbook cmdlet Null reference exception for -Wait option.
    Az.Compute
    • โž• Add UploadSizeInBytes parameter tp New-AzDiskConfig
    • โž• Add Incremental parameter to New-AzSnapshotConfig
    • โž• Add a low priority virtual machine feature:
      • MaxPrice, EvictionPolicy and Priority parameters are added to New-AzVMConfig.
      • MaxPrice parameter is added to New-AzVmssConfig, Update-AzVM and Update-AzVmss cmdlets.
    • ๐Ÿ›  Fix VM reference issue for Get-AzAvailabilitySet cmdlet when it lists all availability sets in the subscription.
    • ๐Ÿ›  Fix the null exception for Get-AzRemoteDesktopFile.
    • ๐Ÿ›  Fix VHD Seek method for end-relative position.
    • ๐Ÿ›  Fix UltraSSD issue for New-AzVM and Update-AzVM.
    Az.DataFactory
    • โž• Adding 3 new commands for ADF V2 - Add-AzDataFactoryV2TriggerSubscription, Remove-AzDataFactoryV2TriggerSubscription, and Get-AzDataFactoryV2TriggerSubscriptionStatus
    • โšก๏ธ Updated ADF .Net SDK version to 4.1.3
    Az.HDInsight
    • Call out breaking changes
    Az.IotHub
    • โž• Add support to invoke failover for an IotHub to the geo-paired disaster recovery region.
    • โž• Add support to manage message enrichment for an IotHub. New cmdlets are:
      • Add-AzIotHubMessageEnrichment
      • Get-AzIotHubMessageEnrichment
      • Remove-AzIotHubMessageEnrichment
      • Set-AzIotHubMessageEnrichment
    Az.Monitor
    • Pointing to the most recent Monitor SDK, i.e. 0.24.1-preview
      • Adds non-braking changes to the Metrics cmdlets, i.e. the Unit enumeration supports several new values. These are read-only cmdlets, so there would be no change in the input of the cmdlets.
      • The api-version of the ActionGroups requests is now 2019-06-01, before it was 2018-03-01. The scenario tests have been updated to accommodate for this change.
      • The constructors for the classes EmailReceiver and WebhookReceiver added one new mandatory argument, i.e. a Boolean value called useCommonAlertSchema. Currently, the value is fixed to false to hide this breaking change from the cmdlets. NOTE: this is a temporary change that must be validated by the Alerts team.
      • The order of the arguments for the constructor of the class Source (related to the ScheduledQueryRuleSource class) changed from the previous SDK. This change required two unit tests to the be fixed: they compiled, but failed to pass the tests.
      • The order of the arguments for the constructor of the class AlertingAction (related to the ScheduledQueryRuleSource class) changed from the previous SDK. This change required two unit tests to the be fixed: they compiled, but failed to pass the tests.
    • ๐Ÿ‘Œ Support Dynamic Threshold criteria for metric alert V2
      • New-AzMetricAlertRuleV2Criteria: now creats dynamic threshold criteria also
      • Add-AzMetricAlertRuleV2: now accept dynamic threshold criteria also
    • ๐Ÿ‘Œ Improvements in Scheduled Query Rule cmdlets (SQR)
      • Cmdlets will accept 'Location' paramater in both formats, either the location (e.g. eastus) or the location display name (e.g. East US)
      • Illustrated 'Enabled' parameter in help files properly
      • Added examples for 'ActionGroup' optional parameter
      • Overall improved help files
    • ๐Ÿ›  Fix bug in determining scope type for 'Set-AzActionRule'
    Az.Network
    • ๐Ÿ›  Fix incorrect example in 'New-AzApplicationGateway' reference documentation
    • โž• Add note in 'Get-AzNetworkWatcherPacketCapture' reference documentation about retrieving all properties for a packet capture
    • ๐Ÿ›  Fixed example in 'Test-AzNetworkWatcherIPFlow' reference documentation to correctly enumerate NICs
    • ๐Ÿ‘Œ Improved cloud exception parsing to display additional details if they are present
    • ๐Ÿ‘Œ Improved cloud exception parsing to handle additional type of SDK exception
    • ๐Ÿ›  Fixed incorrect mapping of Security Rule models
    • โž• Added properties to network interface for private ip feature
      • Added property 'PrivateEndpoint' as type of PSResourceId to PSNetworkInterface
      • Added property 'PrivateLinkConnectionProperties' as type of PSIpConfigurationConnectivityInformation to PSNetworkInterfaceIPConfiguration
      • Added new model class PSIpConfigurationConnectivityInformation
    • โž• Added new ApplicationRuleProtocolType 'mssql' for Azure Firewall resource
    • ๐Ÿ‘ MultiLink support in Virtual WAN
      • New cmdlets
        • New-AzVpnSiteLink
        • New-AzVpnSiteLinkConnection
      • Updated cmdlet:
        • New-VpnSite
        • Update-VpnSite
        • New-VpnConnection
        • Update-VpnConnection
    • ๐Ÿ›  Fixed documents for some PowerShell examples to use Az cmdlets instead of AzureRM cmdlets
    Az.RecoveryServices
    • โšก๏ธ Update AzureVMpolicy Object with ProtectedItemsCount Attribute
    • โž• Added Tests for VM policy and Original Storage Account Restore
    Az.Resources
    • ๐Ÿ›  Fix bug where New-AzRoleAssignment could not be called without parameter Scope.
    Az.ServiceFabric
    • ๐Ÿ›  Fixed typo in example for 'Update-AzServiceFabricReliability' reference documentation
    • โž• Adding new cmdlets to manage appliaction and services:
      • New-AzServiceFabricApplication
      • New-AzServiceFabricApplicationType
      • New-AzServiceFabricApplicationTypeVersion
      • New-AzServiceFabricService
      • Update-AzServiceFabricApplication
      • Get-AzServiceFabricApplication
      • Get-AzServiceFabricApplicationType
      • Get-AzServiceFabricApplicationTypeVersion
      • Get-AzServiceFabricService
      • Remove-AzServiceFabricApplication
      • Remove-AzServiceFabricApplicationType
      • Remove-AzServiceFabricApplicationTypeVersion
      • Remove-AzServiceFabricServic
    • โฌ†๏ธ Upgraded Service Fabric SDK to version 1.2.0 which uses service fabric resource provider api-version 2019-03-01.
    ๐Ÿšฆ Az.SignalR
    • โž• Add Update, Restart, CheckNameAvailability, GetUsage Cmdlets
    Az.Sql
    • ๐Ÿ“š Update example in reference documentation for 'Get-AzSqlElasticPool'
    • โž• Added vCore example to creating an elastic pool (New-AzSqlElasticPool).
    • โœ‚ Remove the validation of EmailAddresses and the check that EmailAdmins is not false in case EmailAddresses is empty in Set-AzSqlServerAdvancedThreatProtectionPolicy and Set-AzSqlDatabaseAdvancedThreatProtectionPolicy
    • Enabled removal of server/database auditing settings when multiple diagnostic settings that enable audit category exist.
    • ๐Ÿ›  Fix email addresses validation in multiple Sql Vulnerability Assessment cmdlets (Update-AzSqlDatabaseVulnerabilityAssessmentSetting, Update-AzSqlServerVulnerabilityAssessmentSetting, Update-AzSqlInstanceDatabaseVulnerabilityAssessmentSetting and Update-AzSqlInstanceVulnerabilityAssessmentSetting).
    Az.Storage
    • ๐Ÿ“š Updated example in reference documentation for 'Get-AzStorageAccountKey'
    • ๐Ÿ‘ In upload/Downalod Azure File,support perserve the source File SMB properties (File Attributtes, File Creation Time, File Last Write Time) in the destination file
      • Set-AzStorageFileContent
      • Get-AzStorageFileContent
    • ๐Ÿ›  Fix Upload block blob with properties/metadate fail on container enabled ImmutabilityPolicy.
      • Set-AzStorageBlobContent
    • ๐Ÿ‘Œ Support manage Azure File shares with Management plane API
      • New-AzRmStorageShare
      • Get-AzRmStorageShare
      • Update-AzRmStorageShare
      • Remove-AzRmStorageShare
    Az.Websites
    • ๐Ÿ›  Fixing issue where webapp Tags were getting deleted when migrating App to new ASPwhere webapp Tags were getting deleted when migrating App to new ASP
    • ๐Ÿ›  Fixing the Publish-AzureWebapp to work across Linux and windows
    • ๐Ÿ“š Update example in 'Get-AzWebAppPublishingProfile' reference documentation