You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog.md
+52-6Lines changed: 52 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
2
48
#### Az.AnalysisServices
3
49
* Deprecated AddAzureASAccount cmdlet
4
50
@@ -20,7 +66,7 @@
20
66
* Add cmdlets for ADL deleted item enumerate and restore
21
67
22
68
#### 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
24
70
25
71
#### Az.KeyVault
26
72
* Fix tagging on Set-AzKeyVaultSecret
@@ -48,8 +94,8 @@
48
94
49
95
#### Az.OperationalInsights
50
96
* 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.
53
99
54
100
#### Az.Resources
55
101
* Fix for issue https://github.com/Azure/azure-powershell/issues/8166
@@ -80,9 +126,9 @@ General availability for Az.AnalysisServices module.
80
126
General availability for Az.RecoveryServices module.
81
127
82
128
#### Az.Resources
83
-
* Fix tagging for resource groups
129
+
* Fix tagging for resource groups
84
130
- 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
86
132
- More information here: https://github.com/Azure/azure-powershell/issues/8235
# 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.
# 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.
0 commit comments