azure-powershell

Microsoft Azure PowerShell

OTHER License

Stars
4.1K
Committers
1.7K

Bot releases are visible (Hide)

azure-powershell - 1.0.0

Published by markcowl almost 9 years ago

Installer: Windows Standalone

Note: there is a known issue with the AzureRM.Websites cmdlets in this release (TypeLoadException). A fix should be available on November 9.

  • Azure Compute
    • AzureRmVM cmdlet bug fixes
    • Fixes for DSC Extension cmdlets
  • Azure DataLake
    • First release of Azure DataLake Store and Azure DataLake Analytics cmdlets
  • Azure Network
    • Fixes to ExpressRoute cmdlets in Azure Resource Manager
    • Changes to BGP cmdlets
  • Azure Notification Hubs
    • First release of Azure Notification Hubs cmdlets
  • Azure Profile
    • Enable Certificate login for AD Applications
    • Get-AzureRmSubscription, Set-AzureRmContext search all tenants by default when no tenant is specified
  • Azure Redis Cache
    • Set-AzureRedisCache - Premium and vNet support for redis cache
    • New-AzureRedisCache - Premium and vNet support for redis cache
  • Azure Resource Manager
    • Automatic RP Registration
    • Updates for Find-Resource, Authorization cmdlets, and AzureAD cmdlets
  • Azure Sql
    • Changes to Data Masking cmdlets
  • Azure Storage
    • Added support for storage file and usage metrics in Azure Resource Manager cmdlets
  • Azure Websites
    • New and rewritten cmdlets for Azure Web Application management

View changes since last release

azure-powershell - 1.0.0-preview2

Published by markcowl almost 9 years ago

Installer: Windows Standalone

azure-powershell - 0.9.8.1

Published by markcowl about 9 years ago

Installer: Web Platform Installer | Windows Standalone

  • Azure Profile cmdlets
    • Re-enabled methods for updating user-agent headers in http requests
  • Azure Resource Manager Authorization cmdlets
    • Fixed display of role assignments output
    • Added ExpandPrincipalGroups and IncludeClassicAdministrators options to Get-AzureRoleAssignment commandlet
    • Updated all role assignment commandlets to take in a SgnInName parameter
    • Added new Get-AzureAuthorizationChangelog command that gives access to change history for a subscription
    • Miscellaneous bug fixes

View changes since last release

azure-powershell - 1.0.0-preview (PowerShellGallery)

Published by markcowl about 9 years ago

  • Cmdlets released to PowerShell Gallery
  • AzureResourceManager module split into component modules
  • Switch-AzureMode removed : cmdlets exist side-by-side
  • All ARM control plane cmdlets renamed from 'verb-Azure_' to 'verb-AzureRm_'
  • Stateless authentication for ARM cmdlets: new authentication cmdlets
    • Add-AzureRmAccount - login to azure using user, service principal, or access token credentials
    • Set-AzureRmContext - set the current subscription or tenant
    • Get-AzureRmSubscription - list subscriptions
    • Save-AzureRmProfile - save credential information to disk
    • Select-AzureRmProfile - load credential information from disk
  • Storage cmdlet enhancements for ARM storage accounts
    • Get-AzureRmStorageAccount | Get-AzureStorageContainer (or other storage commands that accept a StorageContext)
    • Set-AzureRmCurrentStorageAccount - set the current storage account for use by storage cmdlets

More information on this release here

More information on getting started with PowerShell Gallery here

View changes since last release

azure-powershell - 0.9.8

Published by jianghaolu about 9 years ago

Installer: Web Platform Installer | Windows Standalone

  • Azure Compute (ARM) Cmdlets
    • Added -Launch parameter for Get-AzureRemoteDesktopFile cmdlet
    • Added Id parameter for VM cmdlets to support piping scenario without ResourceGroupName parameter
    • Added Set-AzureVMDataDisk cmdlet
    • Added Add-AzureVhd cmdlet
    • Changed the output format of Get image cmdlets as a table
    • Fixed Set-AzureVMAccessExtension cmdlet
  • Azure Compute (Service Management) cmdlets
    • Exposed ComputeImageConfig in Get-AzurePlatformVMImage cmdlet
    • Fixed Publish-AzurePlatformExtension and Set-AzurePlatformExtension cmdlets
  • Azure Backup - added the following cmdlets
    • Backup-AzureRMBackupItem
    • Register-AzureRMBackupContainer
    • Disable-AzureRMBackupProtection
    • Enable-AzureRMBackupProtection
    • Get-AzureRMBackupItem
    • Get-AzureRMBackupJob
    • Get-AzureRMBackupJobDetails
    • Stop-AzureRMBackupJob
    • Wait-AzureRMBackupJob
    • Get-AzureRMBackupProtectionPolicy
    • New-AzureRMBackupProtectionPolicy
    • New-AzureRMBackupRetentionPolicyObject
    • Remove-AzureRMBackupProtectionPolicy
    • Set-AzureRMBackupProtectionPolicy
    • Get-AzureRMBackupRecoveryPoint
    • Restore-AzureRMBackupItem
  • Azure Batch - added the following cmdlets
    • Enable-AzureBatchJob
    • Disable-AzureBatchJob
    • Enable-AzureBatchJobSchedule
    • Disable-AzureBatchJobSchedule
    • Stop-AzureBatchJob
    • Stop-AzureBatchJobSchedule
    • Stop-AzureBatchTask
  • Azure Data Factory
    • Update SDK reference to 3.0.0 to use API version 2015-09-01
      • Imposes message size limits for all authoring types. Pipelines must be 200 KB or less in size and all others must be 30 KB or less.
      • TeradataLinkedService no longer accepts the obsolete properties "database" and "schema".
      • Obsolete copy-related properties are no longer returned from the service.
  • Azure Sql (ARM) Cmdlets - added the following cmdlets
    • Get-AzureSqlServerActiveDirectoryAdministrator
    • Set-AzureSqlServerActiveDirectoryAdministrator
    • Remove-AzureSqlServerActiveDirectoryAdministrator
  • SQL Server VM cmdlets (ARM)
    • New-AzureVMSqlServerAutoPatchingConfig
    • New-AzureVMSqlServerAutoBackupConfig
    • Set-AzureVMSqlServerExtension
    • Get-AzureVMSqlServerExtension
    • Remove-AzureVMSqlServerExtension

View changes since last release

azure-powershell - 0.9.7

Published by markcowl about 9 years ago

Installer: Web Platform Installer | Windows Standalone

  • Azure Profile cmdlets
    • New-AzureProfile
      • Added parameter set for empty profile
      • Fixed issues with AAD aithentication when constructing profile
      • Enabled passing results of Add-AzureEnvironment to New-AzureProfile -Environment parameter
  • Azure ResourceManager cmdlets
    • New-AzureResourceGroupDeployment: Added Mode and Force parameters
    • Get-AzureProviderOperation: API changes to improve performance
  • Azure Compute (ARM) Cmdlets
    • Fixes for Set-AzureDeployment with -ExtensionConfiguration
    • Fixes for Set-AzureVMCustomExtension cmdlets
    • Deprecated cmdlets Get-AzureVMImageDetail and Get-AzureVMExtentionImageDetail
  • Azure Compute (Service Management) cmdlets
    • Publish-AzureVMDSCConfiguration: Added additional configuration parameters
  • Azure Network (ARM) cmdlets
    • Added help for Route Table cmdlets
  • Azure Storage cmdlets
    • Added support for downloading, uploading, and copying append blob
    • Added support for asynchronous copying to and from cloud file
    • Added azure service CORS management
  • Azure Sql (ARM) Cmdlets
    • Fixed issues with ElascitPool cmdlets
  • AzureBatch cmdlets
    • Added Batch autoscale cmdlets Enable-AzureBatchAutoScale, Disable-AzureBatchAutoScale
  • RemoteApp cmdlets
    • Added Restart-AzureRemoteAppVm cmdlet
  • Azure HDInsight cmdlets
    • Added cmdlet help

View changes since last release

azure-powershell - 0.9.6

Published by amarzavery about 9 years ago

Installer: Web Platform Installer | Windows Standalone

  • Azure Batch cmdlets
    • Cmdlets updated to use the general availability API. See http://blogs.technet.com/b/windowshpc/archive/2015/07/10/what-39-s-new-in-azure-batch-july-release-general-availability.aspx
    • Breaking changes to cmdlets resulting from API update:
      • Workitems have been removed.
      • If you were adding all tasks to a single job, use the New-AzureBatchJob cmdlet to directly create your job.
      • If you were managing workitems with a recurring schedule defined, use the AzureBatchJobSchedule cmdlets instead.
      • If you were using the AzureBatchVM cmdlets, use the AzureBatchComputeNode cmdlets instead.
      • The AzureBatchTaskFile and AzureBatchVMFile cmdlets have been consolidated into the AzureBatchNodeFile cmdlets.
      • The Name property on most entities has been replaced by an Id property.
  • Azure Network
    • Cert and SET cmdlet bugfix
  • Azure Compute
    • Update VMAcces extension to use Json configs.
    • Fix Publish Extension cmdlets.
    • Update CustomScript cmdlet for SAS Uri.
    • Update help file.
  • Azure Data Factory
    • Rename Table to Dataset.
  • Azure SQL
    • changed the structure of the security namespace to align to the rest of the namespaces in the Azure SQL namespace.
    • Added Schema to data masking rule.
    • Updated underlying sql nuget version.
    • Add the parameter for elastic pool in Start-AzureSqlServerUpgrade.
    • Return the schedule time of the upgrade (in case of forced upgrade) to customer in Get-AzureSqlServerUpgrade.
  • Azure Hdinsight Resoruce Management cmdlets
  • Azure Site Recovery
    • Add Valult, Server, Protection Container, protection Entity, Protection Profile, Job cmdlets.
  • Azure Stream Analytics
    • Use Stream Analytics SDK reference to 1.6.0 version.
  • Azure Backup
    • Enable-AzureBackupContainerReregistration cmdlet.
  • Azure UsageAggregates cmdlet

View changes since last release

azure-powershell - 0.9.5

Published by amarzavery over 9 years ago

Installer: Web Platform Installer | Windows Standalone

2015.07.17 version 0.9.5

  • Azure SQL cmdlets
    • Allowing to use of Storage V2 accounts in Auditing policies
  • Azure RedisCache cmdlets
    • Set-AzureRedisCache - Bug fix done in management API that fixes bug here as well, Make return type public
    • New-AzureRedisCache - Make return type public
    • Get-AzureRedisCache - Make return type public
    • Azure Network Resource Provider cmdlets
    • Added Application Gateway cmdlets
      • New-AzureApplicationGateway
      • Start-AzureApplicationGateway
      • Stop-AzureApplicationGateway
      • SetAzureApplicationGateway
      • GetAzureApplicationGateway
      • RemoveAzureApplicationGateway
    • Added Application Gateway Backend Address Pool cmdlets
      • New-AzureApplicationGatewayBackendAddressPool
      • Add-AzureApplicationGatewayBackendAddressPool
      • Set-AzureApplicationGatewayBackendAddressPool
      • Get-AzureApplicationGatewayBackendAddressPool
      • Remove-AzureApplicationGatewayBackendAddressPool
    • Added Application Gateway Backend HTTP Settings cmdlets
      • New-AzureApplicationGatewayBackendHttpSettings
      • Add-AzureApplicationGatewayBackendHttpSettings
      • Set-AzureApplicationGatewayBackendHttpSettings
      • Get-AzureApplicationGatewayBackendHttpSettings
      • Remove-AzureApplicationGatewayBackendHttpSettings
    • Added Application Gateway Frontend IP Configuration cmdlets
      • New-AzureApplicationGatewayFrontendIPConfiguration
      • Add-AzureApplicationGatewayFrontendIPConfiguration
      • Set-AzureApplicationGatewayFrontendIPConfiguration
      • Get-AzureApplicationGatewayFrontendIPConfiguration
      • Remove-AzureApplicationGatewayFrontendIPConfiguration
    • Added Application Gateway Frontend Port cmdlets
      • New-AzureApplicationGatewayFrontendPort
      • Add-AzureApplicationGatewayFrontendPort
      • Set-AzureApplicationGatewayFrontendPort
      • Get-AzureApplicationGatewayFrontendPort
      • Remove-AzureApplicationGatewayFrontendPort
    • Added Application Gateway IP Configuration cmdlets
      • New-AzureApplicationGatewayGatewayIPConfiguration
      • Add-AzureApplicationGatewayGatewayIPConfiguration
      • Set-AzureApplicationGatewayGatewayIPConfiguration
      • Get-AzureApplicationGatewayGatewayIPConfiguration
      • Remove-AzureApplicationGatewayGatewayIPConfiguration
    • Added Application Gateway HTTP Listener cmdlets
      • New-AzureApplicationGatewayHttpListener
      • Add-AzureApplicationGatewayHttpListener
      • Set-AzureApplicationGatewayHttpListener
      • Get-AzureApplicationGatewayHttpListener
      • Remove-AzureApplicationGatewayHttpListener
    • Added Application Gateway Request Routing Rule cmdlets
      • New-AzureApplicationGatewayRequestRoutingRule
      • Add-AzureApplicationGatewayRequestRoutingRule
      • Set-AzureApplicationGatewayRequestRoutingRule
      • Get-AzureApplicationGatewayRequestRoutingRule
      • Remove-AzureApplicationGatewayRequestRoutingRule
    • Added Application Gateway SKU cmdlets
      • New-AzureApplicationGatewaySku
      • Set-AzureApplicationGatewaySku
      • Get-AzureApplicationGatewaySku
    • Added Application Gateway SSL Certificate cmdlets
      • New-AzureApplicationGatewaySslCertificate
      • Add-AzureApplicationGatewaySslCertificate
      • Set-AzureApplicationGatewaySslCertificate
      • Get-AzureApplicationGatewaySslCertificate
      • Remove-AzureApplicationGatewaySslCertificate
    • Fixed minor bugs AzureLoadbalancer
    • Renamed Get-AzureCheckDnsAvailablity to Test-AzureDnsAvailability
    • Added cmdlets to RouteTables and Routes
      • New-AzureRouteTable
      • Get-AzureRouteTable
      • Set-AzureRouteTable
      • Remove-AzureRouteTable
      • New-AzureRouteConfig
      • Add-AzureRouteConfig
      • Set-AzureRouteConfig
      • Get-AzureRouteConfig
      • Remove-AzureRouteConfig
  • Azure Network cmdlets
    • Reserved IP cmdlets (New-AzureReservedIP, Get-AzureReservedIP, Set-AzureReservedIPAssociation, Remove-AzureReservedIPAssociation) fixed to support -VirtualIPName parameter
    • Multivip Cmdlets (Add-AzureVirtualIP, Remove-AzureVirtualIP) fixed to support -VirtualIPName parameter
  • Azure Backup cmdlets
    *Added New-AzureBackupVault cmdlets
    *Added Get-AzureBackupVault cmdlets
    *Added Set-AzureBackupVault cmdlets
    *Added Remove-AzureBackupVault cmdlets
    *Added Get-AzureBackupVaultCredential cmdlets
  • Azure Resource Manager cmdlets
    • Fixed formatting of output for Get-UsageAggregates
    • Fixed executing Get-UsageAggregates when first cmdlet being called.
  • Added TrafficManager cmdlets
    • Enable-AzureTrafficManagerProfile
    • Disable-AzureTrafficManagerProfile
    • New-AzureTrafficManagerEndpoint
    • Get-AzureTrafficManagerEndpoint
    • Set-AzureTrafficManagerEndpoint
    • Remove-AzureTrafficManagerEndpoint
    • Enable-AzureTrafficManagerEndpoint
    • Disable-AzureTrafficManagerEndpoint
  • Upgraded TrafficManager cmdlets
    • Get-AzureTrafficManagerProfile
      • Name is now optional (it will list all profiles in resource group)
      • Resource group is now optional (it will list all profiles in subscription)
  • Azure Data Factory cmdlets
    • Upgraded management library to 1.0.0 with breaking JSON format change.
    • Updated list operation paging support in cmdlets.

View changes since last release

azure-powershell - 0.9.4

Published by jianghaolu over 9 years ago

Installer: Web Platform Installer | Windows Standalone

2015.06.26 version 0.9.4

  • Azure Compute cmdlets
    • Warning message for deprecation Name parameter in New-AzureVM. The guidance is to use –Name parameter in New-AzureVMConfig cmdlet.
    • Save-AzureVMImgage has new paramter -Path to save the JSON template returned from the server.
    • Add-AzureVMNetworkInterface has new paramter -NetworkInterface which accepts a list of NIC object returned by Get-AzureNetworkInterface cmdlet.
    • Deprecated “-Name” parameter in Set-AzureVMSourceImage. The guidance is to use the Pub, Offer, SKU, Version method to specify the VM Images for the VM.
    • Fixed the formatting of the output of VM Image cmdlets.
    • Fixed issues in New/Set-AzureDeployment & other service extension related cmdlets.
  • Azure Batch cmdlets
    • Added Start-AzureBatchPoolResize
    • Added Stop-AzureBatchPoolResize
  • Azure Key Vault cmdlets
    • Updated Key Vault package versions
    • Fixed bugs related to secrets
  • Azure Network Resource Provider cmdlets
    • New-AzureLocalNetworkGateway parameter name change
    • Reset-AzureLocalNetworkGateway renamed to Set-AzureLocalNetworkGateway, added new parameter
    • VirtualNetworkGateway parameter changes
      • New-AzureVirtualNetworkGateway parameter changes
      • Removed command Resize-AzureVirtualNetworkGateway
      • Reset-AzureVirtualNetworkGatewayConnection renamed to Set-AzureVirtualNetworkGatewayConnection8
  • Azure RedisCache cmdlets
    • Set-AzureRedisCache - Added support for scaling, using RedisConfiguration instead of MaxMemoryPolicy #513
    • New-AzureRedisCache - Using RedisConfiguration instead of MaxMemoryPolicy #513
  • Azure Resource Manager cmdlets
    • Added Get-UsageAggregates
    • Added Get-AzureProviderOperation cmdlet
    • Added Test-AzureResourceGroup and Test-AzureResource cmdlets
    • Refactored Resource Lock cmdlets
    • Removed unnecessary code when getting a resource
  • Azure Storage
    • Fixed the bug on aliases Get-AzureStorageContainerAcl, Start-CopyAzureStorageBlob and Stop-CopyAzureStorageBlob
  • Azure SQL Database
    • Added cmdlets for pause/resume functionality and retrieving restore points for restoring backups:
      • Suspend-AzureSqlDatabase
      • Resume-AzureSqlDatabase
      • Get-AzureSqlDatabaseRestorePoints
    • Changed cmdlets:
      • New-AzureSqlDatabase - Can now create Azure Sql Data Warehouse databases

View changes since last release

azure-powershell - 0.9.3

Published by ogail over 9 years ago

Installer: Web Platform Installer | Windows Standalone

2015.06.05 version 0.9.3

  • Fixed bug in Websites cmdlets related to slots #454
  • Fix bug in Set-AzureResource cmdlet #456
  • Fix for new azure resource of Microsoft.Storage #457

View changes since last release

azure-powershell - 0.9.2

Published by hovsepm over 9 years ago

Installer: Web Platform Installer | Windows Standalone

2015.05.29 version 0.9.2

  • Deprecated Switch-AzureMode
  • Profile
    • Fixed bug in Get-AzureSubscription and Select-AzureSubscription cmdlets
  • Added Automation cmdlets
    • Get-AzureAutomationWebhook
    • New-AzureAutomationWebhook
    • Remove-AzureAutomationWebhook
    • Set-AzureAutomationWebhook
  • Azure Compute
    • Get-AzureVMImage and Get-AzureVMImageDetail are combined (Get-AzureVMImageDetail gives a warning message for future deprecation)
    • Get-AzureVMExtensionImage and Get-AzureVMExtensionImageDetail are combined (Get-AzureVMExtensionImageDetail gives a warning message for future deprecation)
    • Tags are added in VM resources
    • Get-AzureVM now gets resource group name from piping
    • -All switch is removed from Get-AzureVM
    • Get-AzureVM -Status output is updated
    • -Force parameter is added for Remove-AzureAvailabilitySet
    • Outputs of New-AzureAvailabilitySet, Get-AzureAvailabilitySet, and Remove-AzureAvailabilitySet are updated
  • Azure Key Vault
    • Update Set-AzureKeyVaultAccessPolicy and Remove-AzureKeyVaultAccessPolicy cmdlets
    • Fixed bugs
  • Azure Data Factories
    • Base cmdlet type switch to use Profile
    • New-AzureDataFactoryEncryptedValue cmdlet supporting M data sources
  • Azure Resource Manager
    • Fixed bug in Move-AzureResource cmdlet
    • Fixed bug in Set-AzureResource cmdlet

View changes since last release

azure-powershell - 0.9.1

Published by markcowl over 9 years ago

Installer: Web Platform Installer | Windows Standalone

2015.05.04 version 0.9.1

  • Azure SQL Database: new support for configuring audit retention.
  • Azure Automation
    • Added Automation cmdlets support in AzureResourceManager mode
      • Export-AzureAutomationDscConfiguration
      • Export-AzureAutomationDscNodeReportContent
      • Get-AzureAutomationAccount
      • Get-AzureAutomationDscCompilationJob
      • Get-AzureAutomationDscCompilationJobOutput
      • Get-AzureAutomationDscConfiguration
      • Get-AzureAutomationDscNode
      • Get-AzureAutomationDscNodeConfiguration
      • Get-AzureAutomationDscNodeReport
      • Get-AzureAutomationDscOnboardingMetaconfig
      • Get-AzureAutomationModule
      • Get-AzureAutomationRegistrationInfo
      • Import-AzureAutomationDscConfiguration
      • New-AzureAutomationAccount
      • New-AzureAutomationKey
      • New-AzureAutomationModule
      • Register-AzureAutomationDscNode
      • Remove-AzureAutomationAccount
      • Remove-AzureAutomationModule
      • Set-AzureAutomationAccount
      • Set-AzureAutomationDscNode
      • Set-AzureAutomationModule
      • Start-AzureAutomationDscCompilationJob
      • Unregister-AzureAutomationDscNode
  • Azure Key Vault
    • Added new cmdlets for key vault management in AzureResourceManager mode
      • New-AzureKeyVault
      • Get-AzureKeyVault
      • Remove-AzureKeyVault
      • Set-AzureKeyVaultAccessPolicy
      • Remove-AzureKeyVaultAccessPolicy
    • Added new cmdlet for secret management in AzureResourceManager mode
      • Set-AzureKeyVaultSecretAttribute

View changes since last release

azure-powershell - 0.9.0

Published by markcowl over 9 years ago

Installer: Web Platform Installer | Windows Standalone

2015.04.29 version 0.9.0

  • Azure Compute
    • Added Compute cmdlets support in AzureResourceManager mode
      • Add-AzureVMSshPublicKey
      • Add-AzureVMSecret
      • Add-AzureVMNetworkInterface
      • Add-AzureVMDataDisk
      • Add-AzureVMAdditionalUnattendContent
      • Get-AzureVM
      • Get-AzureVMUsage
      • Get-AzureVMSize
      • Get-AzureVMImageSku
      • Get-AzureVMImagePublisher
      • Get-AzureVMImageOffer
      • Get-AzureVMImageDetail
      • Get-AzureVMImage
      • Get-AzureVMExtensionImageType
      • Get-AzureVMExtensionImageDetail
      • Get-AzureVMExtensionImage
      • Get-AzureVMExtension
      • Get-AzureVMCustomScriptExtension
      • Get-AzureVMAccessExtension
      • Get-AzureVMImagePublisher
      • Get-AzureVMImageOffer
      • Get-AzureVMImageDetail
      • Get-AzureVMImage
      • Get-AzureVMExtensionImageType
      • Get-AzureVMExtensionImageDetail
      • Get-AzureVMExtensionImage
      • Get-AzureVMExtension
      • Get-AzureVMCustomScriptExtension
      • Get-AzureVMAccessExtension
      • New-AzureVM
      • New-AzureVMConfig
      • Update-AzureVM
      • Stop-AzureVM
      • Start-AzureVM
      • Set-AzureVMSourceImage
      • Set-AzureVMOSDisk
      • Set-AzureVMOperatingSystem
      • Set-AzureVMExtension
      • Set-AzureVMCustomScriptExtension
      • Set-AzureVMAccessExtension
      • Set-AzureVM
      • Save-AzureVMImage
      • Restart-AzureVM
      • Remove-AzureVMNetworkInterface
      • Remove-AzureVMExtension
      • Remove-AzureVMDataDisk
      • Remove-AzureVMCustomScriptExtension
      • Remove-AzureVMAccessExtension
      • Remove-AzureVM
  • Azure Network
    • Added Network Cmdlets support in AzureResourceManager mode
      • Get-AzureVirtualNetwork
      • New-AzureVirtualNetwork
      • Remove-AzureVirtualNetwork
      • Set-AzureVirtualNetwork
      • Get-AzureVirtualNetworkSubnetConfig
      • New-AzureVirtualNetworkSubnetConfig
      • Add-AzureVirtualNetworkSubnetConfig
      • Set-AzureVirtualNetworkSubnetConfig
      • Remove-AzureVirtualNetworkSubnetConfig
      • Get-AzureNetworkInterface
      • New-AzureNetworkInterface
      • Remove-AzureNetworkInterface
      • Set-AzureNetworkInterface
      • Get-AzurePublicIpAddress
      • New-AzurePublicIpAddress
      • Remove-AzurePublicIpAddress
      • Set-AzurePublicIpAddress
      • Add-AzureLoadBalancerBackendAddressPoolConfig
      • Add-AzureLoadBalancerFrontendIpConfig
      • Add-AzureLoadBalancerInboundNatRuleConfig
      • Add-AzureLoadBalancerProbeConfig
      • Add-AzureLoadBalancerRuleConfig
      • Get-AzureLoadBalancer
      • Get-AzureLoadBalancerBackendAddressPoolConfig
      • Get-AzureLoadBalancerFrontendIpConfig
      • Get-AzureLoadBalancerInboundNatRuleConfig
      • Get-AzureLoadBalancerProbeConfig
      • Get-AzureLoadBalancerRuleConfig
      • New-AzureLoadBalancer
      • New-AzureLoadBalancerBackendAddressPoolConfig
      • New-AzureLoadBalancerFrontendIpConfig
      • New-AzureLoadBalancerInboundNatRuleConfig
      • New-AzureLoadBalancerProbeConfig
      • New-AzureLoadBalancerRuleConfig
      • Remove-AzureLoadBalancer
      • Remove-AzureLoadBalancerBackendAddressPoolConfig
      • Remove-AzureLoadBalancerFrontendIpConfig
      • Remove-AzureLoadBalancerInboundNatRuleConfig
      • Remove-AzureLoadBalancerProbeConfig
      • Remove-AzureLoadBalancerRuleConfig
      • Set-AzureLoadBalancer
      • Set-AzureLoadBalancerFrontendIpConfig
      • Set-AzureLoadBalancerInboundNatRuleConfig
      • Set-AzureLoadBalancerProbeConfig
      • Set-AzureLoadBalancerRuleConfig
      • Get-AzureNetworkSecurityGroup
      • New-AzureNetworkSecurityGroup
      • Remove-AzureNetworkSecurityGroup
      • Set-AzureNetworkSecurityGroup
      • Get-AzureNetworkSecurityRuleConfig
      • New-AzureNetworkSecurityRuleConfig
      • Remove-AzureNetworkSecurityRuleConfig
      • Add-AzureNetworkSecurityRuleConfig
      • Set-AzureNetworkSecurityRuleConfig
      • Get-AzureRemoteDesktopFile
  • Azure Storage
    • Added cmdlets in AzureResourceManager Mode
      • New-AzureStorageAccount
      • Get-AzureStorageAccount
      • Set-AzureStorageAccount
      • Remove-AzureStorageAccount
      • New-AzureStorageAccountKey
      • Get-AzureStorageAccountKey
    • Made Azure Storage data cmdlets work in AzureResourceManager Mode
  • Azure HDInsight:
    • Added support for creating WindowsPaas cluster with RDP Access Enabled by default
    • Added cmdlets
      • Grant-AzureHdinsightRdpAccess
      • Revoke-AzureHdinsightRdpAccess
  • Azure Batch
    • Added cmdlets
      • New-AzureBatchVMUser
      • Remove-AzureBatchVMUser
      • Get-AzureBatchRDPFile
      • Get-AzureBatchVMFileContents
  • StorSimple: New StorSimple commands in AzureServiceManagement mode
    • Added cmdlets
      • Confirm-AzureStorSimpleLegacyVolumeContainerStatus
      • Get-AzureStorSimpleLegacyVolumeContainerConfirmStatus
      • Get-AzureStorSimpleLegacyVolumeContainerMigrationPlan
      • Get-AzureStorSimpleLegacyVolumeContainerStatus
      • Import-AzureStorSimpleLegacyApplianceConfig
      • Import-AzureStorSimpleLegacyVolumeContainer
      • Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan
      • New-AzureStorSimpleVirtualDeviceCommand
      • Get-AzureStorSimpleJob
      • Stop-AzureStorSimpleJob
      • Start-AzureStorSimpleBackupCloneJob
      • Get-AzureStorSimpleFailoverVolumeContainers
      • Start-AzureStorSimpleDeviceFailoverJob
      • New-AzureStorSimpleNetworkConfig
      • Set-AzureStorSimpleDevice
      • Set-AzureStorSimpleVirtualDevice

View changes since last release

azure-powershell - 0.8.16

Published by stankovski over 9 years ago

Installer: Web Platform Installer | Windows Standalone

2015.03.31 version 0.8.16

  • Azure Data Factory:
    • Fixes for clean install and subscription registration issues
  • Azure HDInsight:
    • Support for creating, deleting, listing, and submitting jobs to HDInsight clusters with Linux Operating System.
  • Azure Compute
    • Fix pipeline issues with Get-AzureVM (#3047)
    • Fixed DateTime Overflow issue
  • Azure Batch
    • Added cmdlets
      • Add/Remove Batch Pools
      • Get-BatchTaskFileContent
      • Get-BatchTaskFile
  • Azure Insights
    • Added cmdlets
    • Add-AutoscaleSetting
    • Get-AutoscaleHistory
    • Get-AutoscaleSetting
    • New-AutoscaleProfile
    • New-AutoscaleRule
    • Remove-AutoscaleSetting
    • Get-Metrics
    • Get-MetricDefinitions
    • Format-MetricsAsTable
  • Azure Websites
    • Added cmdlet Get-AzureWebhostingPlanMetrics
    • Added Premium support
    • Renamed WebSites to WebApp
  • AzureProfile
    • Made AzureProfile serializable to support workflow scenarios

View changes since last release

azure-powershell - 0.8.15

Published by markcowl over 9 years ago

Installer: Web Platform Installer | Windows Standalone

  • AzureProfile:
    • New cmdlets to manage in-memory profiles
      • New-AzureProfile: Create a new in-memory Profile
      • Select-AzureProfile: Select the profile to be used in the current session
    • Added -Profile parameter to every cmdlet - the cmdlet will use the passed-in profile to authenticate with Azure
  • Azure RemoteApp: New RemoteApp cmdlets:
    • Add-AzureRemoteAppUser
    • Disconnect-AzureRemoteAppSession
    • Get-AzureRemoteAppCollection
    • Get-AzureRemoteAppCollectionUsageDetails
    • Get-AzureRemoteAppCollectionUsageSummary
    • Get-AzureRemoteAppLocation
    • Get-AzureRemoteAppOperationResult
    • Get-AzureRemoteAppPlan
    • Get-AzureRemoteAppProgram
    • Get-AzureRemoteAppSession
    • Get-AzureRemoteAppStartMenuProgram
    • Get-AzureRemoteAppTemplateImage
    • Get-AzureRemoteAppUser
    • Get-AzureRemoteAppVNet
    • Get-AzureRemoteAppVpnDevice
    • Get-AzureRemoteAppVpnDeviceConfigScript
    • Get-AzureRemoteAppWorkspace
    • Invoke-AzureRemoteAppSessionLogoff
    • New-AzureRemoteAppCollection
    • New-AzureRemoteAppTemplateImage
    • New-AzureRemoteAppVNet
    • Publish-AzureRemoteAppProgram
    • Remove-AzureRemoteAppCollection
    • Remove-AzureRemoteAppTemplateImage
    • Remove-AzureRemoteAppUser
    • Remove-AzureRemoteAppVNet
    • Rename-AzureRemoteAppTemplateImage
    • Reset-AzureRemoteAppVpnSharedKey
    • Send-AzureRemoteAppSessionMessage
    • Set-AzureRemoteAppCollection
    • Set-AzureRemoteAppVNet
    • Set-AzureRemoteAppWorkspace
    • Unpublish-AzureRemoteAppProgram
    • Update-AzureRemoteAppCollection
  • Storage: new cmdlets
    • Get-AzureStorageContainerStoredAccessPolicy
    • Get-AzureStorageQueueStoredAccessPolicy
    • Get-AzureStorageTableStoredAccessPolicy
    • New-AzureStorageContainerStoredAccessPolicy
    • New-AzureStorageQueueStoredAccessPolicy
    • New-AzureStorageTableStoredAccessPolicy
    • Remove-AzureStorageContainerStoredAccessPolicy
    • Remove-AzureStorageQueueStoredAccessPolicy
    • Remove-AzureStorageTableStoredAccessPolicy
    • Set-AzureStorageContainerStoredAccessPolicy
    • Set-AzureStorageQueueStoredAccessPolicy
    • Set-AzureStorageTableStoredAccessPolicy
  • Azure Recovery Services
    • New cmdlets:
      • Create and enumerate Vaults & Sites, download Vault Settings file
        • New- AzureSiteRecoveryVault
        • Get-AzureSiteRecoveryVault
        • New- AzureSiteRecoverySite
        • Get- AzureSiteRecoverySite
        • Get-AzureSiteRecoveryVaultSettingsFile
      • Enumerate Networks and manage Network Mappings
        • Get- AzureSiteRecoveryNetwork
        • New- AzureSiteRecoveryNetworkMapping
        • Get- AzureSiteRecoveryNetworkMapping
        • Remove- AzureSiteRecoveryNetworkMapping
      • Enumerate Storages and manage Storage Mappings
        • Get-AzureSiteRecoveryStorage
        • New- AzureSiteRecoveryStorageMapping
        • Get-AzureSiteRecoveryStorageMapping
        • Remove- AzureSiteRecoveryStorageMapping
      • Create, associated, and dissociate protection profile object
        • New- AzureSiteRecoveryProtectionProfileObject
        • Start-AzureSiteRecoveryProtectionProfileAssociationJob
        • Start-AzureSiteRecoveryProtectionProfileDissociationJob
      • Update VM properties and sync owner information
        • Set-AzureSiteRecoveryVM
        • Update-AzureSiteRecoveryProtectionEntity
    • Changed cmdlets:
      • Get-AzureSiteRecoveryJob
      • Set-AzureSiteRecoveryProtectionEntity – protection profile is introduced
      • Start-AzureSiteRecoveryCommitFailoverJob
      • Start-AzureSiteRecoveryPlannedFailoverJob
      • Start-AzureSiteRecoveryTestFailoverJob
  • Azure ExpressRoute cmdlet updates
    • Fixed bugs in:
      • New-AzureDedicatedCircuit
      • New-AzureDedicatedCircuitLink
      • New-AzureBGPPeering
      • Remove-AzureDedicatedCircuit
      • Remove-AzureDedicatedCircuitLink
      • Remove-AzureBGPPeering
    • Added new cmdlet:
      • Set-AzureDedicatedCircuitBandwidth
  • Azure SQL Database: new cmdlets for managing database dynamic data masking policies:
    • Get-AzureSqlDatabaseDataMaskingPolicy
    • Set-AzureSqlDatabaseDataMaskingPolicy
    • New-AzureSqlDatabaseDataMaskingRule
    • Get-AzureSqlDatabaseDataMaskingRule
    • Set-AzureSqlDatabaseDataMaskingRule
    • Remove-AzureSqlDatabaseDataMaskingRule
  • Azure Batch: new cmdlets:
    • Get-AzureBatchPool
    • Get-AzureBatchWorkItem
    • Get-AzureBatchJob
    • Get-AzureBatchTask
  • Azure Compute: new features
    • Added ForceUpdate parameter for the following cmdlets:
      • Set-AzureVMExtension
      • Set-AzureVMCustomScriptExtension
      • Set-AzureVMAccessExtension
    • Show 'Regions' property for Get-AzureVMAvailableExtensions cmdlet
    • Add 'ResizedSizeInGB' pramater for the following cmdlets
      • Update-AzureDisk
      • Set-AzureOSDisk
      • Set-AzureDataDisk (DiskName parameter is also added along with ResizedSizeInGB)

View changes since last release

azure-powershell - 0.8.14

Published by markcowl over 9 years ago

Installer: Web Platform Installer | Windows Standalone

  • StorSimple: New StorSimple commands in AzureServiceManagement mode:
    • GetAzureStorSimpleAccessControlRecord
    • GetAzureStorSimpleStorageAccountCredential
    • RemoveAzureStorSimpleAccessControlRecord
    • RemoveAzureStorSimpleStorageAccountCredential
    • SetAzureStorSimpleAccessControlRecord
    • GetAzureStorSimpleDeviceVolume
    • RemoveAzureStorSimpleDeviceVolume
    • GetAzureStorSimpleDeviceVolumeContainer
    • RemoveAzureStorSimpleDeviceVolumeContainer
    • GetAzureStorSimpleDevice
    • GetAzureStorSimpleDeviceConnectedInitiator
    • GetAzureStorSimpleResource
    • GetAzureStorSimpleResourceContext
    • SetAzureStorSimpleDeviceBackupPolicy
    • NewAzureStorSimpleDeviceBackupPolicy
    • GetAzureStorSimpleDeviceBackup
    • RemoveAzureStorSimpleDeviceBackup
    • StartAzureStorSimpleDeviceBackupJob
    • StartAzureStorSimpleDeviceBackupRestoreJob
    • RemoveAzureStorSimpleDeviceBackupPolicy
    • NewAzureStorSimpleDeviceVolume
    • SetAzureStorSimpleDeviceVolume
    • NewAzureStorSimpleDeviceVolumeContainer
    • SelectAzureStorSimpleResource
    • GetAzureStorSimpleDeviceBackupPolicy
    • NewAzureStorSimpleStorageAccountCredential
    • GetAzureStorSimpleTask
    • SetAzureStorSimpleStorageAccountCredential
    • NewAzureStorSimpleInlineStorageAccountCredential
    • NewAzureStorSimpleAccessControlRecord
  • HDInsight:
    • HeadNodeVMSize (update): the parameter is now a string that can now accept various sizes (specifications here: https://msdn.microsoft.com/en-us/library/azure/dn197896.aspx -> Sizes for Web and Worker Role Instances)
    • DataNodeVMSize (new) : use to specify size of data nodes (where applicable)
    • ZookeeperNodeVMSize (new): use to specify Zookeeper node sizes (where applicable)
    • ClusterType (update): New value (Spark) can be specified as cluster type
    • Add-AzureHDInsightConfigValues cmdlet:
      • Spark (new): collection of configuration properties can be passed in to customize the Spark service
  • Azure Insights cmdlets in AzureResourceManager Mode:
    • Get-AzureCorrelationLogId
    • Get-AzureResourceGroupLog
    • Get-AzureResourceLog
    • Get-AzureResourceProviderLog
    • Get-AzureSubscriptionIdLog
  • Azure VM cmdlets
    • Get-AzureVMDscExtentionStatus: Get the DSC Extension status for a cloud service or VM
  • Azure Automation:
    • New cmdlets in Azure ServiceManagement mode:
      • New-AzureAutomationAccount
      • Remove-AzureAutomationAccount
      • Get-AzureAutomationScheduledRunbook
      • New-AzureAutomationVariable
      • Set-AzureAutomationVariable
      • Remove-AzureAutomationVariable
      • Get-AzureAutomationVariable
      • Get-AzureAutomationCredential
      • New-AzureAutomationCredential
      • Remove-AzureAutomationCredential
      • Set-AzureAutomationCredential
      • Get-AzureAutomationCertificate
      • New-AzureAutomationCertificate
      • Set-AzureAutomationCertificate
      • Remove-AzureAutomationCertificate
      • Get-AzureAutomationConnection
      • New-AzureAutomationConnection
      • Remove-AzureAutomationConnection
      • Set-AzureAutomationConnectionFieldValue
      • Get-AzureAutomationModule
      • New-AzureAutomationModule
      • Set-AzureAutomationModule
      • Remove-AzureAutomationModule
    • Cmdlet updates:
      • Get-AzureAutomationJob now supports server side filtering on Job status
    • Updates and bug fixes for AzureDataFactory cmdlets

View changes since last release

azure-powershell - 0.8.13

Published by markcowl almost 10 years ago

Installer: Web Platform Installer | Windows Standalone

  • Key Vault Service - new cmdlets in AzureResourceManager mode:
    • Keys:
      • Add-AzureKeyVaultKey
      • Get-AzureKeyVaultKey
      • Set-AzureKeyVaultKey
      • Backup-AzureKeyVaultKey
      • Restore-AzureKeyVaultKey
      • Remove-AzureKeyVaultKey
    • Secrets:
      • Get-AzureKeyVaultSecret
      • Set-AzureKeyVaultSecret
      • Remove-AzureKeyVaultSecret

View changes since last release

azure-powershell - 0.8.12

Published by markcowl almost 10 years ago

Installer: Web Platform Installer | Windows Standalone

  • StreamAnalytics
    • New cmdlets in AzureResourceManager mode
      • New-AzureStreamAnalyticsJob
      • New-AzureStreamAnalyticsInput
      • New-AzureStreamAnalyticsOutput
      • New-AzureStreamAnalyticsTransformation
      • Get-AzureStreamAnalyticsJob
      • Get-AzureStreamAnalyticsInput
      • Get-AzureStreamAnalyticsOutput
      • Get-AzureStreamAnalyticsTransformation
      • Get-AzureStreamAnalyticsQuota
      • Remove-AzureStreamAnalyticsJob
      • Remove-AzureStreamAnalyticsInput
      • Remove-AzureStreamAnalyticsOutput
      • Test-AzureStreamAnalyticsInput
      • Test-AzureStreamAnalyticsOutput
      • Start-AzureStreamAnalyticsJob
      • Stop-AzureStreamAnalyticsJob
  • Batch
    • Fixed issue with Delete-AzureBatchAccount
  • Profile
    • Fixed issues with Select-AzureSubscription to allow selecting subscriptions by Id
    • Deprecated SubscriptionDataFile parameter
  • Compute
    • Set-AzureVMImage cmdlets - added IconUri, SmallIconUri, and ShowInGui parameters
  • Sql
    • Added Sql Server v12 support to SQL authentication context

View changes since last release

Badges
Extracted from project README
Az AzPreview
Related Projects