azure-powershell

Microsoft Azure PowerShell

OTHER License

Stars
4.1K
Committers
1.7K

Bot releases are visible (Hide)

azure-powershell - Az.Monitor v4.0.0-preview

Published by VeryEarly about 2 years ago

azure-powershell - Az.SpringCloud v0.3.0

Published by isra-fel about 2 years ago

https://www.powershellgallery.com/packages/Az.SpringCloud/0.3.0

Version 3.4.1

  • Updated API version to 2022-04-01.
azure-powershell - Az 8.2.0

Published by BethanyZhou about 2 years ago

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

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

Install-Module -Name Az -Repository PSGallery -Force

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

Update-Module -Name Az

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-8.2.0.36189.tar.gz
    • F97BBA4C950EF722AF9546551A5D7F254D6A08D7F8EF024896EFC2D242B72051

8.2.0 - August 2022

Az.Accounts

  • Implemented 'SupportsShouldProcess' for 'Invoke-AzRestMethod'
  • Supported giving suggestions if an Azure PowerShell command cannot be found, for example when there is a typo in command name.

Az.Aks

  • Removed the warning messages for MSGraph migration [#18856]

Az.Compute

  • Added parameters 'PackageFileName', 'ConfigFileName' for 'New-AzGalleryApplicationVersion'

Az.ConfidentialLedger

  • General availability of 'Az.ConfidentialLedger'

Az.EventHub

  • Added -MinimumTlsVersion to New-AzEventHubNamespace and Set-AzEventHubNamespace
  • Added -SupportsScaling to New-AzEventHubCluster and Set-AzEventHubCluster to support self serve clusters
  • Deprecation warning on a few parameters in cluster cmdlets that will be deprecated in the November major release

Az.KeyVault

  • Removed the warning messages for MSGraph migration [#18856]

Az.Migrate

  • Fixed a cross-subscription issue

Az.Network

  • Updated cmdlets to add new property of 'ExplicitProxy' in Azure Firewall Policy.
    • 'New-AzFirewallPolicyExplicitProxy'
    • 'New-AzFirewallPolicy'
    • 'Set-AzFirewallPolicy'
  • Added new cmdlets to create packet captures for Network Watcher:
    • 'New-AzNetworkWatcherPacketCaptureV2'
    • 'New-AzPacketCaptureScopeConfig'
  • Added support for CustomV2 ssl policies for Application Gateway.
    • Added 'CustomV2' to the validation set of 'PolicyType'
    • Added 'TLSv1_3' to the validation set of 'MinProtocolVersion'
    • Removed validation for null or empty cipher suites list since there can be empty cipher suites list for min protocol version of tls1.3
  • Network Watcher Feature Change: Added new paramenter i.e. AzureVMSS as source endpoint in ConnectionMonitor.
    • 'New-AzNetworkWatcherConnectionMonitorEndpointObject'
  • Added 'IdentifyTopFatFlow' parameter to 'AzureFirewall'
    • 'New-AzFirewall'
  • Enabled Azure Firewall forced tunneling by default (AzureFirewallManagementSubnet and ManagementPublicIpAddress are required) whenever basic sku firewall is created.
    • 'New-AzFirewall'
  • Fixed bug that causes an overflow due to incorrect SNAT private ranges IP validation.
  • Added new cmdlets to create/manage L4(TCP/TLS) objects for ApplicationGateway:
    • 'Get-AzApplicationGatewayListener'
    • 'New-AzApplicationGatewayListener'
    • 'Add-AzApplicationGatewayListener'
    • 'Set-AzApplicationGatewayListener'
    • 'Remove-AzApplicationGatewayListener'
    • 'Get-AzApplicationGatewayBackendSetting'
    • 'New-AzApplicationGatewayBackendSetting'
    • 'Add-AzApplicationGatewayBackendSetting'
    • 'Set-AzApplicationGatewayBackendSetting'
    • 'Remove-AzApplicationGatewayBackendSetting'
    • 'Get-AzApplicationGatewayRoutingRule'
    • 'New-AzApplicationGatewayRoutingRule'
    • 'Add-AzApplicationGatewayRoutingRule'
    • 'Set-AzApplicationGatewayRoutingRule'
    • 'Remove-AzApplicationGatewayRoutingRule'
  • Updated cmdlet to add TCP/TLS Listener , BackendSetting , RoutingRule support for Application Gateway:
    • 'New-AzApplicationGateway'
  • Updated cmdlets to add TCP/TLS protocol support for Application gateway Health Probe configuration:
    • 'Set-AzApplicationGatewayProbeConfig'
    • 'Add-AzApplicationGatewayProbeConfig'
    • 'New-AzApplicationGatewayProbeConfig'
  • Updated cmdlets to add basic sku support on Azure Firewall and Azure Firewall Policy:
    • 'New-AzFirewall'
    • 'New-AzFirewallPolicy'
    • 'Set-AzFirewallPolicy'
  • Added new cmdlets to create/manage authorization objects for ExpressRoutePort:
    • 'Add-AzExpressRoutePortAuthorization'
    • 'Get-AzExpressRoutePortAuthorization'
    • 'Remove-AzExpressRoutePortAuthorization'
  • Added option parameter 'AuthorizationKey' to cmdlet 'New-AzExpressRouteCircuit' to allow creating ExpressRoute Circuit on a ExpressRoutePort with a different owner.
  • Fixed bug that can't display CustomIpPrefix in PublicIpPrefix.
  • Updated cmdlets to add new property of 'HubRoutingPreference' in VirtualHub and set property of 'PreferredRoutingGateway' deprecated .
    • 'New-AzVirtualHub'
    • 'Update-AzVirtualHub'
  • Added optional parameter 'AuxiliaryMode' to cmdlet 'New-AzNetworkInterface' to enable this network interface as Sirius enabled. Allowed values are None(default) and MaxConnections.
  • Multipool feature change: Updated cmdlets to add new optional property: 'ConfigurationPolicyGroups' object for associating policy groups.
    • 'Update-AzVpnServerConfiguration'
    • 'New-AzVpnServerConfiguration'
  • Multipool feature change: Updated cmdlets to add new optional property: 'P2SConnectionConfiguration' object for specifying multiple Connection configurations.
    • 'Update-AzP2sVpnGateway'
    • 'New-AzP2sVpnGateway'
  • Multipool feature change: Added new cmdlets to support CRUD of Configuration policy groups for VpnServerConfiguration.
    • 'Get-AzVpnServerConfigurationPolicyGroup'
    • 'New-AzVpnServerConfigurationPolicyGroup'
    • 'Update-AzVpnServerConfigurationPolicyGroup'
    • 'Remove-AzVpnServerConfigurationPolicyGroup'
  • Added new cmdlets for RoutingIntent child resource of VirtualHub.
    -'Add-AzRoutingPolicy'
    -'Get-AzRoutingPolicy'
    -'New-AzRoutingPolicy'
    -'Remove-AzRoutingPolicy'
    -'Set-AzRoutingPolicy'
    -'Get-AzRoutingIntent'
    -'New-AzRoutingIntent'
    -'Remove-AzRoutingIntent'
    -'Set-AzRoutingIntent'
  • Updated cmdlets to add new option of 'HubRoutingPreference' in RouteServer.
    • 'New-AzRouteServer'
    • 'Update-AzRouteServer'
  • Fixed bug that can't parse CustomIpPrefixParent parameter from swagger to powershell.
  • Added 'Any' operator in New-AzApplicationGatewayFirewallCondition
  • Made properties 'ApplicationSecurityGroups' and 'IpConfigurations' for 'PrivateEndpoint' updatable in the cmdlet 'Set-AzPrivateEndpoint'
  • Onboarded Device Update for IoT Hub to Private Link Common Cmdlets

Az.RedisEnterpriseCache

  • Upgraded API version to 2022-01-01

Az.Resources

  • Removed the warning messages for MSGraph migration [#18856]
  • [Breaking Change] Renamed cmdlet from '{}-AzADAppFederatedIdentityCredential' to '{}-AzADAppFederatedCredential'
  • [Breaking Change] Renamed '-Id' to '-FederatedCredentialId' for
    • 'Get-AzADAppFederatedCredential'
    • 'Remove-AzADAppFederatedCredential'
    • 'Update-AzADAppFederatedCredential'
  • Upgraded API version from Beta to 1.0

Az.Sql

  • Removed the warning messages for MSGraph migration [#18856]
  • Moved SQL Server and SQL Instance from ActiveDirectoryClient to MicrosoftGraphClient
  • Supported cross-subscription Failover Group creation using 'PartnerSubscriptionId' parameter in 'New-AzSqlDatabaseFailoverGroup' cmdlet

Az.Storage

  • Added check for storage account sas token is secured with the storage account key.
    • 'New-AzStorageAccountSASToken'
  • Supported Management Policy rule filter BlobIndexMatch
    • Added a new cmdlet 'New-AzStorageAccountManagementPolicyBlobIndexMatchObject'
    • Added a new parameter 'BlobIndexMatch' in 'New-AzStorageAccountManagementPolicyFilter'

Az.Synapse

  • Set 'ResourceGroupName' as optional for 'Set-AzSynapseSqlAuditSetting' cmdlet
  • Added LastCommitId parameter to 'New-AzureSynapseGitRepositoryConfig'
  • Fixed the issue that update spark pool version fail by 'Update-AzSynapseSparkPool'

Az.Websites

  • Fixed 'Publish-AzWebapp' to handle relative paths properly [#18028]

Thanks to our community contributors

  • Harish Karthic (@hkarthik7), Updated parameter name from -Type to -SkuName (#18882)
  • Oscar de Groot (@odegroot), Fix "save as pfx" example (#19003)
  • @shiftychris, Update New-AzApplicationGatewayFirewallPolicyManagedRuleSet.md (#18972)
azure-powershell - Az.Compute v4.30.0

Published by BethanyZhou over 2 years ago

https://www.powershellgallery.com/packages/Az.Compute/4.30.0

Version 4.30.0

  • Added parameters PackageFileName, ConfigFileName for New-AzGalleryApplicationVersion
azure-powershell - Az 8.1.0

Published by VeryEarly over 2 years ago

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

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

Install-Module -Name Az -Repository PSGallery -Force

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

Update-Module -Name Az

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-8.1.0.36048.tar.gz
    • 586F0ABAEA4E20E50C5D0712DF49DB777CF6085710F8082EED9FD7B96E80D74B

8.1.0 - July 2022

Az.Accounts

  • Supported exporting and importing configurations by 'Export-AzConfig' and 'Import-AzConfig'.
  • Fixed an issue that Az.Accounts may fail to be imported in parallel PowerShell processes. [#18321]
  • Fixed incorrect access token [#18105]
  • Upgraded version of Microsoft.Identity.Client for .NET Framework. [#18495]
  • Fixed an issue that Az.Accounts failed to be imported if multiple environment variables, which only differ by case, are set. [#18304]

Az.Aks

  • Added parameter 'CommandContextAttachmentZip' for 'Invoke-AzAksRunCommand'. [#17454]
  • Added ManagedIdentity support for Aks[#15656].
  • Added property 'PowerState' for the output of 'Get-AzAksCluster'[#18271]
  • Updated the logic of 'Set-AzAksCluster' for parameter 'NodeImageOnly'.
  • Added parameter 'NodeImageOnly' for 'Update-AzAksNodePool'.
  • Added parameter 'AvailabilityZone' for 'New-AzAksCluster'. [#18658]

Az.ApplicationInsights

  • Fixed parameters for Set-AzApplicationInsightsDailyCap [#18315]
  • Fixed parameter 'DocumentType' for 'New-AzApplicationInsightsContinuousExport' and 'Set-AzApplicationInsightsContinuousExport' [#18350]
  • Fixed parameter 'ResourceId' for 'Get-AzApplicationInsights' [#18707]

Az.Compute

  • Added image alias 'Win2022AzureEditionCore'
  • Added the '-DisableIntegrityMonitoring' switch parameter to the 'New-AzVM' cmdlet.
    Changed the default behavior for 'New-AzVM' and 'New-AzVmss' when these conditions are met:
    1. '-DisableIntegrityMonitoring' is not true.
    2. 'SecurityType' on the SecurityProfile is 'TrustedLaunch'.
    3. 'VTpmEnabled' on the SecurityProfile is true.
    4. 'SecureBootEnabled' on the SecurityProfile is true.
      Now 'New-AzVM' will install the 'Guest Attestation' extension to the new VM when these conditions are met.
      Now 'New-AzVmss' will install the 'Guest Attestation' extension to the new Vmss when these conditions are met and installed to all VM instances in the Vmss.
  • Added '-UserAssignedIdentity' and '-FederatedClientId' to the following cmdlets:
    • 'New-AzDiskEncryptionSetConfig'
    • 'Update-AzDiskEncryptionSet'
  • Added '-TreatFailureAsDeploymentFailure' to cmdlets 'Add-AzVmGalleryApplication' and 'Add-AzVmssGalleryApplication'
  • Removed Exceptions for when SinglePlacementGroup is set to true in 'OrchestrationMode'

Az.CosmosDB

  • Added support for partition key and id paths to be part of client encryption policy.
  • Fixed bug related to Update-AzCosmosDBSqlContainer command on containers with Client Encryption Policy.

Az.DataFactory

  • Updated ADF .Net SDK version to 6.3.0

Az.EventHub

  • Added cmdlets for CRUD operations on EventHub Application Groups. The added cmdlets include,
    -New-AzEventHubApplicationGroup
    -Set-AzEventHubApplicationGroup
    -Remove-AzEventHubApplicationGroup
    -Get-AzEventHubApplicationGroup
    -New-AzEventHubThrottlingPolicyConfig
  • Get-AzEventHubNamespace returned a maximum of 100 namespaces for list by resource groups or list by subscriptions so far. From here onwards, for resource groups and subscriptions with over a 100 namespaces, the cmdlet will return all the namespaces. You will not see a change in the cmdlet behaviour if your resource groups or subscriptions have less than a 100 namespaces.
  • Added cmdlets for manual approval of EventHubs Private Endpoint Connections. The added cmdlets include,
    -Approve-AzEventHubPrivateEndpointConnection
    -Deny-AzEventHubPrivateEndpointConnection
    -Get-AzEventHubPrivateEndpointConnection
    -Remove-AzEventHubPrivateEndpointConnection
    -Get-AzEventHubPrivateLink

Az.KeyVault

  • Supported importing pem certificate by 'Import-AzKeyVaultCertificate' [#18494]
  • Supported accepting rotation policy in a JSON file
  • [Breaking Change] Changed parameter 'ExpiresIn' in 'Set-AzKeyVaultKeyRotationPolicy' from TimeSpan? to string. It must be an ISO 8601 duration like 'P30D' for 30 days.
  • [Breaking Change] Changed output properties 'ExpiresIn', 'TimeAfterCreate' and 'TimeBeforeExpiry' of 'Set-AzKeyVaultKeyRotationPolicy' and 'Get-AzKeyVaultKeyRotationPolicy' from TimeSpan? to string.
  • Supported creating/updating key with release policy in a Managed HSM
  • Removed default value for 'EnabledForDeployment', 'EnabledForTemplateDeployment', 'EnabledForDiskEncryption' and 'EnableRbacAuthorization' during the process of key vault creation
  • Changed default access policies for Key Vault secret, certificate and storage as 'All'

Az.Network

  • Added support for CustomV2 ssl policies for Application Gateway.
    • Added 'CustomV2' to the validation set of 'PolicyType'
    • Added 'TLSv1_3' to the validation set of 'MinProtocolVersion'
    • Removed validation for null or empty cipher suites list since there can be empty cipher suites list for min protocol version of tls1.3
  • [Breaking Change] Changed default value of '-PrivateEndpointNetworkPoliciesFlag' to 'Disabled' in 'Add-AzVirtualNetworkSubnetConfig' and 'New-AzVirtualNetworkSubnetConfig'
  • Fixed bugs that cannot parse virtual network encryption paramemters when updating exsiting vnet.

Az.PowerBIEmbedded

  • Updated SKU allowed values to support A7 and A8

Az.RecoveryServices

  • Fixed delay in long running operations [#18567]

Az.Resources

  • Added feedback when deleting role assignments even if passthru is not used
  • Fixed relative path failure in -AsJob scenario [#18084]
  • Fixed logic of 'createtime' and 'ChangedTime' in 'Get-AzResource --ExpandProperties'. [#18206]
  • Fixed role assignment latency for 'New-AzADServicePrincipal' [#16777]

Az.ServiceBus

  • Added cmdlets for manual approval of Service Bus Private Endpoint Connections. The added cmdlets include,
    -Approve-AzServiceBusPrivateEndpointConnection
    -Deny-AzServiceBusPrivateEndpointConnection
    -Get-AzServiceBusPrivateEndpointConnection
    -Remove-AzServiceBusPrivateEndpointConnection
    -Get-AzServiceBusPrivateLink

Az.ServiceFabric

  • Fixed typo in verbose log message.
  • Added Tag support for managed cluster create and update

Az.Sql

  • Added 'GeoZone' option to 'BackupStorageRedundancy' parameter to 'New-AzSqlDatabase', 'Set-AzSqlDatabase', 'New-AzSqlDatabaseCopy', 'New-AzSqlDatabaseSecondary', and 'Restore-AzSqlDatabase' to enable create, update, copy, geo secondary and PITR support for GeoZone hyperscale databases
  • Added additional input validation to 'Stop-AzSqlInstanceDatabaseLogReplay' cmdlet to ensure the target database was created by log replay service
  • Bug fix for cmdlet 'Restore-AzSqlDatabase'. The optional property 'Tags' was not working as expected
  • Added isManagedIdentityInUse get parameter for 'Get-AzSqlServerAudit' and 'Get-AzSqlDatabaseAudit'
  • Added new cmdlet 'Set-AzSqlInstanceDatabase'

Az.StackHCI

  • Added support to Stack HCI Cluster
  • Added support to Stack HCI Extension
  • Added support to Stack HCI Arc Settings

Az.Storage

  • Supported BaseBlob DaysAfterCreationGreaterThan in Management Policy
    • 'Add-AzStorageAccountManagementPolicyAction'

Thanks to our community contributors

  • @ayeshurun, Update SKU allowed values for PowerBI Embedded capacities (#18670)
  • @JulianePadrao, [SQL] fix for deprecated term (#18620)
  • @kaushik-ms, powershell changes for new ssl policies in appgw (#18287)
  • Adrian Leonhard (@NaridaL), fix typo beging -> begin in 3 files (#18391)
azure-powershell -

Published by VeryEarly over 2 years ago

azure-powershell - Az.Compute v4.28.0

Published by VeryEarly over 2 years ago

azure-powershell - Az.CosmosDB v1.8.1

Published by VeryEarly over 2 years ago

azure-powershell - Az.DataProtection v0.4.0

Published by VeryEarly over 2 years ago

azure-powershell - Az.StackHCI v1.2.0

Published by VeryEarly over 2 years ago

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

Version 1.2.0

  • Improved Registration process for Register-AzStackHCI cmdlet
    • All Azure AD related operations are now moved to HCI Cloud Services
    • Register-AzStackHCI and UnRegister-AzStackHCI cmdlets no more use AzureAD PS module
  • Added support to register hybridConnectivity RP in Canary and Public clouds
  • Added support for Region Specific ServiceEndpoints
    -Service endpoints are now specified by HCI Cloud services instead of it being hardcoded in the PS module
  • Added support to specify ArcServerResourceGroupName to Register-AzStackHCI cmdlet
    • Now we can specify the resource group into which the ARC resource gets projected using 'ArcServerResourceGroupName' parameter during registration
  • Check ResourceProvider is already registered before attempting to register it during Register-AzStackHCI cmdlet
    • Register-AzStackHCI cmdlet now does not take any action if required Resource Providers are already registered. This allows users with Roles who do not have permissions to register resource providers to still perform registration operation
  • Supported for writing event log entries from registration cmdlets
    • Register-AzStackHCI and UnRegister-AzStackHCI flows will now write events to Node log reflecting the status of registration. Events will be logged under source name "HCI Registration"
azure-powershell - Az.KubernetesConfiguration v0.6.0

Published by VeryEarly over 2 years ago

https://www.powershellgallery.com/packages/Az.KubernetesConfiguration/0.6.0

Version 0.6.0

  • Added cmdlets:
    • Get-AzKubernetesConfigFluxOperationStatus
    • Get-AzKubernetesConfigurationFlux
    • New-AzKubernetesConfigurationFlux
    • Update-AzKubernetesConfigurationFlux
    • Remove-AzKubernetesConfigurationFlux
azure-powershell - Az.GuestConfiguration v0.11.0

Published by VeryEarly over 2 years ago

https://www.powershellgallery.com/packages/Az.GuestConfiguration/0.11.0

Version 0.11.0

Converted Az.GuestConfiguration to generated module

azure-powershell - Az.CosmosDB v2.0.2-preview

Published by wyunchi-ms over 2 years ago

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

Version 2.0.2

  • Introduced support for CosmosDB partition Merge and ThroughputRedistribution APIs by adding the following cmdlets:
    Get-AzCosmosDBSqlContainerPerPartitionThroughput, Update-AzCosmosDBSqlContainerPerPartitionThroughput, Invoke-AzCosmosDBSqlContainerMerge
    Get-AzCosmosDBMongoDBCollectionPerPartitionThroughput, Update-AzCosmosDBMongoDBCollectionPerPartitionThroughput, Invoke-AzCosmosDBMongoDBCollectionMerge
  • Introduced support for creating containers with Client Encryption Policy. The current supported version of Client Encryption Policy is 1.
azure-powershell - Az 8.0.0

Published by wyunchi-ms over 2 years ago

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

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

Install-Module -Name Az -Repository PSGallery -Force

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

Update-Module -Name Az

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-8.0.0.35824.tar.gz
    • FC7C50B17955D00FBC92B15E666384F1B0C74AB3741BC6FFA3B49CFAFC571237

8.0.0 - May 2022

Az.Accounts

  • Added a preview feature allowing user to control the following configurations by using 'Get-AzConfig', 'Update-AzConfig' and 'Clear-AzConfig':
    • 'DefaultSubscriptionForLogin': Subscription name or GUID. Sets the default context for Azure PowerShell when logging in without specifying a subscription.
    • 'DisplayBreakingChangeWarning': Controls if warning messages for breaking changes are displayed or suppressed.
    • 'EnableDataCollection': When enabled, Azure PowerShell cmdlets send telemetry data to Microsoft to improve the customer experience.
  • Upgraded System.Reflection.DispatchProxy on Windows PowerShell [#17856]
  • Upgraded Azure.Identity to 1.6.0 and Azure.Core to 1.24.0

Az.Aks

  • Removed these aliases:
    • 'Get-AzAks'
    • 'New-AzAks'
    • 'Set-AzAks'
    • 'Remove-AzAks'

Az.ApiManagement

  • [Breaking change] Replaced parameter 'Sample' by 'Examples' in 'New-AzApiManagementOperation' and 'Set-AzApiManagementOperation'
  • Updated APIM .Net SDK version to 8.0.0 / Api Version 2021-08-01

Az.ApplicationInsights

  • Upgraded API version for ApplicationInsights component to 2020-02-02
  • Supported Log Analytics workspace-based component by 'New-AzApplicationInsights' and 'Update-AzApplicationInsights'

Az.Cdn

  • Upgraded API version to 2021-06-01
  • Removed deprecated cmdlets
    • Disable-AzCdnCustomDomain
    • Enable-AzCdnCustomDomain
    • Get-AzCdnEdgeNodes
    • Get-AzCdnProfileSsoUrl
    • New-AzCdnDeliveryPolicy
    • Set-AzFrontDoorCdnSecret
  • Added new cmdlets
    • Clear-AzFrontDoorCdnEndpointContent
    • Get-AzFrontDoorCdnEndpointResourceUsage
    • Get-AzFrontDoorCdnOriginGroupResourceUsage
    • Get-AzFrontDoorCdnProfileResourceUsage
    • Get-AzFrontDoorCdnRuleSetResourceUsage
    • Test-AzFrontDoorCdnEndpointCustomDomain
    • Test-AzFrontDoorCdnEndpointNameAvailability
    • Test-AzFrontDoorCdnProfileHostNameAvailability
    • Update-AzFrontDoorCdnCustomDomainValidationToken
    • Update-AzFrontDoorCdnRule
  • Renamed Set cmdlets to Update cmdlets
  • Added 'Object' suffix to memory object creation cmdlets

Az.Compute

  • Edited 'New-AzVm' cmdlet internal logic to use the 'PlatformFaultDomain' value in the 'PSVirtualMachine' object passed to it in the new virtual machine.
  • Added a new cmdlet named 'Restart-AzHost' to restart dedicated hosts.
  • Added '-DataAccessAuthMode' parameter to the following cmdlets:
    • 'New-AzDiskConfig'
    • 'New-AzDiskUpdateConfig'
    • 'New-AzSnapshotConfig'
    • 'New-AzSnapshotUpdateConfig'
  • Added '-Architecture' parameter to the following cmdlets:
    • 'New-AzDiskConfig'
    • 'New-AzDiskUpdateConfig'
    • 'New-AzSnapshotConfig'
    • 'New-AzSnapshotUpdateConfig'
    • 'New-AzGalleryImageDefinition'
  • Added '-InstanceView' parameter to 'Get-AzRestorePoint'
  • Added parameter '-ScriptString' to 'Invoke-AzvmRunCommand' and 'Invoke-AzvmssRunCommand'
  • Added parameter '-ScaleInPolicyForceDeletion' to 'Update-Azvmss'

Az.ContainerRegistry

  • Updated parameter types from bool to bool? for 'Update-AzContainerRegistryRepository' [#17857]
    • 'ReadEnabled'
    • 'ListEnabled'
    • 'WriteEnabled'
    • 'DeleteEnabled'

Az.CosmosDB

  • Introduced support for creating containers with Client Encryption Policy. The current supported version of Client Encryption Policy is 1.

Az.DataFactory

  • Updated ADF .Net SDK version to 6.1.0
  • Fixed Set-AzDataFactoryV2 -InputObject not correct with PublicNetworkAccess Parameter

Az.EventHub

  • Made 'IPRule' and 'VirtualNetworkRule' optional in 'Set-AzEventHubNetworkRuleSet'.
  • Deprecated older MSI properties in 'Set-AzEventHubNamespace' and 'New-AzEventHubNamespace'

Az.Functions

  • Fixed an issue that New-AzFunctionApp cmdlet should write a warning message when setting default values for parameters that are not provided.

Az.HealthcareApis

  • Migrated module to generated codebase.
  • Added cmdlets:
    • New/Get/Update/Remove-AzHealthcareApisService
    • New/Get/Update/Remove-AzHealthcareApisWorkspace
    • New/Get/Update/Remove-AzHealthcareFhirService
    • New/Get/Update/Remove-AzHealthcareDicomService
    • New/Get/Update/Remove-AzHealthcareIoTConnector
    • New/Get/Remove-AzHealthcareIotConnectorFhirDestination
    • Get-AzHealthcareFhirDestination

Az.KeyVault

  • Added 'Rotate' into the list of permissions to keys [#17970]

Az.ManagedServiceIdentity

  • General availability of 'Az.ManagedServiceIdentity'

Az.Network

  • Supported 'Microsoft.Network/privateLinkServices' in 'Get-AzPrivateEndpointConnection' [#16984].
  • Provided friendly message if resource type is not supported for private endpoint connection features [#17091].
  • Added 'DisableIPsecProtection' to 'Virtual Network Gateway'.
  • Added new cmdlets to create/manage authorization objects for ExpressRoutePort:
    • 'Add-AzExpressRoutePortAuthorization'
    • 'Get-AzExpressRoutePortAuthorization'
    • 'Remove-AzExpressRoutePortAuthorization'
  • Added option parameter 'AuthorizationKey' to cmdlet 'New-AzExpressRouteCircuit' to allow creating ExpressRoute Circuit on a ExpressRoutePort with a different owner.
  • Fix bug that can't display CustomIpPrefix in PublicIpPrefix.
  • Updated cmdlets to add new property of 'HubRoutingPreference' in VirtualHub and set property of 'PreferredRoutingGateway' deprecated .
    • 'New-AzVirtualHub'
    • 'Update-AzVirtualHub'
  • Added optional parameter 'AuxiliaryMode' to cmdlet 'New-AzNetworkInterface' to enable this network interface as Sirius enabled. Allowed values are None(default) and MaxConnections.
  • Multipool feature change: Updated cmdlets to add new optional property: 'ConfigurationPolicyGroups' object for associating policy groups.
    • 'Update-AzVpnServerConfiguration'
    • 'New-AzVpnServerConfiguration'
  • Multipool feature change: Updated cmdlets to add new optional property: 'P2SConnectionConfiguration' object for specifying multiple Connection configurations.
    • 'Update-AzP2sVpnGateway'
    • 'New-AzP2sVpnGateway'
  • Multipool feature change: Added new cmdlets to support CRUD of Configuration policy groups for VpnServerConfiguration.
    • 'Get-AzVpnServerConfigurationPolicyGroup'
    • 'New-AzVpnServerConfigurationPolicyGroup'
    • 'Update-AzVpnServerConfigurationPolicyGroup'
    • 'Remove-AzVpnServerConfigurationPolicyGroup'

Az.RecoveryServices

  • Added support for Multi-user authorization using Resource Guard for recovery services vault.
  • Added support for cross subscription restore for recovery services vault, modified storage account to be fetched from target subscription.

Az.Resources

  • Added cmdlet for Application federated identity credential
    • 'Get-AzADAppFederatedIdentityCredential'
    • 'New-AzADAppFederatedIdentityCredential'
    • 'Remove-AzADAppFederatedIdentityCredential'
    • 'Update-AzADAppFederatedIdentityCredential'
  • Upgraded and revised 'Get-AzLocation' cmdlet:
    • Upgraded 'subscriptionClient' for 'Get-AzLocation'. Changed its apiVersion from 2016-01-01 to 2021-01-01.[#18002]
    • Added all attributes of location info for 'Get-AzLocation', including 'pairedRegion' and so on. [#18045][#17536]
    • Support ExtendedLocations by 'Get-AzLocation' [#18046]
  • Added the following cmdlets to remain in parity with 2021-04-01 API version:
    • 'New-AzHierarchySetting'
    • 'Get-AzHierarchySetting'
    • 'Update-AzHierarchySetting'
    • 'Remove-AzHierarchySetting'
    • 'Get-AzManagementGroupSubscription'
    • 'Get-AzSubscriptionUnderManagementGroup'
    • 'Start-AzTenantBackfill'
    • 'Get-AzTenantBackfillStatus'
    • 'Get-AzManagementGroupNameAvailability'
    • 'Get-AzEntity'
  • [Breaking Change] Renamed property isSyncedFromOnPremis to isSyncedFromOnPremise to align with API spec

Az.Security

  • Added new cmdlet: 'Get-AzSecuritySolution'
  • Added Alerts Suppression Rules to cmdlets:
    'Get-AlertsSuppressionRule'
    'Remove-AlertsSuppressionRule'
    'Set-AlertsSuppressionRule'
    'New-AzAlertsSuppressionRuleScope'

Az.ServiceBus

  • Fixed miscellaneous network rule set typos across module.
  • Add 'TrustedServiceAccessEnabled' to 'Set-AzServiceBusNetworkRuleSet'

Az.Sql

  • Added new cmdlet 'Get-AzSqlInstanceEndpointCertificate'
  • Added parameter 'HighAvailabilityReplicaCount' to 'New-AzSqlElasticPool' and 'Set-AzSqlElasticPool'

Az.Storage

  • Supported generate Sas token for DataLakeGen2
    • 'New-AzDataLakeGen2SasToken'
  • Showed OAuth token in debug log in debug build only
    • 'New-AzStorageContext'
  • Supported return more file properties when list Azure file
    • 'Get-AzStorageFile'

Az.Synapse

  • Added support for Synapse Link for Azure Sql Database
    • Added 'Get-AzSynapseLinkConnection' cmdlet
    • Added 'Get-AzSynapseLinkConnectionDetailedStatus' cmdlet
    • Added 'Set-AzSynapseLinkConnection' cmdlet
    • Added 'Remove-AzSynapseLinkConnection' cmdlet
    • Added 'Start-AzSynapseLinkConnection' cmdlet
    • Added 'Stop-AzSynapseLinkConnection' cmdlet
    • Added 'Set-AzSynapseLinkConnectionLinkTable' cmdlet
    • Added 'Get-AzSynapseLinkConnectionLinkTable' cmdlet
    • Added 'Get-AzSynapseLinkConnectionLinkTableStatus' cmdlet
    • Added 'Update-AzSynapseLinkConnectionLandingZoneCredential' cmdlet
  • Set 'UploadedTimestamp' when adding package to spark pool by 'Update-AzSynapseSparkPool'

Az.Websites

  • Updated 'Get-AzWebApp' and 'Get-AzWebAppSlot' to expose 'VirtualNetworkSubnetId' property [#18042]

Thanks to our community contributors

  • @bb-froggy, Fixed dead link to the DCR Overview (#17998)
  • Darryl van der Peijl (@DarrylvanderPeijl), Changing on-premise to on-premises (#17974)
  • Hiroshi Yoshioka (@hyoshioka0128), Typo "Github Actions"→"GitHub Actions" (#18160)
  • @misbamustaqim, Adding DisableIPsecProtection check(bool) to Virtual Network Gateway (#18029)
  • Scott Tang (@scottwtang), Update documentation for Get-AzApiManagementSubscription cmdlet (#18027)
  • @SnehaSudhirG, Update Get-AzAutomationScheduledRunbook.md (#18059)
azure-powershell - Az.Tools.Predictor 1.0.1

Published by dingmeng-xue over 2 years ago

azure-powershell - Az.Cdn v2.0.0-preview

Published by isra-fel over 2 years ago

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

Version 2.0.0

  • Migrated to generated codebase
azure-powershell - Az 7.5.0

Published by isra-fel over 2 years ago

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

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

Install-Module -Name Az -Repository PSGallery -Force

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

Update-Module -Name Az

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-7.5.0.35663.tar.gz
    • FE2EEAB9743BA0A82F04D5E32467FE74EA8DD3327B0CD973301D04C669C4DC03

7.5.0 - April 2022

Az.Accounts

  • Upgraded Microsoft.Rest.ClientRuntime to 2.3.24

Az.Aks

  • Updated the description of 'Force' in 'Invoke-AzAksRunCommand' [#17756]
  • Fixed the issue that 'identity' cannot be piped into 'Set-AzAksCluster' [#17376]

Az.ApiManagement

Added warning message for upcoming breaking change.

Az.Batch

  • Updated Az.Batch to use 'Microsoft.Azure.Batch' SDK version 15.3.0
    • Add ability to assign user-assigned managed identities to 'PSCloudPool'. These identities will be made available on each node in the pool, and can be used to access various resources.
    • Added 'IdentityReference' property to the following models to support accessing resources via managed identity:
      • 'PSAzureBlobFileSystemConfiguration'
      • 'PSOutputFileBlobContainerDestination'
      • 'PSContainerRegistry'
      • 'PSResourceFile'
      • 'PSUploadBatchServiceLogsConfiguration'
    • Added new 'extensions' property to 'PSVirtualMachineConfiguration' on 'PSCloudPool' to specify virtual machine extensions for nodes
    • Added the ability to specify availability zones using a new property 'NodePlacementConfiguration' on 'VirtualMachineConfiguration'
    • Added new 'OSDisk' property to 'VirtualMachineConfiguration', which contains settings for the operating system disk of the Virtual Machine.
      • The 'Placement' property on 'PSDiffDiskSettings' specifies the ephemeral disk placement for operating system disks for all VMs in the pool. Setting it to 'CacheDisk' will store the ephemeral OS disk on the VM cache.
    • Added 'MaxParallelTasks' property on 'PSCloudJob' to control the maximum allowed tasks per job (defaults to -1, meaning unlimited).
    • Added 'VirtualMachineInfo' property on 'PSComputeNode' which contains information about the current state of the virtual machine, including the exact version of the marketplace image the VM is using.
    • Added 'RecurrenceInterval' property to 'PSSchedule' to control the interval between the start times of two successive job under a job schedule.
    • Added a new 'Get-AzBatchComputeNodeExtension' command, which gets a specific extension by name, or a list of all extensions, for a given compute node.
  • Updated Az.Batch'Microsoft.Azure.Management.Batch' SDK version 14.0.0.
    • Added a new 'Get-AzBatchSupportedVirtualMachineSku' command, which gets the list of Batch-supported Virtual Machine VM sizes available at a given location.
    • Added a new 'Get-AzBatchTaskSlotCount' command, which gets the number of task slots required by a given job.
    • 'MaxTasksPerComputeNode' has been renamed to 'TaskSlotsPerNode', to match a change in functionality.
      • 'MaxTasksPerComputeNode' will remain as an alias but will be removed in a coming update.

Az.Cdn

  • Added breaking change messages for all cmdlets in Az.CDN module

Az.CognitiveServices

  • Updated CognitiveServices PowerShell to use 2022-03-01 version.
  • Added 'Get-AzCognitiveServicesAccountModel' cmdlet.

Az.Compute

  • Added '-ImageReferenceId' parameter to following cmdlets: 'New-AzVm', 'New-AzVmConfig', 'New-AzVmss', 'Set-AzVmssStorageProfile'
  • Added functionality for cross-tenant image reference for VM, VMSS, Managed Disk, and Gallery Image Version creation.
  • 'New-AzGallery' can take in '-Permission' parameter to set its sharingProfile property.
  • 'Update-AzGallery' can update sharingProfile.
  • 'Get-AzGallery' can take in '-Expand' parameter for expanded resource view.
  • New parameter set for the following cmdlets to support Shared Image Gallery Direct Sharing
    • Get-AzGallery
    • Get-AzGalleryImageDefinition
    • Get-AzGalleryImageVersion
  • Updates and improvements to 'Add-AzVhd'
    • Added '-DiskHyperVGeneration' and '-DiskOsType' parameters to the DirectUploadToManagedDisk parameter set for upload to more robust managed disk settings.
    • Updated progress output functions so that it works with VHD files with '&' character in its name.
    • Updated so that uploading dynamically sized VHD files are converted to fixed size during upload.
    • Fixed a bug in uploading a differencing disk.
    • Automatically delete converted/resized VHD files after upload.
    • Fixed a bug that indicates '-ResourceGroupName' parameter as optional when it is actually mandatory.

Az.ContainerInstance

  • Supported empty directory volume and secret volume for creating container group [#17410]

Az.DataFactory

  • Updated ADF .Net SDK version to 6.0.0

Az.EventHub

  • Deprecating older MSI related fields in New-AzEventHubNamespace and Set-AzEventHubNamespace

Az.KeyVault

  • Supported getting random number from managed HSM by 'Get-AzKeyVaultRandomNumber'
  • Skipped subscription connection status validation for Az.KeyVault.Extension [#17712]
  • Enabled public network access setting

Az.Kusto

  • Supported inline script resource (creation of script with content instead of sas token)
  • Added managed identity support to EventGrid
  • Added databaseRouting (Single/Multi) to all data connections
  • Added PublicIPType to cluster

Az.Network

  • Fixed 'ArgumentNullException' in 'Add-AzureRmRouteConfig' when 'RouteTable.Routes' is null.

Az.RecoveryServices

  • Added support for multiple backups per day (hourly) Enhanced policy for workloadType AzureVM.

Az.Resources

  • Fixed redundant quotes in list pagination [#17667]
  • Added cmdlet 'Update-AzADGroup' [#17514]
  • Updated API version to beta for group member related cmdlet to allow service principal to be add, get and delete from group [#16698]
  • Added parameter '-OwnedApplication' for 'Get-AzADApplication' to get applications owned by current user
  • Added parameter '-Web' for 'Update-AzADApplication' [#16750]

Az.Security

  • Added new cmdlets for security Automations API

Az.StackHCI

  • Updated firewall rules for Attestation network to block all other traffic
  • Updated cluster to ignore Attestation network

Az.Storage

  • Supported DaysAfterLastTierChangeGreaterThan in Management Policy
    • 'Add-AzStorageAccountManagementPolicyAction'
  • Fixed the issue that upload blob might fail on Linux [#17743]
    • 'Set-AzStorageBlobContent'
  • Supported AllowPermanentDelete when enable blob soft delete
    • 'Enable-AzStorageBlobDeleteRetentionPolicy'
  • Added breaking change warning message for upcoming cmdlet breaking change
    • 'Get-AzStorageFile'

Az.Synapse

  • Added support for Synapse Azure Active Directory (Azure AD) only authentication
    • Added 'Get-AzSynapseActiveDirectoryOnlyAuthentication' cmdlet
    • Added 'Enable-AzSynapseActiveDirectoryOnlyAuthentication' cmdlet
    • Added 'Disable-AzSynapseActiveDirectoryOnlyAuthentication' cmdlet

Az.Websites

  • Updated 'New-AzWebAppContainerPSSession' with CmdletDeprecation Attribute [#16646]
  • Updated 'Restore-AzDeletedWebApp' to fix issue that prevents the cmdlet from working on hosts with a locale is anything different from 'en-US'

Thanks to our community contributors

  • Aleksandar Nikolić (@alexandair), Fix the UniqueName property in the examples (#17826)
  • @enevoj, Markup rendering issue? (#17732)
  • @jeremytanyz, Update Set-AzStorageFileContent.md (#17805)
  • Martin Bentancour (@mbentancour), Fix DateTime issue restoring deleted webapp (#16308)
  • Preben Huybrechts (@pregress), Perform null check before accessing it (#16552)
  • Ryan Buckman (@ryan-buckman), update example 1 command description to match the ApiRevision arg in code sample (#17741)
azure-powershell - Az.Cdn v1.8.3

Published by isra-fel over 2 years ago

https://www.powershellgallery.com/packages/Az.Cdn/1.8.3

Version 1.8.3

  • Added breaking change messages for all cmdlets in Az.CDN module
azure-powershell - Az.Tools.Predictor 1.0.0

Published by dingmeng-xue over 2 years ago

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

Version 1.0.0

  • Updated dependency on PSReadline 2.2.2
  • Updated dependency on PowerShell 7.2
  • Added validation of pre-requisites before loading module
Badges
Extracted from project README
Az AzPreview
Related Projects