Skip to content

Update versions for Az 0.2.0 #7240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Sep 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
- Changed -ServicePrincipal to non-mandatory in the ServicePrincipalCertificateWithSubscriptionId parameter set

#### Azure.Storage
* Upgrade to Azure Storage Client Library 9.3.0 and Azure Storage DataMovement Library 0.8.1
* Support create Storage Context with OAuth.
- New-AzureStorageContext

Expand All @@ -21,7 +20,6 @@
* Add PublicIPPrefix parameter to New-AzureRmVmssIpConfig
* Add ResourceId parameter to Invoke-AzureRmVMRunCommand cmdelt
* Add Invoke-AzureRmVmssVMRunCommand cmdlet
* Update the Compute client library to version 22.0.0

#### AzureRM.Dns
* Added support for alias record during dns record creation
Expand All @@ -34,7 +32,7 @@
- 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
* Replaced LoadBalancer cmdlets with generated code
* Changes to LoadBalancer cmdlets
- LoadBalancerInboundNatPoolConfig: added parameters IdleTimeoutInMinutes, EnableFloatingIp and EnableTcpReset
- LoadBalancerInboundNatRuleConfig: added parameter EnableTcpReset
- LoadBalancerRuleConfig: added parameter EnableTcpReset
Expand All @@ -46,7 +44,7 @@
- Set-AzureRmLoadBalancerOutboundRuleConfig
- Remove-AzureRmLoadBalancerOutboundRuleConfig
* Added new HostedWorkloads property for PSNetworkInterface
* Added new commands for feature: Azure Firewall via ARM
* Added new cmdlets for feature: Azure Firewall via ARM
- Added Get-AzureRmFirewall
- Added Set-AzureRmFirewall
- Added New-AzureRmFirewall
Expand Down Expand Up @@ -97,7 +95,7 @@
- Add-AzureRmLoadBalancerFrontendIpConfig
- New-AzureRmLoadBalancerFrontendIpConfig
- New-AzureRmNetworkInterface
* Adding support to perform CRUD operations for subnet delegation.
* 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
Expand All @@ -117,13 +115,14 @@
* 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 SignalR SDK version to 0.10.0-preview
* 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
* Upgrade to Azure Storage Client Library 9.3.0
* Support Immutability Policy in AzureRm.Storage
- Remove-AzureRmStorageAccountNetworkRule
- Get-AzureRmStorageContainer
Expand All @@ -138,7 +137,7 @@
- Lock-AzureRmStorageContainerImmutabilityPolicy

#### AzureRM.Websites
* Updating to use the latest .NET SDK version (2.0.0)
* 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

Expand Down
12 changes: 6 additions & 6 deletions src/ResourceManager/Aks/Commands.Aks/Az.Aks.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '0.1.0'
ModuleVersion = '0.2.0'

# Supported PSEditions
CompatiblePSEditions = 'Core'
CompatiblePSEditions = 'Core', 'Desktop'

# ID used to uniquely identify this module
GUID = 'a97e0c3e-e389-46a6-b73d-2b9bd6909bdb'
Expand All @@ -30,7 +30,7 @@ CompanyName = 'Microsoft Corporation'
Copyright = 'Microsoft Corporation. All rights reserved.'

# Description of the functionality provided by this module
Description = '[PowerShell .Net Core] Microsoft Azure PowerShell - Azure managed Kubernetes commands'
Description = 'Microsoft Azure PowerShell - Azure managed Kubernetes cmdlets for PowerShell and PowerShell Core'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.1'
Expand All @@ -42,7 +42,7 @@ PowerShellVersion = '5.1'
# PowerShellHostVersion = ''

# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# DotNetFrameworkVersion = ''
DotNetFrameworkVersion = '4.7.2'

# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# CLRVersion = ''
Expand All @@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Az.Profile'; ModuleVersion = '0.1.0'; })
RequiredModules = @(@{ModuleName = 'Az.Profile'; ModuleVersion = '0.2.0'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = '.\YamlDotNet.dll', '.\AutoMapper.dll'
Expand Down Expand Up @@ -110,7 +110,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = 'Initial Release'
ReleaseNotes = 'Initial Release with PowerShell and PowerShell Core Support'

# Prerelease string of this module
# Prerelease = ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '0.1.0'
ModuleVersion = '0.2.0'

# Supported PSEditions
CompatiblePSEditions = 'Core'
CompatiblePSEditions = 'Core', 'Desktop'

# ID used to uniquely identify this module
GUID = 'd4877565-4778-42de-b494-79491ab9c31c'
Expand All @@ -30,7 +30,7 @@ CompanyName = 'Microsoft Corporation'
Copyright = 'Microsoft Corporation. All rights reserved.'

# Description of the functionality provided by this module
Description = '[PowerShell .Net Core] Microsoft Azure PowerShell - Analysis Services'
Description = 'Microsoft Azure PowerShell - Analysis Services cmdlets for PowerShell and PowerShell Core'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.1'
Expand All @@ -42,7 +42,7 @@ PowerShellVersion = '5.1'
# PowerShellHostVersion = ''

# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# DotNetFrameworkVersion = ''
DotNetFrameworkVersion = '4.7.2'

# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# CLRVersion = ''
Expand All @@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Az.Profile'; ModuleVersion = '0.1.0'; })
RequiredModules = @(@{ModuleName = 'Az.Profile'; ModuleVersion = '0.2.0'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = '.\Microsoft.Azure.Management.Analysis.dll'
Expand Down Expand Up @@ -120,7 +120,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = 'Initial Release'
ReleaseNotes = 'Initial Release with PowerShell and PowerShell Core support'

# Prerelease string of this module
# Prerelease = ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '0.1.0'
ModuleVersion = '0.2.0'

# Supported PSEditions
CompatiblePSEditions = 'Core'
CompatiblePSEditions = 'Core', 'Desktop'

# ID used to uniquely identify this module
GUID = '4f58d643-631f-4d13-a205-15292af40748'
Expand All @@ -30,7 +30,7 @@ CompanyName = 'Microsoft Corporation'
Copyright = 'Microsoft Corporation. All rights reserved.'

# Description of the functionality provided by this module
Description = '[PowerShell .Net Core] Microsoft Azure PowerShell - Api Management service cmdlets for Azure Resource Manager'
Description = 'Microsoft Azure PowerShell - Api Management service cmdlets for Azure Resource Manager in PowerShell and PowerShell Core'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.1'
Expand All @@ -42,7 +42,7 @@ PowerShellVersion = '5.1'
# PowerShellHostVersion = ''

# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# DotNetFrameworkVersion = ''
DotNetFrameworkVersion = '4.7.2'

# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# CLRVersion = ''
Expand All @@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Az.Profile'; ModuleVersion = '0.1.0'; })
RequiredModules = @(@{ModuleName = 'Az.Profile'; ModuleVersion = '0.2.0'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = '.\AutoMapper.dll', '.\Microsoft.Azure.Management.ApiManagement.dll',
Expand Down Expand Up @@ -198,7 +198,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = 'Initial Release'
ReleaseNotes = 'Initial Release with PowerShell and PowerShell Core Support'

# Prerelease string of this module
# Prerelease = ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '0.1.0'
ModuleVersion = '0.2.0'

# Supported PSEditions
CompatiblePSEditions = 'Core'
CompatiblePSEditions = 'Core', 'Desktop'

# ID used to uniquely identify this module
GUID = 'e3077f56-10b0-4190-a07f-3f1e454e3a42'
Expand All @@ -30,7 +30,7 @@ CompanyName = 'Microsoft Corporation'
Copyright = 'Microsoft Corporation. All rights reserved.'

# Description of the functionality provided by this module
Description = '[PowerShell .Net Core] Microsoft Azure PowerShell - Application Insights service management cmdlets for Azure Resource Manager. Creates and manages application insights in Azure Resource Manager.'
Description = 'Microsoft Azure PowerShell - Application Insights management cmdlets for Azure Resource Manager in PowerShell and PowerShell Core. Creates and manages application insights in Azure Resource Manager.'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.1'
Expand All @@ -42,7 +42,7 @@ PowerShellVersion = '5.1'
# PowerShellHostVersion = ''

# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# DotNetFrameworkVersion = ''
DotNetFrameworkVersion = '4.7.2'

# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# CLRVersion = ''
Expand All @@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Az.Profile'; ModuleVersion = '0.1.0'; })
RequiredModules = @(@{ModuleName = 'Az.Profile'; ModuleVersion = '0.2.0'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = '.\Microsoft.Azure.Management.ApplicationInsights.dll'
Expand Down Expand Up @@ -117,7 +117,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = 'Initial Release'
ReleaseNotes = 'Initial Release with PowerShell and PowerShell Core Support'

# Prerelease string of this module
# Prerelease = ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '0.1.0'
ModuleVersion = '0.2.0'

# Supported PSEditions
CompatiblePSEditions = 'Core'
CompatiblePSEditions = 'Core', 'Desktop'

# ID used to uniquely identify this module
GUID = 'ef36c942-4a71-4e19-9450-05a35843deb6'
Expand All @@ -30,7 +30,7 @@ CompanyName = 'Microsoft Corporation'
Copyright = 'Microsoft Corporation. All rights reserved.'

# Description of the functionality provided by this module
Description = '[PowerShell .Net Core] Microsoft Azure PowerShell - Automation service cmdlets for Azure Resource Manager'
Description = 'Microsoft Azure PowerShell - Automation service cmdlets for Azure Resource Manager in PowerShell and PowerShell Core'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.1'
Expand All @@ -42,7 +42,7 @@ PowerShellVersion = '5.1'
# PowerShellHostVersion = ''

# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# DotNetFrameworkVersion = ''
DotNetFrameworkVersion = '4.7.2'

# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# CLRVersion = ''
Expand All @@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Az.Profile'; ModuleVersion = '0.1.0'; })
RequiredModules = @(@{ModuleName = 'Az.Profile'; ModuleVersion = '0.2.0'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = '.\Microsoft.Azure.Management.Automation.dll'
Expand Down Expand Up @@ -162,7 +162,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = 'Initial Release'
ReleaseNotes = 'Initial Release with PowerShell and PowerShell Core Support'

# Prerelease string of this module
# Prerelease = ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '0.1.0'
ModuleVersion = '0.2.0'

# Supported PSEditions
CompatiblePSEditions = 'Core'
CompatiblePSEditions = 'Core', 'Desktop'

# ID used to uniquely identify this module
GUID = 'b4561700-f673-48c6-8b0b-49715fedf57a'
Expand All @@ -30,7 +30,7 @@ CompanyName = 'Microsoft Corporation'
Copyright = 'Microsoft Corporation. All rights reserved.'

# Description of the functionality provided by this module
Description = '[PowerShell .Net Core] Microsoft Azure PowerShell - Azure Backup service cmdlets for Azure Resource Manager'
Description = 'Microsoft Azure PowerShell - Azure Backup service cmdlets for Azure Resource Manager in PowerShell and PowerShell Core'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.1'
Expand All @@ -42,7 +42,7 @@ PowerShellVersion = '5.1'
# PowerShellHostVersion = ''

# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# DotNetFrameworkVersion = ''
DotNetFrameworkVersion = '4.7.2'

# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# CLRVersion = ''
Expand All @@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Az.Profile'; ModuleVersion = '0.1.0'; })
RequiredModules = @(@{ModuleName = 'Az.Profile'; ModuleVersion = '0.2.0'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = '.\Microsoft.Azure.Management.BackupServicesManagement.dll',
Expand Down Expand Up @@ -124,7 +124,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = 'Initial Release'
ReleaseNotes = 'Initial Release with PowerShell and PowerShell Core Support'

# Prerelease string of this module
# Prerelease = ''
Expand Down
Loading