1
1
## 1.5.0 - March 2019
2
+ ### Highlights since the last major release
3
+ * General availability of ` Az ` module
4
+ * For more information about the ` Az ` module, please visit the following: https://aka.ms/azps-announce
5
+ * Added Location, ResourceGroup, and ResourceName completers: https://azure.microsoft.com/en-us/blog/completers-in-azure-powershell/
6
+ * Added wildcard support to Get cmdlets for Az.Compute and Az.Network
7
+ * Added interactive and username/password authentication for Windows PowerShell 5.1 only
8
+ * Added support for Python 2 runbooks in Az.Automation
9
+ * Az.LogicApp: New cmdlets for Integration Account Assemblies and Batch Configuration
10
+
2
11
#### Az.Accounts
3
12
* Add 'Register-AzModule' command to support AutoRest generated cmdlets
4
13
* Update examples for Connect-AzAccount
45
54
- New-AzStorageAccount
46
55
47
56
## 1.4.0 - February 2019
57
+ ### Highlights since the last major release
58
+ * General availability of ` Az ` module
59
+ * For more information about the ` Az ` module, please visit the following: https://aka.ms/azps-announce
60
+ * Added Location, ResourceGroup, and ResourceName completers: https://azure.microsoft.com/en-us/blog/completers-in-azure-powershell/
61
+ * Added interactive and username/password authentication for Windows PowerShell 5.1 only
62
+ * Added support for Python 2 runbooks in Az.Automation
63
+ * Az.LogicApp: New cmdlets for Integration Account Assemblies and Batch Configuration
64
+
48
65
#### Az.AnalysisServices
49
66
* Deprecated AddAzureASAccount cmdlet
50
67
111
128
* Correct example in Get-AzWebAppSlotMetrics
112
129
113
130
## 1.3.0 - February 2019
131
+ ### Highlights since the last major release
132
+ * General availability of ` Az ` module
133
+ * For more information about the ` Az ` module, please visit the following: https://aka.ms/azps-announce
134
+ * Added Location, ResourceGroup, and ResourceName completers: https://azure.microsoft.com/en-us/blog/completers-in-azure-powershell/
135
+ * Added interactive and username/password authentication for Windows PowerShell 5.1 only
136
+ * Added support for Python 2 runbooks in Az.Automation
137
+
114
138
#### Az.Accounts
115
139
* Update to latest version of ClientRuntime
116
140
@@ -137,6 +161,13 @@ General availability for Az.RecoveryServices module.
137
161
* Fixed null ref exception in Get-AzSqlCapability
138
162
139
163
## 1.2.1 - January 2019
164
+ ### Highlights since the last major release
165
+ * General availability of ` Az ` module
166
+ * For more information about the ` Az ` module, please visit the following: https://aka.ms/azps-announce
167
+ * Added Location, ResourceGroup, and ResourceName completers: https://azure.microsoft.com/en-us/blog/completers-in-azure-powershell/
168
+ * Added interactive and username/password authentication for Windows PowerShell 5.1 only
169
+ * Added support for Python 2 runbooks in Az.Automation
170
+
140
171
#### Az.Accounts
141
172
* Release with correct version of Authentication
142
173
@@ -148,6 +179,13 @@ General availability for Az.RecoveryServices module.
148
179
149
180
150
181
## 1.2.0 - January 2019
182
+ ### Highlights since the last major release
183
+ * General availability of ` Az ` module
184
+ * For more information about the ` Az ` module, please visit the following: https://aka.ms/azps-announce
185
+ * Added Location, ResourceGroup, and ResourceName completers: https://azure.microsoft.com/en-us/blog/completers-in-azure-powershell/
186
+ * Added interactive and username/password authentication for Windows PowerShell 5.1 only
187
+ * Added support for Python 2 runbooks in Az.Automation
188
+
151
189
#### Az.Accounts
152
190
* Add interactive and username/password authentication for Windows PowerShell 5.1 only
153
191
* Update incorrect online help URLs
@@ -227,6 +265,11 @@ General availability for Az.RecoveryServices module.
227
265
* Fixes 'New-AzWebAppSSLBinding' to not overwrite the tags on binding an SSL certificate to an app
228
266
229
267
## 1.1.0 - January 2019
268
+ ### Highlights since the last major release
269
+ * General availability of ` Az ` module
270
+ * For more information about the ` Az ` module, please visit the following: https://aka.ms/azps-announce
271
+ * Added Location, ResourceGroup, and ResourceName completers: https://azure.microsoft.com/en-us/blog/completers-in-azure-powershell/
272
+
230
273
#### Az.Accounts
231
274
* Add 'Local' Scope to Enable-AzureRmAlias
232
275
@@ -284,8 +327,7 @@ General availability for Az.RecoveryServices module.
284
327
* Fix backward compatibility issue with Az.Accounts module
285
328
286
329
## Version 1.0.0 - December 2018
287
-
288
- #### General
289
-
330
+ ### Highlights since the last major release
290
331
* General availability of ` Az ` module
291
332
* For more information about the ` Az ` module, please visit the following: https://aka.ms/azps-announce
333
+ * Added Location, ResourceGroup, and ResourceName completers: https://azure.microsoft.com/en-us/blog/completers-in-azure-powershell/
0 commit comments