Skip to content

Commit 1da69b1

Browse files
authored
Merge pull request Azure#9868 from cormacpayne/release-2019-08-27
Version modules for Az 2.6.0 release
2 parents c9f6eb0 + 60ed9e7 commit 1da69b1

File tree

228 files changed

+35339
-15570
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

228 files changed

+35339
-15570
lines changed

ChangeLog.md

Lines changed: 116 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,126 @@
1+
## 2.6.0 - August 2019
2+
#### General
3+
* Fixed miscellaneous typos across numerous modules
4+
5+
#### Az.Accounts
6+
* Support user-assigned MSI in Azure Functiosn Authentication (#9479)
7+
8+
#### Az.Aks
9+
* Fix issue with output for 'Get-AzAks'
10+
* More information here: https://github.com/Azure/azure-powershell/issues/9847
11+
12+
#### Az.ApiManagement
13+
* Fix for issue https://github.com/Azure/azure-powershell/issues/9351
14+
- Update .net nuget version, which does not enforce restrictions on productId, apiId, groupId and userId
15+
* **Get-AzApiManagementProduct** - Added support for querying products using Api.
16+
https://github.com/Azure/azure-powershell/issues/9482
17+
* **New-AzApiManagementApiRevision** - Fix for issue where ApiRevisionDescription was not being set when creating new api revision
18+
https://github.com/Azure/azure-powershell/issues/9752
19+
* Fixed typo in model 'PsApiManagementOAuth2AuthrozationServer' to 'PsApiManagementOAuth2AuthorizationServer'
20+
21+
#### Az.Batch
22+
* Fixed typo in help message and documentation to capitalize Windows
23+
24+
#### Az.Cdn
25+
* Fixed a typo in CDN module conversion helper
26+
27+
#### Az.Compute
28+
* Add VmssId to New-AzVMConfig cmdlet
29+
* Add TerminateScheduledEvents and TerminateScheduledEventNotBeforeTimeoutInMinutes parameters to New-AzVmssConfig and Update-AzVmss
30+
* Add HyperVGeneration property to VM image object
31+
* Add Host and HostGroup features
32+
- New cmdlets:
33+
New-AzHostGroup
34+
New-AzHost
35+
Get-AzHostGroup
36+
Get-AzHost
37+
Remove-AzHostGroup
38+
Remove-AzHost
39+
- HostId parameter is added to New-AzVMConfig and New-AzVM
40+
* Update example in 'Invoke-AzVMRunCommand' documentation to use correct parameter name
41+
* Update '-VolumeType' description in 'Set-AzVMDiskEncryptionExtension' and 'Set-AzVmssDiskEncryptionExtension' reference documentation
42+
43+
#### Az.DataFactory
44+
* Fix typo to capitalize 'Windows' in 'New-AzDataFactoryEncryptValue' documentation
45+
* Updated ADF .Net SDK version to 4.1.2
46+
* Add parameter 'DataProxyIntegrationRuntimeName', 'DataProxyStagingLinkedServiceName' and 'DataProxyStagingPath' for 'Set-AzureRmDataFactoryV2IntegrationRuntime' cmd to enable set up Self-Hosted Integration Runtime as a proxy for SSIS Integration Runtime
47+
* Updated PSTriggerRun to show the triggered pipelines, message and properties, and PSActivityRun to show the activity type
48+
49+
#### Az.DataLakeStore
50+
* Fix hanging of Get-DataLakeStoreDeletedItem for any errors or remote exceptions.
51+
52+
#### Az.EventHub
53+
* Fix for issue #9658 : Typo VirtualNteworkRule parameter in Set-AzEventHubNetworkRuleSet
54+
* Fix for issue #9558 : Set-AzEventHubNamespace is using PATCH instead of PUT
55+
* added EnableKafka parameter to Set-AzEventHubNamespace cmdlet
56+
* Fix for issue #9786 : cannot create a rule with Listen only rights
57+
58+
#### Az.MarketplaceOrdering
59+
* Fixed documentation typo where 'Azure' was all lowercase letters
60+
61+
#### Az.Monitor
62+
* Fixed incorrect parameter name in help documentation
63+
64+
#### Az.Network
65+
* Updated New-AzPrivateLinkServiceIpConfig
66+
- Deprecated the paramster 'PublicIpAddress' since this is never used in the server side.
67+
- Added one optional parameter 'Primary' that indicate the current ip configuration is primary one or not.
68+
* Improved handling of request error exception from SDK
69+
-Fixes the issue that previously SDK exceptions aren't handled correctly which results in key error details not being displayed
70+
* Adjusted validation logic for Ipv6 IP Prefix to check for correct IPv6 prefix length.
71+
* Updated Get-AzVirtualNetworkSubnetConfig: Added parameter set to get by subnet resource id.
72+
* Updated description of Location parameter for AzNetworkServiceTag
73+
74+
#### Az.OperationalInsights
75+
* Updated documentation for 'New-AzOperationalInsightsLinuxSyslogDataSource'
76+
- Added example
77+
- Updated description for '-Name' parameter
78+
* Added an example for New-AzOperationalInsightsWindowsEventDataSource
79+
* Changed the description of the -Name parameter for New-AzOperationalInsightsWindowsEventDataSource
80+
81+
#### Az.RecoveryServices
82+
* Update 'Get-AzRecoveryServicesBackupJobDetail.md'
83+
84+
#### Az.Resources
85+
* Add support for new api version 2019-05-10 for Microsoft.Resource
86+
- Add support for 'copy.count = 0' for variables, resources and properties
87+
- Resources with 'condition = false' or 'copy.count = 0' will be deleted in complete mode
88+
* Add an example of assigning policy at subscription level to help doc
89+
90+
#### Az.ServiceBus
91+
* Fix for issue #9658 : Typo VirtualNetworkRule parameter in Set-AzServiceBusNetworkRuleSet
92+
* Fix for issue #9786 : cannot create a rule with Listen only rights
93+
* Added new command 'Test-AzServiceBusNameAvailability' to check the name availability for queue and topic
94+
95+
#### Az.ServiceFabric
96+
* Fix add node type cmdlet bugs:
97+
- NullReferenceException bug when resource group had other vmss not related to the service fabric cluster. Fixes issue: https://github.com/Azure/azure-powershell/issues/8681
98+
- Fix bug where cmdlet failed if virtualNetwork was in a different resource group that the cluster. fixes issue: https://github.com/Azure/azure-powershell/issues/8407
99+
- Deprecating Add-AzServiceFabricApplicationCertificate cmdlet
100+
101+
#### Az.Sql
102+
* Update documentation of old Auditing cmdlets.
103+
104+
#### Az.Storage
105+
* Update help for Get/Close-AzStorageFileHandle, by add more scenarios to cmdlet examples and update parameter descriptions
106+
* Support StandardBlobTier in upload blob and copy blob
107+
- Set-AzStorageBlobContent
108+
- Start-AzStorageBlobCopy
109+
* Support Rehydrate Priority in copy blob
110+
- Start-AzStorageBlobCopy
111+
112+
#### Az.Websites
113+
* Add clarification around -AppSettings parameter in Set-AzWebApp and Set-AzWebAppSlot
114+
1115
## 2.5.0 - July 2019
2116
#### Az.Accounts
3117
* Update common code to use latest version of ClientRuntime
4118

5119
#### Az.ApplicationInsights
6-
* Fix example typo in 'Remove-AzApplicationInsightsApiKey' documentation
120+
* Fix example typo in 'Remove-AzApplicationInsightsApiKey' documentation
7121

8122
#### Az.Automation
9-
* Fix typo in resource string
123+
* Fix typo in resource string
10124

11125
#### Az.CognitiveServices
12126
* Added NetworkRuleSet support.

src/Accounts/Accounts/Az.Accounts.psd1

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
2-
# Module manifest for module 'PSGet_Az.Accounts'
2+
# Module manifest for module 'Az.Accounts'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 7/23/2019
6+
# Generated on: 8/22/2019
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.6.1'
15+
ModuleVersion = '1.6.2'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -143,12 +143,13 @@ PrivateData = @{
143143
# IconUri = ''
144144

145145
# ReleaseNotes of this module
146-
ReleaseNotes = '* Update common code to use latest version of ClientRuntime'
146+
ReleaseNotes = '* Fixed miscellaneous typos across module
147+
* Support user-assigned MSI in Azure Functiosn Authentication (#9479)'
147148

148149
# Prerelease string of this module
149150
# Prerelease = ''
150151

151-
# Flag to indicate whether the module requires explicit user acceptance for install/update
152+
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
152153
# RequireLicenseAcceptance = $false
153154

154155
# External dependent modules of this module

src/Accounts/Accounts/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 1.6.2
2123
* Fixed miscellaneous typos across module
2224
* Support user-assigned MSI in Azure Functiosn Authentication (#9479)
2325

src/Accounts/Accounts/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
// You can specify all the values or you can default the Build and Revision Numbers
4444
// by using the '*' as shown below:
4545

46-
[assembly: AssemblyVersion("1.6.1")]
47-
[assembly: AssemblyFileVersion("1.6.1")]
46+
[assembly: AssemblyVersion("1.6.2")]
47+
[assembly: AssemblyFileVersion("1.6.2")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")]
5050
#endif

src/Advisor/Advisor/Az.Advisor.psd1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
2-
# Module manifest for module 'PSGet_Az.Advisor'
2+
# Module manifest for module 'Az.Advisor'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 6/21/2019
6+
# Generated on: 8/22/2019
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.0.0'
15+
ModuleVersion = '1.0.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.6.1'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.6.2'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Advisor.dll'
@@ -109,12 +109,12 @@ PrivateData = @{
109109
# IconUri = ''
110110

111111
# ReleaseNotes of this module
112-
ReleaseNotes = '* GA release of Az.Advisor'
112+
ReleaseNotes = '* Fixed miscellaneous typos across module'
113113

114114
# Prerelease string of this module
115115
# Prerelease = ''
116116

117-
# Flag to indicate whether the module requires explicit user acceptance for install/update
117+
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
118118
# RequireLicenseAcceptance = $false
119119

120120
# External dependent modules of this module

src/Advisor/Advisor/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
- Additional information about change #1
2020
-->
2121
## Upcoming Release
22+
23+
## Version 1.0.1
2224
* Fixed miscellaneous typos across module
2325

2426
## Version 1.0.0

src/Advisor/Advisor/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("860B550A-20CE-4FB1-BAE7-EF10E9221BCE")]
2727

28-
[assembly: AssemblyVersion("1.0.0")]
29-
[assembly: AssemblyFileVersion("1.0.0")]
28+
[assembly: AssemblyVersion("1.0.1")]
29+
[assembly: AssemblyFileVersion("1.0.1")]

src/Aks/Aks/Az.Aks.psd1

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
2-
# Module manifest for module 'PSGet_Az.Aks'
2+
# Module manifest for module 'Az.Aks'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 1/23/2019
6+
# Generated on: 8/22/2019
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.0.1'
15+
ModuleVersion = '1.0.2'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.6.1'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.6.2'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\YamlDotNet.dll', '.\AutoMapper.dll'
@@ -110,12 +110,14 @@ PrivateData = @{
110110
# IconUri = ''
111111

112112
# ReleaseNotes of this module
113-
ReleaseNotes = '* Update incorrect online help URLs'
113+
ReleaseNotes = '* Fixed miscellaneous typos across module
114+
* Fix issue with output for ''Get-AzAks''
115+
* More information here: https://github.com/Azure/azure-powershell/issues/9847'
114116

115117
# Prerelease string of this module
116118
# Prerelease = ''
117119

118-
# Flag to indicate whether the module requires explicit user acceptance for install/update
120+
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
119121
# RequireLicenseAcceptance = $false
120122

121123
# External dependent modules of this module

src/Aks/Aks/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 1.0.2
2123
* Fixed miscellaneous typos across module
2224
* Fix issue with output for `Get-AzAks`
2325
* More information here: https://github.com/Azure/azure-powershell/issues/9847

src/Aks/Aks/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
[assembly: ComVisible(false)]
2424
[assembly: CLSCompliant(false)]
2525
[assembly: Guid("a97e0c3e-e389-46a6-b73d-2b9bd6909bdb")]
26-
[assembly: AssemblyVersion("1.0.1")]
27-
[assembly: AssemblyFileVersion("1.0.1")]
26+
[assembly: AssemblyVersion("1.0.2")]
27+
[assembly: AssemblyFileVersion("1.0.2")]

src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.6.1'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.6.2'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\Microsoft.Azure.Management.AlertsManagement.dll'

src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
2-
# Module manifest for module 'PSGet_Az.AnalysisServices'
2+
# Module manifest for module 'Az.AnalysisServices'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 4/4/2019
6+
# Generated on: 8/22/2019
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.1.0'
15+
ModuleVersion = '1.1.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.6.1'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.6.2'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\Microsoft.Azure.Management.Analysis.dll'
@@ -123,13 +123,12 @@ PrivateData = @{
123123
# IconUri = ''
124124

125125
# ReleaseNotes of this module
126-
ReleaseNotes = '* Using ServiceClient in dataplane cmdlets and removing the original authentication logic
127-
* Making Add-AzureASAccount a wrapper of Connect-AzAccount to avoid a breaking change'
126+
ReleaseNotes = '* Fixed miscellaneous typos across module'
128127

129128
# Prerelease string of this module
130129
# Prerelease = ''
131130

132-
# Flag to indicate whether the module requires explicit user acceptance for install/update
131+
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
133132
# RequireLicenseAcceptance = $false
134133

135134
# External dependent modules of this module

src/AnalysisServices/AnalysisServices/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 1.1.1
2123
* Fixed miscellaneous typos across module
2224

2325
## Version 1.1.0

src/AnalysisServices/AnalysisServices/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
3636

37-
[assembly: AssemblyVersion("1.1.0")]
38-
[assembly: AssemblyFileVersion("1.1.0")]
37+
[assembly: AssemblyVersion("1.1.1")]
38+
[assembly: AssemblyFileVersion("1.1.1")]

0 commit comments

Comments
 (0)