azure-powershell

Microsoft Azure PowerShell

OTHER License

Stars
4.1K
Committers
1.7K

Bot releases are hidden (Show)

azure-powershell - 4.3.1

Published by cormacpayne about 7 years ago

Azure PowerShell 4.3.1 Installer: link

Gallery Module for ARM Cmdlets: link

Gallery Module for Legacy Cmdlets for Service Management (RDFE): link

Changes in 4.3.1

  • Fixed issue with certain assemblies not being signed, resulting in an could not load file or assembly error when modules were imported

Changes in 4.3.0

  • AnalysisServices
    • Fixed bug in Set-AzureRmAnalysisServciesServer
      • When admin was not provided, the admin will be removed.
    • Added BackupBlobContainerUri in New-AzureRmAnalysisServicesServer and Set-AzureRmAnalysisServicesServer
      • Enable to set/disable backup blob container for backup/restore Azure Analysis Services Server
    • Updated Sku lookup in New-AzureRmAnalysisServicesServer and Set-AzureRmAnalysisServicesServer
      • Changed hard coded Sku into dynamic lookup.
    • Add-AzureAnalysisServicesAccount to support login with Service Principal
  • Automation
    • Made changes to AutomationDSC* cmdlets to pull more than 100 records
    • Resolved the issue where the Verbose streams stop working after calling some Automation cmdlets (for example Get-AzureRmAutomationVariable, Get-AzureRmAutomationJob).
    • Support for NodeConfiguration Build versioning added in StartAzureAutomationDscCompilationJob and ImportAzureAutomationDscNodeConfiguration.
    • Bug fixes for existing issues - Fixes the alias issue is #3775 and the runOn alias and support for HybridWorkers.
  • Compute
    • Set-AzureRmVMAEMExtension: Add support for new Premium Disk sizes
    • Set-AzureRmVMAEMExtension: Add support for M series
    • Add ForceUpdateTag parameter to Add-AzureRmVmssExtension
    • Add Primary parameter to New-AzureRmVmssIpConfig
    • Add EnableAcceleratedNetworking parameter to Add-AzureRmVmssNetworkInterfaceConfig
    • Add InstanceId to Set-AzureRmVmss
    • Expose MaintenanceRedeployStatus to Get-AzureRmVM -Status output
    • Expose Restriction and Capability to the table format of Get-AzureRmComputeResourceSku
  • DataLakeStore
  • EventHub
    • added ResourceGroup property to NamespaceAttributes
      • 'ResourceGroup' Gets the name of the resource group the Namespace is in
    • updated commandlets with new parameter and parameter alias
      • below cmdlets updated with Parametersets for Namespace and EventHub for operation of AuthorizationRule
      • New-AzureRmEventHubAuthorizationRule
        • Adds a new AuthorizationRule to the existing NameSpace or EventHub.
      • Get-AzureRmEventHubAuthorizationRule
        • Gets AuthorizationRule / List of AuthorizationRules for the existing NameSpace or EventHub.
      • Set-AzureRmEventHubAuthorizationRule
        • Updates properties of existing AuthorizationRule of EventHub NameSpace.
      • Remove-AzureRmEventHubAuthorizationRule
        • Deletes the existing AuthorizationRule of existing NameSpace or EventHub.
      • New-AzureRmEventHubKey
        • Generates a new Primary/Secondary Key for AuthorizationRule of existing NameSpace or EventHub.
      • Get-AzureRmEventHubKey
        • Gets Primary/Secondary Key for AuthorizationRule of existing NameSpace or EventHub.
  • Network
    • New-AzureRmExpressRouteCircuitPeeringConfig: Added IPv6 support. New optional parameter added
      • PeerAddressType
    • Set-AzureRmExpressRouteCircuitPeeringConfig: Added IPv6 support. New optional parameter added
      • PeerAddressType
    • Remove-AzureRmExpressRouteCircuitPeeringConfig: Added IPv6 support. New optional parameter added
      • PeerAddressType
    • Marked parameter -ProbeEnabled as obsolete
      • Add-AzureRmApplicationGatewayBackendHttpSettings
      • New-AzureRmApplicationGatewayBackendHttpSettings
      • Set-AzureRmApplicationGatewayBackendHttpSettings
  • Profile
    • Data collection has been enabled by default. Usage data is collected by Microsoft in order to improve the user experience. The data is anonymous and does not include command-line argument values.
      • Use the Disable-AzureRmDataCollection cmdlet to turn the feature off
      • Use the Enable-AzureRmDataCollection cmdlet to turn this feature on
  • Resources
    • Add Support for validation of scopes for the following roledefinition and roleassignment commandlets before sending the request to ARM
      • Get-AzureRMRoleAssignment
      • New-AzureRMRoleAssignment
      • Remove-AzureRMRoleAssignment
      • Get-AzureRMRoleDefinition
      • New-AzureRMRoleDefinition
      • Remove-AzureRMRoleDefinition
      • Set-AzureRMRoleDefinition
  • ServiceBus
    • Added below new commandlets for AuthorizationRules for NameSpace, Queue and Topic. according to parameter set the authorization rule orperations are perfomed.
    • New-AzureRmServiceBusAuthorizationRule
      • Adds a new AuthorizationRule to the existing ServiceBus NameSpace/Queue/Topic.
    • Get-AzureRmServiceBusAuthorizationRule
      • Gets AuthorizationRule / List of AuthorizationRules for the existing ServiceBus NameSpace/Queue/Topic.
    • Set-AzureRmServiceBusAuthorizationRule
      • Updates properties of existing AuthorizationRule of Servicebus NameSpace/Queue/Topic.
    • New-AzureRmServiceBusKey
      • Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace/Queue/Topic.
    • Get-AzureRmServiceBusKey
      • Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace/Queue/Topic.
    • Remove-AzureRmServiceBusNamespaceAuthorizationRule
      • Deletes the existing AuthorizationRule of ServiceBus NameSpace/Queue/Topic.
    • Added Resource Group property to NamespceAttributes
  • Sql
    • Updating Set-AzureRmSqlServerTransparentDataEncryptionProtector to display a warning and require confirmation if the Encryption Protector Type is being set to AzureKeyVault
    • Adding new updated cmdlets for Auditing settings
      • Adding Get-AzureRmSqlDatabaseAuditing cmdlet which gets the auditing settings of an Azure SQL database.
      • Adding Get-AzureRmSqlServerAuditing cmdlet which gets the auditing settings of an Azure SQL server.
      • Adding Set-AzureRmSqlDatabaseAuditing cmdlet which changes the auditing settings for an Azure SQL database.
      • Adding Set-AzureRmSqlServerAuditing cmdlet which changes the auditing settings of an Azure SQL server.
    • Deprecating the existing Auditing policy cmdlets
      • Deprecating Get-AzureRmSqlDatabaseAuditingPolicy
      • Deprecating Get-AzureRmSqlServerAuditingPolicy
      • Deprecating Set-AzureRmSqlDatabaseAuditingPolicy
      • Deprecating Set-AzureRmSqlServerAuditingPolicy
      • Deprecating Use-AzureRmSqlServerAuditingPolicy
      • Deprecating Remove-AzureRmSqlDatabaseAuditing
      • Deprecating Remove-AzureRmSqlServerAuditing
    • Schema file parsing for Update-AzureRmSqlSyncGroup is now case insensitive.
  • Storage
    • Add NeworkRule support to resource mode storage account cmdlets
      • New-AzureRmStorageAccount
      • Set-AzureRmStorageAccount
      • Get-AzureRmStorageAccountNetworkRuleSet
      • Update-AzureRmStorageAccountNetworkRuleSet
      • Add-AzureRmStorageAccountNetworkRule
      • Remove-AzureRmStorageAccountNetworkRule

View changes since last release

azure-powershell - 4.3.0

Published by cormacpayne about 7 years ago

The 4.3.0 release was pulled due to a breaking issue found when importing modules. Please see the 4.3.1 release to obtain the fix for this issue, as well as the features introduced in the 4.3.0 release.

azure-powershell - 0.9.1 NetCore

Published by markcowl about 7 years ago

Gallery module AzureRM.Netcore

NetCore modules update for PowerShell Core 6.0.0-beta4

Includes new PowerShell Core modules for:

  • Compute
  • Network
  • Storage
  • Websites
azure-powershell - 4.2.1

Published by markcowl over 7 years ago

Azure PowerShell 4.2.1 Installer: link

Gallery Module for ARM Cmdlets: link

Gallery Module for Legacy Cmdlets for Service Management (RDFE): link

Changes This Release

  • Compute
    • Fix issue with VM DIsk and VM Disk snapshot create and update cmdlets, link
      • New-AzureRmDisk
      • New-AzureRmSnapshot
      • Update-AzureRmDisk
      • Update-AzureRmSnapshot
  • Profile
    • Fix issue with non-interactive user authentication in RDFE link
  • ServiceManagement
    • Fix issue with non-interactive user authentication link

View changes since last release

azure-powershell - 4.2.0

Published by cormacpayne over 7 years ago

Azure PowerShell 4.2.0 Installer: link

Gallery Module for ARM Cmdlets: link

Gallery Module for Legacy Cmdlets for Service Management (RDFE): link

Changes This Release

  • AnalysisServices
    • Add new dataplane API
      • Introduced API to fetch AS server log, Export-AzureAnalysisServicesInstanceLog
  • Automation
  • AzureBatch
    • Added new Get-AzureBatchJobPreparationAndReleaseTaskStatus cmdlet.
    • Added byte range start and end to Get-AzureBatchNodeFileContent parameters.
  • CognitiveServices
    • Integrate with Cognitive Services Management SDK version 1.0.0.
    • Fix an account name length checking bug.
  • Compute
    • Storage account type support for Image disk:
      • 'StorageAccountType' parameter is added to Set-AzureRmImageOsDisk and Add-AzureRmImageDataDisk
    • PrivateIP and PublicIP feature in Vmss Ip Configuration:
      • 'PrivateIPAddressVersion', 'PublicIPAddressConfigurationName', 'PublicIPAddressConfigurationIdleTimeoutInMinutes', 'DnsSetting' names are added to New-AzureRmVmssIpConfig
      • 'PrivateIPAddressVersion' parameter for specifying IPv4 or IPv6 is added to New-AzureRmVmssIpConfig
    • Performance Maintenance feature:
      • 'PerformMaintenance' switch parameter is added to Restart-AzureRmVM.
      • Get-AzureRmVM -Status shows the information of performance maintenance of the given VM
    • Virtual Machine Identity feature:
      • 'IdentityType' parameter is added to New-AzureRmVMConfig and UpdateAzureRmVM
      • Get-AzureRmVM shows the information of the identity of the given VM
    • Vmss Identity feature:
      • 'IdentityType' parameter is added to to New-AzureRmVmssConfig
      • Get-AzureRmVmss shows the information of the identity of the given Vmss
    • Vmss Boot Diagnostics feature:
      • New cmdlet for setting boot diagnostics of Vmss object: Set-AzureRmVmssBootDiagnostics
      • 'BootDiagnostic' parameter is added to New-AzureRmVmssConfig
    • Vmss LicenseType feature:
      • 'LicenseType' parameter is added to New-AzureRmVmssConfig
    • RecoveryPolicyMode support:
      • 'RecoveryPolicyMode' paramter is added to New-AzureRmVmssConfig
    • Compute Resource Sku feature:
      • New cmdlet 'Get-AzureRmComputeResourceSku' list all compute resource skus
  • DataFactories
    • Deprecate New-AzureRmDataFactoryGatewayKey
    • Introduce gateway auth key feature by adding New-AzureRmDataFactoryGatewayAuthKey and Get-AzureRmDataFactoryGatewayAuthKey
  • DataLakeAnalytics
    • Add support for Compute Policy CRUD through the following commands:
      • New-AzureRMDataLakeAnalyticsComputePolicy
      • Get-AzureRMDataLakeAnalyticsComputePolicy
      • Remove-AzureRMDataLakeAnalyticsComputePolicy
      • Update-AzureRMDataLakeAnalyticsComputePolicy
    • Add support for job relationship metadata for help with recurring jobs and job pipelines. The following commands were updated or added:
      • Submit-AzureRMDataLakeAnalyticsJob
      • Get-AzureRMDataLakeAnalyticsJob
      • Get-AzureRMDataLakeAnalyticsJobRecurrence
      • Get-AzureRMDataLakeAnalyticsJobPipeline
    • Updated the token audience for job and catalog APIs to use the correct Data Lake specific audience instead of the Azure Resource audience.
  • DataLakeStore
    • Added support for user managed KeyVault key rotations in the Set-AzureRMDataLakeStoreAccount cmdlet
    • Added a quality of life update to automatically trigger an enableKeyVault call when a user managed KeyVault is added or a key is rotated.
    • Updated the token audience for job and catalog APIs to use the correct Data Lake specific audience instead of the Azure Resource audience.
    • Fixed a bug limiting the size of files created/appended using the following cmdlets:
      • New-AzureRmDataLakeStoreItem
      • Add-AzureRmDataLakeStoreItemContent
  • Dns
  • HDInsight
    • Added support to enable / disable Operations Management Suite(OMS)
    • New cmdlets
      • Enable-AzureRmHDInsightOperationsManagementSuite
      • Disable-AzureRmHDInsightOperationsManagementSuite
      • Get-AzureRmHDInsightOperationsManagementSuite
    • Add new parameters to set Spark custom configurations to Add-AzureRmHDInsightConfigValues
      • Parameters SparkDefaults and SparkThriftConf for Spark 1.6
      • Parameters Spark2Defaults and Spark2ThriftConf for Spark 2.0
  • Insights
    • Issue #4215 (change request) remove the 15 days limit in the time window for the Get-AzureRmLog cmdlet. Also minor changes to the unit test names.
    • Issue #3957 fixed for Get-AzureRmLog
      • Issue #1: The backend returns the records in pages of 200 records each, linked by the continuation token to the next page. The customers were seeing the cmdlet returning only 200 records when they knew there were more. This was happening regardless of the value they set for MaxEvents, unless that value was less than 200.
      • Issue #2: The documentation contained incorrect data about this cmdlet, e.g.: the default timewindow was 1 hour.
      • Fix #1: The cmdlet now follows the continuation token returned by the backend until it reaches MaxEvents or the end of the set.The default value for MaxEvents is 1000 and its maximum is 100000. Any value for MaxEvents that is less than 1 is ignored and the default is used instead. These values and behavior did not change, now they are correctly documented.An alias for MaxEvents has been added -MaxRecords- since the name of the cmdlet does not speak about events anymore, but only about Logs.
      • Fix #2: The documentation contains correct and more detailed information: new alias, correct time window, correct default, minimum, and maximum values.
  • KeyVault
    • Remove email address from the directory query when -UserPrincipalName is specified to the Set-AzureRMKeyVaultAccessPolicy and Remove-AzureRMKeyVaultAccessPolicy cmdlets.
      • Both Cmdlets now have an -EmailAddress parameter that can be used instead of the -UserPrincipalName parameter when querying for email address is appropriate. If there are more than one matching email addresses in the directory then the Cmdlet will fail.
  • Network
    • New-AzureRmIpsecPolicy: SALifeTimeSeconds and SADataSizeKilobytes are no longer mandatory parameters
      • SALifeTimeSeconds defaults to 27000 seconds
      • SADataSizeKilobytes defaults to 102400000 KB
    • Added support for custom cipher suite configuration using ssl policy and listing all ssl options api in Application Gateway
      • Added optional parameter -PolicyType, -PolicyName, -MinProtocolVersion, -Ciphersuite
        • Add-AzureRmApplicationGatewaySslPolicy
        • New-AzureRmApplicationGatewaySslPolicy
        • Set-AzureRmApplicationGatewaySslPolicy
      • Added Get-AzureRmApplicationGatewayAvailableSslOptions (Alias: List-AzureRmApplicationGatewayAvailableSslOptions)
      • Added Get-AzureRmApplicationGatewaySslPredefinedPolicy (Alias: List-AzureRmApplicationGatewaySslPredefinedPolicy)
    • Added redirect support in Application Gateway
      • Added Add-AzureRmApplicationGatewayRedirectConfiguration
      • Added Get-AzureRmApplicationGatewayRedirectConfiguration
      • Added New-AzureRmApplicationGatewayRedirectConfiguration
      • Added Remove-AzureRmApplicationGatewayRedirectConfiguration
      • Added Set-AzureRmApplicationGatewayRedirectConfiguration
      • Added optional parameter -RedirectConfiguration
        • Add-AzureRmApplicationGatewayRequestRoutingRule
        • New-AzureRmApplicationGatewayRequestRoutingRule
        • Set-AzureRmApplicationGatewayRequestRoutingRule
      • Added optional parameter -DefaultRedirectConfiguration
        • Add-AzureRmApplicationGatewayUrlPathMapConfig
        • New-AzureRmApplicationGatewayUrlPathMapConfig
        • Set-AzureRmApplicationGatewayUrlPathMapConfig
      • Added optional parameter -RedirectConfiguration
        • Add-AzureRmApplicationGatewayPathRuleConfig
        • New-AzureRmApplicationGatewayPathRuleConfig
        • Set-AzureRmApplicationGatewayPathRuleConfig
      • Added optional parameter -RedirectConfigurations
        • New-AzureRmApplicationGateway
        • Set-AzureRmApplicationGateway
    • Added support for azure websites in Application Gateway
      • Added New-AzureRmApplicationGatewayProbeHealthResponseMatch
      • Added optional parameters -PickHostNameFromBackendHttpSettings, -MinServers, -Match
        • Add-AzureRmApplicationGatewayProbeConfig
        • New-AzureRmApplicationGatewayProbeConfig
        • Set-AzureRmApplicationGatewayProbeConfig
      • Added optional parameters -PickHostNameFromBackendAddress, -AffinityCookieName, -ProbeEnabled, -Path
        • Add-AzureRmApplicationGatewayBackendHttpSettings
        • New-AzureRmApplicationGatewayBackendHttpSettings
        • Set-AzureRmApplicationGatewayBackendHttpSettings
    • Update Get-AzureRmPublicIPaddress to retrieve publicipaddress resources created via VM Scale Set
    • Added cmdlet to get virtual network current usage
      • Get-AzureRmVirtualNetworkUsageList
  • Profile
  • RecoveryServices.SiteRecovery
    • Introducing a new module for Azure Site Recovery operations.
      • All cmdlets begin with AzureRmRecoveryServicesAsr*
  • Sql
    • Add Data Sync PowerShell Cmdlets to AzureRM.Sql
    • Updated AzureRmSqlServer cmdlets to use new REST API version that avoids timeouts when creating server.
    • Deprecated server upgrade cmdlets because the old server version (2.0) no longer exists.
    • Add new optional switch paramter "AssignIdentity" to New-AzureRmSqlServer and Set-AzureRmSqlServer cmdlets to support provisioning of a resource identity for the SQL server resource
    • The parameter ResourceGroupName is now optional for Get-AzureRmSqlServer
  • ServiceManagement
    For ExpressRoute:
    • Updated New-AzureBgpPeering cmdlet to add following new options :
      • PeerAddressType : Values of "IPv4" or "IPv6" can be specified to create a BGP Peering of the corresponding address family type
    • Updated Set-AzureBgpPeering cmdlet to add following new options :
      • PeerAddressType : Values of "IPv4" or "IPv6" can be specified to update BGP Peering of the corresponding address family type
    • Updated Remove-AzureBgpPeering cmdlet to add following new options :
      • PeerAddressType : Values of "IPv4", "IPv6" or All can be specified to remove BGP Peering of the corresponding address family type or all of them

View changes since last release

azure-powershell - 1.2.10

Published by markcowl over 7 years ago

Azure PowerShell 1.2.10 Installer: link

Gallery Module for ARM Cmdlets: link

Gallery Module for AzureStack Admin Cmdlets: link

Changes this release

Update release for AzureStack, including the following:

  • AzureRM.AzureStackAdmin Module
    • Cmdlet prefixes are shortened to 'Azs' from 'AzureRm' with proper alias support for backward compatibility
      • -AzureRmResourceProviderRegistration renamed to -AzsResourceProviderManifest
      • -AzureRmManagedSubscription renamed to -AzsTenantSubscription
      • -AzureRmTenantSubscription renamed to -AzsManagedSubscription
      • -AzureRmManagedLocation renamed to -AzsLocation
      • -AzsResourceProviderManifest cmdlet takes optional Signature parameter and Extensions json string parameter format is changed
  • AzureRM.UsageAggregates
  • Update to latest service api-version
  • AzureRM.Network
    • Fixed exceptions in New-AzureRmVirtualNetworkGatewayConnection cmdlet
    • Added new cmdlet parameters for BGP Peering with VPN Gateway support
      • New-AzureRmLocalNetworkGateway -ASN, -BgpPeeringAddress, -PeerWeight
      • New-AzureRmVirtualNetworkGateway -ASN, -PeerWeight
      • New-AzureRmVirtualNetworkGatewayConnection -EnableBgp
  • AzureRM.Profile
    • Added new parameter sets to Add-AzureRmEnvironment and Set-AzureRmEnvironment to allow retrieving environment settings from the resource manage endpoint

View changes since last release

azure-powershell - 4.1.0

Published by cormacpayne over 7 years ago

Azure PowerShell 4.1.0 Installer: link

Gallery Module for ARM Cmdlets: link

Gallery Module for Legacy Cmdlets for Service Management (RDFE): link

Changes This Release

  • AnalysisServices

    • New SKUs added: B1, B2, S0
    • Scale up/down support added
  • CognitiveServices

    • Update detailed display of license agreements when creating Cognitive Services resources
  • Compute

    • Fix Test-AzureRmVMAEMExtension for virtual machines with multiple managed disks
    • Updated Set-AzureRmVMAEMExtension: Add caching information for Premium managed disks
    • Add-AzureRmVhd: The size limit on vhd is increased to 4TB.
    • Stop-AzureRmVM: Clarify documentation for STayProvisioned parameter
    • New-AzureRmDiskUpdateConfig
      • Deprecated parameters CreateOption, StorageAccountId, ImageReference, SourceUri, SourceResourceId
    • Set-AzureRmDiskUpdateImageReference: Deprecated cmdlet
    • New-AzureRmSnapshotUpdateConfig
      • Deprecated parameters CreateOption, StorageAccountId, ImageReference, SourceUri, SourceResourceId
    • Set-AzureRmSnapshotUpdateImageReference: Deprecated Cmdlet
  • DataLakeStore

    • Enable-AzureRmDataLakeStoreKeyVault (Enable-AdlStoreKeyVault)
      • Enable KeyVault managed encryption for a DataLake Store
  • DevTestLabs

    • Update cmdlets to work with current and updated DevTest Labs API version.
  • IotHub

    • Add Routing support for IoTHub cmdlets
  • KeyVault

    • New Cmdlets to support KeyVault Managed Storage Account Keys
      • Get-AzureKeyVaultManagedStorageAccount
      • Add-AzureKeyVaultManagedStorageAccount
      • Remove-AzureKeyVaultManagedStorageAccount
      • Update-AzureKeyVaultManagedStorageAccount
      • Update-AzureKeyVaultManagedStorageAccountKey
      • Get-AzureKeyVaultManagedStorageSasDefinition
      • Set-AzureKeyVaultManagedStorageSasDefinition
      • Remove-AzureKeyVaultManagedStorageSasDefinition
  • Network

    • Get-AzureRmNetworkUsage: New cmdlet to show network usage and capacity details
    • Added new GatewaySku options for VirtualNetworkGateways
      • VpnGw1, VpnGw2, VpnGw3 are the new Skus added for Vpn gateways
    • Set-AzureRmNetworkWatcherConfigFlowLog
      • Fixed help examples
  • NotificationHubs

    • Transparent Update to NotificationHubs cmdlets for new API
  • Profile

    • Resolve-AzureRmError
      • New cmdlet to show details of errors and exceptions thrown by cmdlets, including server request/response data
    • Send-Feedback
      • Enabled sending feedback without logging in
    • Get-AzureRmSubscription
      • Fix bug in retreiving CSP subscriptions
  • Resources

    • Fixed issue where Get-AzureRMRoleAssignment would result in a Bad Request if the number of roleassignments where greater than 1000
      • Users can now use Get-AzureRMRoleAssignment even if the roleassignments to be returned is greater than 1000
  • Sql

    • Restore-AzureRmSqlDatabase: Update documentation example
  • Storage

    • Add AssignIdentity setting support to resource mode storage account cmdlets
      • New-AzureRmStorageAccount
      • Set-AzureRmStorageAccount
    • Add Customer Key Support to resource mode storage account cmdlets
      • Set-AzureRmStorageAccount
      • New-AzureRmStorageAccountEncryptionKeySource
  • TrafficManager

    • New Monitor settings 'MonitorIntervalInSeconds', 'MonitorTimeoutInSeconds', 'MonitorToleratedNumberOfFailures'
    • New Monitor protocol 'TCP'

View changes since last release

azure-powershell - 4.0.2

Published by markcowl over 7 years ago

Azure PowerShell 4.0.2 Installer: link

Gallery Module for ARM Cmdlets: link

Gallery Module for Legacy Cmdlets for Service Management (RDFE): link

Changes This Release

  • Azure.Storage
    • Fixed issue #3939 Allow creating storage context using name and key when not logged in
  • AzureRM.Profile
    • Added alias 'EnvironmentName` for backward compatibility

This release contains breaking changes from the previous major release (3.8.0) . See the Migration Guide for details on changes and their impact on existing scripts.

Changes since last release

azure-powershell - 4.0.1

Published by markcowl over 7 years ago

Azure PowerShell 4.0.1 Installer: link

Gallery Module for ARM Cmdlets: link

Gallery Module for Legacy Cmdlets for Service Management (RDFE): link

Changes This Release

  • Azure.Storage
    • Fixed issue #3939 Allow creating storage context using name and key when not logged in

This release contains breaking changes from the previous major release (3.8.0) . See the Migration Guide for details on changes and their impact on existing scripts.

Changes since last release

azure-powershell - 4.0.0-1

Published by markcowl over 7 years ago

Pre-release for 4.0.1

azure-powershell - 4.0.0

Published by cormacpayne over 7 years ago

Azure PowerShell 4.0.0 Installer: link

Gallery Module for ARM Cmdlets: link

Gallery Module for Legacy Cmdlets for Service Management (RDFE): link

Changes This Release

  • This release contains breaking changes. Please see the migration guide for change details and the impact on existing scripts.

  • ApiManagement

    • Added support for configuring external groups in New-AzureRmApiManagementGroup.
  • Billing

    • New Cmdlet Get-AzureRmBillingPeriod
      • cmdlet to retrieve azure billing periods of the subscription.
    • Update Cmdlet Get-AzureRmBillingInvoice
      • new property BillingPeriodNames
      • output in list view
  • Compute

    • Updated Set-AzureRmVMAEMExtension and Test-AzureRmVMAEMExtension cmdlets to support Premium managed disks
    • Backup encryption settings for IaaS VMs and restore on failure
    • ChefServiceInterval option is renamed to ChefDaemonInterval now. Old one will continue to work however.
    • Remove duplicated DataDiskNames and NetworkInterfaceIDs properties from PS VM object.
      • Make DataDiskNames and NetworkInterfaceIDs parameters optional in Remove-AzureRmVMDataDisk and Remove-AzureRmVMNetworkInterface, respectively.
    • Fix the piping issue of Get cmdlets when the Get cmdlets return a list object.
    • Cmdlets that conflicted with RDFE cmdlets have been renamed. See issue https://github.com/Azure/azure-powershell/issues/2917 for more details
      • New-AzureVMSqlServerAutoBackupConfig has been renamed to New-AzureRmVMSqlServerAutoBackupConfig
      • New-AzureVMSqlServerAutoPatchingConfig has been renamed to New-AzureRmVMSqlServerAutoPatchingConfig
      • New-AzureVMSqlServerKeyVaultCredentialConfig has been renamed to New-AzureRmVMSqlServerKeyVaultCredentialConfig
  • Consumption

    • New Cmdlet Get-AzureRmConsumptionUsageDetail
      • cmdlet to retrieve usage details of the subscription.
  • ContainerRegistry

    • Add PowerShell cmdlets for Azure Container Registry
      • New-AzureRmContainerRegistry
      • Get-AzureRmContainerRegistry
      • Update-AzureRmContainerRegistry
      • Remove-AzureRmContainerRegistry
      • Get-AzureRmContainerRegistryCredential
      • Update-AzureRmContainerRegistryCredential
      • Test-AzureRmContainerRegistryNameAvailability
  • DataLakeAnalytics

    • Add support for catalog package get and list
    • Add support for listing the following catalog items from deeper ancestors:
      • Table
      • TVF
      • View
      • Statistics
  • DataLakeStore

    • For Import-AzureRMDataLakeStoreItem and Export-AzureRMDataLakeStoreItem trace logging has been disabled by default to improve performance. If trace logging is desired please use the -DiagnosticLogLevel and -DiagnosticLogPath parameters
    • Fixed a bug that would sometimes cause PowerShell to crash when uploading lots of small file to ADLS.
  • EventHub

    • Bug fix :
      • Fix for Set-AzureRmEventHubNamespace cmdlet error - 'Tier' cannot be null, where it should be 'SkuName'
      • Set-AzureRmEventHub - Fix 'Object reference not set to an instance of an object' error while updating EventHub
  • Insights

    • Add-AzureRm*AlertRule
      • Returns a single object: newResource, statusCode, requestId
    • Get-AzureRmAlertRule
      • The output is now enumerated instead of considered a single object. Its type did not change, it is still a list.
    • Remove-AzureRmAlertRule
      • The statusCode follows the status code returned by the request, before it was Ok always.
    • Add-AzureRmAutoscaleSetting
      • Returns now a single object (not a list as before) containing statusCode, requestId, and the newly created/updated resource.
      • The status code follows the status returned by the request, before it was always Ok.
    • New-AzureRmAutoscaleRule
      • The parameter ScaleActionType has been extended, it receives the following values now: ChangeCount, PercentChangeCount, ExactCount.
    • Remove-AzureRmAutoscaleSetting
      • The statusCode in the output follows the statusCode returned by the request. Before it was always Ok.
    • Get-AzureRMLogProfile
      • The output is now enumerated. Before it was considered a single object. The type of the output remains a list as before.
    • Remove-AzureRmLogProfile
      • The PassThru parameter has been implemented.
    • Metrics API
      • The SDK now retrieves metrics from MDM.
    • Get-AzureRmMetricDefinition
      • The output is still a list, but the structure of the list changed.
    • Get-AzureRmMetric
      • The call has changed. This is the new syntax: Get-AzureRmMetric ResourceId [MetricNames [TimeGrain] [AggregationType] [StartTime] [EndTime]] [DetailedOutput]
      • The output is a list, and the structure of its elements has changed.
  • KeyVault

    • Adding backup/restore support for KeyVault secrets

      • Secrets can be backed up and restored, matching the functionality currently supported for Keys
    • Backup cmdlets for Keys and Secrets now accept a corresponding object as an input parameter

      • The caller may chain retrieval and backup operations: Get-AzureKeyVaultKey -VaultName myVault -Name myKey | Backup-AzureKeyVaultKey
    • Backup cmdlets now support a -Force switch to overwrite an existing file

      • Note that attempting to overwrite an existing file will no longer throw, and will instead prompt the user for a choice on how to proceed.
  • LogicApp

    • New parameters for Interchange Control Number disaster recovery cmdlets:
      • Optional -AgreementType parameter ("X12", or "Edifact") to specify the relevant control numbers
  • MachineLearning

    • Consume new version of Azure Machine Learning .Net SDK and add a new cmdlet
      • Add-AzureRmMlWebServiceRegionalProperty
    • Minor wording fixes in help text.
  • Network

    • Added Test-AzureRmNetworkWatcherConnectivity cmdlet
      • Returns connectivity information for a specified source VM and a destination
      • If connectivity between the source and destination cannot be established, the cmdlet returns details about the issue
  • Profile

    • Added `Send-Feedback' cmdlet: allows a user to initiate a set of prompts which sends feedback to the Azure PowerShell team.
    • The following aliases have been removed as they conflicted with existing cmdlet names in the Azure module:
      • Enable-AzureDataCollection (supported by Enable-AzureRmDataCollection)
      • Disable-AzureDataCollection (supported by Disable-AzureRmDataCollection)
  • Relay

    • Adds cmdlets for the Azure Relay which allows users to create and manage all Azure Relay resources.
      • New-AzureRmRelayNamespace
      • Get-AzureRmRelayNamespace
      • Set-AzureRmRelayNamespace
      • Remove-AzureRmRelayNamespace
      • New-AzureRmWcfRelay
      • Get-AzureRmWcfRelay
      • Set-AzureRmWcfRelay
      • Remove-AzureRmWcfRelay
      • New-AzureRmRelayHybridConnection
      • Get-AzureRmRelayHybridConnection
      • Set-AzureRmRelayHybridConnection
      • Remove-AzureRmRelayHybridConnection
      • Test-AzureRmRelayName
      • Get-AzureRmRelayOperation
      • New-AzureRmRelayKey
      • Get-AzureRmRelayKey
      • New-AzureRmRelayAuthorizationRule
      • Get-AzureRmRelayAuthorizationRule
      • Set-AzureRmRelayAuthorizationRule
      • Remove-AzureRmRelayAuthorizationRule
  • Resources

    • Support cross-resource-group deployments for New-AzureRmResourceGroupDeployment
      • Users can now use nested deployments to deploy to different resource groups.
  • ServiceBus

    • Bug Fix: ServiceBus Queue object property values were set to null, the object is used as input parameter in Set-AzureRmServiceBusQueue cmdlet to update Queue.
      • Properties affected are LockDuration, EntityAvailabilityStatus, DuplicateDetectionHistoryTimeWindow, MaxDeliveryCount and MessageCount
  • ServiceFabric

    • Added cmdlets for service fabric
      • Add-AzureRmServiceFabricApplicationCertificate
        Add a certificate which will be used as application certificate
      • Add-AzureRmServiceFabricClientCertificate
        Add a common name or thumbprint to the cluster settings for client authentication
      • Add-AzureRmServiceFabricClusterCertificate
        Add a secondary cluster certificate to the cluster for rolling over the existing certificate
      • Add-AzureRmServiceFabricNodes
        Add nodes/VMs of a specific node type to a cluster
      • Add-AzureRmServiceFabricNodeType
        Add a node type/VMs to an existing cluster
      • Get-AzureRmServiceFabricCluster
        Get the details of the cluster resource
      • New-AzureRmServiceFabricCluster
        Create a new ServiceFabric cluster. This command has many overloads to cover various scenarios
      • Remove-AzureRmServiceFabricClientCertificate
        Remove a client certificate from being used to access a cluster
      • Remove-AzureRmServiceFabricClusterCertificate
        Remove a cluster certificate from being used for cluster security
      • Remove-AzureRmServiceFabricNodes
        Remove nodes from a specific node type from a cluster
      • Remove-AzureRmServiceFabricNodeType
        Remove a node type from a cluster
      • Remove-AzureRmServiceFabricSettings
        Remove one or more ServiceFabric settings from a cluster
      • Set-AzureRmServiceFabricSettings
        Add or update one or more ServiceFabric settings of a cluster
      • Set-AzureRmServiceFabricUpgradeType
        Change the ServiceFabric upgrade type of a cluster
      • Update-AzureRmServiceFabricDurability
        Change the durability tier of a cluster
      • Update-AzureRmServiceFabricReliability
        Change the reliability tier of a cluster
  • Sql

    • Added -SampleName parameter to New-AzureRmSqlDatabase
    • Updates to Failover Group cmdlets
      • Remove 'Tag' parameters
      • Remove 'PartnerResourceGroupName' and 'PartnerServerName' parameters from Remove-AzureRmSqlDatabaseFailoverGroup cmdlet
      • Add 'GracePeriodWithDataLossHours' parameter to New- and Set- cmdlets, which shall eventually replace 'GracePeriodWithDataLossHour'
      • Documentation has been fleshed out and updated
      • Change formatting of returned objects and fix some bugs where fields were not always populated
      • Add 'DatabaseNames' and 'PartnerLocation' properties to Failover Group object
      • Fix bug causing Switch- cmdlet to return immediately rather than waiting for operation to complete
      • Fix integer overflow bug when high grace period values are used
      • Adjust grace period to a minimum of 1 hour if a lower one is provided
    • Remove "Usage_Anomaly" from the accepted values for "ExcludedDetectionType" parameter of Set-AzureRmSqlDatabaseThreatDetectionPolicy cmdlet and Set-AzureRmSqlServerThreatDetectionPolicy cmdlet.
  • Storage

    • Upgrade SRP SDK to 6.3.0
    • New/Set-AzureRmStorageAccount:Add a new parameter to support EnableHttpsTrafficOnly
    • New/Set/Get-AzureRmStorageAccount: Returned Storage Account contains a new attribute EnableHttpsTrafficOnly
  • Azure.Storage

    • Upgrade to Azure Storage Client Library 8.1.1 and Azure Storage DataMovement Library 0.5.1
    • Add a new cmdlet to support blob Incremental Copy feature
azure-powershell - 3.8.0

Published by shahabhijeet over 7 years ago

Azure PowerShell 3.8.0 Installer: link

Gallery Module for ARM Cmdlets: link

Gallery Module for Legacy Cmdlets for Service Management (RDFE): link

Changes This Release

  • Compute
    • Fix bug in Get-* cmdlets, to allow retrieving multiple pages of data (more than 120 items)
  • DataLakeAnalytics
    • Fix help for some commands to have the proper verbage and examples.
  • DataLakeStore
    • Add support for head and tail to the Get-AzureRMDataLakeStoreItemContent cmdlet. This enables returning the top N or last N new line delimited rows to be displayed.
  • HDInsight
    • Added support for RServer cluster type
      • Edgenode VM size can be specified for RServer cluster in New-AzureRmHDInsightCluster or New-AzureRmHDInsightClusterConfig
      • RServer is now a configuration option in Add-AzureRmHDInsightConfigValues. It allows for RStudio flag to be set to indicate that R Studio installation should be done.
  • LogicApp
    • Set-AzureRmIntegrationAccountSchema and Set-AzureRmIntegrationAccountMap cmdlets are fixed for the contentlink issue(Both content and contentlink were set resulting in update failure).
  • Network
    • Added support for new web application firewall features to Application Gateways
      • Added New-AzureRmApplicationGatewayFirewallDisabledRuleGroupConfig
      • Added Get-AzureRmApplicationGatewayAvailableWafRuleSets (Alias: List-AzureRmApplicationGatewayAvailableWafRuleSets)
      • Updated New-AzureRmApplicationGatewayWebApplicationFirewallConfiguration: Added parameter -RuleSetType -RuleSetVersion and -DisabledRuleGroups
      • Updated Set-AzureRmApplicationGatewayWebApplicationFirewallConfiguration: Added parameter -RuleSetType -RuleSetVersion and -DisabledRuleGroups
    • Added support for IPSec policies to Virtual Network Gateway Connections
      • Added New-AzureRmIpsecPolicy
      • Updated New-AzureRmVirtualNetworkGatewayConnection: Added parameter -IpsecPolicies and -UsePolicyBasedTrafficSelectors
  • Profile
    • Obsolete: Save-AzureRmProfile is renamed to Save-AzureRmContext, there is an alias to the old cmdlet name, the alias will be removed in the next release.
    • Obsolete: Select-AzureRmProfile is renamed to Import-AzureRmContext, there is an alias to the old cmdlet name, the alias will be removed in the next release.
    • The PSAzureContext and PSAzureProfile output types of profile cmdlets will be changed in the next release.
    • The Save-AzureRmContext cmdlet will have no OutputType in the next release.
    • Fix bug in cmdlet common code to use FIPS-compliant algorithm for data hashes: https://github.com/Azure/azure-powershell/issues/3651
  • Sql
    • Bug fixes on Azure Failover Group Cmdlets
      • Fix for operation polling
      • Fix GracePeriodWithDataLossHour value when setting FailoverPolicy to Manual
  • TrafficManager
    • Support for the Geographic traffic routing method
      • New value 'Geographic' for the TrafficRoutingMethod parameter of New-AzureRmTrafficManagerProfile
      • New parameter 'GeoMapping' for the New-AzureRmTrafficManagerEndpoint and Add-AzureRmTrafficManagerEndpointConfig
      • Fix piping for Get-AzureRmTrafficManagerProfile when it returns a collection of profiles
  • ServiceManagement
    • Add initiate maintenance PowerShell cmdlet.
    • Add Maintenance Status field to Get-AzureVM response.
    • Added new cmdlets to support Recovery Services vault upgrade
      • Test-AzureRecoveryServicesVaultUpgrade
      • Invoke-AzureRecoveryServicesVaultUpgrade
azure-powershell - 1.2.9

Published by markcowl over 7 years ago

Azure PowerShell for AzureStack Technical Preview 3

Azure PowerShell 1.2.9 Installer: link

Gallery Module for ARM Cmdlets: link
Gallery Module for AzureStack Cmdlets: link

Changes This Release

  • AzureRm.AzureStackAdmin Module
    • Changes in the Add-AzureRmResourceProviderRegistration cmdlet for the support of Admin Azure resource manager and tenant azure resource manager split. A new parameter -ResourceManagerType has been added.
    • Removal of the parameters -AdminUri, -ApiVersion, -SubscriptionId and -Token from each cmdlets. We have been printing warnings that these parameters will be deprecated and now they got removed.
  • AzureStackStorage module
    • Added new cmdlets to support container migration scenarios.
    • Removed cmdlets referring to internal components and underlying features.
  • AzureRM.BootStrapper
    • Created new module to manage versions of Azure PowerShell cmdlets through the use of version profiles

View changes since last release

azure-powershell - 3.7.0

Published by markcowl over 7 years ago

Azure PowerShell 3.7.0 Installer: link

Gallery Module for ARM Cmdlets: link

Gallery Module for Legacy Cmdlets for Service Management (RDFE): link

Changes This Release

  • ApiManagement
    • Added new cmdlets to manage Backend entity
      • New-AzureRmApiManagementBackend
      • Get-AzureRmApiManagementBackend
      • Set-AzureRmApiManagementBackend
      • Remove-AzureRmApiManagementBackend
    • Created supporting cmdlets to create in-memory objects required while Creating or Updating Backend entity
      • New-AzureRmApiManagementBackendCredential
      • New-AzureRmApiManagementBackendProxy
  • Billing
    • New Cmdlet Get-AzureRmBillingInvoice
      • cmdlet to retrieve azure billing invoices of the subscription.
  • Compute
    • Updated Set-AzureRmVMAEMExtension and Test-AzureRmVMAEMExtension cmdlets to support managed disks
  • LogicApp
    • New cmdlets for X12 Interchange Control Number disaster recovery:
      • Get-AzureRmIntegrationAccountGeneratedIcn
      • Get-AzureRmIntegrationAccountReceivedIcn
      • Remove-AzureRmIntegrationAccountReceivedIcn
      • Set-AzureRmIntegrationAccountGeneratedIcn
      • Set-AzureRmIntegrationAccountReceivedIcn
  • Network
    • Added support for connection draining to Application Gateways

      • Added Get-AzureRmApplicationGatewayConnectionDraining
      • Added New-AzureRmApplicationGatewayConnectionDraining
      • Added Remove-AzureRmApplicationGatewayConnectionDraining
      • Added Set-AzureRmApplicationGatewayConnectionDraining
      • Updated Add-AzureRmApplicationGatewayBackendHttpSettings: Added optional parameter -ConnectionDraining
      • Updated New-AzureRmApplicationGatewayBackendHttpSettings: Added optional parameter -ConnectionDraining
      • Updated Set-AzureRmApplicationGatewayBackendHttpSettings: Added optional parameter -ConnectionDraining
    • Remapped unused 'Name' parameter in ExpressRoute cmdlets to 'ExpressRouteCircuitName'

      • Get-AzureRmExpressRouteCircuitARPTable
      • Get-AzureRmExpressRouteCircuitRouteTable
      • Get-AzureRmExpressRouteCircuitRouteTableSummary
      • Get-AzureRmExpressRouteCircuitStats
  • Sql
    • Bug fix - Auditing and Threat Detection cmdlets now return a meangfull error instead of null refernce error.
    • Updating Transparent Data Encryption (TDE) with Bring Your Own Key (BYOK) support cmdlets for updated API.
  • Websites
    • Update help documentation for AppServicePlan cmdlets
  • ServiceManagement
    • Update the output object of migration cmdlets (Move-AzureService, Move-AzureStorageAccount, Move-AzureVirtualNetwork, Move-AzureNetworkSecurityGroup, Move-AzureReservedIP, Move-AzureRouteTable):

      • ValidationMessages contain "Information" and "Warning" messages in addition to "Error" messages.
      • Result output is changed according to ValidationMessages.
    • Removed ManagedCache cmdlets. These cmdlets were non-functional and have been deeprecated for more than a year

      • Get-AzureManagedCacheLocation
      • Get-AzureManagedCache
      • Get-AzureManagedCacheAccessKey
      • Get-AzureManagedCacheNamedCache
      • New-AzureManagedCache
      • New-AzureManagedCacheAccessKey
      • New-AzureManagedCacheNamedCache
      • Remove-AzureManagedCache
      • Remove-AzureManagedCacheNamedCache
      • Set-AzureManagedCache
      • Set-AzureManagedCacheNamedCache

View changes since last release

azure-powershell - 3.6.0

Published by cormacpayne over 7 years ago

Azure PowerShell 3.6.0 Installer: link

Gallery Module for ARM Cmdlets: link

Gallery Module for Legacy Cmdlets for Service Management (RDFE): link

  • AnalysisServices
    • Added State property in additional to ProvisioningState
      • All the cmdlet returning AnalysisService would have a new property 'State' used outside of provisioing.
      • The 'State' is intended to check status outside of provisioning, while 'ProvisioningState' is intended to check status related to Provisioning.
      • ProvisioningState and State are same in service side at this moment, the service side would differenciate ProvisioningState and State in future
  • CognitiveServices
    • Integrate with Cognitive Services Management SDK 0.2.1 to support more Cognitive Services API Types and SKUs.
    • Remove the validation against “Type” and “SkuName” of Cognitive Services Account, this will allow the script to support new APIs/SKUs without changes.
  • Compute
    • Updated Set-AzureRmVMDscExtension cmdlet WmfVersion parameter to support "5.1"
    • Updated Set-AzureRmVMChefExtension cmdlet to add following new options :
      • Daemon: Configures the chef-client service for unattended execution. e.g. -Daemon 'none' or e.g. -Daemon 'service'."
      • Secret: The encryption key used to encrypt and decrypt the data bag item values.
      • SecretFile: The path to the file that contains the encryption key used to encrypt and decrypt the data bag item values.
    • Fix for Get-AzureRmVM: Get-AzureRmVM did not display anything when the output includes availability set property.
    • New cmdlets:
      • Update-AzureRmAvailabilitySet: can update an unmanaged availability set to a managed availability set.
      • Add-AzureRmVmssDataDisk, Remove-AzureRmVmssDataDisk
    • New parameter, SkipVmBackup, for cmdlet Set-AzureRmVMDiskEncryptionExtension to allow user to skip backup creation for Linux VMs
  • DataFactories
    • Fixed Get-AzureRmDataFactoryActivityWindow so it works for named pipeline and activity
  • DataLakeAnalytics
    • Add Firewall Rule support to Data Lake Analytics:
      • Add-AzureRMDataLakeAnalyticsFirewallRule
      • Get-AzureRMDataLakeAnalyticsFirewallRule
      • Set-AzureRMDataLakeAnalyticsFirewallRule
      • Remove-AzureRMDataLakeAnalyticsFirewallRule
      • Set-AzureRMDataLakeAnalyticsAccount supports enabling/disabling the firewall and allowing/blocking Azure originating IPs through the firewall
      • Warnings will be raised if updating firewall rules when the firewall is disabled
    • Fix Get-AzureRMDataLakeAnalyticsJob functionality:
      • Top now correctly returns the number of jobs specified. The default number of jobs to return is 500. The more jobs requested the longer the command will take.
    • Remove explicit restrictions on resource locations. If Data Lake Analytics is not supported in a region, we will surface an error from the service.
  • DataLakeStore
    • Update Upload and Download commands to use the new and improved Upload/Download helpers in the new DataLake.Store clients. This also gives better diagnostic logging, if enabled.
    • Default thread counts for Upload and download are now computed on a best effort basis based on the data being uploaded or downloaded. This should allow for good performance without specifying a thread count.
    • Update to Set-AzureRMDataLakeStoreAccount to allow for enabling and disabling Azure originating IPs through the firewall
    • Add warnings to Add and Set-AzureRMDataLakeStoreFirewallRule and AzureRMDataLakeStoreTrustedIdProvider if they are disabled
    • Remove explicit restrictions on resource locations. If Data Lake Store is not supported in a region, we will surface an error from the service.
  • EventHub
    • Future Breaking Change Notification: We've added a warning about removing property 'ResourceGroupName' from the returned NamespceAttributes from cmdlets New-AzureRmEventHubNamespace, Get-AzureRmEvnetHubNamespace and Set-AzureRmEvnetHubNamespace
  • Insights
    • Allow users to unselect data sinks for Set-AzureRmDiagnosticSettings
  • Network
    • Added support for network Watcher APIs
      • New-AzureRmNetworkWatcher
      • Get-AzureRmNetworkWatcher
      • Remove-AzureRmNetworkWatcher
      • New-AzureRmPacketCaptureFilterConfig
      • New-AzureRmNetworkWatcherPacketCapture
      • Get-AzureRmNetworkWatcherPacketCapture
      • Stop-AzureRmNetworkWatcherPacketCapture
      • Remove-AzureRmNetworkWatcherPacketCapture
      • Get-AzureRmNetworkWatcherFlowLogSatus
      • Get-AzureRmNetworkWatcherNextHop
      • Get-AzureRmNetworkWatcherSecurityGroupView
      • Get-AzureRmNetworkWatcherTopology
      • Get-AzureRmNetworkWatcherTroubleshootingResult
      • Set-AzureRmNetworkWatcherConfigFlowLog
      • Start-AzureRmNetworkWatcherResourceTroubleshooting
      • Test-AzureRmNetworkWatcherIPFlow
    • Add-AzureRmExpressRouteCircuitPeeringConfig
      • Added new param :-RouteFilter
      • Added new param :-RouteFilterId
    • New-AzureRmExpressRouteCircuitPeeringConfig
      • Added new param :-RouteFilter
      • Added new param :-RouteFilterId
    • Set-AzureRmExpressRouteCircuitPeeringConfig
      • Added new param :-RouteFilter
      • Added new param :-RouteFilterId
    • New cmdlets for selective service feature
      • Get-AzureRmRouteFilter
      • New-AzureRmRouteFilter
      • Set-AzureRmRouteFilter
      • Remove-AzureRmRouteFilter
      • Add-AzureRmRouteFilterRuleConfig
      • Get-AzureRmRouteFilterRuleConfigobject
      • New-AzureRmRouteFilterRuleConfig
      • Set-AzureRmRouteFilterRuleConfig
      • Remove-AzureRmRouteFilterRuleConfig
  • Resources
    • Support policy parameters for New-AzureRmPolicyDefinition and New-AzureRmPolicyAssignment
      • Users can now use Parameter parameter with New-AzureRmPolicyDefinition. This accepts both JSON string and file path.
      • Users can now provide policy parameter values in New-AzureRmPolicyAssignment in a couple of ways, including JSON string, file path, PS object, and through PowerShell parameters.
  • Scheduler
    • Fixed issue to properly encode HTTP jobs' callback Uri in Scheduler PowerShell cmdlet
  • Sql
    • Adding new cmdlets for support for Azure SQL feature Transparent Data Encryption (TDE) with Bring Your Own Key (BYOK) Support
    • TDE with BYOK support is a new feature in Azure SQL, which allows users to encrypt their database with a key from Azure Key Vault. This feature is currently in private preview.
    • Get-AzureRmSqlServerKeyVaultKey : This cmdlet returns a list of Azure Key Vault keys added to a Sql Server.
    • Add-AzureRmSqlServerKeyVaultKey : This cmdlet adds an Azure Key Vault key to a Sql Server.
    • Remove-AzureRmSqlServerKeyVaultKey : This cmdlet removes an Azure Key Vault key from a Sql Server.
    • Get-AzureRmSqlServerTransparentDataEncryptionProtector : This cmdlet returns the current encryption protector for a Sql Server.
    • Set-AzureRmSqlServerTransparentDataEncryptionProtector : This cmdlet sets the encryption protector for a Sql Server. The encryption protector can be set to a key from Azure Key Vault or a key that is managed by Azure Sql.
    • New feature: Set--AzureRmSqlDatabaseAuditing and Set-AzureRmSqlDatabaseServerAuditingPolicy supports setting secondary storage key for AuditType Blob
    • Bug fix: Remove-AzureRmSqlDatabaseAuditing should set the UseServerDefault value to disabled
    • Bug fix: Fixing an issue of selecting classic storage account when creating / updating Auditing or Threat Detection policies
    • Bug fix: Set-AzureRmSqlDatabaseAuditing and Set-AzureRmSqlDatabaseServerAuditingPolicy commands use the AuditType value that was previously defined in case it has not been configured by the user.
    • Bug fix: In case Blob Auditing is defined, Remove-AzureRmSqlDatabaseAuditing and Remove-AzureRmSqlDatabaseServerAuditingPolicy commands disable the Auditing settings.
    • Adding new cmdlets for support for Azure SQL feature AutoDR:
      -This is a new feature in Azure SQL that supports failover of multiple Azure Sql Databases to the partner server at the same time during disaster and allows automatic failover
      • Add-AzureRmSqlDatabaseToFailoverGroup add Azure Sql Databases into a Failover Group
      • Get-AzureRmSqlDatabaseFailoverGroup get the Failover Group entity
      • New-AzureRmSqlDatabaseFailoverGroup creates a new Failover Group
      • Remove-AzureRmSqlDatabaseFromFailoverGroup removes Azure Sql Databases from a Failover Group
      • Remove-AzureRmSqlDatabaseFailoverGroup Failover Group deletes the Failover Group
      • Set-AzureRmSqlDatabaseFailoverGroup set Azure Sql Database Failover Policy and Grace Period entities of the Failover Group
      • Switch-AzureRmSqlDatabaseFailoverGroup issues the failover operation with data loss or without data loss
  • Storage
    • Upgrade Microsoft.Azure.Management.Storage to version 6.1.0-preview
    • Add File Encryption features support to resource mode storage account cmdlets
      • New-AzureRmStorageAccount
      • Set-AzureRmStorageAccount

View changes since last release

azure-powershell - 3.5.0

Published by cormacpayne over 7 years ago

Gallery Module for ARM Cmdlets: link

  • Compute
    • New cmdlets for Managed disk
      • Disk cmdlets: New-AzureRmDisk, Update-AzureRmDisk, Get-AzureRmDisk, Remove-AzureRmDisk,
        Grant-AzureRmDiskAccess, Revoke-AzureRmDiskAccess,
        New-AzureRmDiskConfig, Set-AzureRmDiskDiskEncryptionKey, Set-AzureRmDiskImageReference, Set-AzureRmDiskKeyEncryptionKey,
        New-AzureRmDiskUpdateConfig, Set-AzureRmDiskUpdateDiskEncryptionKey, Set-AzureRmDiskUpdateImageReference, Set-AzureRmDiskUpdateKeyEncryptionKey
      • Snapshot cmdlets: New-AzureRmSnapshot, Update-AzureRmSnapshot, Get-AzureRmSnapshot, Remove-AzureRmSnapshot,
        Grant-AzureRmSnapshotAccess, Revoke-AzureRmSnapshotAccess,
        New-AzureRmSnapshotConfig, Set-AzureRmSnapshotDiskEncryptionKey, Set-AzureRmSnapshotImageReference, Set-AzureRmSnapshotKeyEncryptionKey,
        New-AzureRmSnapshotUpdateConfig, Set-AzureRmSnapshotUpdateDiskEncryptionKey, Set-AzureRmSnapshotUpdateImageReference, Set-AzureRmSnapshotUpdateKeyEncryptionKey
      • Image cmdlets: New-AzureRmImage, Get-AzureRmImage, Remove-AzureRmImage,
        New-AzureRmImageConfig, Set-AzureRmImageOsDisk, Add-AzureRmImageDataDisk, Remove-AzureRmImageDataDisk
      • VM cmdlet: ConvertTo-AzureRmVMManagedDisk

View changes since last release

azure-powershell - 1.2.8

Published by shahabhijeet over 7 years ago

Azure PowerShell for Azure Stack Technical Preview 2 - Update 2

In a new PowerShell window:

Install-Module -Name AzureRM -RequiredVersion 1.2.8
Install-Module -Name AzureStack -RequiredVersion 1.2.8

will load the cmdlets for this release.

  • AzureRM.Keyvault module
    Relaxing data type of ObjectId from Guid to string in Access Policy Entry for a Vault. These changes are required to Support ADFS Identity System.
    Set-AzureRmKeyVaultAccessPolicy cmdlet has an optional parameter BypassObjectIdValidation for supporting ADFS scenarios

Gallery Module for ARM Cmdlets: link
Gallery Module for AzureStack Cmdlets: link

View changes since last release (Azure Stack TP)

azure-powershell - 3.4.0

Published by cormacpayne almost 8 years ago

Azure PowerShell 3.4.0 Installer: link

Gallery Module for ARM Cmdlets: link

Gallery Module for Legacy Cmdlets for Service Management (RDFE): link

  • AnalysisServices
    • Added two new dataplane APIs in a separate module Azure.AnalysisServices.psd1
      • This introduces two new APIs that enable customers to login to Azure Analysis Services servers and issue a restart command.
  • Compute
    • Fix Get-AzureRmVM with -Status issue: Get-AzureRmVM throws an exception when Get-AzureRmVM lists multiple VMs and some of the VMs are deleted during Get-AzureRmVM is performed.
    • New parameters in New-AzureRmVMSqlServerAutoBackupConfig cmdlet to support Auto Backup for SQL Server 2016 VMs.
      • BackupSystemDbs : Specifies if system databases should be added to Sql Server Managed Backup.
      • BackupScheduleType : Specifies the type of managed backup schedule, manual or automated. If it's manual, schedule settings need to be specified.
      • FullBackupFrequency : Specifies the frequency of Full Backup, daily or weekly.
      • FullBackupStartHour : Specifies the hour of the day when the Sql Server Full Backup should start.
      • FullBackupWindowInHours : Specifies the window (in hours) when Sql Server Full Backup should occur.
      • LogBackupFrequencyInMinutes : Specifies the frequency of Sql Server Log Backup.
    • New-AzureVMSqlServer* cmdlets are renamed to New-AzureRmVMSqlServer* now. Old ones will continue to work however.
  • DataLakeAnalytics
    • Update Get-AdlJob to support Top parameter
    • Update Get-AdlJob to return the list of jobs in order by most recently submitted
    • Updated help for all cmdlets to include output as well as more descriptions of parameters and the inclusion of aliases.
    • Update New-AdlAnalyticsAccount and Set-AdlAnalyticsAccount to support commitment tier options for the service.
    • Added OutputType mismatch warnings to all cmdlets with incorrect OutputType attributes. These will be fixed in a future breaking change release.
  • DataLakeStore
    • Updated help for all cmdlets to include output as well as more descriptions of parameters and the inclusion of aliases.
    • Update New-AdlStore and Set-AdlStore to support commitment tier options for the service.
    • Added OutputType mismatch warnings to all cmdlets with incorrect OutputType attributes. These will be fixed in a future breaking change release.
    • Add Diagnostic logging support to Import-AdlStoreItem and Export-AdlStoreItem. This can be enabled through the following parameters:
      • -Debug, enables full diagnostic logging as well as debug logging to the PowerShell console. Most verbose options
      • -DiagnosticLogLevel, allows finer control of the output than debug. If used with debug, this is ignored and debug logging is used.
      • -DiagnosticLogPath, optionally specify the file to write diagnostic logs to. By default it is written to a file under %LOCALAPPDATA%\AdlDataTransfer
    • Added support to New-AdlStore to explicitly opt-out of account encryption. To do so, create the account with the -DisableEncryption flag.
  • OperationalInsights
    • Get-AzureRmOperationalInsightsSearchResults no longer requires the Top parameter to retrieve results
  • Resources
    • Support Tag as parameters for Find-AzureRmResource
      • Users can now use Tag parameter with Find-AzureRmResource
      • Fixed the issue where illegal combinations of TagName, TagValue with other search parameters was allowed in Find-AzureRmResource and would result in users getting exception from the service by disallowing such combinations.
  • ServiceBus
    • Add SkuCapacity parameter to Set-AzureRmServiceBusNamespace
      • User will be able to update the SkuCapacity(Messaging units in case of a premium namespace) of the SeriveBus NameSpace
    • Future Breaking Change Notification: We've added a warning about removing property 'ResourceGroupName' from the returned NamespceAttributes from cmdlets New-AzureRmServiceBusNamespace, Get-AzureRmServiceBusNamespace and Set-AzureRmServiceBusNamespace
      -The call remains the same, but the returned values NameSpace object will not have the ResourceGroupName property
  • Sql
    • Added new return parameter "AuditType" to Get-AzureRmSqlDatabaseAuditingPolicy and Get-AzureRmSqlServerAuditingPolicy returned object
      • This parameter value indicates the returned auditing policy type - Table or Blob.
  • ServiceManagement
    • New parameters in New-AzureVMSqlServerAutoBackupConfig cmdlet to support Auto Backup for SQL Server 2016 VMs.
      • BackupSystemDbs : Specifies if system databases should be added to Sql Server Managed Backup.
      • BackupScheduleType : Specifies the type of managed backup schedule, manual or automated. If it's manual, schedule settings need to be specified.
      • FullBackupFrequency : Specifies the frequency of Full Backup, daily or weekly.
      • FullBackupStartHour : Specifies the hour of the day when the Sql Server Full Backup should start.
      • FullBackupWindowInHours : Specifies the window (in hours) when Sql Server Full Backup should occur.
      • LogBackupFrequencyInMinutes : Specifies the frequency of Sql Server Log Backup.
  • Storage
    • Fix Start-AzureStorageBlobCopy output might has wrong BlobType issue
      • Start-AzureStorageBlobCopy
    • Fix hang issue when running cmdlets from WPF/Winform context
      • Get-AzureStorageBlob
      • Get-AzureStorageBlobContent
      • Get-AzureStorageBlobCopyState
      • Get-AzureStorageContainer
      • Get-AzureStorageContainerStoredAccessPolicy
      • New-AzureStorageContainer
      • Remove-AzureStorageBlob
      • Remove-AzureStorageContainer
      • Set-AzureStorageBlobContent
      • Set-AzureStorageContainerAcl
      • Start-AzureStorageBlobCopy
      • Stop-AzureStorageBlobCopy
      • Get-AzureStorageFile
      • Get-AzureStorageFileContent
      • Get-AzureStorageFileCopyState
      • Get-AzureStorageShare
      • Get-AzureStorageShareStoredAccessPolicy
      • New-AzureStorageDirectory
      • New-AzureStorageShare
      • Remove-AzureStorageDirectory
      • Remove-AzureStorageFile
      • Remove-AzureStorageShare
      • Set-AzureStorageFileContent
      • Start-AzureStorageFileCopy
      • Stop-AzureStorageFileCopy
      • Get-AzureStorageQueueStoredAccessPolicy
      • Get-AzureStorageTableStoredAccessPolicy

View changes since last release

azure-powershell - 1.2.7

Published by shahabhijeet almost 8 years ago

Azure PowerShell for Azure Stack Technical Preview 2 - Update 1

This release contains cmdlets compatible with AzureStack Technical Preview 2 - Update 1. It is designed to be installed and used side-by-side with that latest version of Azure PowerShell 1.2.6 when both sets of modules are installed from the PowerShell Gallery using PowerShell 5 or greater.

In a new PowerShell window:

Install-Module -Name AzureRM -RequiredVersion 1.2.7
Install-Module -Name AzureStack -RequiredVersion 1.2.7

will load the cmdlets for this release.

Gallery Module for ARM Cmdlets: link
Gallery Module for AzureStack Cmdlets: link

  • Decoupling Azure stack specific cmdlets from Azure cmdlets
    • The azure stack specific modules AzureRM.AzureStackAdmin and AzureRM.AzureStackStorage are removed from the AzureRM module
    • These two modules are wrapped in to another uber module called AzureStack now. This means that doing something like this Install-Module -Name AzureRM -RequiredVersion 1.2.7
      will not install the azure stack modules. Customer would also need to do
      Install-Module -Name AzureStack to install the latest Azure Stack specific modules. This is done for easy maintenance of the modules going forward.
  • AzureStackAdmin Cmdlets
    • Changes to the Add-AzureRMResourceProviderRegistration cmdlet for accepting the response code of 201 in addition to 200 for the manifest put call, no end user impact because of this change
    • Fix to the "Microsoft.Azure.Common.NetFramework.dll Not found issue" by adding it as a dependency to the AzureStackAdmin Module.

View changes since last release (Azure Stack TP)

azure-powershell - 3.3.0

Published by cormacpayne almost 8 years ago

Azure PowerShell 3.3.0 Installer: link

Gallery Module for ARM Cmdlets: link

Gallery Module for Legacy Cmdlets for Service Management (RDFE): link

  • ApiManagement
    • Added new cmdlets to manage external Identity Provider Configurations
      • New-AzureRmApiManagementIdentityProvider
      • Set-AzureRmApiManagementIdentityProvider
      • Get-AzureRmApiManagementIdentityProvider
      • Remove-AzureRmApiManagementIdentityProvider
    • Updated the client to use .net client 3.2.0 AzureRm.ApiManagement which has RBAC support
    • Updated cmdlet Import-AzureRmApiManagementApi to allow importing an Wsdl type API as either Soap Pass Through (ApiType = Http) or Soap To Rest (ApiType = Soap). Default is Soap Pass Through.
    • Fixed Issue https://github.com/Azure/azure-powershell/issues/3217
  • Compute
    • Add Remove-AzureRmVMSecret cmdlet.
    • Based on user feedback (https://github.com/Azure/azure-powershell/issues/1384), we've added a DisplayHint property to VM object to enable Compact and Expand display modes. This is similar to Get -Date - DisplayHint Date cmdlet. By default, the return of Get-AzureRmVm -ResourceGroupName <rg-name> -Name <vm-name> will be compact. You can expand the output using -DisplayHint Expand parameter.
    • UPCOMING BREAKING CHANGE Notification: We've added a warning about removing DataDiskNames and NetworkInterfaceIDs properties from the returned VM object from Get-AzureRmVm -ResourceGroupName <rg-name> -Name <vm-name cmdlet. Please update your scripts to access these properties in the following way:
      • $vm.StorageProfile.DataDisks
      • $vm.NetworkProfile.NetworkInterfaces
    • Updated Set-AzureRmVMChefExtension cmdlet to add following new options :
      • JsonAttribute : A JSON string to be added to the first run of chef-client. e.g. -JsonAttribute '{"container_service": {"chef-init-test": {"command": "C:\opscode\chef\bin"}}}'
      • ChefServiceInterval : Specifies the frequency (in minutes) at which the chef-service runs. If in case you don't want the chef-service to be installed on the Azure VM then set value as 0 in this field. e.g. -ChefServiceInterval 45
  • DataLakeAnalytics
    • Removal of unsupported parameters in Add and Set-AzureRMDataLakeAnalyticsDataSource (default for data lake store)
    • Removed unsupported parameter in Set-AzureRMDataLakeAnalyticsAccount (default data lake store)
    • Introduction of deprecation warning for nested properties for all ARM resources. Nested properties will be removed in a future release and all properties will be moved one level up.
    • Added the ability to set MaxDegreeOfParallelism, MaxJobCount and QueryStoreRetention in New and Set-AzureRMDataLakeAnalyticsAccount
    • Removed invalid return value from New-AzureRMDataLakeAnalyticsCatalogSecret
  • DataLakeStore
    • Introduction of deprecation warning for nested properties for all ARM resources. Nested properties will be removed in a future release and all properties will be moved one level up.
    • Removed the ability to set encryption in Set-AzureRMDataLakeStoreAccount (never was supported)
    • Added ability to enable/disable firewall rules and the trusted id providers during Set-AzureRMDataLakeStoreAccount
    • Added a new cmdlet: Set-AzureRMDataLakeStoreItemExpiry, which allows the user to set or remove the expiration for files (not folders) in their ADLS account.
    • Small fix for friendly date properties to pivot off UTC time instead of local time, ensuring standard time reporting.
  • EventHub
    • Adds commandlets for the Azure EventHub
      • New-AzureRmEventHubNamespace
        • Adds a New EventHub NameSpace in the existing Resource Group.
      • Get-AzureRmEventHubNamespace
        • Gets Eventhub NameSpace/list of NameSpaces of existing Resource Group.
      • Set-AzureRmEventHubNamespace
        • Updates properties of existing EventHub NameSpace.
      • Remove-AzureRmEventHubNamespace
        • Deletes the existing EventHub NameSpace.
      • New-AzureRmEventHubNamespaceAuthorizationRule
        • Adds a new AuthorizationRule to the existing EventHub NameSpace.
      • Get-AzureRmEventHubNamespaceAuthorizationRule
        • Gets AuthorizationRule / List of AuthorizationRules for the existing EventHub NameSpace.
      • Set-AzureRmEventHubNamespaceAuthorizationRule
        • Updates properties of existing AuthorizationRule of EventHub NameSpace.
      • New-AzureRmEventHubNamespaceKey
        • Generates a new Primary/Secondary Key for AuthorizationRule of existing EventHub NameSpace.
      • Get-AzureRmEventHubNamespaceKey
        • Gets Primary/Secondary Key for AuthorizationRule of existing EventHub NameSpace.
      • Remove-AzureRmEventHubNamespaceAuthorizationRule
        • Deletes the existing AuthorizationRule of EventHub NameSpace.
      • New-AzureRmEventHub
        • Adds a new EventHub to the existing NameSpace.
      • Get-AzureRmEventHub
        • Gets existing Queue/ List of EventHub of the existing NameSpace.
      • Set-AzureRmEventHub
        • Updates properties of existing EventHub of NameSpace.
      • Remove-AzureRmEventHub
        • Deletes existing EventHub of NameSpace.
      • New-AzureRmEventHubAuthorizationRule
        • Adds a new AuthorizationRule to the existing EventHub of NameSpace.
      • Get-AzureRmEventHubAuthorizationRule
        • Gets the AuthorizationRule / List of AuthorizationRules of the EventHub.
      • Set-AzureRmEventHubAuthorizationRule
        • Updates the AuthorizationRule of the EventHub.
      • New-AzureRmEventHubKey
        • Generates a new Primary/Secondary Key for AuthorizationRule of existing EventHub.
      • Get-AzureRmEventHubKey
        • Gets Primary/Secondary Key for AuthorizationRule of existing EventHub.
      • Remove-AzureRmEventHubAuthorizationRule
        • Deletes the existing AuthorizationRule of EventHub.
      • New-AzureRmEventHubConsumerGroup
        • Adds a new ConsumerGroup to the existing EventHub
      • Get-AzureRmEventHubConsumerGroup
        • Gets existing ConsumerGroup/ List of ConsumerGroups of the existing EventHub.
      • Set-AzureRmEventHubConsumerGroup
        • Updates properties of existing ConsumerGroup of EventHub.
      • Remove-AzureRmEventHubConsumerGroup
        • Deletes existing ConsumerGroup of EventHub.
  • Insights
    • Parameter now accepts two more values in New-AzureRmAutoscaleRule
      • Parameter ScaleType now accepts the previous ChangeCount (default) plus two more values PercentChangeCount, and ExactCount
      • Add a warning message about this parameter accepting two more values
    • Add parameter became optional in Add-AzureRmLogProfile
      • Parameter StorageAccountId is now optional
    • Minor changes to the output classes to expose more properties
      • Before the user could see the properties because they were printed, but not access them programatically because they were protected for instance.
  • IotHub
    • Adds commandlets for the Azure IoT Hub
      • Add-AzureRmIotHubEventHubConsumerGroup
        • Adds an Event Hub consumer group for an existing Azure IoT hub.
      • Add-AzureRmIotHubKey
        • Adds a new key to an existing Azure IoT hub.
      • Get-AzureRmIotHub
        • Gets the properties of an exisiting Azure IoT hub.
      • Get-AzureRmIotHubConnectionString
        • Gets the connection strings of an existing Azure IoT hub.
      • Get-AzureRmIotHubEventHubConsumerGroup
        • Gets the list of event hub consumer groups for the specified eventhub endpoint.
      • Get-AzureRmIotHubJob
        • Gets the properties of a set of Azure IoT hubs in a subscription or resource group.
      • Get-AzureRmIotHubKey
        • Gets the information related to a list of keys of an Azure IoT hub.
      • Get-AzureRmIotHubQuotaMetric
        • Gets the quota metrics for an Azure IoT hub.
      • Get-AzureRmIotHubRegistryStatistic
        • Gets the registry statistics for an Azure IoT hub.
      • Get-AzureRmIotHubValidSku
        • Gets the list of valid Skus to which an existing Azure IoT hub can transition to.
      • New-AzureRmIotHub
        • Creates a new Azure IoT hub.
      • New-AzureRmIotHubExportDevices
        • Starts a new job for exporting the devices of an Azure IoT hub.
      • New-AzureRmIotHubImportDevices
        • Starts a new job for importing the devices of an Azure IoT hub.
      • Remove-AzureRmIotHub
        • Removes an Azure IoT hub.
      • Remove-AzureRmIotHubEventHubConsumerGroup
        • Removes a consumer group for the specified event hub endpoint of a give Azure IoT hub.
      • Remove-AzureRmIotHubKey
        • Removes a key from an Azure IoT hub.
      • Set-AzureRmIotHub
        • Updates the properties of an Azure IoT hub.
  • MachineLearning
    • Serialization and deserialization improvements for all cmdlets
  • NotificationHubs
    • Added the skuTier parameter to set the sky for namespace
      • New-AzureRmNotificationHubsNamespace
      • Set-AzureRmNotificationHubsNamespace
  • RecoveryServices.Backup
    • Migrated from Hyak based Azure SDK to Swagger based Azure SDK
  • Resources
    • Support ResourceNameEquals and ResourceGroupNameEquals as parameters for Find-AzureRmResource
      • Users can now use ResourceNameEquals and ResourceGroupNameEquals with Find-AzureRmResource
  • ServiceBus
    • Adds commandlets for the Azure ServiceBus
      • New-AzureRmServiceBusNamespace
        • Adds a New ServiceBus NameSpace in the existing Resource Group.
      • Get-AzureRmServiceBusNamespace
        • Gets NameSpace/list of NameSpaces of existing Resource Group.
      • Set-AzureRmServiceBusNamespace
        • Updates properties of existing Servicebus NameSpace.
      • Remove-AzureRmServiceBusNamespace
        • Deletes the existing ServiceBus NameSpace.
      • New-AzureRmServiceBusNamespaceAuthorizationRule
        • Adds a new AuthorizationRule to the existing ServiceBus NameSpace.
      • Get-AzureRmServiceBusNamespaceAuthorizationRule
        • Gets AuthorizationRule / List of AuthorizationRules for the existing ServiceBus NameSpace.
      • Set-AzureRmServiceBusNamespaceAuthorizationRule
        • Updates properties of existing AuthorizationRule of Servicebus NameSpace.
      • New-AzureRmServiceBusNamespaceKey
        • Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace.
      • Get-AzureRmServiceBusNamespaceKey
        • Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace.
      • Remove-AzureRmServiceBusNamespaceAuthorizationRule
        • Deletes the existing AuthorizationRule of ServiceBus NameSpace.
      • New-AzureRmServiceBusQueue
        • Adds a new Queue to the existing ServiceBus NameSpace.
      • Get-AzureRmServiceBusQueue
        • Gets existing Queue/ List of Queues of the existing ServiceBus NameSpace.
      • Set-AzureRmServiceBusQueue
        • Updates properties of existing Queue of ServiceBus NameSpace.
      • Remove-AzureRmServiceBusQueue
        • Deletes existing Queue of ServiceBus NameSpace.
      • New-AzureRmServiceBusQueueAuthorizationRule
        • Adds a new AuthorizationRule to the existing Queue of ServiceBus NameSpace.
      • Get-AzureRmServiceBusQueueAuthorizationRule
        • Gets the AuthorizationRule / List of AuthorizationRules of the Queue
      • Set-AzureRmServiceBusQueueAuthorizationRule
        • Updates the AuthorizationRule of the Queue.
      • New-AzureRmServiceBusQueueKey
        • Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus Queue.
      • Get-AzureRmServiceBusQueueKey
        • Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus Queue.
      • Remove-AzureRmServiceBusQueueAuthorizationRule
        • Deletes the existing AuthorizationRule of ServiceBus Queue.
      • New-AzureRmServiceBusTopic
        • Adds a new Topic to the existing ServiceBus NameSpace.
      • Get-AzureRmServiceBusTopic
        • Gets existing Topic/ List of Topics of the existing ServiceBus NameSpace.
      • Set-AzureRmServiceBusTopic
        • Updates properties of existing Topic of ServiceBus NameSpace.
      • Remove-AzureRmServiceBusTopic
        • Deletes existing Topic of ServiceBus NameSpace.
      • New-AzureRmServiceBusTopicAuthorizationRule
        • Adds a new AuthorizationRule to the existing Topic of ServiceBus NameSpace.
      • Get-AzureRmServiceBusTopicAuthorizationRule
        • Gets the AuthorizationRule / List of AuthorizationRules of the Topic.
      • Set-AzureRmServiceBusTopicAuthorizationRule
        • Updates the AuthorizationRule of the Topic.
      • New-AzureRmServiceBusTopicKey
        • Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus Topic.
      • Get-AzureRmServiceBusTopicKey
        • Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus Topic.
      • Remove-AzureRmServiceBusTopicAuthorizationRule
        • Deletes the existing AuthorizationRule of ServiceBus Topic.
      • New-AzureRmServiceBusSubscription
        • Adds a new Subscription to the existing ServiceBus Topic.
      • Get-AzureRmServiceBusSubscription
        • Gets existing Subscription/ List of Subscriptions of the existing ServiceBus Topic.
      • Set-AzureRmServiceBusSubscription
        • Updates properties of existing Subscription of ServiceBus Topic.
      • Remove-AzureRmServiceBusSubscription
        • Deletes existing Subscription of ServiceBus Topic.
  • Sql
    • Added storage properties to cmdlets for Azure SQL threat detection policy management at database and server level
      • StorageAccountName
      • RetentionInDays
    • Removed the unsupported param "AuditAction" from Set-AzureSqlDatabaseServerAuditingPolicy
    • Added new param "AuditAction" to Set-AzureSqlDatabaseAuditingPolicy
    • Fix for showing on GET and persisting Tags on SET (if not given) for Database, Server and Elastic Pool
      • If Tags is used in command it will save tags, if not it will not wipe out tags on resource.
    • Fix for showing on GET and persisting Tags on SET (if not given) for Database, Server and Elastic Pool
      • If Tags is used in command it will save tags, if not it will not wipe out tags on resource.
    • Changes for "New-AzureRmSqlDatabase", "Set-AzureRmSqlDatabase" and "Get-AzureRmSqlDatabase" cmdlets
      • Adding a new parameter called "ReadScale" for the 3 cmdlets above.
      • The "ReadScale" parameter has 2 possibl values: "Enabled" or "Disabled" to indicate whether the ReadScale option is turned on for the database.
    • Functionality of ReadScale Feature.
      • ReadScale is a new feature in SQL Database, which allows the user to enabled/disable routing read-only requests to Geo-secondary Premium databases.
      • This feature allows the customer to scale up/down their read-only workload flexibly, and unlocked more DTUs for the premium database.
      • To configure ReadScale, user simply specify "ReadScale" paramter with "Enabled/Disabled" at database creation with New-AzureRmSqlDatabase cmdlet,
  • Websites
    • Add: PerSiteScaling option on cmdlets New-AzureRmAppservicePlan and Set-AzureRmAppServicePlan
    • Add: NumberOfWorkers option on cmdlets Set-AzureRmWebApp and Set-AzureRmWebAppSlot
    • Add: Help documentation using platyPS
  • ServiceManagement
    • Updated Set-AzureVMChefExtension cmdlet to add following new options :
      • JsonAttribute : A JSON string to be added to the first run of chef-client. e.g. -JsonAttribute '{"container_service": {"chef-init-test": {"command": "C:\opscode\chef\bin"}}}'
      • ChefServiceInterval : Specifies the frequency (in minutes) at which the chef-service runs. If in case you don't want the chef-service to be installed on the Azure VM then set value as 0 in this field. e.g. -ChefServiceInterval 45
    • Updated New-AzureVirtualNetworkGatewayConnection cmdlet to add validation on acceptable input parameter:GatewayConnectionType values sets and it can be case insensitive:
      • GatewayConnectionType : Added validation to accept only set of values:- 'ExpressRoute'/'IPsec'/'Vnet2Vnet'/'VPNClient' and acceptable set of values can be passed in any casing.
    • Updating Managed Cache warning message which notifies customer about service deprecation on the following cmdlets :
      • Get-AzureManagedCache
      • Get-AzureManagedCacheAccessKey
      • Get-AzureManagedCacheLocation
      • Get-AzureManagedCacheNamedCache
      • New-AzureManagedCache
      • New-AzureManagedCacheAccessKey
      • New-AzureManagedCacheNamedCache
      • Remove-AzureManagedCache
      • Remove-AzureManagedCacheNamedCache
      • Set-AzureManagedCache
      • Set-AzureManagedCacheNamedCache
    • For more information about Managed Cache service deprecation, see http://go.microsoft.com/fwlink/?LinkID=717458

View changes since last release

Badges
Extracted from project README
Az AzPreview
Related Projects