azure-powershell

Microsoft Azure PowerShell

OTHER License

Stars
4.1K
Committers
1.7K

Bot releases are visible (Hide)

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
azure-powershell - 3.5.0

Published by dingmeng-xue over 4 years ago

Az 3.5.0

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

Changes since last release

Az.Accounts

  • Added SubscriptionId, TenantId, and execution time into data of client side telemetry

Az.Automation

  • Fixed typo in Example 1 in reference documentation for New-AzAutomationSoftwareUpdateConfiguration

Az.CognitiveServices

  • Updated SDK to 7.0
  • Improved error message when server responses empty body

Az.Compute

  • Allowed empty value for ProximityPlacementGroupId during update

Az.FrontDoor

  • Added cmdlet to get managed rule definitions that can be used in WAF

Az.IotHub

  • Added support to manage devices in an Iot Hub. New Cmdlets are:
    • Add-AzIotHubDevice
    • Get-AzIotHubDevice
    • Remove-AzIotHubDevice
    • Set-AzIotHubDevice

Az.KeyVault

  • Fixed duplicated text for Add-AzKeyVaultKey.md

Az.Monitor

  • Fixed description of the Get-AzLog cmdlet.
  • A new parameter called ActionGroupId was added to New-AzMetricAlertRuleV2 command.
    • The user can provide either ActionGroupId(string) or ActionGorup(ActivityLogAlertActionGroup).

Az.Network

  • Added one extra parameter note for parameter -EnableProxyProtocol for New-AzPrivateLinkService cmdlet.
  • Fixed FilterData example in Start-AzVirtualNetworkGatewayConnectionPacketCapture.md and Start-AzVirtualnetworkGatewayPacketCapture.md.
  • Added Packet Capture example for capture all inner and outer packets in Start-AzVirtualNetworkGatewayConnectionPacketCapture.md and Start-AzVirtualnetworkGatewayPacketCapture.md.
  • Supported Azure Firewall Policy on VNet Firewalls
    • No new cmdlets are added. Relaxing the restriction for firewall policy on VNet firewalls

Az.RecoveryServices

  • Added Support for Restore-as-files for SQL Databases.

Az.Resources

  • Refactored template deployment cmdlets
    • Added new cmdlets for managing deployments at management group: *-AzManagementGroupDeployment
    • Added new cmdlets for managing deployments at tenant scope: *-AzTenantDeployment
    • Refactored *-AzDeployment cmdlets to work specifically at subscription scope
    • Created aliases *-AzSubscriptionDeployment for *-AzDeployment cmdlets
  • Fixed Update-AzADApplication when parameter AvailableToOtherTenants is not set
  • Removed ApplicationObjectWithoutCredentialParameterSet to avoid AmbiguousParameterSetException.
  • Regenerated help files

Az.Sql

  • Added support for cross subscription point in time restore on Managed Instances.
  • Added support for changing existing Sql Managed Instance hardware generation
  • Fixed Update-AzSqlServerVulnerabilityAssessmentSetting help examples: parameter/property output - EmailAdmins

Az.SqlVirtualMachine

  • Added cmdlets for Availability Group Listener

Az.StorageSync

  • Updated supported character sets in Invoke-AzStorageSyncCompatibilityCheck
azure-powershell - Az.Cdn 1.5.0 preview

Published by VeryEarly over 4 years ago

Add support for CDN WAF
Add -AzCdnWaf cmdlets
Add WebApplicationFirewallPolicyLink to Endpoints
Add MinTlsVersion for CDN custom domains
Use PUT semantics instead of PATCH for Set-AzCdnEndpoint

azure-powershell - Az.RecoveryServices 2.6.0

Published by markcowl over 4 years ago

#Az.RecoveryServices 2.6.0

Download

Az.RecoveryServices 2.6.0 is available from the PSGallery here

Changes since last release

  • Added filtering of backup item based on friendly name.
  • Fixed Vault credential file download for backup and site recovery service
  • Fixes for few properties for update policy of H2A
azure-powershell - 3.4.0

Published by markcowl over 4 years ago

Az 3.4.0

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

Changes since last release

Az.Accounts

  • Disable context auto saving when AzureRmContext.json not available
  • Update the reference to Azure Powershell Common to 1.3.5-preview

Az.ApiManagement

Az.Compute

  • Limit the number of VM status to 100 to avoid throttling when Get-AzVM -Status is performed without VM name.
  • Add Update-AzDiskEncryptionSet cmdlet
  • Add EncryptionType and DiskEncryptionSetId parameters to the following cmdlets:
    • New-AzDiskUpdateConfig, New-AzSnapshotUpdateConfig
  • Add ColocationStatus parameter to Get-AzProximityPlacementGroup cmdlet.

Az.DataFactory

  • Update ADF .Net SDK version to 4.7.0

Az.DeploymentManager

  • Adds LIST operations for resources
  • Adds capability for performing operations on Health Check steps

Az.HDInsight

  • Fix document error of New-AzHDInsightCluster.

Az.KeyVault

  • Add Name alias to VaultName attribute to make Remove-AzureKeyVault consistent with New-AzureKeyVault.

Az.Network

  • New example added to Set-AzNetworkWatcherConfigFlowLog.md to demonstrate Traffic Analytics disable scenario.
  • Add support for assigning management IP configuration to Azure Firewall - a dedicated subnet and Public IP that the firewall will use for its management traffic
    • Updated New-AzFirewall cmdlet:
      • Added parameter -ManagementPublicIpAddress (not mandatory) which accepts a Public IP Address object
      • Added method SetManagementIpConfiguration on firewall object - requires a subnet and a Public IP address as input - subnet name must be 'AzureFirewallManagementSubnet'
  • Corrected Get-AzNetworkSecurityGroup examples to show examples for NSG's instead of network interfaces.
  • Fixed typo in New-AzVpnSite command that was preventing resource id completer from completing a parameter.
  • Added support for Url Configuration in Rewrite Rules Action Set in the Application Gateway
    • New cmdlets added:
      • New-AzApplicationGatewayRewriteRuleUrlConfiguration
    • Cmdlets updated with optional parameter - UrlConfiguration
      • New-AzApplicationGatewayRewriteRuleActionSet
  • Add suppport for NetworkWatcher ConnectionMonitor version 2 resources

Az.PolicyInsights

  • Support evaluating compliance prior to determining what resource to remediate
    • Add '-ResourceDiscoverMode' parameter to Start-AzPolicyRemediation
  • Add Get-AzPolicyMetadata cmdlet for getting policy metadata resources
  • Updated Get-AzPolicyState and Get-AzPolicyStateSummary for API version 2019-10-01

Az.RecoveryServices

  • Azure Site Recovery support for removing a replicated disk.
  • Azure Backup added support for adding tags while creating a Recovery Services Vault.

Az.Resources

  • Make -Scope optional in *-AzPolicyAssignment cmdlets with default to context subscription
  • Add examples of creating ADServicePrincipal with password and key credential

Az.Sql

Fix New-AzSqlDatabaseSecondary cmdlet to check for PartnerDatabaseName existence instead of DatabaseName existence.

Az.Storage

  • Support set Table/Queue Encryption Keytype in Create Storage Account
    • New-AzStorageAccount
  • Show RequestId when StorageException don't have ExtendedErrorInformation
  • Fix the Example 6 of cmdlet Start-AzStorageBlobCopy

Az.Websites

  • Set-AzWebapp and Set-AzWebappSlot supports AlwaysOn, MinTls and FtpsState properties
  • Fixing issue where setting HttpsOnly along with changing AppservicePlan at the same time using the single Set-AzWebApp Command, was resetting HttpsOnly to default value
azure-powershell - Az 3.4.0 rc2

Published by markcowl over 4 years ago

Az 3.4.0 release candidate 2

azure-powershell - Az.Compute 3.4.0

Published by isra-fel almost 5 years ago

Download

Az.Compute 3.4.0 is available here

Changes since last release

  • Add Update-AzDiskEncryptionSet cmdlet
  • Add EncryptionType and DiskEncryptionSetId parameters to the following cmdlets:
    • New-AzDiskUpdateConfig, New-AzSnapshotUpdateConfig
  • Add ColocationStatus parameter to Get-AzProximityPlacementGroup cmdlet.
azure-powershell - Az.Storage 1.11.1 Preview

Published by isra-fel almost 5 years ago

Download

Az.Storage v1.11.1-preview is available here

Changes since last release

  • Support set Table/Queue Encyrption Keytype in Create Storage Account
    • New-AzRmStorageAccount
  • Fix DataLake Gen2 Output AzureDataLakeGen2Item.Permissions display format
    • Get-AzDataLakeGen2Item
    • Get-AzDataLakeGen2ChildItem
  • Show RequestId when StorageException don''t have ExtendedErrorInformation
  • Fix the Example 6 of cmdlet Start-AzStorageBlobCopy
Badges
Extracted from project README
Az AzPreview
Related Projects