azure-powershell

Microsoft Azure PowerShell

OTHER License

Stars
4.1K
Committers
1.7K

Bot releases are hidden (Show)

azure-powershell - 4.5.0

Published by dingmeng-xue about 4 years ago

Gallery Module for Azure PowerShell : link

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:4.5.0-ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:debian-9
  • mcr.microsoft.com/azure-powershell:4.5.0-debian-9
  • mcr.microsoft.com/azure-powershell:centos-7
  • mcr.microsoft.com/azure-powershell:4.5.0-centos-7

4.5.0 - August 2020

Az.Accounts

  • Updated 'Connect-AzAccount' to accept parameter 'MaxContextPopulation' [#9865]
  • Updated SubscriptionClient version to 2019-06-01 and display tenant domains [#9838]
  • Supported home tenant and managedBy tenant information of subscription
  • Corrected module name, version info in telemetry data
  • Adjusted SqlDatabaseDnsSuffix and ServiceManagementUrl if environment metadata endpoint returns incompatible value

Az.Aks

  • Removed 'ClientIdAndSecret' to 'ServicePrincipalIdAndSecret' and set 'ClientIdAndSecret' as an alias [#12381].
  • Removed 'Get-AzAks'/'New-AzAks'/'Remove-AzAks'/'Set-AzAks' to 'Get-AzAksCluster'/'New-AzAksCluster'/'Remove-AzAksCluster'/'Set-AzAksCluster' and set the original ones as alias [#12373].

Az.ApiManagement

  • Added new 'Add-AzApiManagementApiToGateway' cmdlet.
  • Added new 'Get-AzApiManagementGateway' cmdlet.
  • Added new 'Get-AzApiManagementGatewayHostnameConfiguration' cmdlet.
  • Added new 'Get-AzApiManagementGatewayKey' cmdlet.
  • Added new 'New-AzApiManagementGateway' cmdlet.
  • Added new 'New-AzApiManagementGatewayHostnameConfiguration' cmdlet.
  • Added new 'New-AzApiManagementResourceLocationObject' cmdlet.
  • Added new 'Remove-AzApiManagementApiFromGateway' cmdlet.
  • Added new 'Remove-AzApiManagementGateway' cmdlet.
  • Added new 'Remove-AzApiManagementGatewayHostnameConfiguration' cmdlet.
  • Added new 'Update-AzApiManagementGateway' cmdlet.
  • Added new optional [-GatewayId] parameter to the 'Get-AzApiManagementApi' cmdlet.

Az.CognitiveServices

  • Used 'Deny' specifically as NetworkRules default action.

Az.FrontDoor

  • Fixed an issue where an exception is being thrown when Enum.Parse tries to coerce a null value to an Enabled or Disabled enum values [#12344]

Az.HDInsight

  • Supported creating cluster with encryption in transit feature.
    • Add new parameter 'EncryptionInTransit' to the cmdlet 'New-AzHDInsightCluster'
    • Add new parameter 'EncryptionInTransit' to the cmdlet 'New-AzHDInsightClusterConfig'
  • Supported creating cluster with private link feature:
    • Add new parameter 'PublicNetworkAccessType' and 'OutboundPublicNetworkAccessType' to the cmdlet 'New-AzHDInsightCluster'
    • Add new parameter 'PublicNetworkAccessType' and 'OutboundPublicNetworkAccessType' to the cmdlet 'New-AzHDInsightClusterConfig'
  • Returned virtual network information when calling 'New-AzHDInsightCluster' or 'Get-AzHDInsightCluster'

Az.Network

  • Added support for AddressPrefixType parameter to 'Remove-AzExpressRouteCircuitConnectionConfig'
  • Added non-breaking changes: PeerAddressType functionality for Private Peering in 'Remove-AzExpressRouteCircutPeeringConfig'.
  • Code changed to ignore case for AddressPrefixType and PeerAddressType parameter.
  • Modified the warning message for 'New-AzLoadBalancerFrontendIpConfig', 'New-AzPublicIpAddress' and 'New-AzPublicIpPrefix'.

Az.OperationalInsights

  • Added '-ForceDelete' option for 'Remove-AzOperationalInsightsworkspace'
  • Added new cmdlet 'Get-AzOperationalInsightsDeletedWorkspace'
  • Added new cmdlet 'Restore-AzOperationalInsightsWorkspace'

Az.RecoveryServices

  • Improved the Azure Backup container/item discovery experience.

Az.Resources

  • Added properties 'Condition', 'ConditionVersion' and 'Description' to 'New-AzRoleAssignment'
    • This included all the relevant changes to the data models

Az.Sql

  • Fixed potential server name case insensitive error in 'New-AzSqlServer' and 'Set-AzSqlServer'
  • Fixed wrong database name returned on existing database error in 'New-AzSqlDatabaseSecondary'

Az.Storage

  • Supported create container/blob Sas token with new permission x,t
    • 'New-AzStorageBlobSASToken'
    • 'New-AzStorageContainerSASToken'
  • Supported create account Sas token with new permission x,t,f
    • 'New-AzStorageAccountSASToken'
  • Supported get single file share usage
    • 'Get-AzRmStorageShare'
azure-powershell - Az.Storage v2.3.1-preview

Published by isra-fel about 4 years ago

  • Supported create container/blob Sas token with new permission x,t
    • New-AzStorageBlobSASToken
    • New-AzStorageContainerSASToken
  • support create account Sas token with new permission x,t,f
    • New-AzStorageAccountSASToken
  • Support get single file share usage
    • Get-AzRmStorageShare
  • support get/set blob tags on a specific blob
    • Get-AzStorageBlobTag
    • Set-AzStorageBlobTag
  • support create destination blob with specific blob tags while upload/copy Blob
    • Set-AzStorageBlobContent
    • Start-AzStorageBlobCopy
  • support list blobs across containers with a blob tag filter sql expression
    • Get-AzStorageBlobByTag
  • support list blobs inside a container and include Blob Tags
    • Get-AzStorageBlob
  • support run blob operation with blob tag condition, and fail the cmdlet when blob tag condition not match
    • Get-AzStorageBlob
    • Get-AzStorageBlobContent
    • Get-AzStorageBlobTag
    • Remove-AzStorageBlob
    • Set-AzStorageBlobContent
    • Set-AzStorageBlobTag
    • Start-AzStorageBlobCopy
    • Stop-AzStorageBlobCopy
azure-powershell - Az.OperationalInsights v2.3.0

Published by VeryEarly over 4 years ago

  • Added -ForceDelete option for Remove-AzOperationalInsightsworkspace
  • Added new cmdlet Get-AzOperationalInsightsDeletedWorkspace
  • Added new cmdlet Restore-AzOperationalInsightsWorkspace
azure-powershell - 4.4.0

Published by dingmeng-xue over 4 years ago

Gallery Module for Azure PowerShell : link

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:4.4.0-ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:debian-9
  • mcr.microsoft.com/azure-powershell:4.4.0-debian-9
  • mcr.microsoft.com/azure-powershell:centos-7
  • mcr.microsoft.com/azure-powershell:4.4.0-centos-7

4.4.0 - July 2020

Az.Accounts

  • Added new cmdlet 'Invoke-AzRestMethod'
  • Fixed an issue that may cause authentication errors in multi-process scenarios such as running multiple Azure PowerShell cmdlets using 'Start-Job' [#9448]

Az.Aks

  • Fixed bug 'Get-AzAks' doesn't get all clusters [#12296]

Az.AnalysisServices

  • Removed project reference to Authentication

Az.Automation

  • Fixed the issue that string with escape chars cannot be converted into json object.

Az.Compute

  • Added warning when using 'New-AzVmss' without 'latest' image version

Az.DataFactory

  • Added global parameters to Data Factory.

Az.EventGrid

  • Updated to use the 2020-06-01 API version.
  • Added new features:
    • Input mapping
    • Event Delivery Schema
    • Private Link
    • Cloud Event V10 Schema
    • Service Bus Topic As Destination
    • Azure Function As Destination
    • WebHook Batching
    • Secure webhook (AAD support)
    • IpFiltering
  • Updated cmdlets:
    • 'New-AzEventGridSubscription'/'Update-AzEventGridSubscription':
      • Add new optional parameters to support webhook batching.
      • Add new optional parameters to support secured webhook using AAD.
      • Add new enum for EndpointType parameter to support azure function and service bus topic as new destinations.
      • Add new optional parameter for delivery schema.
    • 'New-AzEventGridTopic'/'Update-AzEventGridTopic' and 'New-AzEventGridDomain'/'Update-AzEventGridDomain':
      • Add new optional parameters to support IpFiltering.
    • 'New-AzEventGridTopic'/'New-AzEventGridDomain':
      • Add new optional parameters to support Input mapping.

Az.FrontDoor

  • Updated module to use API 2020-05-01
  • Added Private link support for Storage, Keyvault and Web App Service resources

Az.HDInsight

  • Supported creating cluster with ADLSGen1/2 storage in national clouds.

Az.Monitor

  • Fixed bug for 'Get-AzDiagnosticSetting' when metrics or logs are null [#12272]

Az.Network

  • Fixed parameters swap in VWan HubVnet connection
  • Added new cmdlets for Azure Network Virtual Appliance Sites
    • 'Get-AzVirtualApplianceSite'
    • 'New-AzVirtualApplianceSite'
    • 'Remove-AzVirtualApplianceSite'
    • 'Update-AzVirtualApplianceSite'
    • 'New-AzOffice365PolicyProperty'
  • Added new cmdlets for Azure Network Virtual Appliance
    • 'Get-AzNetworkVirtualAppliance'
    • 'New-AzNetworkVirtualAppliance'
    • 'Remove-AzNetworkVirtualAppliance'
    • 'Update-AzNetworkVirtualAppliance'
    • 'Get-AzNetworkVirtualApplianceSku'
    • 'New-AzVirtualApplianceSkuProperty'
  • Onboarded Application Gateway to Private Link Common Cmdlets
  • Onboarded StorageSync to Private Link Common Cmdlets
  • Onboarded SignalR to Private Link Common Cmdlets

Az.RecoveryServices

  • Removed project reference to Authentication
  • Azure Backup tuned cmdlets help text to be more accurate.
  • Azure Backup added support for fetching MAB agent jobs using 'Get-AzRecoveryServicesBackupJob' cmdlet.

Az.Resources

  • Updated 'Save-AzResourceGroupDeploymentTemplate' to use the SDK.
  • Added 'Unregister-AzResourceProvider' cmdlet.

Az.Sql

  • Added support for Service principal and guest users in Set-AzSqlInstanceActiveDirectoryAdministrator cmdlet'
  • Fixed a bug in Data Classification cmdlets.'
  • Added support for Azure SQL Managed Instance failover: 'Invoke-AzSqlInstanceFailover'

Az.Storage

  • Fixed the issue that UserAgent is not added for some data plane cmdlets.
  • Supported create/update Storage account with MinimumTlsVersion and AllowBlobPublicAccess
    • 'New-AzStorageAccount'
    • 'Set-AzStorageAccount'
  • Support enable/disable versioning on Blob Service of a Storage account
    • 'Update-AzStorageBlobServiceProperty'
  • Support list blobs with blob versions
    • 'Get-AzStorageBlob'
  • Support get/remove single blob snapshot or blob version
    • 'Get-AzStorageBlob'
    • 'Remove-AzStorageBlob'
  • Support pipeline from blob object generated from Azure.Storage.Blobs V12
    • 'Get-AzStorageBlobContent'
    • 'New-AzStorageBlobSASToken'
    • 'Remove-AzStorageBlob'
    • 'Set-AzStorageBlobContent'
    • 'Start-AzStorageBlobCopy'

Az.StorageSync

  • Added a new version StorageSync SDK targeting ApiVersion 2020-03-01
  • Added Update Storage Sync Service cmdlet
    • 'Set-AzStorageSyncService'
  • Added IncomingTrafficPolicy and PrivateEndpointConnections to StorageSyncService cmdlets.

Az.Websites

  • Added support to perform operations for Slots not in the same resource group as the App Service Plan
azure-powershell - 4.3.0

Published by dingmeng-xue over 4 years ago

Gallery Module for Azure PowerShell : link

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:4.3.0-ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:debian-9
  • mcr.microsoft.com/azure-powershell:4.3.0-debian-9
  • mcr.microsoft.com/azure-powershell:centos-7
  • mcr.microsoft.com/azure-powershell:4.3.0-centos-7

4.3.0 - June 2020

Az.Accounts

  • Supported discovering environment setting by default and adding environment via 'Add-AzEnvironment'
  • Update preloaded assemblies [#12024], [#11976]
  • Updated Azure.Core assembly
  • Fixed an issue that may cause 'Connect-AzAccount' to fail in multi-threaded execution [#11201]

Az.Aks

Az.Batch

  • Updated Az.Batch to use 'Microsoft.Azure.Management.Batch' SDK version to 11.0.0
  • Added the ability to set the BatchAccount Identity in the 'New-AzBatchAccount' cmdlet

Az.CognitiveServices

  • Supported displaying account capabilities.
  • Supported modifying PublicNetworkAccess.

Az.Compute

  • Added SimulateEviction parameter to Set-AzVM and Set-AzVmssVM cmdlets.
  • Added 'Premium_LRS' to the argument completer of StorageAccountType parameter for New-AzGalleryImageVersion cmdlet.
  • Added Substatuses to VMCustomScriptExtension [#11297]
  • Added 'Delete' to the argument completer of EvictionPolicy parameter for New-AzVM and New-AzVMConfig cmdlets.
  • Fixed name of new VM Extension for SAP

Az.DataFactory

  • Updated ADF .Net SDK version to 4.9.0

Az.EventHub

  • Added Managed Identity parameters to 'New-AzEventHubNamespace' and 'Set-AzEventHubNamespace' cmdlets

Az.Functions

  • Added support to create PowerShell 7.0 and Java 11 function apps

Az.HDInsight

  • Supported listing hosts and restart specific hosts of the HDInsight cluster.

Az.HealthcareApis

  • Updated the SDK version to 1.1.0
  • Added support for Export settings and Managed Identity

Az.Monitor

  • Fixed input object parameter for 'Set-AzActivityLogAlert'
  • Fixed 'InputObject' parameter for 'Set-AzActionGroup' [#10868]

Az.Network

  • Added support for AddressPrefixType parameter to 'Remove-AzExpressRouteCircuitConnectionConfig'
  • Added new cmdlets for Azure FirewallPolicy
    • 'New-AzFirewallPolicyDnsSetting'
    • Support for Destination FQDN in Network Rules for Firewall Policy
  • Added support for backend address pool operations
    • 'New-AzLoadBalancerBackendAddressConfig'
    • 'New-AzLoadBalancerBackendAddressPool'
    • 'Set-AzLoadBalancerBackendAddressPool'
    • 'Remove-AzLoadBalancerBackendAddressPool'
    • 'Get-AzLoadBalancerBackendAddressPool'
  • Added name validation for 'New-AzIpGroup'
  • Added new cmdlets for Azure FirewallPolicy
    • 'New-AzFirewallPolicyThreatIntelWhitelist'
  • Updated below commands for feature: Custom dns servers set/remove on VirtualWan P2SVpnGateway.
    • Updated New-AzP2sVpnGateway: Added optional parameter '-CustomDnsServer' for customers to specify their dns servers to set on P2SVpnGateway, which can be used by Point to site clients.
    • Updated Update-AzP2sVpnGateway: Added optional parameter '-CustomDnsServer' for customers to specify their dns servers to set on P2SVpnGateway, which can be used by Point to site clients.
  • Updated 'Update-AzVpnGateway'
    • Added optional parameter '-BgpPeeringAddress' for customers to specify their custom bgps to set on VpnGateway.
  • Added new cmdlet to support resetting the routing state of a VirtualHub resource:
    • 'Reset-AzHubRouter'
  • Updated below things based on recent swagger change for Firewall Policy
    • Changes names for RuleGroup, RuleCollectionGroup and RuleType
    • Added support for Firewall Policy NAT Rule Collections to support multiple NAT Rule Collection
  • [Breaking Change] Added mandatory parameter 'SourceIpGroup' for 'New-AzFirewallPolicyApplicationRule' and 'New-AzFirewallPolicyNetworkRule'.
  • [Breaking Change] Fixed 'New-AzFirewallPolicyApplicationRule', parameter 'SourceAddress' to be mandatory.
  • [Breaking Change] Fixed 'New-AzFirewallPolicyApplicationRule', parameter 'SourceAddress' to be mandatory.
  • [Breaking Change] Removed mandatory parameters: 'TranslatedAddress', 'TranslatedPort' for 'New-AzFirewallPolicyNatRuleCollection'.
  • Added new cmdlets to support PrivateLink On Application Gateway
    • 'New-AzApplicationGatewayPrivateLinkConfiguration'
    • 'Get-AzApplicationGatewayPrivateLinkConfiguration'
    • 'New-AzApplicationGatewayPrivateLinkConfiguration'
    • 'Set-AzApplicationGatewayPrivateLinkConfiguration'
    • 'Remove-AzApplicationGatewayPrivateLinkConfiguration'
    • 'New-AzApplicationGatewayPrivateLinkIpConfiguration'
  • Added new cmdlets for HubRouteTables child resource of VirtualHub.
    • 'New-AzVHubRoute'
    • 'New-AzVHubRouteTable'
    • 'Get-AzVHubRouteTable'
    • 'Update-AzVHubRouteTable'
    • 'Remove-AzVHubRouteTable'
  • Updated existing cmdlets to support optional RoutingConfiguration input parameter for custom routing in VirtualWan.
    • 'New-AzExpressRouteConnection'
    • 'Set-AzExpressRouteConnection'
    • 'New-AzVirtualHubVnetConnection'
    • 'Update-AzVirtualHubVnetConnection'
    • 'New-AzVpnConnection'
    • 'Update-AzVpnConnection'
    • 'New-AzP2sVpnGateway'
    • 'Update-AzP2sVpnGateway'

Az.OperationalInsights

  • Fixed bug PSWorkspace doesn't implement IOperationalInsightsWorkspace [#12135]
  • Added 'pergb2018' to valid value set of parameter 'Sku' in 'Set-AzOperationalInsightsWorkspace'
  • Added alias 'FunctionParameters' for parameter 'FunctionParameter' to
    • 'New-AzOperationalInsightsSavedSearch'
    • 'Set-AzOperationalInsightsSavedSearch'

Az.RecoveryServices

  • Azure Backup added support for fetching MAB items.
  • Azure Site Recovery supports disk type 'StandardSSD_LRS'

Az.Resources

  • Added 'UsageLocation', 'GivenName', 'Surname', 'AccountEnabled', 'MailNickname', 'Mail' on 'PSADUser' [#10526] [#10497]
  • Fixed issue that '-Mail' doesn't work on 'Get-AzADUser' [#11981]
  • Added '-ExcludeChangeType' parameter to 'Get-AzDeploymentWhatIfResult' and 'Get-AzResourceGroupDeploymentWhatIfResult'
  • Added '-WhatIfExcludeChangeType' parameter to 'New-AzDeployment' and 'New-AzResourceGroupDeployment'
  • Updated 'Test-Az*Deployment' cmdlets to show better error messages
  • Fixed help message for '-Name' parameter of deployment create and What-If cmdlets

Az.Sql

  • Added support for service principal for Set SQL Server Azure Active Directory Admin cmdlet
  • Fixed sync issue in Data Classification cmdlets.
  • Supported searching user by mail on 'Set-AzSqlServerActiveDirectoryAdministrator' [#12192]

Az.Storage

  • Supported create Storage account with RequireInfrastructureEncryption
    • 'New-AzStorageAccount'
  • Moved the logic of loading Azure.Core to Az.Accounts

Az.Websites

  • Added safeguard to delete created webapp if restore failed in 'Restore-AzDeletedWebApp'
  • Added 'SourceWebApp.Location' for 'New-AzWebApp' and 'New-AzWebAppSlot'
  • Fixed bug that prevented changing Container settings in 'Set-AzWebApp' and 'Set-AzWebAppSlot'
  • Fixed bug to get SiteConfig when -Name is not given for Get-AzWebApp
  • Added a support to create ASP for Linux Apps
  • Added exceptions for clone across resource groups
azure-powershell - Az.Storage v2.1.1-preview

Published by VeryEarly over 4 years ago

Download

Az.Storage 2.1.1-preview is available from PSGallery
(https://www.powershellgallery.com/packages/Az.Storage/2.1.1-preview)

Changes since last release

  • Support get single file share usage
    • Get-AzRmStorageShare
  • Support create/update file share with access tier
    • New-AzRmStorageShare
    • Update-AzRmStorageShare
azure-powershell - 4.2.0

Published by dingmeng-xue over 4 years ago

Gallery Module for Azure PowerShell : link

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:4.2.0-ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:debian-9
  • mcr.microsoft.com/azure-powershell:4.2.0-debian-9
  • mcr.microsoft.com/azure-powershell:centos-7
  • mcr.microsoft.com/azure-powershell:4.2.0-centos-7

4.2.0 - June 2020

Az.Accounts

  • Fixed an issue that may cause Az to skip logs in Azure Automation or PowerShell jobs [#11492]

Az.AnalysisServices

  • Updated assembly version of data plane cmdlets

Az.ApiManagement

  • Updated assembly version of service management cmdlets

Az.Billing

  • Updated assembly version of consumption cmdlets

Az.CognitiveServices

  • Support PrivateEndpoint and PublicNetworkAccess control.

Az.DataFactory

  • Updated assembly version of data factory V2 cmdlets

Az.DataShare

  • General availability of ''Az.DataShare'' module

Az.DesktopVirtualization

  • General availability of ''Az.DesktopVirtualization'' module

Az.OperationalInsights

  • Upgraded SDK to 0.21.0
  • Added optional parameters to
    • 'New-AzOperationalInsightsSavedSearch'
    • 'Set-AzOperationalInsightsSavedSearch'

Az.PolicyInsights

  • Corrected example 3 for 'Start-AzPolicyComplianceScan'

Az.PowerBIEmbedded

  • Updated assembly version of PowerBI cmdlets

Az.PrivateDns

  • Corrected verbose output string formatting for Remove-AzPrivateDnsRecordSet

Az.RecoveryServices

  • Azure Site Recovery support for creating recovery plan for zone to zone replication from xml input.
  • Updated assembly version of SiteRecovery and Backup cmdlets

Az.Resources

  • Added Tail parameter to Get-AzDeploymentScriptLog and Save-AzDeploymentScriptLog cmdlets
  • Formatted Output property and show it on the Get-AzDeploymentScript cmdlet output
  • Renamed -DeploymentScriptInputObject parameter to -DeploymentScriptObject
  • Fixed missing file/target name in cmdlet messages.
  • Updated assembly version of resource manager and tags cmdlets

Az.Sql

  • Added UsePrivateLinkConnection to 'New-AzSqlSyncGroup', 'Update-AzSqlSyncGroup', 'New-AzSqlSyncMember' and 'Update-AzSqlSyncMember'
  • Added SyncMemberAzureDatabaseResourceId to 'New-AzSqlSyncMember' and 'Update-AzSqlSyncMember'
  • Added Guest user lookup support to Set SQL Server Azure Active Directory Admin cmdlet

Az.Storage

  • Updated assembly version of data plane cmdlets
azure-powershell - Az.Storage v2.0.1-preview

Published by VeryEarly over 4 years ago

Download

Az.Storage 2.0.1-preview is available from PSGallery
(https://www.powershellgallery.com/packages/Az.Storage/2.0.1-preview)

Changes since last release

  • Support enable/disable/get share soft delete properties on file Service of a Storage account
    • Update-AzStorageFileServiceProperty
    • Get-AzStorageFileServiceProperty
  • Support list file shares include the deleted ones of a Storage account, and Get single file share usage
    • Get-AzRmStorageShare
  • Support restore a deleted file share
    • Restore-AzRmStorageShare
  • Support enable/disable versioning on Blob Service of a Storage account
    • Update-AzStorageBlobServiceProperty
  • Support create file share with NFS/SMB enabledEnabledProtocol and RootSquash, and update share with RootSquash
    • New-AzRmStorageShare
    • Update-AzRmStorageShare
  • Support Set/Get/Remove Object Replication Policy on Storage accounts
    • New-AzStorageObjectReplicationPolicyRule
    • Set-AzStorageObjectReplicationPolicy
    • Get-AzStorageObjectReplicationPolicy
    • Remove-AzStorageObjectReplicationPolicy
  • Supported RoutingPreference settings in create/update Storage account
    • New-AzStorageAccount
    • Set-AzStorageAccount
azure-powershell - 4.1.0

Published by dingmeng-xue over 4 years ago

Gallery Module for ARM .NET Standard cmdlets: link

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:4.1.0-ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:debian-9
  • mcr.microsoft.com/azure-powershell:4.1.0-debian-9
  • mcr.microsoft.com/azure-powershell:centos-7
  • mcr.microsoft.com/azure-powershell:4.1.0-centos-7

4.1.0 - May 2020

Highlights since the last release

  • Supported PowerShell versions: Windows PowerShell 5.1, PowerShell Core 6.2.4+, PowerShell 7
  • General availability of Az.Functions
  • Az.ApiManagement, Az.Batch, Az.Compute, Az.KeyVault, Az.Monitor, Az.Network, Az.OperationalInsights, Az.Resources, and Az.Storage have major release

Az.Accounts

  • Updated 'Add-AzEnvironment' and 'Set-AzEnvironment' to accept parameters 'AzureSynapseAnalyticsEndpointResourceId' and 'AzureSynapseAnalyticsEndpointSuffix'
  • Added Azure.Core related assemblies into Az.Accounts, supported PowerShell platforms include Windows PowerShell 5.1, PowerShell Core 6.2.4, PowerShell 7+

Az.Aks

  • Upgraded API Version to 2019-10-01
  • Supported to create AKS using Windows container
  • Provided new cmdlets: 'New-AzAksNodePool', 'Update-AzAksNodePool', 'Remove-AzAksNodePool',
    'Get-AzAksNodePool', 'Install-AzAksKubectl', 'Get-AzAksVersion'

Az.ApiManagement

  • 'New-AzApiManagement' and 'Set-AzApiManagement': [-AssignIdentity] parameter renamed as [-SystemAssignedIdentity]
  • 'New-AzApiManagement' and 'Set-AzApiManagement': New parameter added: [-UserAssignedIdentity <String[]>]
  • 'Get-AzApiManagementProperty': renamed as 'Get-AzApiManagementNamedValue'. PropertyId parameter renamed as NamedValueId.
  • 'New-AzApiManagementProperty': renamed as 'New-AzApiManagementNamedValue'. PropertyId parameter renamed as NamedValueId.
  • 'Set-AzApiManagementProperty': renamed as 'Set-AzApiManagementNamedValue'. PropertyId parameter renamed as NamedValueId.
  • 'Remove-AzApiManagementProperty': renamed as 'Remove-AzApiManagementNamedValue'. PropertyId parameter renamed as NamedValueId.
  • Added new 'Get-AzApiManagementAuthorizationServerClientSecret' cmdlet and 'Get-AzApiManagementAuthorizationServer' will not return client secret anymore.
  • Added new 'Get-AzApiManagementNamedValueSecretValue' cmdlet and 'Get-AzApiManagementNamedValue' will not return secret value.
  • Added new 'Get-AzApiManagementOpenIdConnectProviderClientSecret' cmdlet and 'Get-AzApiManagementOpenIdConnectProvider' will not return client secret anymore.
  • Added new 'Get-AzApiManagementSubscriptionKey' cmdlet and 'Get-AzApiManagementSubscription' will not return subscription keys anymore.
  • Added new 'Get-AzApiManagementTenantAccessSecret' cmdlet and 'Get-AzApiManagementTenantAccess' will not return keys anymore.
  • Added new 'Get-AzApiManagementTenantGitAccessSecret' cmdlet and 'Get-AzApiManagementTenantGitAccess' will not return keys anymore.

Az.ApplicationInsights

  • Added Parameters: 'RetentionInDays' 'PublicNetworkAccessForIngestion' 'PublicNetworkAccessForQuery' for 'New-AzApplicationInsights'
  • Created cmdlet 'Update-AzApplicationInsights'
  • Created cmdlets for Linked Storage Account

Az.Batch

  • Updated Az.Batch to use 'Microsoft.Azure.Batch' SDK version 13.0.0 and 'Microsoft.Azure.Management.Batch' SDK version 9.0.0.
  • Added the ability to select the kind of certificate being added using the new '-CertificateKind' parameter to 'New-AzBatchCertificate'.
  • Removed 'ApplicationPackages' property from 'PSApplication' which was previously always ''.
    • The specific packages inside of an application now can be retrieved using 'Get-AzBatchApplicationPackage'. For example: 'Get-AzBatchApplication -AccountName myaccount -ResourceGroupName myresourcegroup -ApplicationId myapplication'.
  • When creating a pool using 'New-AzBatchPool', the 'VirtualMachineImageId' property of 'PSImageReference' can now only refer to a Shared Image Gallery image.
  • When creating a pool using 'New-AzBatchPool', the pool can be provisioned without a public IP using the new 'PublicIPAddressConfiguration' property of 'PSNetworkConfiguration'.
    • The 'PublicIPs' property of 'PSNetworkConfiguration' has moved in to 'PSPublicIPAddressConfiguration' as well. This property can only be specified if 'IPAddressProvisioningType' is 'UserManaged'.

Az.Compute

  • Added HostId parameter to 'Update-AzVM' cmdlet
  • Updated Help documents for 'New-AzVMConfig', 'New-AzVmssConfig', 'Update-AzVmss', 'Set-AzVMOperatingSystem' and 'Set-AzVmssOsProfile' cmdlets.
  • Breaking changes
    • FilterExpression parameter is removed from 'Get-AzVMImage' cmdlet.
    • AssignIdentity parameter is removed from 'New-AzVmssConfig', 'New-AzVMConfig' and 'Update-AzVM' cmdlets.
    • AutomaticRepairMaxInstanceRepairsPercent is removed from 'New-AzVmssConfig' and 'Update-AzVmss' cmdlets.
    • AvailabilitySetsColocationStatus, VirtualMachinesColocationStatus and VirtualMachineScaleSetsColocationStatus properties are removed from ProximityPlacementGroup.
    • MaxInstanceRepairsPercent property is removed from AutomaticRepairsPolicy.
    • The types of AvailabilitySets, VirtualMachines and VirtualMachineScaleSets are changed from IList to IList.
  • Description for 'Get-AzVM' cmdlet has been updated to better describe it.

Az.DataFactory

  • Supported CRUD of data flow runtime properties in Managed IR.

Az.FrontDoor

  • Added new cmdlets for creation, update, retreival, and deletion of Front Door Rules Engine object
  • Added helper cmdlets for construction of Front Door Rules Engine object
  • Added Rules Engine reference to Front Door Routing Rule object.
  • Added Private Link parameters to Front Door Backend object

Az.Functions

  • General availability of ''Az.Functions'' module

Az.HDInsight

  • Supported Customer-managed key disk encryption.

Az.HealthcareApis

  • Access policies are no longer defaulted to the current principal

Az.IotHub

  • Added cmdlet to invoke a query in an IoT hub to retrieve information using a SQL-like language.
  • Fix issue that 'Add-AzIotHubDevice' fails to create Edge Enabled Device without child devices [#11597]
  • Added cmdlet to generate SAS token for Iot Hub, device or module.
  • Added cmdlet to invoke configuration metrics query.
  • Manage IoT Edge automatic deployment at scale. New cmdlets are:
    • 'Add-AzIotHubDeployment'
    • 'Get-AzIotHubDeployment'
    • 'Remove-AzIotHubDeployment'
    • 'Set-AzIotHubDeployment'
  • Added cmdlet to invoke an IoT Edge deployment metrics query.
  • Added cmdlet to apply the configuration content to the specified edge device.

Az.KeyVault

  • Removed two aliases: 'New-AzKeyVaultCertificateAdministratorDetails' and 'New-AzKeyVaultCertificateOrganizationDetails'
  • Enabled soft delete by default when creating a key vault
  • Network rules can be set to govern the accessibility from specific network locations when creating a key vault
  • Added support to bring your own key (BYOK)
    • 'Add-AzKeyVaultKey' supports generating a key exchange key
    • 'Get-AzKeyVaultKey' supports downloading a public key in PEM format
  • Updated the 'KeyOps' part of the help document of 'Add-AzKeyVaultKey'

Az.Monitor

  • Fixed bug for 'Set-AzDiagnosticSettings', retention policy won't apply to all categories [#11589]
  • Supported WebTest availability criteria for metric alert V2
    • 'New-AzMetricAlertRuleV2Criteria': an option to create webtest availability criteria was added
    • 'Add-AzMetricAlertRuleV2': supports the new webtest availability criteria
  • Removed redundant definition for RetentionPolicy in PSLogProfile [#7608]
  • Removed redundant properties difined in PSEventData [#11353]
  • Renamed 'Get-AzLog' to 'Get-AzActivityLog'

Az.Network

  • Added breaking change attribute to notify that Zone default behaviour will be changed
    • 'New-AzPublicIpAddress'
    • 'New-AzPublicIpPrefix'
    • 'New-AzLoadBalancerFrontendIpConfig'
  • Added support for a new top level resource SecurityPartnerProvider
    • New cmdlets added:
      • New-AzSecurityPartnerProvider
      • Remove-AzSecurityPartnerProvider
      • Get-AzSecurityPartnerProvider
      • Set-AzSecurityPartnerProvider
  • Added 'RequiredZoneNames' on 'PSPrivateLinkResource' and 'GroupId' on 'PSPrivateEndpointConnection'
  • Fixed incorrect type of SuccessThresholdRoundTripTimeMs parameter for New-AzNetworkWatcherConnectionMonitorTestConfigurationObject
  • Updated VirtualWan cmdlets to set default value of AllowVnetToVnetTraffic argument to True.
    • 'New-AzVirtualWan'
    • 'Update-AzVirtualWan'
  • Added new cmdlets to support DNS zone group for private endpoint
    • 'New-AzPrivateDnsZoneConfig'
    • 'Get-AzPrivateDnsZoneGroup'
    • 'New-AzPrivateDnsZoneGroup'
    • 'Set-AzPrivateDnsZoneGroup'
    • 'Remove-AzPrivateDnsZoneGroup'
  • Added 'DNSEnableProxy', 'DNSRequireProxyForNetworkRules' and 'DNSServers' parameters to 'AzureFirewall'
  • Added 'EnableDnsProxy', 'DnsProxyNotRequiredForNetworkRule' and 'DnsServer' parameters to 'AzureFirewall'
    • Updated cmdlet:
      • New-AzFirewall

Az.OperationalInsights

  • Updated legacy code to apply new generated SDK
  • Deleted cmdlets due to deprecated APIs
    • 'Get-AzOperationalInsightsSavedSearchResult' (alias 'Get-AzOperationalInsightsSavedSearchResults')
    • 'Get-AzOperationalInsightsSearchResult' (alias 'Get-AzOperationalInsightsSearchResults')
    • 'Get-AzOperationalInsightsLinkTarget' (alias 'Get-AzOperationalInsightsLinkTargets')
  • Added parameters for 'Set-AzOperationalInsightsWorkspace' and 'New-AzOperationalInsightsWorkspace'
  • Created cmdlets for Linked Stoarge Account
  • Created cmdlets for Clusters and Linked Service

Az.RecoveryServices

  • Azure Site Recovery added support for protecting proximity placement group virtual machines for Azure to Azure provider.
  • Azure Site Recovery added support for zone to zone replication.
  • Azure Backup Added Long term retention support for Azure FileShare Recovery Points.
  • Azure Backup Added disk exclusion properties to 'Get-AzRecoveryServicesBackupItem' cmdlet output.
  • Added private endpoint for Vault credential file for site recovery service.

Az.Resources

  • Added message warning about view delay when creating a new Role Definition
  • Changed policy cmdlets to output strongly-typed objects
  • Removed '-TenantLevel' parameter used for on the 'Get-AzResourceLock' cmdlet [#11335]
  • Fixed 'Remove-AzResourceGroup -Id ResourceId'[#9882]
  • Added new cmdlet for getting ARM template What-If results at resource group scope: 'Get-AzDeploymentResourceGroupWhatIfResult'
  • Added new cmdlet for getting ARM template What-If results at subscription scope: 'Get-AzDeploymentWhatIfResult'
    • Alias: 'Get-AzSubscriptionDeploymentWhatIf'
  • Overrode '-WhatIf' and '-Confirm' parameters for 'New-AzDeployment' and 'New-AzResourceGroupDeployment' to use ARM template What-If results
  • Added deprecation message for 'ApiVersion' parameter in deployment cmdlets
  • Added capability to show improved error messages for deployment failures
  • Added correlationId logging for deployment failures
  • Added 'error' property to the deployment script output
  • Updated nuget Microsoft.Azure.Management.ResourceManager to '3.7.1-preview'
  • Removed specific test cases as Error property in DeploymentValidateResult has changed to readonly from nuget 3.7.1-preview
  • Brought GenericResourceExpanded from SDK ResourceManager 3.7.1-preview
  • Added tag support for all Get cmdlets for deployment, as well as
    • 'New-AzDeployment'
    • 'New-AzManagementGroupDeployment'
    • 'New-AzResourceGroupDeployment'
    • 'New-AzTenantDeployment'

Az.ServiceFabric

  • Fixed bug in add certificate using --SecretIdentifier that was getting the wrong certificate thumbprint

Az.Sql

  • Enhance performance of:
    • 'Set-AzSqlDatabaseSensitivityClassification'
    • 'Set-AzSqlInstanceDatabaseSensitivityClassification'
    • 'Remove-AzSqlDatabaseSensitivityClassification'
    • 'Remove-AzSqlInstanceDatabaseSensitivityClassification'
    • 'Enable-AzSqlDatabaseSensitivityRecommendation'
    • 'Enable-AzSqlInstanceDatabaseSensitivityRecommendation'
    • 'Disable-AzSqlDatabaseSensitivityRecommendation'
    • 'Disable-AzSqlInstanceDatabaseSensitivityRecommendation'
  • Removed client-side validation of 'RetentionDays' parameter from cmdlet 'Set-AzSqlDatabaseBackupShortTermRetentionPolicy'
  • Auditing to a storage account in Vnet, fixing a bug when creating a Storage Blob Data Contributor role.

Az.Storage

  • Added '-AsJob' to get/list account cmdlet 'Get-AzStorageAccount'
  • Make KeyVersion to optional when update Storage account with KeyvaultEncryption, to support key auto-rotation
    • 'Set-AzStorageAccount'
  • Fixed remove Azure File Directory fail with pipeline
    • 'Remove-AzStorageDirectory'
  • Fixed [#9880]: Change NetWorkRule DefaultAction value defination to align with swagger.
    • 'Update-AzStorageAccountNetworkRuleSet'
    • 'Get-AzStorageAccountNetworkRuleSet'
  • Fixed [#11624]: Skip duplicated rules when add NetworkRules, to avoid server failure
    • 'Add-AzStorageAccountNetworkRule'
  • Upgraded Microsoft.Azure.Cosmos.Table SDK to 1.0.7
  • Added a warning message to remind user to list again with ContinuationToken when only part items are returned in list DataLake Gen2 Items,
    • 'Get-AzDataLakeGen2ChildItem'
  • Supported to create or update Storage account with Azure Files Active Directory Domain Service Authentication
    • 'New-AzStorageAccount'
    • 'Set-AzStorageAccount'
  • Supported to new or list Kerberos keys of Storage account
    • 'New-AzStorageAccountKey'
    • 'Get-AzStorageAccountKey'
  • Supported failover Storage account
    • 'Invoke-AzStorageAccountFailover'
  • Updated help of 'Get-AzStorageBlobCopyState'
  • Updated help of 'Get-AzStorageFileCopyState' and 'Start-AzStorageBlobCopy'
  • Integrated Storage client library v12 to Queue and File cmdlets
  • Changed output type from CloudFile to AzureStorageFile, the original output will become a child property of the new output
    • 'Get-AzStorageFile'
    • 'Remove-AzStorageFile'
    • 'Get-AzStorageFileContent'
    • 'Set-AzStorageFileContent'
    • 'Start-AzStorageFileCopy'
  • Changed output type from CloudFileDirectory to AzureStorageFileDirectory, the original output will become a child property of the new output
    • 'New-AzStorageDirectory'
    • 'Remove-AzStorageDirectory'
  • Changed output type from CloudFileShare to AzureStorageFileShare, the original output will become a child property of the new output
    • 'Get-AzStorageShare'
    • 'New-AzStorageShare'
    • 'Remove-AzStorageShare'
  • Changed output type from FileShareProperties to AzureStorageFileShare, the original output will become a sub child property of the new output
    • 'Set-AzStorageShareQuota'

Az.TrafficManager

  • Fixed incorrect profile name in 'DisableAzureTrafficManagerEndpoint' verbose output

Az.Websites

  • Fixed typo on help of 'Update-AzWebAppAccessRestrictionConfig'.
azure-powershell - Az.DataShare v0.1.2

Published by msJinLei over 4 years ago

Download

Az.DataShare 0.1.2 is available from the PSGallery here

Changes since last release

  • Update references to use latest Nuget package version
azure-powershell - Az.Blueprint v0.2.12

Published by msJinLei over 4 years ago

Download

Az.Blueprint 0.2.12 is available from the PSGallery here

Changes since last release

  • Added support for management group level Blueprint assignment
azure-powershell - 3.8.0

Published by dingmeng-xue over 4 years ago

3.8.0 - April 2020

Gallery Module for ARM .NET Standard cmdlets: link

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:3.8.0-debian-9
  • mcr.microsoft.com/azure-powershell:3.8.0-centos-7
  • mcr.microsoft.com/azure-powershell:3.8.0-ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:latest

Az.Accounts

  • Updated Azure PowerShell survey URL in 'Resolve-AzError' [#11507]

Az.ApiManagement

  • Added breaking change notice for Azure File cmdlets output change in a future release
  • 'Set-AzApiManagementGroup' Updated documentation to specify the GroupId parameter

Az.Cdn

  • Fixed ChinaCDN related pricing SKU display

Az.CognitiveServices

  • Supported Identity, Encryption, UserOwnedStorage

Az.Compute

  • Added 'Set-AzVmssOrchestrationServiceState' cmdlet.
  • 'Get-AzVmss' with -InstanceView shows OrchestrationService states.

Az.IotHub

  • Manage IoT device twin configuration, New cmdlets are:
    • 'Get-AzIotHubDeviceTwin'
    • 'Update-AzIotHubDeviceTwin'
  • Added cmdlet to invoke direct method on a device in an Iot Hub.
  • Manage IoT device module twin configuration, New cmdlets are:
    • 'Get-AzIotHubModuleTwin'
    • 'Update-AzIotHubModuleTwin'
  • Manage IoT automatic device management configuration at scale. New cmdlets are:
    • 'Add-AzIotHubConfiguration'
    • 'Get-AzIotHubConfiguration'
    • 'Remove-AzIotHubConfiguration'
    • 'Set-AzIotHubConfiguration'
  • Added cmdlet to invoke an edge module method in an Iot Hub.

Az.KeyVault

  • Added a new cmdlet 'Update-AzKeyVault' that can enable soft delete and purge protection on a vault
  • Added support to Microsoft.PowerShell.SecretManagement [#11178]
  • Fixed error in the examples of 'Remove-AzKeyVaultManagedStorageSasDefinition' [#11479]
  • Added support to private endpoint

Az.Maintenance

  • Publishing release version of Maintenance cmdlets for GA

Az.Monitor

  • Added cmdlets for private link scope
    • 'Get-AzInsightsPrivateLinkScope'
    • 'Remove-AzInsightsPrivateLinkScope'
    • 'New-AzInsightsPrivateLinkScope'
    • 'Update-AzInsightsPrivateLinkScope'
    • 'Get-AzInsightsPrivateLinkScopedResource'
    • 'New-AzInsightsPrivateLinkScopedResource'
    • 'Remove-AzInsightsPrivateLinkScopedResource'

Az.Network

  • Updated cmdlets to enable connection on private IP for Virtual Network Gateway.
    • 'New-AzVirtualNetworkGateway'
    • 'Set-AzVirtualNetworkGateway'
    • 'New-AzVirtualNetworkGatewayConnection'
    • 'Set-AzVirtualNetworkGatewayConnection'
  • Updated cmdlets to enable FQDN based LocalNetworkGateways and VpnSites
    • 'New-AzLocalNetworkGateway'
    • 'New-AzVpnSiteLink'
  • Added support for IPv6 address family in ExpressRouteCircuitConnectionConfig (Global Reach)
    • Added 'Set-AzExpressRouteCircuitConnectionConfig'
      • allows setting of all the existing properties including the IPv6CircuitConnectionProperties
    • Updated 'Add-AzExpressRouteCircuitConnectionConfig'
      • Added another optional parameter AddressPrefixType to specify the address family of address prefix
  • Updated cmdlets to enable setting of DPD Timeout on Virtual Network Gateway Connections.
    • New-AzVirtualNetworkGatewayConnection
    • Set-AzVirtualNetworkGatewayConnection

Az.PolicyInsights

  • Added 'Start-AzPolicyComplianceScan' cmdlet for triggering policy compliance scans
  • Added policy definition, set definition, and assignment versions to 'Get-AzPolicyState' output

Az.ServiceFabric

  • Improved code formatting and usability of 'New-AzServiceFabricCluster' examples

Az.Sql

  • Added cmdlets 'Get-AzSqlInstanceOperation' and 'Stop-AzSqlInstanceOperation'
  • Supported auditing to a storage account in VNet.

Az.Storage

  • Added breaking change notice for Azure File cmdlets output change in a future release
  • Supported new SkuName StandardGZRS, StandardRAGZRS when create/update Storage account
    • 'New-AzStorageAccount'
    • 'Set-AzStorageAccount'
  • Supported DataLake Gen2
    • 'New-AzDataLakeGen2Item'
    • 'Get-AzDataLakeGen2Item'
    • 'Get-AzDataLakeGen2ChildItem'
    • 'Move-AzDataLakeGen2Item'
    • 'Set-AzDataLakeGen2ItemAclObject'
    • 'Update-AzDataLakeGen2Item'
    • 'Get-AzDataLakeGen2ItemContent'
    • 'Remove-AzDataLakeGen2Item'
azure-powershell - Az.Databricks v0.1.0

Published by dingmeng-xue over 4 years ago

Download

Az.Databricks v0.1.0 is available from the PSGallery [here] (https://www.powershellgallery.com/packages/Az.Databricks/0.1.0)

  • the first preview release
azure-powershell - Az.Storage v1.13.4-preview

Published by dingmeng-xue over 4 years ago

Download

Az.Storage 1.13.4-preview is available from the PSGallery [here] (https://www.powershellgallery.com/packages/Az.Storage/1.13.4-preview)

Changes since last release

  • Support create/update/get/list EncryptionScope of a Storage account
    • New-AzStorageEncryptionScope
    • Update-AzStorageEncryptionScope
    • Get-AzStorageEncryptionScope
  • Support create Storage Container with EncryptionScope settings
    • New-AzRmStorageContainer
  • Support update Storage account with encryted by Keyvault without Keyversion
    • Set-AzStorageAccount
azure-powershell - Az.resources v1.12.1-preview

Published by dingmeng-xue over 4 years ago

Download

Az.Resources 1.12.1-preview is available from the PSGallery [here] (https://www.powershellgallery.com/packages/Az.Resources/1.12.1-preview)

Changes since last release

  • Add Get-AzDeploymentWhatIfResult cmdlet for getting ARM template What-If at subscription scope.
    • Alias: Get-AzSubscriptionDeploymentWhatIf.
  • Add Get-AzDeploymentResourceGroupWhatIfResult cmdlet for getting ARM template What-If at resource group scope.
  • Override -WhatIf and -Confirm parameters for New-AzDeployment and New-AzResourceGroupDeployment to use ARM template What-If output.'
azure-powershell - 0.10.0-preview

Published by erich-wang over 4 years ago

0.10.0-preview - April 2020

General

  • Az modules is now available in preview on Azure Stack Hub. This allows for cross-platform compatibility with Linux and macOs. Azure Stack Hub now supports PowerShell core with the Az modules, more information here
  • Az modules support profile 2019-03-01-hybrid:
    • Az.Billing
    • Az.Compute
    • Az.DataBoxEdge
    • Az.EventHub
    • Az.IotHub
    • Az.KeyVault
    • Az.Monitor
    • Az.Network
    • Az.Resources
    • Az.Storage
    • Az.Websites
  • Three new PowerShell modules for az have been introduced that work with Azure Stack Hub, which are Az.Databox, Az.IotHub, and Az.EventHub
  • Commands remain relatively the same, with minor changes such as changing AzureRM to Az
  • Updated link to PowerShell documentation for Azure Stack Hub can be found here

Az.Accounts

  • Upgrade from ADAL to MSAL
azure-powershell - 3.7.0

Published by dingmeng-xue over 4 years ago

3.7.0 - March 2020

Gallery Module for ARM .NET Standard cmdlets: link

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

Az.Accounts

  • Fixed 'Get-AzTenant'/'Get-AzDefault'/'Set-AzDefault' throw NullReferenceException when not login [#10292]

Az.Compute

  • Added the following parameters to 'New-AzDiskConfig' cmdlet:
    • DiskIOPSReadOnly, DiskMBpsReadOnly, MaxSharesCount, GalleryImageReference
  • Allowed Encryption property to Target parameter of 'New-AzGalleryImageVersion' cmdlet.
  • Fixed tempDisk issue for 'Set-AzVmss' -Reimage and 'Invoke-AzVMReimage' cmdlets. [#11354]
  • Added support to below cmdlets for new SAP Extension
    • 'Set-AzVMAEMExtension'
    • 'Get-AzVMAEMExtension'
    • 'Remove-AzVMAEMExtension'
    • 'Update-AzVMAEMExtension'
  • Fixed errors in examples of help document
  • Showed the exact string value for VM PowerState in the table format.
  • 'New-AzVmssConfig': fixed serialization of AutomaticRepairs property when SinglePlacementGroup is disabled. [#11257]

Az.DataFactory

  • Updated ADF .Net SDK version to 4.8.0
  • Added optional parameters to 'Invoke-AzDataFactoryV2Pipeline' command to support rerun

Az.DataLakeStore

  • Added breaking change description for 'Export-AzDataLakeStoreItem' and 'Import-AzDataLakeStoreItem'
  • Added option of Byte encoding for 'New-AzDataLakeStoreItem', 'Add-AzDAtaLakeStoreItemContent', and 'Get-AzDAtaLakeStoreItemContent'

Az.HDInsight

  • Supported specifying minimal supported TLS version when creating cluster.

Az.IotHub

  • Added support to manage distributed settings per-device. New Cmdlets are:
    • 'Get-AzIotHubDistributedTracing'
    • 'Set-AzIotHubDistributedTracing'

Az.KeyVault

  • Added breaking change attributes to 'New-AzKeyVault'

Az.Monitor

  • Updated documentation for 'New-AzScheduledQueryRuleLogMetricTrigger'

Az.Network

  • Updated cmdlets to allow cross-tenant VirtualHubVnetConnections
    • 'New-AzVirtualHubVnetConnection'
    • 'Update-AzVirtualHubVnetConnection'
    • 'New-AzVirtualHub'
    • 'Update-AzVirtualHub'
  • Removed Sql Management SDK dependency

Az.PolicyInsights

  • Improved error messages

Az.RecoveryServices

  • Azure Site Recovery added support for doing reprotect and updated vm properties for Azure disk encrypted Virtual Machines.
  • Added Azure Site Recovery VmwareToAzure properties DR monitoring
  • Azure Backup added support for retrying policy update for failed items.
  • Azure Backup Added support for disk exclusion settings during backup and restore.
  • Azure Backup Added Support for Restoring Multiple files/folders in AzureFileShare
  • Azure Backup Added support for User-specified Resourcegroup support while updating IaasVM Policy

Az.Resources

  • Fixed 'Get-AzResource -ResourceGroupName -Name -ExpandProperties -ResourceType' to use actual apiVersion of resources instead of default apiVersion [#11267]
  • Added correlationId logging for error scenarios
  • Small documentation change to 'Get-AzResourceLock'. Added example.
  • Escaped single quote in parameter value of 'Get-AzADUser' [#11317]
  • Added new cmdlets for Deployment Scripts ('Get-AzDeploymentScript', 'Get-AzDeploymentScriptLog', 'Save-AzDeploymentScriptLog', 'Remove-AzDeploymentScript')

Az.Sql

  • Added readable secondary parameter to 'Invoke-AzSqlDatabaseFailover'
  • Added cmdlet 'Disable-AzSqlServerActiveDirectoryOnlyAuthentication'
  • Saved sensitivity rank when classifying columns in the database.

Az.Support

  • General availability of 'Az.Support' module

Az.Websites

  • Added support for working with webapp Traffic Routing Rules via below new cmdlets
    • 'Get-AzWebAppTrafficRouting'
    • 'Update-AzWebAppTrafficRouting'
    • 'Add-AzWebAppTrafficRouting'
    • 'Remove-AzWebAppTrafficRouting'
azure-powershell - Az.CosmosDB 0.1.2

Published by isra-fel over 4 years ago

Download

Az.CosmosDB 0.1.2 is available from the PSGallery here

Changes since last release

azure-powershell - Az.Storage 1.13.1-preview

Published by isra-fel over 4 years ago

Download

Az.Storage 1.13.1-preview is available from the PSGallery here

Changes since last release

  • Fix an issue blocking installing preview side by side with stable release
  • Support Point In Time Restore
    • Enable-AzStorageBlobRestorePolicy
    • Disable-AzStorageBlobRestorePolicy
    • New-AzStorageBlobRangeToRestore
    • Restore-AzStorageBlobRange
  • Support get blob restore status of Storage account by run get-AzureRMStorageAccount with parameter -IncludeBlobRestoreStatus
    • Get-AzureRMStorageAccount
azure-powershell - 3.6.1

Published by dingmeng-xue over 4 years ago

3.6.1 - March 2020

Gallery Module for ARM .NET Standard cmdlets: link

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

Az.Accounts

  • Open Azure PowerShell survey page in 'Send-Feedback' [#11020]
  • Display Azure PowerShell survey URL in 'Resolve-Error' [#11021]
  • Added Az version in UserAgent

Az.ApiManagement

  • Added support for retrieving and configuring Custom Domain on the DeveloperPortal Endpoint [#11007]
  • 'Export-AzApiManagementApi' Added support for downloading Api Definition in Json format [#9987]
  • 'Import-AzApiManagementApi' Added support for importing OpenApi 3.0 definition from Json document
  • 'New-AzApiManagementIdentityProvider' and 'Set-AzApiManagementIdentityProvider' Added support for configuring 'Signin Tenant' for AAD B2C Provider [#9784]

Az.DataLakeStore

  • Added reference to System.Buffers explicitly in csproj and psd1.

Az.IotHub

  • Added support to manage devices in an Iot Hub. New Cmdlets are:
    • 'Add-AzIotHubDevice'
    • 'Get-AzIotHubDevice'
    • 'Remove-AzIotHubDevice'
    • 'Set-AzIotHubDevice'
  • Added support to manage modules on a target Iot device in an Iot Hub. New Cmdlets are:
    • 'Add-AzIotHubModule'
    • 'Get-AzIotHubModule'
    • 'Remove-AzIotHubModule'
    • 'Set-AzIotHubModule'
  • Added cmdlet to get the connection string of a target IoT device in an Iot Hub.
  • Added cmdlet to get the connection string of a module on a target IoT device in an Iot Hub.
  • Added support to get/set parent device of an IoT device. New Cmdlets are:
    • 'Get-AzIotHubDeviceParent'
    • 'Set-AzIotHubDeviceParent'
  • Added support to manage device parent-child relationship.

Az.Monitor

  • Fixed output value for 'Get-AzMetricDefinition' [#9714]

Az.Network

  • Updated Sql Management SDK.
  • Fixed a naming-difference issue in PrivateLinkServiceConnectionState class.
    • Mapping the field ActionsRequired to ActionRequired.
  • Added PublicNetworkAccess to 'New-AzSqlServer' and 'Set-AzSqlServer'

Az.Resources

  • Fixed for null reference bug in 'Get-AzRoleAssignment'
  • Marked switch '-Force' and '-PassThru' optional in 'Remove-AzADGroup' [#10849]
  • Fixed issue that 'MailNickname' doesn't return in 'Remove-AzADGroup' [#11167]
  • Fixed issue that 'Remove-AzADGroup' pipe operation doesn't work [#11171]
  • Fixed for null reference bug in GetAzureRoleAssignmentCommand
  • Added breaking change attributes for upcoming changes to policy cmdlets
  • Updated 'Get-AzResourceGroup' to perform resource group tag filtering on server-side
  • Extended Tag cmdlets to accept -ResourceId
    • Get-AzTag -ResourceId
    • New-AzTag -ResourceId
    • Remove-AzTag -ResourceId
  • Added new Tag cmdlet
    • Update-AzTag -ResourceId
  • Brought ScopedDeployment from SDK 3.3.0

Az.Sql

  • Added PublicNetworkAccess to 'New-AzSqlServer' and 'Set-AzSqlServer'
  • Added support for Long Term Retention backup configuration for Managed Databases
    • Get/Set LTR policy on a managed database
    • Get LTR backup(s) by managed database, managed instance, or by location
    • Remove an LTR backup
    • Restore an LTR backup to create a new managed database
  • Added MinimalTlsVersion to New-AzSqlServer and Set-AzSqlServer
  • Added MinimalTlsVersion to New-AzSqlInstance and Set-AzSqlInstance
  • Bumped SQL SDK version for Az.Network

Az.Storage

  • Supported AllowProtectedAppendWrite in ImmutabilityPolicy
    • 'Set-AzRmStorageContainerImmutabilityPolicy'
  • Added breaking change warning message for AzureStorageTable type change in a future release
    • 'New-AzStorageTable'
    • 'Get-AzStorageTable'

Az.Websites

  • Added Tag parameter for 'New-AzAppServicePlan' and 'Set-AzAppServicePlan'
  • Stop cmdlet execution if an exception is thrown when adding a custom domain to a website
  • Added support to perform operations for App Services not in the same resource group as the App Service Plan
  • Applied access restriction to WebApp/Function in different resource groups
  • Fixed issue to set custom hostnames for WebAppSlots
Badges
Extracted from project README
Az AzPreview
Related Projects