azure-powershell

Microsoft Azure PowerShell

OTHER License

Stars
4.1K
Committers
1.7K

Bot releases are visible (Hide)

azure-powershell - AzureRM.Compute.5.6.1-preview

Published by praries880 about 6 years ago

AzureRM.Compute.5.6.1-preview

Gallery Module link

azure-powershell - Az 0.3.0

Published by cormacpayne about 6 years ago

Version 0.3.0 of the Az module

Install

Gallery Module for ARM Cmdlets: link

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

Install-Module -Name Az -Repository PSGallery -Force

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

Update-Module -Name Az

Other

For more information about the Az module, please see our Announcing New Module Az document.

azure-powershell - 6.10.0

Published by cormacpayne about 6 years ago

Install

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

Azure.Storage

  • Fix Copy Blob/File won't copy metadata when destination has metadata issue
    • Start-AzureStorageBlobCopy
    • Start-AzureStorageFileCopy

AzureRM.CognitiveServices

  • Support Get-AzureRmCognitiveServicesAccountSkus without an existing account.

AzureRM.Compute

  • Fix Get-AzureRmVM -ResourceGroupName to return more than 50 results if needed
  • Added an example of the 'SimpleParameterSet' to New-AzureRmVmss cmdlet help.
  • Fixed a typo in the Azure Disk Encryption progress message

AzureRM.DataFactoryV2

  • Updated the ADF .Net SDK version to 2.3.0.

AzureRM.Network

  • Added NetworkProfile functionality. new cmdlets added
    • Get-AzureRMNetworkProfile
    • New-AzureRMNetworkProfile
    • Remove-AzureRMNetworkProfile
    • Set-AzureRMNetworkProfile
    • New-AzureRMContainerNicConfig
    • New-AzureRmContainerNicConfigIpConfig
  • Added service association link on Subnet Model
  • Added cmdlet New-AzureRmVirtualNetworkTap, Get-AzureRmVirtualNetworkTap, Set-AzureRmVirtualNetworkTap, Remove-AzureRmVirtualNetworkTap
  • Added cmdlet Set-AzureRmNEtworkInterfaceTapConfig, Get-AzureRmNEtworkInterfaceTapConfig, Remove-AzureRmNEtworkInterfaceTapConfig

AzureRM.RedisCache

  • Allow any string as Size parameter going forward. Add P5 in PSArgumentCompleter popup

AzureRM.Resources

  • Add missing -Mode parameter to Set-AzureRmPolicyDefinition
  • Fix Get-AzureRmProviderOperation commandlet bug for operations with Origin containing User

AzureRM.Sql

  • Fixed issue where some backup cmdlets would not recognize the current azure subscription

AzureRM.Storage

  • Support get the Storage resource usage of a specific location, and add warning message for get global Storage resource usage is obsolete.
    • Get-AzureRmStorageUsage

AzureRM.Websites

  • New Cmdlet Get-AzureRMWebAppContainerContinuousDeploymentUrl - Gets the Container Continuous Deployment Webhook URL
  • New Cmdlets New-AzureRMWebAppContainerPSSession and Enter-WebAppContainerPSSession - Initiates a PowerShell remote session into a windows container app

Changes since last release: https://github.com/Azure/azure-powershell/compare/v6.9.0-September2018...v6.10.0-October2018

azure-powershell - AzureRM.Storage 6.0.0-preview

Published by markcowl about 6 years ago

AzureRM.Storage 6.0.0-preview

Gallery Module link

azure-powershell - Az 0.2.2

Published by markcowl about 6 years ago

Version 0.2.2 of the Az module

Install

Gallery Module for ARM Cmdlets: link

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

Install-Module -Name Az -Repository PSGallery -Force

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

Update-Module -Name Az
azure-powershell - AzureRM 2.3.0 and AzureStack 1.5.0

Published by markcowl about 6 years ago

Release for AzureStack module 1.5.0 and Azure RM 2.3.0 for Azure Stack

azure-powershell - 6.9.0

Published by maddieclayton about 6 years ago

Install

Azure PowerShell 6.9.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

  • AzureRM.SignalR was added to the AzureRM rollup module

AzureRM.Profile

  • Minor changes to the storage common code
  • Updated help files to include full parameter types.
  • Changed -ServicePrincipal to non-mandatory in the ServicePrincipalCertificateWithSubscriptionId parameter set

Azure.Storage

  • Support create Storage Context with OAuth.
    • New-AzureStorageContext

AzureRM.Cdn

  • Added Standard_Microsoft in Cdn pricing sku.

AzureRM.Compute

  • Move dependencies on Keyvault and Storage to the common dependencies
  • Add support for more virutal machine sizes to AEM cmdlets
  • Add PublicIPPrefix parameter to New-AzureRmVmssIpConfig
  • Add ResourceId parameter to Invoke-AzureRmVMRunCommand cmdelt
  • Add Invoke-AzureRmVmssVMRunCommand cmdlet

AzureRM.Dns

  • Added support for alias record during dns record creation

AzureRM.Insights

  • Fixed issues #6833 and #7102 (Diagnostic Settings area)
    • Issues with the default name, i.e. 'service', during creation and listing/getting of diagnostic settings
    • Issues creating diagnostic settings with categories
  • Added deprecation message for metrics time grains parameters
    • Timegrains parameters are still being accepted (this is a non-breaking change,) but they are ignored in the backend since only PT1M is valid

AzureRM.Network

  • Changes to LoadBalancer cmdlets
    • LoadBalancerInboundNatPoolConfig: added parameters IdleTimeoutInMinutes, EnableFloatingIp and EnableTcpReset
    • LoadBalancerInboundNatRuleConfig: added parameter EnableTcpReset
    • LoadBalancerRuleConfig: added parameter EnableTcpReset
    • LoadBalancerProbeConfig: added support for value "Https" for parameter Protocol
  • Added new commands for new LoadBalancer's subresource OutboundRule
    • Add-AzureRmLoadBalancerOutboundRuleConfig
    • Get-AzureRmLoadBalancerOutboundRuleConfig
    • New-AzureRmLoadBalancerOutboundRuleConfig
    • Set-AzureRmLoadBalancerOutboundRuleConfig
    • Remove-AzureRmLoadBalancerOutboundRuleConfig
  • Added new HostedWorkloads property for PSNetworkInterface
  • Added new cmdlets for feature: Azure Firewall via ARM
    • Added Get-AzureRmFirewall
    • Added Set-AzureRmFirewall
    • Added New-AzureRmFirewall
    • Added Remove-AzureRmFirewall
    • Added New-AzureRmFirewallApplicationRuleCollection
    • Added New-AzureRmFirewallApplicationRule
    • Added New-AzureRmFirewallNatRuleCollection
    • Added New-AzureRmFirewallNatRule
    • Added New-AzureRmFirewallNetworkRuleCollection
    • Added New-AzureRmFirewallNetworkRule
  • Added support for Trusted Root certificate and Autoscale configuration in Application Gateway
    • New Cmdlets added:
      • Add-AzureRmApplicationGatewayTrustedRootCertificate
      • Get-AzureRmApplicationGatewayTrustedRootCertificate
      • New-AzureRmApplicationGatewayTrustedRootCertificate
      • Remove-AzureRmApplicationGatewayTrustedRootCertificate
      • Set-AzureRmApplicationGatewayTrustedRootCertificate
      • Get-AzureRmApplicationGatewayAutoscaleConfiguration
      • New-AzureRmApplicationGatewayAutoscaleConfiguration
      • Remove-AzureRmApplicationGatewayAutoscaleConfiguration
      • Set-AzureRmApplicationGatewayAutoscaleConfiguration
    • Cmdlets updated with optonal parameter -TrustedRootCertificate
      • New-AzureRmApplicationGateway
      • Set-AzureRmApplicationGateway
      • New-AzureRmApplicationGatewayBackendHttpSetting
      • Set-AzureRmApplicationGatewayBackendHttpSetting
    • Cmdlets updated with optonal parameter -AutoscaleConfiguration
      • New-AzureRmApplicationGateway
      • Set-AzureRmApplicationGateway
  • Add cmdlet for Interface Endpoint Get-AzureInterfaceEndpoint
  • Added support for multiple address prefixes in a subnet. Updated cmdlets:
    • New-AzureRmVirtualNetworkSubnetConfig
    • Set-AzureRmVirtualNetworkSubnetConfig
    • Add-AzureRmVirtualNetworkSubnetConfig
    • Get-AzureRmVirtualNetworkSubnetConfig
    • Add-AzureRmApplicationGatewayAuthenticationCertificate
    • Add-AzureRmApplicationGatewayFrontendIPConfig
    • New-AzureRmApplicationGatewayFrontendIPConfig
    • Set-AzureRmApplicationGatewayFrontendIPConfig
    • Add-AzureRmApplicationGatewayIPConfiguration
    • New-AzureRmApplicationGatewayIPConfiguration
    • Set-AzureRmApplicationGatewayIPConfiguration
    • Add-AzureRmNetworkInterfaceIpConfig
    • New-AzureRmNetworkInterfaceIpConfig - Set-AzureRmNetworkInterfaceIpConfig
    • New-AzureRmVirtualNetworkGatewayIpConfig
    • Add-AzureRmVirtualNetworkGatewayIpConfig
    • Set-AzureRmLoadBalancerFrontendIpConfig
    • Add-AzureRmLoadBalancerFrontendIpConfig
    • New-AzureRmLoadBalancerFrontendIpConfig
    • New-AzureRmNetworkInterface
  • Adding cmdlets for subnet delegation.
    • New-AzureRmDelegation: Creates a new delegation, which can be added to a subnet
    • Remove-AzureRmDelegation: Takes in a subnet and removes the provided delegation name from that subnet
    • Add-AzureRmDelegation: Takes in a subnet and adds the provided service name as a delegation to that subnet
    • Get-AzureRmDelegation
    • Get-AzureRmAvailableServiceDelegations

AzureRM.RecoveryServices.SiteRecovery

  • Support for managed Managed disk

AzureRM.RedisCache

  • Updated Insights dependency.

AzureRM.Resources

  • Update New-AzureRmResourceGroupDeployment with new parameter RollbackAction
    • Add support for OnErrorDeployment with the new parameter.
  • Support managed identity on policy assignments.
  • Parameters with default values are no longer requred when assigning a policy with 'New-AzureRmPolicyAssignment'
  • Add new cmdlet Get-AzureRmPolicyAlias for retrieving policy aliases

AzureRM.ServiceBus

  • Fixed issue #7161

AzureRM.SignalR

  • Update SKU names to Free_F1 and Standard_S1
  • Add version field to the PSSignalRResource object and connection string to the PSSignalRKeys object.

AzureRM.Storage

  • 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

AzureRM.Websites

  • Added two new cmdlets: Get-AzureRmDeletedWebApp and Restore-AzureRmDeletedWebApp
  • New-AzureRmAppServicePlan -HyperV switch is added for create app service plan with windows container
  • New-AzureRmWebApp/ New-AzureRmWebAppSlot/ Set-AzureRmWebApp/ Set-AzureRmWebAppSlot - New parameters (–ContainerRegistryUser string -ContainerRegistryPassword secureString -EnableContainerContinuousDeployment) added for creating and managing windows container app
azure-powershell - AzureRM 6.9.0 RC 2

Published by maddieclayton about 6 years ago

azure-powershell - Azure RM 6.9.0 rc 1

Published by maddieclayton about 6 years ago

The first release candidate for AzureRM 6.8.0

azure-powershell - Before Newtonsoft 9 change

Published by markcowl about 6 years ago

azure-powershell - AzureRm.Network.6.7.0

Published by praries880 about 6 years ago

Install

Link to AzureRM.Network module in PowerShell Gallery

To install this version of AzureRM.Network from the PowerShell Gallery, run the following command:

Install-Module -Name AzureRM.Network -RequiredVersion 6.7.0 -Force

If you have an older version of AzureRM.Network installed on your machine and want to upgrade to this version, run the following command:

Update-Module -Name AzureRM.Network -RequiredVersion 6.7.0

Change Log

  • Updated cmdlet New-AzureRmVirtualNetworkGatewayConnection with support for switch ExpressRouteGatewayBypass
azure-powershell - 6.8.1

Published by markcowl about 6 years ago

Install

Azure PowerShell 6.8.1 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

  • Fixed issue with default resource groups not being set.
  • Updated common runtime assemblies

AzureRM.ApiManagement

AzureRM.Compute

  • Fixed the issue that target is missing in error output.
  • Fixed issue with storage account type for VM with managed disk
  • Fixed issue with default resource groups not being set.
  • Fix AEM Extension cmdlets for other environments, for example Azure China

AzureRM.Network

  • Changed default cmdlet output presentation to table view

AzureRM.PowerBIEmbedded

  • Fix failure in Update-AzureRmPowerBIEmbeddedCapacity when trying to scale paused capacity

AzureRM.Resources

  • Fixed issue with creating managed applications from the MarketPlace.

AzureRM.ServiceBus

AzureRM.TrafficManager

  • Added Support for the MultiValue routing method
    • New parameter 'MaxReturn' for MultiValue routing
  • Added Support for the Subnet routing method
    • Support for IP address ranges (subnets) in endpoints
  • Added Support for Custom Headers in profiles
  • Added Support for Expected status code ranges in profiles
  • Added Support for Custom Headers in endpoints
azure-powershell - Az 0.1.0

Published by markcowl about 6 years ago

Initial Release of Az 0.1.0

azure-powershell - Azure RM 6.8.0 rc 1

Published by markcowl about 6 years ago

The first release candidate for AzureRM 6.8.0

azure-powershell - 6.8.0

Published by MiYanni about 6 years ago

Install

Azure PowerShell 6.8.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

  • Fixed issue with default resource groups not being set.

AzureRM.Profile

  • Added expiration property to tokens returned during Connect-AzureRmAccount

AzureRM.Compute

  • Fixed the issue that target is missing in error output.
  • Fixed issue with storage account type for VM with managed disk
  • Fix AEM Extension cmdlets for other environments, for example Azure China

AzureRM.IotHub

  • Fix examples for New-AzureRmIotHubExportDevices and New-AzureRmIotHubImportDevices

AzureRM.Network

  • Changed default models representation to table-view

AzureRM.PowerBIEmbedded

  • Fix failure in Update-AzureRmPowerBIEmbeddedCapacity when trying to scale paused capacity

AzureRM.Resources

  • Fixed issue with creating managed application from the MarketPlace.

AzureRM.ServiceBus

AzureRM.TrafficManager

  • Support for the MultiValue routing method
    • New parameter 'MaxReturn' for MultiValue routing
  • Support for the Subnet routing method
    • Support for IP address ranges (subnets) in endpoints
  • Support for Custom Headers in profiles
  • Support for Expected status code ranges in profiles
  • Support for Custom Headers in endpoints

AzureRM.Websites

  • Fixed issue with default resource group being set incorrectly.
azure-powershell - Pre Common Refactor August 16 2018

Published by markcowl about 6 years ago

  • Placeholder for repo state before common refactor
azure-powershell - 6.7.0

Published by markcowl about 6 years ago

Install

Azure PowerShell 6.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.

AzureRM.Profile

Azure.Storage

  • Remove the 5TB limitation for Azure File Share quota
  • Set-AzureStorageShareQuota

AzureRM.Compute

  • Add EvictionPolicy parameter to New-AzureRmVmssConfig
  • Use default location in the DiskFileParameterSet of New-AzureRmVm if no Location is specified.
  • Fix parameter description in Save-AzureRmVMImage
  • Fix Get-AzureRmVMDiskEncryptionStatus cmdlet for certain singlepass related scenarios

AzureRM.DataLakeStore

  • Fix debugging when DebugPreference is set from powershell command line
  • Update example for Set-AzureRmDataLakeStoreItemAcl
  • Update example for Set-AzureRmDataLakeStoreItemAclEntry

AzureRM.Network

  • Added example for Set-AzureRmLocalNetworkGateway
  • Added examples and descriptions for Add-AzureRmVirtualNetworkGatewayIpConfig, Get-AzureRmVirtualNetworkGatewayConnectionSharedKey and New-AzureRmVirtualNetworkGatewayConnection
  • Added examples for Remove-AzureRmVirtualNetworkGatewayIpConfig and Reset-AzureRmVirtualNetworkGateway
  • Added example for Reset-AzureRmVirtualNetworkGatewayConnectionSharedKey
  • Added example for Set-AzureRmVirtualNetworkGatewayConnectionSharedKey
  • Added example for Set-AzureRmVirtualNetworkGatewayConnection
  • Re-generated cmdlets for ApplicationSecurityGroup, RouteTable and Usage using latest code generator
  • Clarified error message for Get-AzureRmVirtualNetworkSubnetConfig when attempting to get a subnet that does not exitc

AzureRM.RecoveryServices.Backup

  • Added policy filter to Get-AzureRmRecoveryServicesBackItem cmdlet. The command returns the list of backup items protected by the given policy id.
  • Updated Microsoft.Azure.Management.RecoveryServices.Backup to version 3.0.0-preview.
  • Updated to the latest version of the Azure ClientRuntime.
  • Added TargetResourceGroupName parameter to Restore-AzureRmRecoveryServicesBackupItem. The resource group to which the managed disks are restored. Applicable to backup of VM with managed disks.

AzureRM.Resources

  • Support template deployment at subscription scope. Add new Cmdlets:
    • New-AzureRmDeployment
    • Get-AzureRmDeployment
    • Test-AzureRmDeployment
    • Remove-AzureRmDeployment
    • Stop-AzureRmDeployment
    • Save-AzureRmDeploymentTemplate
    • Get-AzureRmDeploymentOperation
  • Fix issue where error is thrown when passing a context to Set-AzureRmResource
  • Fix example in New-AzureRmResourceGroupDeployment
azure-powershell - AzureStack 1.4.0

Published by markcowl about 6 years ago

azure-powershell - 6.7.0-rc1

Published by markcowl about 6 years ago

RC1 Candidate Tag for 2018-08-10 release

azure-powershell - 6.6.0

Published by maddieclayton about 6 years ago

Install

Azure PowerShell 6.6.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 all help files to include full parameter types and correct input/output types.

AzureRM.Profile

  • Updated Common.Strategy library to be able to validate that the current config for a resource is compatible with the target resource. Default is always true, individual resources and overridet the default.
  • Added ps1xml types to Common.Storage

Azure.Storage

  • Support get Storage Context from DefaulfProfile
  • Add Ps1XmlAttribute to cmdlets output types properties.

AzureRM.ApiManagement

AzureRM.Compute

  • Fix issue with creating a vm using DiskFileParameterSet in New-AzureRmVm failing because of PremiumLRS storage account type renaming.
  • Fix Invoke-AzureRmVMRunCommand cmdlet
  • Update Get-AzureRmAvailabilitySet to enable list all availability sets in a subscription. (ResouceGroupName parameter is now optional.)
  • Update SimpleParameterSet of 'New-AzureRmVm' to enable Accelerated Network on qualifying vms.
  • Update New-AzureRmVmss simple parameter set to fail creating the vmss when a user specified LB already exists.
  • Update example for New-AzureRmDisk
  • Add example for 'New-AzureRmVM'
  • Update description for Set-AzureRmVMOSDisk
  • Update Example 1 for Set-AzureRmVMBginfoExtension to correct spelling and prefix.

AzureRM.DataFactoryV2

  • Updated the ADF .Net SDK version to 1.1.0.
  • Support self-hosted integration runtime sharing across data factories.
    • Add new parameter -SharedIntegrationRuntimeResourceId to Set-AzureRmDataFactoryV2IntegrationRuntime cmdlet.
    • Add new optional parameter -LinkedDataFactoryName to Remove-AzureRmDataFactoryV2IntegrationRuntime cmdlet.

AzureRM.DataLakeStore

  • Updated the DataPlane SDK (Microsoft.Azure.DataLake.Store) version to 1.1.9

AzureRM.EventHub

  • Updated piping for InputObject and ResourceId in remove cmdlets

AzureRM.Insights

  • Fixed formatting of OutputType in help files
  • Using Microsoft.Azure.Management.Monitor SDK 0.19.1-preview

AzureRM.KeyVault

  • Fix piping issue in Set-AzureRmKeyVaultAccessPolicy

AzureRM.Network

  • Added examples for LoadBalancerInboundNatPoolConfig cmdlets.

AzureRM.Resources

AzureRM.ServiceBus

AzureRM.Sql

  • Adding Server Advanced Threat Protection support with the following cmdlets:
    • Enable-AzureRmSqlServerAdvancedThreatProtection; Disable-AzureRmSqlServerAdvancedThreatProtection; Get-AzureRmSqlServerAdvancedThreatProtectionPolicy
  • Adding Vulnerability Assessment support with the following cmdlets:
    • Update-AzureRmSqlDatabaseVulnerabilityAssessmentSettings; Get-AzureRmSqlDatabaseVulnerabilityAssessmentSettings; Clear-AzureRmSqlDatabaseVulnerabilityAssessmentSettings
    • Set-AzureRmSqlDatabaseVulnerabilityAssessmentRuleBaseline; Get-AzureRmSqlDatabaseVulnerabilityAssessmentRuleBaseline; Clear-AzureRmSqlDatabaseVulnerabilityAssessmentRuleBaseline
    • Convert-AzureRmSqlDatabaseVulnerabilityAssessmentScan; Get-AzureRmSqlDatabaseVulnerabilityAssessmentScanRecord; Start-AzureRmSqlDatabaseVulnerabilityAssessmentScan
  • Fixed example in Remove-AzureRmSqlServerFirewallRule
  • Fix datetime handling incorrectly for non-us base culture in Get-AzureSqlSyncGroupLog

AzureRM.Storage

  • Add Ps1XmlAttribute to cmdlets output types properties
  • Show StorageAccount cmdlet output in table view
    • Get-AzureRmStorageAccount
    • New-AzureRmStorageAccount
    • Set-AzureRmStorageAccount

AzureRM.Tags

Badges
Extracted from project README
Az AzPreview
Related Projects