azure-powershell

Microsoft Azure PowerShell

OTHER License

Stars
4.1K
Committers
1.7K

Bot releases are hidden (Show)

azure-powershell - AzureRM 6.13.2

Published by BethanyZhou over 3 years ago

Install

Gallery Module for ARM Cmdlets: link

To install AzureRM from the PowerShell Gallery, run the following command:

Install-Module -Name AzureRM -Repository PSGallery -Force

To update from an older version of AzureRM, run the following command:

Update-Module -Name AzureRM

Changes since last release

6.13.2 - March 2021

Azure Resource Manager Module

This module is outdated and will go out of support on 29 February 2024.

The Az PowerShell Module provides the following improvements:

  • Greater security with token cache encryption and improved authentication.
  • Availability in Azure Cloud Shell and on Linux and macOS.
  • Support for all Azure services.
  • Allows use of Azure access tokens.

We encourage you to start using the Az module as soon as possible to take advantage of these improvements.

Update your scripts that use AzureRM PowerShell modules to use Az PowerShell modules by 29 February 2024. To automatically update your scripts, follow the quickstart guide.

azure-powershell - Az 5.7.0

Published by dingmeng-xue over 3 years ago

Gallery Module for Azure PowerShell : https://www.powershellgallery.com/packages/Az/5.7.0

To install Az from the PowerShell Gallery, run the following command:

Install-Module -Name Az -Repository PSGallery -Force

To update from an older version of Az, run the following command:

Update-Module -Name Az

Docker images

  • mcr.microsoft.com/azure-powershell:latest
  • mcr.microsoft.com/azure-powershell:ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:5.7.0-ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:debian-9
  • mcr.microsoft.com/azure-powershell:5.7.0-debian-9
  • mcr.microsoft.com/azure-powershell:centos-7
  • mcr.microsoft.com/azure-powershell:5.7.0-centos-7
  • mcr.microsoft.com/azure-powershell:alpine-3.10
  • mcr.microsoft.com/azure-powershell:5.7.0-alpine-3.10

5.7.0 - March 2021

Az.Accounts

  • Fixed incorrect warning message on Windows PowerShell [#14556]
  • Set Azure Environment variable 'AzureKeyVaultServiceEndpointResourceId' according to the value of 'AzureKeyVaultDnsSuffix' when discovering environment

Az.Automation

  • Fixed the issue for starting Python3 runbooks with parameters

Az.DataFactory

  • Updated ADF .Net SDK version to 4.15.0

Az.EventHub

  • Fixed that 'New-AzServiceBusAuthorizationRuleSASToken' returns invalid token. [#12975]

Az.IotHub

  • Updated IoT Hub Management SDK and models to version 3.0.0 (api-version 2020-03-01)

Az.KeyVault

  • Supported upcoming new API design for 'Export-AzKeyVaultSecurityDomain'
  • Fixed several typos in cmdlet messages [#14341]

Az.Network

  • Added new cmdlets to replace old product name 'virtual router' with new name 'route server' in the future.
    • 'Get-AzRouteServerPeerAdvertisedRoute'
    • 'Get-AzRouteServerPeerAdvertisedRoute'
    • Added deprecation attribute warning to the old cmdlets.
  • Updated 'set-azExpressRouteGateway' to allow parameter -MinScaleUnits without specifying -MaxScaleUnits
  • Updated cmdlets to enable setting of VpnLinkConnectionMode on VpnSiteLinkConnections.
    • 'New-AzVpnSiteLinkConnection'
    • 'Update-AzVpnConnection'
  • Added new cmdlet to fetch IKE Security Associations for VPN Site Link Connections.
    • 'Get-VpnSiteLinkConnectionIkeSa'
  • Added new cmdlet to reset a Virtual Network Gateway Connection.
    • 'Reset-AzVirtualNetworkGatewayConnection'
  • Added new cmdlet to reset a Vpn Site Link Connection.
    • 'Reset-VpnSiteLinkConnection'
  • Updated cmdlets to enable setting an optional parameter -TrafficSelectorPolicies
    • 'New-AzVpnConnection'
    • 'Update-AzVpnConnection'
  • Bug fix for update vpnServerConfiguration.
  • Add scenarioTest for p2s multi auth VWAN.
  • Added multi auth feature support for VNG
    • 'Get-AzVpnClientConfiguration'
    • 'New-AzVirtualNetworkGateway'
    • 'Set-AzVirtualNetworkGateway'

Az.RecoveryServices

  • Added Cross Zonal Restore for managed virtual machines.

Az.RedisEnterpriseCache

  • GA version of Az.RedisEnterpriseCache

Az.Resources

  • Redirected bicep message to verbose stream
  • Removed the logic of copying Bicep template file to temp folder.
  • Add support of policy exemption resource type
  • Fixed what-if functionality when using '-QueryString' parameter.
  • Normalized '-QueryString' starting with '?' for scenarios involving dynamic parameters.

Az.ServiceBus

  • Fixed that 'New-AzServiceBusAuthorizationRuleSASToken' returns invalid token. [#12975]

Az.ServiceFabric

  • Added parameters 'VMImagePublisher', 'VMImageOffer', 'VMImageSku', 'VMImageVersion' to 'Add-AzServiceFabricNodeType' to facilitate easy alternate OS image creation for new node type.
  • Added parameter 'IsPrimaryNodeType' to 'Add-AzServiceFabricNodeType' to be able to create an additional primary node type, for the purpose of transitioning the primary node type to another one in the case of OS migration.
  • 'Add-AzServiceFabricNodeType' now correctly copies the LinuxDiagnostic extension. This was previously not working for Linux.
  • 'Add-AzServiceFabricNodeType' now correctly copies the RDP/SSH load balancer inbound NAT port mapping to the new node type.
  • Added template for 'UbuntuServer1804' for creating Ubuntu 18.04 clusters using 'New-AzServiceFabricCluster'.
  • 'Remove-AzServiceFabricNodeType' was incorrectly blocking Bronze durability node types for removal, and this has been updated to only block when the Bronze durability level differs between the SF node type and VMSS setting.
  • Added cmdlet 'Update-AzServiceFabricVmImage' to update the delivered SF runtime package type. This must be changed when migrating from Ubuntu 16 to 18.
  • Added cmdlet 'Update-AzServiceFabricNodeType' to update the properties of a cluster node type. For now this is solely used to update whether the node type is primary via bool parameter '-IsPrimaryNodeType False'.
  • 'Update-AzServiceFabricReliability' is now able to update reliability level when the cluster has more than one primary node type. To do this, the name of the node type is supplied via the new -NodeType parameter.
  • Added new cmdlets for managed applications:
    • 'New-AzServiceFabricManagedClusterApplication'
    • 'Get-AzServiceFabricManagedClusterApplication'
    • 'Set-AzServiceFabricManagedClusterApplication'
    • 'Remove-AzServiceFabricManagedClusterApplication'
    • 'New-AzServiceFabricManagedClusterApplicationType'
    • 'Get-AzServiceFabricManagedClusterApplicationType'
    • 'Set-AzServiceFabricManagedClusterApplicationType'
    • 'Remove-AzServiceFabricManagedClusterApplicationType'
    • 'New-AzServiceFabricManagedClusterApplicationTypeVersion'
    • 'Get-AzServiceFabricManagedClusterApplicationTypeVersion'
    • 'Set-AzServiceFabricManagedClusterApplicationTypeVersion'
    • 'Remove-AzServiceFabricManagedClusterApplicationTypeVersion'
    • 'New-AzServiceFabricManagedClusterService'
    • 'Get-AzServiceFabricManagedClusterService'
    • 'Set-AzServiceFabricManagedClusterService'
    • 'Remove-AzServiceFabricManagedClusterService'
  • Upgraded Managed Cluster commands to use Service Fabric Managed Cluster SDK version 1.0.0-beta.1 which uses service fabric resource provider api-version 2021-01-01-preview.

Az.Sql

  • Added cmdlet 'New-AzSqlServerTrustGroup'
  • Added cmdlet 'Remove-AzSqlServerTrustGroup'
  • Added cmdlet 'Get-AzSqlServerTrustGroup'

Az.Storage

  • Fixed an issue that list account from resource group won't use nextlink
    • 'Get-AzStorageAccount'
  • Supported ChangeFeedRetentionInDays when Enable ChangeFeed on Blob service
    • 'Update-AzStorageBlobServiceProperty'

Az.Websites

  • Updated 'Add-AzWebAppAccessRestrictionRule' to allow all supported Service Tags and validate against Service Tag API.

Thanks to our community contributors

  • Freddie Sackur (@fsackur), Fix invalid SAS token from New-AzServiceBusAuthorizationRuleSASToken and New-AzEventHubAuthorizationRuleSASToken (#14535)
  • Serafín Martín (@infoTrainingym), Unkown parameter (#14515)
  • João Carlos Ferra de Almeida (@Jalmeida1994), Update Get-AzAksNodePool.md (#14503)
  • Liam Barnett (@liambarnett), Fixed 3 typos in the document (#14335)
  • @sbojjawar-Msft, Update Set-AzSqlDatabaseVulnerabilityAssessmentRuleBaseline.md (#14432)
  • Yannick Dils (@yannickdils), Remove resource group from get-azloadbalancer this results in a region / zone update. (#14417)
azure-powershell - Az.Tools.Predictor 0.2.0

Published by dingmeng-xue over 3 years ago

https://www.powershellgallery.com/packages/Az.Tools.Predictor/0.2.0

  • Second preview release
  • Add Enable-AzPredictor and Disable-AzPredictor cmdlet to simplify configuration
  • Use PSReadline new API
azure-powershell - Az 5.6.0

Published by dingmeng-xue over 3 years ago

Gallery Module for Azure PowerShell : https://www.powershellgallery.com/packages/Az/5.6.0

To install Az from the PowerShell Gallery, run the following command:

Install-Module -Name Az -Repository PSGallery -Force

To update from an older version of Az, run the following command:

Update-Module -Name Az

Docker images

  • mcr.microsoft.com/azure-powershell:latest
  • mcr.microsoft.com/azure-powershell:ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:5.6.0-ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:debian-9
  • mcr.microsoft.com/azure-powershell:5.6.0-debian-9
  • mcr.microsoft.com/azure-powershell:centos-7
  • mcr.microsoft.com/azure-powershell:5.6.0-centos-7
  • mcr.microsoft.com/azure-powershell:alpine-3.10
  • mcr.microsoft.com/azure-powershell:5.6.0-alpine-3.10

5.6.0 - March 2021

Az.Accounts

  • Upgrade Azure.Identity to fix the issue that Connect-AzAccount fails when ADFS credential is used [#13560]

Az.Automation

  • Fixed the issue that string cannot be serialized correctly. [#14215]
  • Added Support for Python3 Runbook Type

Az.Compute

  • Added parameter '-EnableHotpatching' to the 'Set-AzVMOperatingSystem' cmdlet for Windows machines.
  • Added parameter '-PatchMode' to the Linux parameter sets in the cmdlet 'Set-AzVMOperatingSystem'.
  • [Breaking Change] Breaking changes for users in the public preview for the VM Guest Patching feature.
    • Removed property 'RebootStatus' from the 'Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary' object.
    • Removed property 'StartedBy' from the 'Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary' object.
    • Renamed property 'Kbid' to 'KbId' in the 'Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties' object.
    • Renamed property 'patches' to 'availablePatches' in the 'Microsoft.Azure.Management.Compute.Models.VirtualMachineAssessPatchesResult' object.
    • Renamed object 'Microsoft.Azure.Management.Compute.Models.SoftwareUpdateRebootBehavior' to 'Microsoft.Azure.Management.Compute.Models.VMGuestPatchRebootBehavior'.
    • Renamed object 'Microsoft.Azure.Management.Compute.Models.InGuestPatchMode' to 'Microsoft.Azure.Management.Compute.Models.WindowsVMGuestPatchMode'.
  • [Breaking Change] Removed all 'ContainerService' cmdlets. The Container Service API was deprecated in January 2020.
    • 'Add-AzContainerServiceAgentPoolProfile'
    • 'Get-AzContainerService'
    • 'New-AzContainerService'
    • 'New-AzContainerServiceConfig'
    • 'Remove-AzContainerService'
    • 'Remove-AzContainerServiceAgentPoolProfile'
    • 'Update-AzContainerService'

Az.ContainerRegistry

  • Fixed authentication for Connect-AzContainerRegistry

Az.CosmosDB

  • Introduced NetworkAclBypass and NetworkAclBypassResourceIds for Database Account cmdlets.
  • Introduced ServerVersion parameter to Update-AzCosmosDBAccount.
  • Introduced BackupInterval and BackupRetention for Database Account cmdlets

Az.DataFactory

  • Updated ADF .Net SDK version to 4.14.0

Az.Migrate

  • Az.Migrate GA
  • Incorporated Initialize-AzMigrateReplicationInfrastructure as a cmdlet in the Az.Migrate module, from the external script that is run currently today.
  • Made some parameters of New-AzMigrateServerReplication, New-AzMigrateDiskMapping case insensitive.
  • Added support for scale appliance change, to handle new V3 keys.

Az.RecoveryServices

  • Added null check for target storage account in FileShare restore.

Az.Resources

  • Added support for Azure resources deployment in Bicep language
  • Fixed issues with TemplateSpec deployments in 'New-AzTenantDeployment' and 'New-AzManagementGroupDeployment'
  • Added support for '-QueryString' parameter in 'Test-Az*Deployments' cmdlets
  • Fixed issue with dynamic parameters when 'New-Az*Deployments' is used with '-QueryString'
  • Added support for '-TemplateParameterObject' parameter while using '-TemplateSpecId' parameter in 'New-Az*Deployments' cmdlets
  • Fixed the inaccurate error message received on trying to deploy a non-existent template spec

Az.Storage

  • Upgraded to Microsoft.Azure.Management.Storage 19.0.0, to support new API version 2021-01-01.
  • Supported resource access rule in NetworkRuleSet
    • 'Update-AzStorageAccountNetworkRuleSet'
    • 'Add-AzStorageAccountNetworkRule'
    • 'Remove-AzStorageAccountNetworkRule'
  • Supported Blob version and Append Blob type in Management Policy
    • 'Add-AzStorageAccountManagementPolicyAction'
    • 'New-AzStorageAccountManagementPolicyFilter'
    • 'Set-AzStorageAccountManagementPolicy'
  • Supported create/update account with AllowSharedKeyAccess
    • 'New-AzStorageAccount'
    • 'Set-AzStorageAccount'
  • Supported create Encryption Scope with RequireInfrastructureEncryption
    • 'New-AzStorageEncryptionScope'
  • Supported copy block blob synchronously, with encryption scope
    • 'Copy-AzStorageBlob'
  • Fixed issue that Get-AzStorageBlobContent use wrong directory separator char on Linux and MacOS [#14234]

Az.Websites

  • Introduced an option to give custom timeout for 'Publish-AzWebApp'
  • Added support for App Service Environment
    • 'New-AzAppServiceEnvironment'
    • 'Remove-AzAppServiceEnvironment'
    • 'Get-AzAppServiceEnvironment'
    • 'New-AzAppServiceEnvironmentInboundServices'

Thanks to our community contributors

  • @alunmj, Small spelling, formatting changes (#14155)
  • @chakra146, Update Add-AzLoadBalancerInboundNatPoolConfig.md (#14231)
  • Martin Ehrnst (@ehrnst), Fixed a typo in the cmdlet (#14112)
  • Jan David Narkiewicz (@jdnark)
    • Examples used New-AzAks which is legacy cmdlet and the alias for New-AzAksCluster. Changed examples to use New-AzAksCluster which is the cmdlet this documentation page targets. (#14088)
    • Type fox: changed SshKeyVaule to SshKeyValue (#14087)
  • Ivan Kulezic (@kukislav), Add sql mi maintenance configuration examples (#14216)
  • @webguynj, Update Set-AzNetworkSecurityRuleConfig.md (#14176)
  • Yannick Dils (@yannickdils), Added an additional cmdline to the example which applies the changes to the load balancer (#14185)
azure-powershell - Az.CosmosDB v2.0.1-preview

Published by VeryEarly over 3 years ago

This release fixes the issue with error propagation for failed requests in case of PITR and RBAC cmdlets.

azure-powershell - Az.Migrate v1.0.0

Published by VeryEarly over 3 years ago

Release Notes

  • Az.Migrate GA
  • Incorporated Initialize-AzMigrateReplicationInfrastructure as a cmdlet in the Az.Migrate module, from the external script that is run currently today.
  • Made some parameters of New-AzMigrateServerReplication, New-AzMigrateDiskMapping case insensitive.
  • Added support for scale appliance change, to handle new V3 keys.
azure-powershell - Az.ContainerRegistry v2.2.1

Published by VeryEarly over 3 years ago

Release Notes

  • Fixed authentication for Connect-AzContainerRegistry
azure-powershell - Az 5.5.0

Published by dingmeng-xue over 3 years ago

Gallery Module for Azure PowerShell : https://www.powershellgallery.com/packages/Az/5.5.0

To install Az from the PowerShell Gallery, run the following command:

Install-Module -Name Az -Repository PSGallery -Force

To update from an older version of Az, run the following command:

Update-Module -Name Az

Docker images

  • mcr.microsoft.com/azure-powershell:latest
  • mcr.microsoft.com/azure-powershell:ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:5.5.0-ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:debian-9
  • mcr.microsoft.com/azure-powershell:5.5.0-debian-9
  • mcr.microsoft.com/azure-powershell:centos-7
  • mcr.microsoft.com/azure-powershell:5.5.0-centos-7
  • mcr.microsoft.com/azure-powershell:alpine-3.10
  • mcr.microsoft.com/azure-powershell:5.5.0-alpine-3.10

5.5.0 - February 2021

Az.Accounts

  • Tracked CloudError code in exception
  • Raised 'ContextCleared' event when 'Clear-AzContext' was executed

Az.Aks

  • Refined error messages of cmdlet failure.
  • Upgraded exception handling to use Azure PowerShell related exceptions.
  • Fixed the issue that user could not use provided service principal to create Kubernetes cluster. [#13938]

Az.Automation

  • Fixed the issue of processing 'PSCustomObject' and 'Array'.

Az.Compute

  • Added parameter '-EnableAutomaticUpgrade' to 'Set-AzVmExtension' and 'Add-AzVmssExtension'.
  • Removed FilterExpression parameter from 'Get-AzVMImage' cmdlet documentation.
  • Added deprecation message to the ContainerService cmdlets:
    • 'Add-AzureRmContainerServiceAgentPoolProfileCommand'
    • 'Get-AzContainerService'
    • 'New-AzContainerService'
    • 'New-AzContainerServiceConfig'
    • 'Remove-AzContainerService'
    • 'Remove-AzContainerServiceAgentPoolProfile'
    • 'Update-AzContainerService'
  • Added parameter '-BurstingEnabled' to 'New-AzDiskConfig' and 'New-AzDiskUpdateConfig'
  • Added '-GroupByApplicationId' and '-GroupByUserAgent' parameters to the 'Export-AzLogAnalyticThrottledRequest' and 'Export-AzLogAnalyticRequestRateByInterval' cmdlets.
  • Added 'VMParameterSet' parameter set to 'Get-AzVMExtension' cmdlet. Added new parameter '-VM' to this parameter set.

Az.ContainerRegistry

  • Added cmdlets to supported repository, manifest, and tag operations:
    • 'Get-AzContainerRegistryRepository'
    • 'Update-AzContainerRegistryRepository'
    • 'Remove-AzContainerRegistryRepository'
    • 'Get-AzContainerRegistryManifest'
    • 'Update-AzContainerRegistryManifest'
    • 'Remove-AzContainerRegistryManifest'
    • 'Get-AzContainerRegistryTag'
    • 'Update-AzContainerRegistryTag'
    • 'Remove-AzContainerRegistryTag'

Az.Databricks

Supported -EnableNoPublicIP when creating a Databricks workspace

Az.FrontDoor

  • Added FrontDoorId to properties
  • Added JSON Exclusions and RequestBodyCheck support to managed rules

Az.HDInsight

  • Added new parameter '-EnableComputeIsolation' and '-ComputeIsolationHostSku' to the cmdlet 'New-AzHDInsightCluster' to support compute isolation feature
  • Added property 'ComputeIsolationProperties' and 'ConnectivityEndpoints' in the class AzureHDInsightCluster.

Az.KeyVault

  • Supported specifying key type and curve name when importing keys via a BYOK file

Az.Network

  • Added new cmdlets to replace old product name 'virtual router' with new name 'route server' in the future.
    • 'New-AzRouteServer'
    • 'Get-AzRouteServer'
    • 'Remove-AzRouteServer'
    • 'Update-AzRouteServer'
    • 'Get-AzRouteServerPeer'
    • 'Add-AzRouteServerPeer'
    • 'Update-AzRouteServerPeer'
    • 'Remove-AzRouteServerPeer'
    • Added deprecation attribute warning to the old cmdlets.
  • Bug fix in ExpressRouteLink MacSecConfig. Added new property 'SciState' to 'PSExpressRouteLinkMacSecConfig'
  • Updated format list and format table views for Get-AzVirtualNetworkGatewayConnectionIkeSa

Az.PolicyInsights

  • Retracted changes made in powershell that increased request row limit. Removed incorrect statement of supporting paging

Az.RecoveryServices

  • modified policy validation limits as per backup service.
  • Added Zone Redundancy for Recovery Service Vaults.
  • Azure Site Recovery support for Proximity placement group for VMware to Azure and HyperV to Azure providers.
  • Azure Site Recovery support for Availability zone for VMware to Azure and HyperV to Azure providers.
  • Azure Site Recovery support for UseManagedDisk for HyperV to Azure provider

Az.Resources

  • Removed principal type on New-AzRoleAssignment and Set-AzRoleAssignment because current mapping was breaking certain scenarios

Az.Sql

  • Added MaintenanceConfigurationId to 'New-AzSqlDatabase', 'Set-AzSqlDatabase', 'New-AzSqlElasticPool' and 'Set-AzSqlElasticPool'
  • Fixed regression in 'Set-AzSqlServerAudit' when PredicateExpression argument is provided

Az.Storage

  • Supported RoutingPreference settings in create/update Storage account
    • 'New-AzStorageAccount'
    • 'Set-AzStorageAccount'
  • Upgraded Azure.Storage.Blobs to 12.8.0
  • Upgraded Azure.Storage.Files.Shares to 12.6.0
  • Upgraded Azure.Storage.Files.DataLake to 12.6.0

Az.Websites

  • Added support for Importing a key vault certificate to WebApp.

Thanks to our community contributors

  • @atul-ram, Update Set-AzEventHub.md (#13921)
  • Christoph Bergmeister [MVP] (@bergmeister), Set-AzDataLakeGen2AclRecursive.md - Fix typo (directiry -> directory) (#14082)
  • Alexander Schmidt (@devdeer-alex), Fixed broken link to contribution guidelines (#14009)
  • @JiangYuchun, Update Get-AzApplicationGatewayAuthenticationCertificate.md (#13972)
  • Sebastian Olsen (@Spacebjorn), Corrected example command (#13901)
azure-powershell - Az.CosmosDB v2.0.0-preview

Published by msJinLei over 3 years ago

Release Notes

  • This release introduces the cmdlets for the preview features of Continuous Backup(Point in time restore):
    • Introduced support for creating accounts with continuous mode backup policy.
    • Introduced support for Point in time restore for accounts with continuous mode backup policy.
    • Introduced support to update the backup interval and backup retention for accounts with periodic mode backup policy.
    • Introduced support to list the restorable resources in a live database account.
    • New-AzCosmosBAccount cmdlet is updated with new parameters: IsRestoreReqeust, RestoreSource, RestoreTimestampInUtc, DatabasesToRestore, BackupPolicy.
    • Update-AzCosmosDBAccount cmdlet is updated with new parameters: BackupPolicy.
    • The following cmdlets are added:
      • New-AzCosmosDBRestore, New-AzCosmosDBDatabaseToRestore, Get-AzCosmosDBRestorableDatabaseAccount,
      • Get-AzCosmosDBSqlRestorableDatabase, Get-AzCosmosDBSqlRestorableContainer, Get-AzCosmosDBSqlRestorableResource,
      • Get-AzCosmosDBMongoDBRestorableDatabase, Get-AzCosmosDBMongoDBRestorableCollection, Get-AzCosmosDBMongoDBRestorableResource.
    • Removed the support for throughput Migration. (Please use the stable version of Az.CosmosDB Powershell module if you intend to use this feature).
    • Removed AnalyticalStorageTTL from SqlContainer datamodel (Please use the stable version of Az.CosmosDB Powershell module if you intend to use this feature).
  • Introduced support for Sql data plane RBAC, allowing the creation, updating, removal, and retrieval of Role Definitions and Role Assignments
    • The following cmdlets are added:
      • Get-AzCosmosDBSqlRoleDefinition, Get-AzCosmosDBSqlRoleAssignment,
      • New-AzCosmosDBSqlRoleDefinition, New-AzCosmosDBSqlRoleAssignment,
      • Remove-AzCosmosDBSqlRoleDefinition, Remove-AzCosmosDBSqlRoleAssignment,
      • Update-AzCosmosDBSqlRoleDefinition, Update-AzCosmosDBSqlRoleAssignment,
      • New-AzCosmosDBSqlPermission
  • Please note this is a preview version. The cmdlets introduced here may be changed or removed in a future release.

Install

https://www.powershellgallery.com/packages/Az.CosmosDB/2.0.0-preview

azure-powershell - Az.Migrate v0.2.0

Published by msJinLei over 3 years ago

Release Notes

  • Bug fixed in update replication migration item to pass all properties (changed/unchanged) to service, and not just the changed ones.
  • Bug fixed in enable migrate to pick correct run as account id for VMware Cbt provider.
  • Added new parameter (MachineName) in get replication migration item, to get replication migration item by friendly name.
  • Bug fixed in enable migrate to stop passing Target Boot Diagnostic Storage Account if it is in a different subscription id than the target VM.
  • Fixed to in online URLs of existing code doc.

Install

https://www.powershellgallery.com/packages/Az.Migrate/0.2.0

azure-powershell - 5.4.0

Published by dingmeng-xue almost 4 years ago

Gallery Module for Azure PowerShell : https://www.powershellgallery.com/packages/Az/5.4.0

To install Az from the PowerShell Gallery, run the following command:

Install-Module -Name Az -Repository PSGallery -Force

To update from an older version of Az, run the following command:

Update-Module -Name Az

Docker images

  • mcr.microsoft.com/azure-powershell:latest
  • mcr.microsoft.com/azure-powershell:ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:5.4.0-ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:debian-9
  • mcr.microsoft.com/azure-powershell:5.4.0-debian-9
  • mcr.microsoft.com/azure-powershell:centos-7
  • mcr.microsoft.com/azure-powershell:5.4.0-centos-7
  • mcr.microsoft.com/azure-powershell:alpine-3.10
  • mcr.microsoft.com/azure-powershell:5.4.0-alpine-3.10

5.4.0 - January 2021

Az.Accounts

  • Shown correct client request id on debug message [#13745]
  • Added common Azure PowerShell exception type
  • Supported storage API 2019-06-01

Az.Automation

  • Fixed issue where description was not populated for update management schedules

Az.CosmosDB

  • General availability of 'Az.CosmosDB' module
  • Restricting New-AzCosmosDBAccount cmdlet to make update calls to existing Database Accounts.
  • Introducing AnalyticalStorageTTL in SqlContainer.

Az.IotHub

  • Fixed a regression regarding SAS token generation

Az.KeyVault

  • Fixed an issue in Secret Management module

Az.LogicApp

  • Fixed issue that 'Get-AzLogicAppTriggerHistory' and 'Get-AzLogicAppRunAction' only retrieving the first page of results [#9141]

Az.Monitor

  • Added cmdlets for data collection rules:
    • 'Get-AzDataCollectionRule'
    • 'New-AzDataCollectionRule'
    • 'Set-AzDataCollectionRule'
    • 'Update-AzDataCollectionRule'
    • 'Remove-AzDataCollectionRule'
  • Added cmdlets for data collection rules associations
    • 'Get-AzDataCollectionRuleAssociation'
    • 'New-AzDataCollectionRuleAssociation'
    • 'Remove-AzDataCollectionRuleAssociation'

Az.Network

  • Added new cmdlets for CRUD of VpnGatewayNATRule.
    • 'New-AzAzVpnGatewayNatRule'
    • 'Update-AzAzVpnGatewayNatRule'
    • 'Get-AzAzVpnGatewayNatRule'
    • 'Remove-AzAzVpnGatewayNatRule'
  • Updated cmdlets to set NATRule on VpnGateway resource and associate it with VpnSiteLinkConnection resource.
    • 'New-AzVpnGateway'
    • 'Update-AzVpnGateway'
    • 'New-AzVpnSiteLinkConnection'
  • Updated cmdlets to enable setting of ConnectionMode on Virtual Network Gateway Connections.
    • 'New-AzVirtualNetworkGatewayConnection'
    • 'Set-AzVirtualNetworkGatewayConnection'
  • Updated 'New-AzFirewallPolicyApplicationRule' cmdlet:
    • Added parameter TargetUrl
    • Added parameter TerminateTLS
  • Added new cmdlets for Azure Firewall Premium Features
    • 'New-AzFirewallPolicyIntrusionDetection'
    • 'New-AzFirewallPolicyIntrusionDetectionBypassTraffic'
    • 'New-AzFirewallPolicyIntrusionDetectionSignatureOverride'
  • Updated New-AzFirewallPolicy cmdlet:
    • Added parameter -SkuTier
    • Added parameter -Identity
    • Added parameter -UserAssignedIdentityId
    • Added parameter -IntrusionDetection
    • Added parameter -TransportSecurityName
    • Added parameter -TransportSecurityKeyVaultSecretId
  • Added new cmdlet to fetch IKE Security Associations for Virtual Network Gateway Connections.
    • 'Get-AzVirtualNetworkGatewayConnectionIkeSa'
  • Added multiple Authentication support for p2sVpnGateway
    • Updated New-AzVpnServerConfiguration and Update-AzVpnServerConfiguration to allow multiple authentication parameters to be set.
  • Updated 'New-AzVpnGateway' and 'New-AzP2sVpnGateway' cmdlet:
    • Added parameter EnableRoutingPreferenceInternetFlag

Az.RecoveryServices

  • Added Cross Region Restore feature.
  • Blocked getting workload config when target item is an availability group.

Az.Resources

  • Added support for -QueryString parameter in New-Az*Deployments cmdlets

Az.Sql

  • Made 'Start-AzSqlInstanceDatabaseLogReplay' cmdlet synchronous, added -AsJob flag

Az.Storage

  • Fix ContinuationToken never null when list blob with -IncludeVersion
    • 'Get-AzStorageBlob'

Az.Websites

  • Added support for App Service Managed certificates
    • 'New-AzWebAppCertificate'
    • 'Remove-AzWebAppCertificate'
  • Fixed issue that causes Docker Password to be removed from appsettings in 'Set-AzWebApp' and 'Set-AzWebAppSlot'

Thanks to our community contributors

  • Ivan Akcheurov (@ivanakcheurov), Update Set-AzSecurityWorkspaceSetting.md (#13877)
  • @javiermarasco, Update example (#13837)
  • @jhaprakash26, Update Set-AzVirtualNetwork.md (#13857)
  • Michael Holmes (@MichaelHolmesWP), Update New-AzStorageTableStoredAccessPolicy.md (#13871)
  • Michael James (@mikejwhat), Allow Get-AzLogicAppTriggerHistory and Get-AzLogicAppRunAction to return more than 30 results (#13846)
  • @Willem-J-an, Fix bug causing Docker Password to be removed from appsettings in Set-AzWebApp(Slot) (#13866)
azure-powershell - 5.3.0

Published by dingmeng-xue almost 4 years ago

Gallery Module for Azure PowerShell : https://www.powershellgallery.com/packages/Az/5.3.0

To install Az from the PowerShell Gallery, run the following command:

Install-Module -Name Az -Repository PSGallery -Force

To update from an older version of Az, run the following command:

Update-Module -Name Az

Docker images

  • mcr.microsoft.com/azure-powershell:latest
  • mcr.microsoft.com/azure-powershell:ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:5.3.0-ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:debian-9
  • mcr.microsoft.com/azure-powershell:5.3.0-debian-9
  • mcr.microsoft.com/azure-powershell:centos-7
  • mcr.microsoft.com/azure-powershell:5.3.0-centos-7
  • mcr.microsoft.com/azure-powershell:alpine-3.10
  • mcr.microsoft.com/azure-powershell:5.3.0-alpine-3.10

5.3.0 - December 2020

Az.Accounts

  • Fixed the issue that Http proxy is not respected in Windows PowerShell [#13647]
  • Improved debug log of long running operations in generated modules

Az.Automation

  • Fixed issue that parameters of 'Start-AzAutomationRunbook' cannot convert PSObject wrapped string to JSON string [#13240]
  • Fixed location completer for New-AzAutomationUpdateManagementAzureQuery cmdlet

Az.Compute

  • New parameter 'VM' in new parameter set 'VMParameterSet' added to 'Get-AzVMDscExtensionStatus' and 'Get-AzVMDscExtension' cmdlets.

Az.Databricks

Az.DataFactory

  • Fixed the command 'Invoke-AzDataFactoryV2Pipeline' for SupportsShouldProcess issue

Az.DesktopVirtualization

  • Added StartVMOnConnect property to hostpool.

Az.HDInsight

  • Added properties: Fqdn and EffectiveDiskEncryptionKeyUrl in the class AzureHDInsightHostInfo.

Az.KeyVault

  • Added a new parameter '-AsPlainText' to 'Get-AzKeyVaultSecret' to directly return the secret in plain text [#13630]
  • Supported selective restore a key from a managed HSM full backup [#13526]
  • Fixed some minor issues [#13583] [#13584]
  • Added missing return objects of 'Get-Secret' in SecretManagement module
  • Fixed an issue that may cause vault to be created without default access policy [#13687]

Az.Kusto

  • Updated API version to 2020-09-18.

Az.Network

  • Fixed issue in remove peering and connection cmdlet for ExpressRouteCircuit scenario
    • 'Remove-AzExpressRouteCircuitPeeringConfig' and 'Remove-AzExpressRouteCircuitConnectionConfig'

Az.PolicyInsights

  • Added support for returning paginated results for Get-AzPolicyState

Az.RecoveryServices

  • Enabled softdelete feature for SQL.
  • Fixed SQL AG restore and removed the container name check.
  • Changed container name format for Azure Files backup item.
  • Added CMK feature support for Recovery services vault.

Az.Resources

  • Fixed a NullRef exception issue in 'New-AzureManagedApplication' and 'Set-AzureManagedApplication'.
  • Updated Azure Resource Manager SDK to use latest DeploymentScripts GA api-version: 2020-10-01.

Az.ServiceFabric

  • Fixed 'Add-AzServiceFabricNodeType'. Added node type to service fabric cluster before creating virtual machine scale set.

Az.Sql

  • Fixed parameter description for 'InstanceFailoverGroup' command.
  • Updated the logic in which schemaName, tableName and columnName are being extracted from the id of SQL Data Classification commands.
  • Fixed Status and StatusMessage fields in 'Get-AzSqlDatabaseImportExportStatus' to conform to documentation
  • Added Microsoft support operations (DevOps) auditing cmdlets: Get-AzSqlServerMSSupportAudit, Set-AzSqlServerMSSupportAudit, Remove-AzSqlServerMSSupportAudit

Az.Storage

  • Supported create/update/get/list EncryptionScope of a Storage account
    • 'New-AzStorageEncryptionScope'
    • 'Update-AzStorageEncryptionScope'
    • 'Get-AzStorageEncryptionScope'
  • Supported create container and upload blob with Encryption Scope setting
    • 'New-AzRmStorageContainer'
    • 'New-AzStorageContainer'
    • 'Set-AzStorageBlobContent'

Thanks to our community contributors

  • Andreas Wolter (@AndreasWolter), removed marketing language, better example filter (#13671)
  • Tidjani Belmansour (@BelRarr), Update Get-AzBillingInvoice.md (#13634)
  • David Klempfner (@DavidKlempfner)
    • Fixed spelling mistake (#13677)
    • Update PSMetricNoDetails.cs (#13676)
  • @kilobyte97, bugfix for remove cmdlet to delete config (#13655)
  • @kongou-ae, Update Set-AzFirewall.md (#13727)
  • @MasterKuat, Fix swap between title and code in documentation (#13666)
  • NickT (@nukeulis), Update Set-AzContext.md (#13702)
  • @PaulHCode, Update Start-AzJitNetworkAccessPolicy.md - Fix the Example to display the proper cmdlet being demonstrated (#13713)
  • Ryan Borstelmann (@ryanborMSFT), Removed Subscription ID (#13715)
  • Shashikant Shakya (@shshakya), Update Set-AzSqlDatabase.md (#13674)
  • Sebastian Olsen (@Spacebjorn), Update Get-AzRecoveryServicesBackupItem.md (#13719)
azure-powershell - Az.MySql v0.3.1

Published by msJinLei almost 4 years ago

ReleaseNotes

  • Fixed secure string issue.

Install

https://www.powershellgallery.com/packages/Az.MySql/0.3.1

azure-powershell - Az.Tools.Predictor v0.1.0

Published by dingmeng-xue almost 4 years ago

Release Notes

  • first preview release

To install Az.Tools.Predictor from the PowerShell Gallery, run the following command:

Install-Module -Name Az.Tools.Predictor

The module needs to be imported manually via

Import-Module Az.Tools.Predictor

Enable plugins via

Set-PSReadLineOption -PredictionSource HistoryAndPlugin

Switch the output format of suggestions to list view via

Set-PSReadLineOption -PredictionViewStyle ListView

For more information on Az Predictor, please visit the following: https://aka.ms/azpredictordocs

azure-powershell - Az.ResourceGraph v0.8.0

Published by dingmeng-xue almost 4 years ago

ReleaseNotes

  • Added new cmdlets to support query resource

Install

https://www.powershellgallery.com/packages/Az.ResourceGraph/0.8.0

azure-powershell - 5.2.0

Published by dingmeng-xue almost 4 years ago

Gallery Module for Azure PowerShell : https://www.powershellgallery.com/packages/Az/5.2.0

To install Az from the PowerShell Gallery, run the following command:

Install-Module -Name Az -Repository PSGallery -Force

To update from an older version of Az, run the following command:

Update-Module -Name Az

Docker images

  • mcr.microsoft.com/azure-powershell:latest
  • mcr.microsoft.com/azure-powershell:ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:5.2.0-ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:debian-9
  • mcr.microsoft.com/azure-powershell:5.2.0-debian-9
  • mcr.microsoft.com/azure-powershell:centos-7
  • mcr.microsoft.com/azure-powershell:5.2.0-centos-7
  • mcr.microsoft.com/azure-powershell:alpine-3.10
  • mcr.microsoft.com/azure-powershell:5.2.0-alpine-3.10

5.2.0 - December 2020

Az.Accounts

  • Managed to parse ExpiresOn time from raw token if could not get from underlying library
  • Improved warning message if Interactive authentication is unavailable

Az.ApiManagement

  • [Breaking change] 'New-AzApiManagementProduct' by default has no subscription limit.

Az.Compute

  • Edited Get-AzVm to filter by '-Name' prior to checking for throttling due to too many resources.
  • New cmdlet 'Start-AzVmssRollingExtensionUpgrade'.

Az.ContainerRegistry

  • Supported parameter 'Name' for and value from pipeline input for 'Get-AzContainerRegistryUsage' [#13605]
  • Polished exceptions for 'Connect-AzContainerRegistry'

Az.DataFactory

  • Updated ADF .Net SDK version to 4.13.0

Az.HealthcareApis

  • Added support for customer managed keys

Az.IotHub

  • Fixed an issue of SAS token.

Az.KeyVault

  • Supported 'all' as an option when setting key vault access policies
  • Supported new version of SecretManagement module [#13366]
  • Supported ByteArray, String, PSCredential and Hashtable for 'SecretValue' in SecretManagementModule [#12190]
  • [Breaking change] redesigned the API surface of cmdlets related to managed HSM.

Az.Monitor

  • Changed parameter 'Rule' of 'New-AzAutoscaleProfile' to accept empty list. [#12903]
  • Added new cmdlets to support creating diagnostic settings more flexible:
    • 'Get-AzDiagnosticSettingCategory'
    • 'New-AzDiagnosticSetting'
    • 'New-AzDiagnosticDetailSetting'

Az.RecoveryServices

  • Made help text and parameter set name changes to 'Restore-AzRecoveryServicesBackupItem' cmdlet.

Az.Resources

  • Added '-Tag' parameter support to 'Set-AzTemplateSpec' and 'New-AzTemplateSpec'
  • Added Tag display support to default formatter for Template Specs

Az.ServiceFabric

  • Added example to 'Set-AzServiceFabricSetting' with SettingsSectionDescription param
  • Updated application related cmdlets to call out that support is only for ARM deployed resources
  • Marked for deprecation cluster cert cmdlets 'Add-AzureRmServiceFabricClusterCertificate' and 'Remove-AzureRmServiceFabricClusterCertificate'

Az.Sql

  • Added SecondaryType to the following:
    • 'New-AzSqlDatabase'
    • 'Set-AzSqlDatabase'
    • 'New-AzSqlDatabaseSecondary'
  • Added HighAvailabilityReplicaCount to the following:
    • 'New-AzSqlDatabase'
    • 'Set-AzSqlDatabase'
  • Made ReadReplicaCount an alias of HighAvailabilityReplicaCount in the following:
    • 'New-AzSqlDatabase'
    • 'Set-AzSqlDatabase'

Az.Storage

  • Supported upload Azure File size up to 4 TiB
    • 'Set-AzStorageFileContent'
  • Upgraded Azure.Storage.Blobs to 12.7.0
  • Upgraded Azure.Storage.Files.Shares to 12.5.0
  • Upgraded Azure.Storage.Files.DataLake to 12.5.0

Az.StorageSync

  • Added Sync tiering policy feature with download policy and local cache mode

Az.Websites

  • Prevent duplicate access restriction rules

Thanks to our community contributors

  • Andrew Dawson (@dawsonar802), Update Get-AzKeyVaultCertificate.md - Get cert and save it as pfx section to work with PowerShell Core (#13557)
  • @iviark, Healthcare APIs Powershell BYOK Updates (#13518)
  • John Duckmanton (@johnduckmanton), Correct spelling of TagPatchOperation (#13508)
  • Michael James (@mikejwhat)
    • Get-AzLogicAppRunHistory Help Tidy (#13513)
  • Richard de Zwart (@mountain65)
    • Update Update-AzAppConfigurationStore.md (#13485)
    • Update New-AzCosmosDBAccount.md (#13490)
  • @SteppingRazor, New-AzApiManagementProduct: Change SubscriptionsLimit parameter default value to None (#13457)
  • Steve Burkett (@SteveBurkettNZ), Fix Typo for WorkspaceResourceId parameter in example (#13589)
azure-powershell - Az.Migrate v0.1.1

Published by msJinLei almost 4 years ago

Change since last release

  • Upgraded a default user logic in New-AzMigrateServerReplication cmdlet
azure-powershell - Az.StackHCI v0.4.1

Published by isra-fel almost 4 years ago

ReleaseNotes

  • Made changes to registration script to register the GA version of On-Premises Azure Stack HCI with Azure.
    • Supports registering with user provided certificate thumbprint.
    • Supports On-Premises Azure Stack HCI OS changes to use independent certificate on cluster nodes.
    • Cleans up resource group during unregistration.
    • Improves registration output and logging.
  • [Breaking Change] Breaks the public preview registration of On-Premises Azure Stack HCI with Azure.
    • To register public preview On-Premises Azure Stack HCi with Azure, use 0.3.1 version of Az.StackHCI.

Install

https://www.powershellgallery.com/packages/Az.StackHCI/0.4.1

azure-powershell - Az.Accounts v2.2.1

Published by erich-wang almost 4 years ago

Change since last release

  • Fixed the issue that incorrectly use Task.Result causes unclear error message if browser is not avaialable for Interactive auth
azure-powershell - Az.Storage v3.0.1-prevew

Published by msJinLei almost 4 years ago

Changes since last release

  • Supported Set/Get/Remove blob inventory policy
    • New-AzStorageBlobInventoryPolicyRule
    • Set-AzStorageBlobInventoryPolicy
    • Get-AzStorageBlobInventoryPolicy
    • Remove-AzStorageBlobInventoryPolicy
Badges
Extracted from project README
Az AzPreview
Related Projects