Skip to content

Commit c444100

Browse files
authored
Merge pull request Azure#8729 from cormacpayne/merge-release-2019-03-12
[1.5.0] Merge release --> master
2 parents b34ebe1 + 1e073dd commit c444100

File tree

270 files changed

+717274
-24971
lines changed

Some content is hidden

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

270 files changed

+717274
-24971
lines changed

ChangeLog.md

Lines changed: 52 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,50 @@
1-
## 1.4.0 - February 2019
1+
## 1.5.0 - March 2019
2+
#### Az.Accounts
3+
* Add 'Register-AzModule' command to support AutoRest generated cmdlets
4+
* Update examples for Connect-AzAccount
5+
6+
#### Az.Automation
7+
* Fixed issue when retreiving certain monthly schedules in several Azure Automation cmdlets
8+
* Fix Get-AzAutomationDscNode returning just top 20 nodes. Now it returns all nodes
9+
10+
#### Az.Cdn
11+
* Added new Powershell cmdlets for Enable/Disable Custom Domain Https and deprecated the old ones
12+
13+
#### Az.Compute
14+
* Add wildcard support to Get cmdlets
15+
16+
#### Az.DataFactory
17+
* Updated ADF .Net SDK version to 3.0.1
18+
19+
#### Az.LogicApp
20+
* Fix for ListWorkflows only retrieving the first page of results
21+
22+
#### Az.Network
23+
* Add wildcard support to Network cmdlets
24+
25+
#### Az.RecoveryServices
26+
* Added Sql server in Azure VM support
27+
* SDK Update
28+
* Removed VMappContainer check in Get-ProtectableItem
29+
* Added Name and ServerName as parameters for Get-ProtectableItem
30+
31+
#### Az.Resources
32+
* Add `-TemplateObject` parameter to deployment cmdlets
33+
- More information here: https://github.com/Azure/azure-powershell/issues/2933
34+
* Fix issue when piping the result of `Get-AzResource` to `Set-AzResource`
35+
- More information here: https://github.com/Azure/azure-powershell/issues/8240
36+
* Fix issue with JSON data type change when running `Set-AzResource`
37+
- More information here: https://github.com/Azure/azure-powershell/issues/7930
38+
39+
#### Az.Sql
40+
* Updating AuditingEndpointsCommunicator.
41+
- Fixing the behavior of an edge case while creating new diagnostic settings.
42+
43+
#### Az.Storage
44+
* Support Kind BlockBlobStorage when create Storage account
45+
- New-AzStorageAccount
46+
47+
## 1.4.0 - February 2019
248
#### Az.AnalysisServices
349
* Deprecated AddAzureASAccount cmdlet
450

@@ -20,7 +66,7 @@
2066
* Add cmdlets for ADL deleted item enumerate and restore
2167

2268
#### Az.EventHub
23-
* Added new boolean property SkipEmptyArchives to Skip Empty Archives in CaptureDescription class of Eventhub
69+
* Added new boolean property SkipEmptyArchives to Skip Empty Archives in CaptureDescription class of Eventhub
2470

2571
#### Az.KeyVault
2672
* Fix tagging on Set-AzKeyVaultSecret
@@ -48,8 +94,8 @@
4894

4995
#### Az.OperationalInsights
5096
* Additional support for New and Get ApplicationInsights data source.
51-
- Added new 'ApplicationInsights' kind to support Get specific and Get all ApplicationInsights data sources for given workspace.
52-
- Added New-AzOperationalInsightsApplicationInsightsDataSource cmdlet for creating data source by given Application-Insights resource parameters: subscription Id, resourceGroupName and name.
97+
- Added new 'ApplicationInsights' kind to support Get specific and Get all ApplicationInsights data sources for given workspace.
98+
- Added New-AzOperationalInsightsApplicationInsightsDataSource cmdlet for creating data source by given Application-Insights resource parameters: subscription Id, resourceGroupName and name.
5399

54100
#### Az.Resources
55101
* Fix for issue https://github.com/Azure/azure-powershell/issues/8166
@@ -80,9 +126,9 @@ General availability for Az.AnalysisServices module.
80126
General availability for Az.RecoveryServices module.
81127

82128
#### Az.Resources
83-
* Fix tagging for resource groups
129+
* Fix tagging for resource groups
84130
- More information here: https://github.com/Azure/azure-powershell/issues/8166
85-
* Fix issue where `Get-AzureRmRoleAssignment` doesn't respect -ErrorAction
131+
* Fix issue where `Get-AzureRmRoleAssignment` doesn't respect -ErrorAction
86132
- More information here: https://github.com/Azure/azure-powershell/issues/8235
87133

88134
#### Az.Sql

src/Accounts/Accounts/Az.Accounts.psd1

Lines changed: 38 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2/5/2019
6+
# Generated on: 3/6/2019
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '1.3.1'
15+
ModuleVersion = '1.4.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -56,27 +56,27 @@ DotNetFrameworkVersion = '4.7.2'
5656
# RequiredModules = @()
5757

5858
# Assemblies that must be loaded prior to importing this module
59-
RequiredAssemblies = '.\Microsoft.Azure.PowerShell.Authentication.Abstractions.dll',
60-
'.\Microsoft.Azure.PowerShell.Authentication.dll',
61-
'.\Microsoft.Azure.PowerShell.Authentication.ResourceManager.dll',
62-
'.\Microsoft.Azure.PowerShell.Clients.Authorization.dll',
63-
'.\Microsoft.Azure.PowerShell.Clients.Compute.dll',
64-
'.\Microsoft.Azure.PowerShell.Clients.Graph.Rbac.dll',
65-
'.\Microsoft.Azure.PowerShell.Clients.Network.dll',
66-
'.\Microsoft.Azure.PowerShell.Clients.ResourceManager.dll',
67-
'.\Microsoft.Azure.PowerShell.Common.dll',
68-
'.\Microsoft.Azure.PowerShell.Storage.dll',
69-
'.\Microsoft.Azure.PowerShell.Clients.Storage.Management.dll',
70-
'.\Microsoft.Azure.PowerShell.Clients.KeyVault.dll',
71-
'.\Microsoft.Azure.PowerShell.Clients.Websites.dll',
72-
'.\Hyak.Common.dll', '.\Microsoft.ApplicationInsights.dll',
73-
'.\Microsoft.Azure.Common.dll',
74-
'.\Microsoft.Rest.ClientRuntime.dll',
75-
'.\Microsoft.Rest.ClientRuntime.Azure.dll',
76-
'.\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll',
77-
'.\Microsoft.WindowsAzure.Storage.dll',
78-
'.\Microsoft.WindowsAzure.Storage.DataMovement.dll',
79-
'.\Microsoft.Azure.PowerShell.Clients.Aks.dll',
59+
RequiredAssemblies = '.\Microsoft.Azure.PowerShell.Authentication.Abstractions.dll',
60+
'.\Microsoft.Azure.PowerShell.Authentication.dll',
61+
'.\Microsoft.Azure.PowerShell.Authentication.ResourceManager.dll',
62+
'.\Microsoft.Azure.PowerShell.Clients.Authorization.dll',
63+
'.\Microsoft.Azure.PowerShell.Clients.Compute.dll',
64+
'.\Microsoft.Azure.PowerShell.Clients.Graph.Rbac.dll',
65+
'.\Microsoft.Azure.PowerShell.Clients.Network.dll',
66+
'.\Microsoft.Azure.PowerShell.Clients.ResourceManager.dll',
67+
'.\Microsoft.Azure.PowerShell.Common.dll',
68+
'.\Microsoft.Azure.PowerShell.Storage.dll',
69+
'.\Microsoft.Azure.PowerShell.Clients.Storage.Management.dll',
70+
'.\Microsoft.Azure.PowerShell.Clients.KeyVault.dll',
71+
'.\Microsoft.Azure.PowerShell.Clients.Websites.dll',
72+
'.\Hyak.Common.dll', '.\Microsoft.ApplicationInsights.dll',
73+
'.\Microsoft.Azure.Common.dll',
74+
'.\Microsoft.Rest.ClientRuntime.dll',
75+
'.\Microsoft.Rest.ClientRuntime.Azure.dll',
76+
'.\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll',
77+
'.\Microsoft.WindowsAzure.Storage.dll',
78+
'.\Microsoft.WindowsAzure.Storage.DataMovement.dll',
79+
'.\Microsoft.Azure.PowerShell.Clients.Aks.dll',
8080
'.\Microsoft.Azure.PowerShell.Strategies.dll'
8181

8282
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
@@ -95,23 +95,24 @@ NestedModules = @('.\Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll')
9595
FunctionsToExport = @()
9696

9797
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
98-
CmdletsToExport = 'Disable-AzDataCollection', 'Disable-AzContextAutosave',
99-
'Enable-AzDataCollection', 'Enable-AzContextAutosave',
100-
'Remove-AzEnvironment', 'Get-AzEnvironment', 'Set-AzEnvironment',
101-
'Add-AzEnvironment', 'Get-AzSubscription', 'Connect-AzAccount',
102-
'Get-AzContext', 'Set-AzContext', 'Import-AzContext', 'Save-AzContext',
103-
'Get-AzTenant', 'Send-Feedback', 'Resolve-AzError', 'Select-AzContext',
104-
'Rename-AzContext', 'Remove-AzContext', 'Clear-AzContext',
105-
'Disconnect-AzAccount', 'Get-AzContextAutosaveSetting',
106-
'Set-AzDefault', 'Get-AzDefault', 'Clear-AzDefault',
107-
'Enable-AzureRmAlias', 'Disable-AzureRmAlias', 'Uninstall-AzureRm'
98+
CmdletsToExport = 'Disable-AzDataCollection', 'Disable-AzContextAutosave',
99+
'Enable-AzDataCollection', 'Enable-AzContextAutosave',
100+
'Remove-AzEnvironment', 'Get-AzEnvironment', 'Set-AzEnvironment',
101+
'Add-AzEnvironment', 'Get-AzSubscription', 'Connect-AzAccount',
102+
'Get-AzContext', 'Set-AzContext', 'Import-AzContext', 'Save-AzContext',
103+
'Get-AzTenant', 'Send-Feedback', 'Resolve-AzError', 'Select-AzContext',
104+
'Rename-AzContext', 'Remove-AzContext', 'Clear-AzContext',
105+
'Disconnect-AzAccount', 'Get-AzContextAutosaveSetting',
106+
'Set-AzDefault', 'Get-AzDefault', 'Clear-AzDefault',
107+
'Register-AzModule', 'Enable-AzureRmAlias', 'Disable-AzureRmAlias',
108+
'Uninstall-AzureRm'
108109

109110
# Variables to export from this module
110111
# VariablesToExport = @()
111112

112113
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
113-
AliasesToExport = 'Add-AzAccount', 'Login-AzAccount', 'Remove-AzAccount',
114-
'Logout-AzAccount', 'Select-AzSubscription', 'Resolve-Error',
114+
AliasesToExport = 'Add-AzAccount', 'Login-AzAccount', 'Remove-AzAccount',
115+
'Logout-AzAccount', 'Select-AzSubscription', 'Resolve-Error',
115116
'Save-AzProfile', 'Get-AzDomain'
116117

117118
# DSC resources to export from this module
@@ -141,7 +142,8 @@ PrivateData = @{
141142
# IconUri = ''
142143

143144
# ReleaseNotes of this module
144-
ReleaseNotes = '* Update to latest version of ClientRuntime'
145+
ReleaseNotes = '* Add ''Register-AzModule'' command to support AutoRest generated cmdlets
146+
* Update examples for Connect-AzAccount'
145147

146148
# Prerelease string of this module
147149
# Prerelease = ''

src/Accounts/Accounts/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 1.4.0
23+
* Add 'Register-AzModule' command to support AutoRest generated cmdlets
2124
* Update examples for Connect-AzAccount
2225

2326
## Version 1.3.1

0 commit comments

Comments
 (0)