azure-powershell

Microsoft Azure PowerShell

OTHER License

Stars
4.1K
Committers
1.7K

Bot releases are hidden (Show)

azure-powershell - AzureRM.Network 6.1.1

Published by praries880 over 6 years ago

Changes since last release

AzureRM.Network

  • Removed Default sku setting from New-AzureRmVirtualNetworkGateway cmdlet
azure-powershell - AzureRM.Compute v4.6.0-preview

Published by markcowl over 6 years ago

AzureRM.Compute.4.6.0-preview on PowerShell Gallery: Link

azure-powershell - 6.1.1

Published by cormacpayne over 6 years ago

Changes Since Last Release

AzureRM.Resources

  • Revert change to New-AzureRmADServicePrincipal that gave service principals Contributor permissions over the current subscription if no values were provided for the Role or Scope parameters
    • If no values are provided for Role or Scope, the service principal is created with no permissions
    • If a Role is provided, but no Scope, the service principal is created with the specified Role permissions over the current subscription
    • If a Scope is provided, but no Role, the service principal is created with Contributor permissions over the specified Scope
    • If both Role and Scope are provided, the service principal is created with the specified Role permissions over the specified Scope
azure-powershell - Azure.Storage 4.4.0-preview

Published by markcowl over 6 years ago

Azure.Storage.4.4.0 PSGallery

  • Allow creating a storage context with OAuth

AzureRM.Storage.5.0.2 PSGallery

  • Support Immutability Policy in AzureRm.Storage
    • Remove-AzureRmStorageAccountNetworkRule
    • Get-AzureRmStorageContainer
    • Update-AzureRmStorageContainer
    • New-AzureRmStorageContainer
    • Remove-AzureRmStorageContainer
    • Add-AzureRmStorageContainerLegalHold
    • Remove-AzureRmStorageContainerLegalHold
    • Set-AzureRmStorageContainerImmutabilityPolicy
    • Get-AzureRmStorageContainerImmutabilityPolicy
    • Remove-AzureRmStorageContainerImmutabilityPolicy
    • Lock-AzureRmStorageContainerImmutabilityPolicy
azure-powershell - 6.1.0

Published by cormacpayne over 6 years ago

Install

Azure PowerShell 6.1.0 Installer: link

Gallery Module for ARM Cmdlets: link

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

Install-Module -Name AzureRM -Repository PSGallery -Force

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

Update-Module -Name AzureRM

Changes Since Last Release

AzureRM.Profile

  • Fix issue where running 'Clear-AzureRmContext' would keep an empty context with the name of the previous default context, which prevented the user from creating a new context with the old name

AzureRM.AnalysisServices

  • Enable Gateway assocaite/disassociate operations on AS.

AzureRM.ApiManagement

  • Added support for ApiVersions, ApiReleases and ApiRevisions
  • Added suppport for ServiceFabric Backend
  • Added support for Application Insights Logger
  • Added support for recognizing 'Basic' sku as a valid sku of Api Management service
  • Added support for installing Certificates issued by private CA as Root or CA
  • Added support for accepting Custom SSL certificates via KeyVault and Multiple proxy hostnames
  • Added support for MSI identity
  • Added support for accepting Policies via Url
    NOTE: The following cmdlets will be deprecated in future release
    • Import-AzureRmApiManagementHostnameCertificate
    • New-AzureRmApiManagementHostnameConfiguration
    • Set-AzureRmApiManagementHostnames
    • Update-AzureRmApiManagementDeployment

AzureRM.Batch

  • Release new cmdlet Get-AzureBatchPoolNodeCounts
  • Release new cmdlet Start-AzureBatchComputeNodeServiceLogUpload

AzureRM.Consumption

  • Add new parameters Expand, ResourceGroup, InstanceName, InstanceId, Tags, and Top on Cmdlet Get-AzureRmConsumptionUsageDetail

AzureRM.DataLakeStore

  • Fix example for Export-AzureRmDataLakeStoreChildItemProperties
  • Fix null parameter exception for Recurse case in Set-AzureRmDataLakeStoreItemAclEntry
  • Fix the help files for Set-AzureRmDataLakeStoreItemAclEntry, Set-AzureRmDataLakeStoreItemAcl, Remove-AzureRmDataLakeStoreItemAclEntry

AzureRM.Network

  • Bump up Network SDK version from 18.0.0-preview to 19.0.0-preview
  • Added cmdlet to create protocol configuration
    • New-AzureRmNetworkWatcherProtocolConfiguration
  • Added cmdlet to add a new circuit connection to an existing express route circuit.
    • Add-AzureRmExpressRouteCircuitConnectionConfig
  • Added cmdlet to remove a circuit connection from an existing express route circuit.
    • Remove-AzureRmExpressRouteCircuitConnectionConfig
  • Added cmdlet to retrieve a circuit connection
    • Get-AzureRmExpressRouteCircuitConnectionConfig

AzureRM.ServiceFabric

  • Fixed server authentication usage with generated certificates (Issue #5998)

AzureRM.Sql

  • Updated Auditing cmdlets to allow removing AuditActions or AuditActionGroups
  • Fixed issue with Set-AzureRmSqlDatabaseBackupLongTermRetentionPolicy when setting a new flexible retention policy where the command would fail with 'Configure long term retention policy with azure recovery service vault and policy is no longer supported. Please submit request with the new flexible retention policy'.
  • Update all Azure Sql Database/ElasticPool Creation/Update related cmdlets to use the new Database API, which support Sku property for scale and tier-related properties.
  • The updated cmdlets including:
    • New-AzureRmSqlDatabase; Set-AzureRmSqlDatabase
    • New-AzureRmSqlElasticPool; Set-AzureRmSqlElasticPool
    • New-AzureRmSqlDatabaseCopy
    • New-AzureRmSqlDatabaseSecondary
    • Restore-AzureRmSqlDatabase

AzureRM.TrafficManager

  • Update the parameters for 'Get-AzureRmTrafficManagerProfile' so that -ResourceGroupName parameter is required when using -Name parameter.

Changes since last release: https://github.com/Azure/azure-powershell/compare/v6.0.1-May2018...v6.1.0-May2018

azure-powershell - AzureStack 1.3.0

Published by markcowl over 6 years ago

  • Azure Stack Administrative Modules, version 1.3.0
azure-powershell - AzureRM.Storage 5.0.1-preview

Published by markcowl over 6 years ago

Release Notes

  • Added capability to query storage usage by location
azure-powershell - 6.0.1

Published by markcowl over 6 years ago

Migration Guide

This is a breaking change release. For more information on the breaking changes introduced in this release and how to migrate your scripts, please see our migration guide.

Install

Azure PowerShell 6.0.1Installer: link

Gallery Module for ARM Cmdlets: link

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

Install-Module -Name AzureRM -Repository PSGallery -Force

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

Update-Module -Name AzureRM

Changes Since Last Release

  • Fixes Public environment initialization for sovereign clouds #5727
azure-powershell - 6.0.0

Published by cormacpayne over 6 years ago

Azure PowerShell 6.0.0

Migration Guide

This is a breaking change release. For more information on the breaking changes introduced in this release and how to migrate your scripts, please see our migration guide.

Install

Azure PowerShell 6.0.0 Installer: link

Gallery Module for ARM Cmdlets: link

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

Install-Module -Name AzureRM -Repository PSGallery -Force

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

Update-Module -Name AzureRM

Changes Since Last Release

General

  • Set minimum dependency of modules to PowerShell 5.0

AzureRM.Profile

  • Enable context autosave by default
  • Add USGovernmentOperationalInsightsEndpoint and USGovernmentOperationalInsightsEndpointResourceId properties to Azure environment for US Gov.

Azure.Storage

  • Support as Storage blob container name
    • New-AzureStorageBlobContainer
    • Remove-AzureStorageBlobContainer
    • Set-AzureStorageBlobContent
    • Get-AzureStorageBlobContent
  • Fix the issue that some Storage cmdlets failure output not contain detail failure information

AzureRM.ApiManagement

  • Introduce multiple breaking changes
    • Please refer to the migration guide for more information

AzureRM.Automation

  • Remove deprecated 'Tags' alias from cmdlets
    • 'Set-AzureRmAutomationRunbook'

AzureRM.Batch

  • Updated New-AzureBatchPool documentation to remove deprecated example

AzureRM.Cdn

  • Introduce multiple breaking changes
    • Please refer to the migration guide for more information

AzureRM.Compute

  • 'New-AzureRmVm' and 'New-AzureRmVmss' support verbose output of parameters
  • 'New-AzureRmVm' and 'New-AzureRmVmss' (simple parameter set) support assigning user defined and(or) system defined identities to the VM(s).
  • VMSS Redeploy and PerformMaintenance feature
    • Add new switch parameter -Redeploy and -PerformMaintenance to 'Set-AzureRmVmss' and 'Set-AzureRmVmssVM'
  • Add DisableVMAgent switch parameter to 'Set-AzureRmVMOperatingSystem' cmdlet
  • 'New-AzureRmVm' and 'New-AzureRmVmss' (simple parameter set) support a 'Win10' image.
  • 'Repair-AzureRmVmssServiceFabricUpdateDomain' cmdlet is added.
  • Introduce multiple breaking changes
    • Please refer to the migration guide for more details
  • 'Set-AzureRmVmDiskEncryptionExtension' makes AAD parameters optional

AzureRM.DataFactories

  • Remove deprecated 'Tags' alias from cmdlets
    • New-AzureRmDataFactory

AzureRM.DataFactoryV2

  • Updated the ADF .Net SDK version to 0.7.0-preview containing following changes:
    • Added execution parameters and connection managers property on ExecuteSSISPackage Activity
    • Updated PostgreSql, MySql llinked service to use full connection string instead of server, database, schema, username and password
    • Removed the schema from DB2 linked service
    • Removed schema property from Teradata linked service
    • Added LinkedService, Dataset, CopySource for Responsys

AzureRM.DataLakeAnalytics

  • Remove deprecated 'Tags' alias from cmdlets
    • 'New-AzureRmDataLakeAnalyticsAccount'
    • 'Set-AzureRmDataLakeAnalyticsAccount'

AzureRM.DataLakeStore

  • Add new feature of recursive Acl Change to Remove-AzureRmDataLakeStoreItemAclEntry, Set-AzureRmDataLakeStoreItemAclEntry, Set-AzureRmDataLakeStoreItemAcl
  • Add new cmdlet for retrieving the content summary under a directory
  • Add new cmdlet for retrieving the disk usage and Acl dump
  • Correct return type of Set-AzureRmDataLakeStoreItemAcl bool to IEnumerable
  • Correct return type of Set-AzureRmDataLakeStoreItemAclEntry bool to IEnumerable
  • Breaking changes in Export-AzureRmDataLakeStoreItem, Import-AzureRmDataLakeStoreItem, Remove-AzureRmDataLakeStoreItem

AzureRM.Dns

  • Introduce multiple breaking changes
    • Please refer to the migration guide for more information

AzureRM.EventHub

  • Updated Help for cmdlets with missing examples

AzureRM.Insights

  • Introduced multiple breaking changes
    • Please refer to the migration guide for more information

AzureRM.IotHub

  • Enable tags and Basic Sku to the IotHub

AzureRM.KeyVault

  • Breaking changes to support piping scenarios
  • Added new cmdlets: Backup/Restore-AzureKeyVaultManagedStorageAccount, Backup/Restore-AzureKeyVaultCertificate, Undo-AzureKeyVaultManagedStorageSasDefinitionRemoval, and Undo-AzureKeyVaultManagedStorageAccountRemoval

AzureRM.MachineLearning

  • Remove deprecated 'Tags' alias from cmdlets
    • Update-AzureRmMlCommitmentPlan

AzureRM.Media

  • Remove deprecated 'Tags' alias from cmdlets
    • 'Set-AzureRmMediaService'

AzureRM.Network

  • Add support for DDoS protection plan resource
  • Introduced multiple breaking changes
    • Please refer to the migration guide for more information

AzureRM.NotificationHubs

  • Introduce multiple breaking changes
    • Please refer to the migration guide for more information

AzureRM.OperationalInsights

  • Introduce multiple breaking changes
    • Please refer to the migration guide for more information

AzureRM.RecoveryServices.SiteRecovery

  • Fixed Authentication Header in SiteRecovery scenarios

AzureRM.RedisCache

  • Introduced multiple breaking changes
    • Please refer to the migration guide for more information

AzureRM.Resources

  • Remove obsolete parameter -AtScopeAndBelow from Get-AzureRmRoledefinition call
  • Include assignments to deleted USers/Groups/ServicePrincipals in Get-AzureRmRoleAssignment result
  • Add Tab completers for Scope and ResourceType
  • Add convenience cmdlet for creating ServicePrincipals
  • Merge Get- and Find- functionality in Get-AzureRmResource
  • Add AD Cmdlets:
    • Remove-AzureRmADGroupMember
    • Get-AzureRmADGroup
    • New-AzureRmADGroup
    • Remove-AzureRmADGroup
    • Remove-AzureRmADUser
    • Update-AzureRmADApplication
    • Update-AzureRmADServicePrincipal
    • Update-AzureRmADUser

AzureRM.ServiceFabric

  • Update default Linux image version sku
    • NewAzureServiceFabricCluster.cs default UbuntuServer1604 Sku update

AzureRM.Storage

  • Introduced multiple breaking changes
    • Please refer to the migration guide for more information

AzureRM.Websites

  • Upgrade to latest version of the Websites SDK
  • Added -AssignIdentity & -Httpsonly properties for Set-AzureRmWebApp and Set-AzureRmWebAppSlot
  • Added two new cmdlets: Get-AzureRmWebAppSnapshots and Restore-AzureRmWebAppSnapshot

Changes since last release: https://github.com/Azure/azure-powershell/compare/v5.7.0-April2018...v6.0.0-May2018

azure-powershell - 6.0.0 rc4

Published by markcowl over 6 years ago

Includes network changes

azure-powershell - 6.0.0-rc2 2018-04-29

Published by markcowl over 6 years ago

azure-powershell - RC1 6.0.0

Published by maddieclayton over 6 years ago

azure-powershell - AzureRM.Netcore 0.11.0

Published by markcowl over 6 years ago

Netcore preview release 0.11.0, including the following modules:

Module Name Version
AzureRM.Aks.Netcore 0.11.0
AzureRM.AnalysisServices.Netcore 0.11.0
Azure.AnalysisServices.Netcore 0.11.0
AzureRM.ApiManagement.Netcore 0.11.0
AzureRM.ApplicationInsights.Netcore 0.11.0
AzureRM.Automation.Netcore 0.11.0
AzureRM.Backup.Netcore 0.11.0
AzureRM.Batch.Netcore 0.11.0
AzureRM.Billing.Netcore 0.11.0
AzureRM.Cdn.Netcore 0.11.0
AzureRM.CognitiveServices.Netcore 0.11.0
AzureRM.Compute.Netcore 0.11.0
AzureRM.Consumption.Netcore 0.11.0
AzureRM.ContainerInstance.Netcore 0.11.0
AzureRM.ContainerRegistry.Netcore 0.11.0
AzureRM.DataFactories.Netcore 0.11.0
AzureRM.DataFactoryV2.Netcore 0.11.0
AzureRM.DataLakeAnalytics.Netcore 0.11.0
AzureRM.DataLakeStore.Netcore 0.11.0
AzureRM.DevTestLabs.Netcore 0.11.0
AzureRM.Dns.Netcore 0.11.0
AzureRM.EventGrid.Netcore 0.11.0
AzureRM.EventHub.Netcore 0.11.0
AzureRM.Insights.Netcore 0.11.0
AzureRM.IotHub.Netcore 0.11.0
AzureRM.KeyVault.Netcore 0.11.0
AzureRM.LogicApp.Netcore 0.11.0
AzureRM.MachineLearning.Netcore 0.11.0
AzureRM.MachineLearningCompute.Netcore 0.11.0
AzureRM.MarketplaceOrdering.Netcore 0.11.0
AzureRM.Media.Netcore 0.11.0
AzureRM.Network.Netcore 0.11.0
AzureRM.NotificationHubs.Netcore 0.11.0
AzureRM.OperationalInsights.Netcore 0.11.0
AzureRM.PowerBIEmbedded.Netcore 0.11.0
AzureRM.RedisCache.Netcore 0.11.0
AzureRM.Relay.Netcore 0.11.0
AzureRM.Resources.Netcore 0.11.0
AzureRM.Scheduler.Netcore 0.11.0
AzureRM.ServiceBus.Netcore 0.11.0
AzureRM.ServiceFabric.Netcore 0.11.0
AzureRM.Sql.Netcore 0.11.0
AzureRM.Storage.Netcore 0.11.0
AzureRM.StreamAnalytics.Netcore 0.11.0
AzureRM.Tags.Netcore 0.11.0
AzureRM.TrafficManager.Netcore 0.11.0
AzureRM.UsageAggregates.Netcore 0.11.0
AzureRM.Websites.Netcore 0.11.0
azure-powershell - AzureRM.PolicyInsights 0.9.0-preview

Published by MiYanni over 6 years ago

AzureRM.PolicyInsights 0.9.0-preview

Gallery Module for AzureRM.PolicyInsights

Please ensure that you have updated to at least version 1.6.0 of PowerShellGet to enable support for preview modules.

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

Install-Module -Name AzureRM.PolicyInsights -Repository PSGallery -AllowPrerelease -Force

Changes

  • Public preview release of Policy Insights cmdlets
azure-powershell - 5.7.0

Published by cormacpayne over 6 years ago

Azure PowerShell 5.7.0

Azure PowerShell 5.7.0 Installer: link

Gallery Module for ARM Cmdlets: link

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

Install-Module -Name AzureRM -Repository PSGallery -Force

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

Update-Module -Name AzureRM

Changes Since Last Release

General

  • Updated to the latest version of the Azure ClientRuntime

Azure.Storage

  • Fix the issue that upload Blob and upload File cmdlets fail on FIPS policy enabled machines
    • Set-AzureStorageBlobContent
    • Set-AzureStorageFileContent

AzureRM.Billing

  • New Cmdlet Get-AzureRmEnrollmentAccount
    • cmdlet to retrieve enrollment accounts

AzureRM.CognitiveServices

  • Integrate with Cognitive Services Management SDK version 4.0.0.
  • Add Get-AzureRmCognitiveServicesAccountUsage operation.

AzureRM.Compute

  • Get-AzureRmVmssDiskEncryptionStatus supports encryption status at data disk level
  • Get-AzureRmVmssVmDiskEncryptionStatus supports encryption status at data disk level
  • Update for Zone Resilient
  • 'New-AzureRmVm' and 'New-AzureRmVmss' (simple parameter set) support availability zones.

AzureRM.ContainerRegistry

  • Decouple reliance on Commands.Resources.Rest and ARM/Storage SDKs.

AzureRM.DataLakeStore

  • Add debug functionality
  • Update the version of the ADLS dataplane SDK to 1.1.2
  • Export-AzureRmDataLakeStoreItem - Deprecated parameters PerFileThreadCount, ConcurrentFileCount and introduced parameter Concurrency
  • Import-AzureRMDataLakeStoreItem - Deprecated parametersPerFileThreadCount, ConcurrentFileCount and introduced parameter Concurrency
  • Get-AzureRMDataLakeStoreItemContent - Fixed the tail behavior for contents greater than 4MB
  • Set-AzureRMDataLakeStoreItemExpiry - Introduced new parameter set SetRelativeExpiry for setting relative expiration time
  • Remove-AzureRmDataLakeStoreItem - Deprecated parameter Clean.

AzureRM.EventHub

  • Fixed AlternameName in New-AzureRmEventHubGeoDRConfiguration

AzureRM.KeyVault

  • Updated cmdlets to include piping scenarios
  • Add deprecation messages for upcoming breaking change release

AzureRM.Network

  • Fix error message with Network cmdlets

AzureRM.ServiceBus

  • Added 'properties' in CorrelationFilter of Rules to support customproperties
  • updated New-AzureRmServiceBusGeoDRConfiguration help and fixed Rules cmdlet output
  • Fixed auto-forward properties in New-AzureRmServiceBusQueue and New-AzureRmServiceBusSubscription cmdlet

AzureRM.Sql

  • Add new cmdlet 'Stop-AzureRmSqlElasticPoolActivity' to support canceling the asynchronous operations on elastic pool
  • Update the response for cmdlets Get-AzureRmSqlDatabaseActivity and Get-AzureRmSqlElasticPoolActivity to reflect more information in the response

Changes since last release: https://github.com/Azure/azure-powershell/compare/v5.6.0-March2018...v5.7.0-April2018

azure-powershell - 5.6.0

Published by cormacpayne over 6 years ago

Azure PowerShell 5.6.0

Azure PowerShell 5.6.0 Installer: link

Gallery Module for ARM Cmdlets: link

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

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

Install-Module -Name AzureRM -Repository PSGallery -Force

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

Update-Module -Name AzureRM

Changes Since Last Release

General

  • Fix issue with Default Resource Group in CloudShell
  • Fix issue where incorrect startup scripts were being executed during module import

Azure

  • Updated Diagnostics Agent configuration schema for Azure Monitor sink support.

AzureRM.Profile

  • Enable MSI authentication in unsupported scenarios
  • Add support for user-defined Managed Service Identity

AzureRM.AnalysisServices

  • Fixed issue with cleaning up scripts in build

AzureRM.Cdn

  • Fixed issue with cleaning up scripts in build

AzureRM.Compute

  • 'New-AzureRmVM' and 'New-AzureRmVMSS' support data disks.
  • 'New-AzureRmVM' and 'New-AzureRmVMSS' support custom image by name or by id.
  • Log analytic feature
    • Added 'Export-AzureRmLogAnalyticRequestRateByInterval' cmdlet
    • Added 'Export-AzureRmLogAnalyticThrottledRequests' cmdlet

AzureRM.ContainerInstance

  • Fix parameter sets issue for container registry and azure file volume mount

AzureRM.DataFactoryV2

  • Updated the ADF .Net SDK to version 0.6.0-preview containing the following changes:
    • Added new AzureDatabricks LinkedService and DatabricksNotebook Activity
    • Added headNodeSize and dataNodeSize properties in HDInsightOnDemand LinkedService
    • Added LinkedService, Dataset, CopySource for SalesforceMarketingCloud
    • Added support for SecureOutput on all activities
    • Added new BatchCount property on ForEach activity which control how many concurrent activities to run
    • Added new Filter Activity
    • Added Linked Service Parameters support

AzureRM.Dns

  • Support for Private DNS Zones (Public Preview)
    • Adds ability to create DNS zones that are visible only to the associated virtual networks

AzureRM.Network

  • Updating model types for compatibility with DNS cmdlets.

AzureRM.RecoveryServices.SiteRecovery

  • Changes for ASR Azure to Azure Site Recovery (cmdlets are currently supporting operations for Enterprise to Enterprise, Enterprise to Azure, HyperV to Azure,VMware to Azure)
    • New-AzureRmRecoveryServicesAsrProtectionContainer
    • New-AzureRmRecoveryServicesAsrAzureToAzureDiskReplicationConfig
    • Remove-AzureRmRecoveryServicesAsrProtectionContainer
    • Update-AzureRmRecoveryServicesAsrProtectionDirection

AzureRM.Storage

  • Obsolete following parameters in new and set Storage Account cmdlets: EnableEncryptionService and DisableEncryptionService, since Encryption at Rest is enabled by default and can't be disabled.
    • New-AzureRmStorageAccount
    • Set-AzureRmStorageAccount

AzureRM.Websites

  • Fixed the help for Remove-AzureRmWebAppSlot

Changes since last release: https://github.com/Azure/azure-powershell/compare/v5.5.0-March2018...v5.6.0-March2018

azure-powershell - 5.5.0

Published by maddieclayton over 6 years ago

Azure PowerShell 5.5.0

Azure PowerShell 5.5.0 Installer: link

Gallery Module for ARM Cmdlets: link

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

Install-Module -Name AzureRM -Repository PSGallery -Force

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

Update-Module -Name AzureRM

Changes Since Last Release

AzureRM.Profile

  • Fixed issue with importing aliases
  • Load version 10.0.3 of Newtonsoft.Json side-by-side with version 6.0.8

Azure.Storage

  • Support Soft-Delete feature
    • Enable-AzureStorageDeleteRetentionPolicy
    • Disable-AzureStorageDeleteRetentionPolicy
    • Get-AzureStorageBlob

AzureRM.AnalysisServices

  • Fixed issue with importing aliases
  • Add support of firewall and query scaleout feature, as well as support of 2017-08-01 api version.

AzureRM.Automation

  • Fixed issue with importing aliases

AzureRM.Cdn

  • Fixed issue with importing aliases

AzureRM.CognitiveServices

  • Update notice.txt and notice message.

AzureRM.Compute

  • 'New-AzureRmVMSS' prints connection strings in verbose mode.
  • 'New-AzureRmVmss' supports public IP address, load balancing rules, inbound NAT rules.
  • WriteAccelerator feature
    • Added WriteAccelerator switch parameter to the following cmdlets:
      Set-AzureRmVMOSDisk
      Set-AzureRmVMDataDisk
      Add-AzureRmVMDataDisk
      Add-AzureRmVmssDataDisk
    • Added OsDiskWriteAccelerator switch parameter to the following cmdlet:
      Set-AzureRmVmssStorageProfile.
    • Added OsDiskWriteAccelerator Boolean parameter to the following cmdlets:
      Update-AzureRmVM
      Update-AzureRmVmss

AzureRM.DataFactories

  • Fix credential encryption issue that caused no meaningful error for some encryption operations
  • Enable integration runtime to be shared across data factory

AzureRM.DataFactoryV2

  • Add parameter "SetupScriptContainerSasUri" and "Edition" for "Set-AzureRmDataFactoryV2IntegrationRuntime" cmd to enable custom setup and edition selection functionality
  • Fix credential encryption issue that caused no meaningful error for some encryption operations.
  • Enable integration runtime to be shared across data factory

AzureRM.HDInsight

  • Fixed issue with importing aliases

AzureRM.KeyVault

  • Fixed example for Set-AzureRmKeyVaultAccessPolicy

AzureRM.Network

  • Fixed issue with importing aliases

AzureRM.OperationalInsights

  • Fixed issue with importing aliases

AzureRM.RecoveryServices

  • Fixed issue with importing aliases

AzureRM.RecoveryServices.SiteRecovery

  • Fixed issue with importing aliases

AzureRM.Resources

  • Fixed issue with importing aliases

AzureRM.ServiceBus

  • Added EnableBatchedOperations property to Queue
  • Added DeadLetteringOnFilterEvaluationExceptions property to Subscriptions

AzureRM.ServiceFabric

  • Service Fabric cmdlet refresh
    • Updated ARM templates
    • Failed operations no longer rollback
    • Add-AzureRmServiceFabricNodeType
      • VMs default to managed disks
      • Existing VMSS subnet used
      • All operations are idempotent
    • Remove-AzureRmServiceFabricNodeType cleans up partially created VMSS and/or cluster node types
    • Fixed output of PSCluster object for complex property types

AzureRM.Sql

  • Fixed issue with importing aliases
  • Get-AzureRmSqlServer, New-AzureRmSqlServer, and Remove-AzureRmSqlServer response now includes FullyQualifiedDomainName property.

AzureRM.Websites

  • Fixed issue with importing aliases
  • New-AzureRMWebApp - added parameter set for simplified WebApp creation, with local git repository support.

Changes since last release: https://github.com/Azure/azure-powershell/compare/v5.4.0-February2018...v5.5.0-March2018

azure-powershell - AzureRM.Websites 5.0.0-preview

Published by cormacpayne over 6 years ago

AzureRM.Websites 5.0.0-preview

Gallery Module for AzureRM.Websites: link

Please ensure that you have updated to at least version 1.6.0 of PowerShellGet to enable support for preview modules.

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

Install-Module -Name AzureRM.Websites -Repository PSGallery -AllowPrerelease -Force

Changes

  • Upgrade to latest version of the Websites SDK
  • Added -AssignIdentity & -Httpsonly properties for SetAzureWebApp
azure-powershell - 5.4.1

Published by markcowl over 6 years ago

Azure PowerShell 5.4.1

Gallery Module for ARM Cmdlets: link

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

Install-Module -Name AzureRM -Repository PSGallery -Force

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

Update-Module -Name AzureRM

Changes Since Last Release

AzureRM.Profile

  • Fix concurrency issues in module loading
azure-powershell - 5.4.0

Published by cormacpayne over 6 years ago

Azure PowerShell 5.4.0

Azure PowerShell 5.4.0 Installer: link

Gallery Module for ARM Cmdlets: link

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

Install-Module -Name AzureRM -Repository PSGallery -Force

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

Update-Module -Name AzureRM

Changes Since Last Release

AzureRM.Automation

  • Added alias from New-AzureRmAutomationModule to Import-AzureRmAutomationModule

AzureRM.Compute

  • Fix ErrorAction issue for some of Get cmdlets.

AzureRM.ContainerInstance

  • Apply Azure Container Instance SDK 2018-02-01
    • Support DNS name label

AzureRM.DevTestLabs

  • Fixed all of the GET cmdlets which previously weren't working.

AzureRM.EventHub

  • Fix bug in Get-AzureRmEventHubGeoDRConfiguration help

AzureRM.Network

  • Added cmdlet to create a new connection monitor
    • New-AzureRmNetworkWatcherConnectionMonitor
  • Added cmdlet to update a connection monitor
    • Set-AzureRmNetworkWatcherConnectionMonitor
  • Added cmdlet to get connection monitor or connection monitor list
    • Get-AzureRmNetworkWatcherConnectionMonitor
  • Added cmdlet to query connection monitor
    • Get-AzureRmNetworkWatcherConnectionMonitorReport
  • Added cmdlet to start connection monitor
    • Start-AzureRmNetworkWatcherConnectionMonitor
  • Added cmdlet to stop connection monitor
    • Stop-AzureRmNetworkWatcherConnectionMonitor
  • Added cmdlet to remove connection monitor
    • Remove-AzureRmNetworkWatcherConnectionMonitor
  • Updated Set-AzureRmApplicationGatewayBackendAddressPool documentation to remove deprecated example
  • Added EnableHttp2 flag to Application Gateway
    • Updated New-AzureRmApplicationGateway: Added optional parameter -EnableHttp2
  • Add IpTags to PublicIpAddress
    • Updated New-AzureRmPublicIpAddress: Added IpTags
    • New-AzureRmPublicIpTag to add Iptag
  • Add DisableBgpRoutePropagation property in RouteTable and effectiveRoute.

AzureRM.Resources

  • Register-AzureRmProviderFeature: Added missing example in the docs
  • Register-AzureRmResourceProvider: Added missing example in the docs

AzureRM.Storage

  • Obsolete following parameters in new and set Storage Account cmdlets: EnableEncryptionService and DisableEncryptionService, since Encryption at Rest is enabled by default and can't be disabled.
    • New-AzureRmStorageAccount
    • Set-AzureRmStorageAccount

Changes since last release: https://github.com/Azure/azure-powershell/compare/v5.3.0-February2018-rtm...v5.4.0-February2018

Badges
Extracted from project README
Az AzPreview
Related Projects