Skip to content

Commit 0650a19

Browse files
author
maddieclayton
committed
address comments
1 parent a2029b3 commit 0650a19

File tree

2 files changed

+22
-81
lines changed

2 files changed

+22
-81
lines changed

ChangeLog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.2.1 - January 2019
2+
#### Az.Accounts
3+
* Release with correct version of Authentication
4+
5+
#### Az.AnalysisServices
6+
* Release with updated Authentication dependency
7+
8+
#### Az.RecoveryServices
9+
* Release with updated Authentication dependency
10+
111
## 1.2.0 - January 2019
212
#### Az.Accounts
313
* Add interactive and username/password authentication for Windows PowerShell 5.1 only

tools/Az/Az.psd1

Lines changed: 12 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.2.0'
15+
ModuleVersion = '1.2.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,9 +53,9 @@ 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.2.0'; },
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.2.1'; },
5757
@{ModuleName = 'Az.Aks'; RequiredVersion = '1.0.1'; },
58-
@{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.0.0'; },
58+
@{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.0.1'; },
5959
@{ModuleName = 'Az.ApiManagement'; RequiredVersion = '1.0.0'; },
6060
@{ModuleName = 'Az.ApplicationInsights'; RequiredVersion = '1.0.0'; },
6161
@{ModuleName = 'Az.Automation'; RequiredVersion = '1.1.0'; },
@@ -86,7 +86,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.2.0'; },
8686
@{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.0.0'; },
8787
@{ModuleName = 'Az.OperationalInsights'; RequiredVersion = '1.0.0'; },
8888
@{ModuleName = 'Az.PowerBIEmbedded'; RequiredVersion = '1.0.0'; },
89-
@{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '1.0.0'; },
89+
@{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '1.0.1'; },
9090
@{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.0.0'; },
9191
@{ModuleName = 'Az.Relay'; RequiredVersion = '1.0.0'; },
9292
@{ModuleName = 'Az.Resources'; RequiredVersion = '1.1.1'; },
@@ -153,84 +153,15 @@ PrivateData = @{
153153
# IconUri = ''
154154

155155
# ReleaseNotes of this module
156-
ReleaseNotes = '1.2.0 - January 2019
156+
ReleaseNotes = '1.2.1 - January 2019
157157
Az.Accounts
158-
* Add interactive and username/password authentication for Windows PowerShell 5.1 only
159-
* Update incorrect online help URLs
160-
* Add warning message in PS Core for Uninstall-AzureRm
161-
162-
Az.Aks
163-
* Update incorrect online help URLs
164-
165-
Az.Automation
166-
* Added support for Python 2 runbooks
167-
* Update incorrect online help URLs
168-
169-
Az.Cdn
170-
* Update incorrect online help URLs
171-
172-
Az.Compute
173-
* Add Invoke-AzVMReimage cmdlet
174-
* Add TempDisk parameter to Set-AzVmss
175-
* Fix the warning message of New-AzVM
176-
177-
Az.ContainerRegistry
178-
* Update incorrect online help URLs
179-
180-
Az.DataFactory
181-
* Updated ADF .Net SDK version to 3.0.0
182-
183-
Az.DataLakeStore
184-
* Fix issue with ADLS endpoint when using MSI
185-
- More information here: https://github.com/Azure/azure-powershell/issues/7462
186-
* Update incorrect online help URLs
187-
188-
Az.IotHub
189-
* Add Encoding format to Add-IotHubRoutingEndpoint cmdlet.
190-
191-
Az.KeyVault
192-
* Update incorrect online help URLs
193-
194-
Az.Network
195-
* Update incorrect online help URLs
196-
197-
Az.Resources
198-
* Fix incorrect examples in ''New-AzADAppCredential'' and ''New-AzADSpCredential'' reference documentation
199-
* Fix issue where path for ''-TemplateFile'' parameter was not being resolved before executing resource group deployment cmdlets
200-
* Az.Resources: Correct documentation for New-AzureRmPolicyDefinition -Mode default value
201-
* Az.Resources: Fix for issue https://github.com/Azure/azure-powershell/issues/7522
202-
* Az.Resources: Fix for issue https://github.com/Azure/azure-powershell/issues/5747
203-
* Fix formatting issue with ''PSResourceGroupDeployment'' object
204-
- More information here: https://github.com/Azure/azure-powershell/issues/2123
205-
206-
Az.ServiceFabric
207-
* Rollback when a certificate is added to VMSS model but an exception is thrown this is to fix bug: https://github.com/Azure/service-fabric-issues/issues/932
208-
* Fix some error messages.
209-
* Fix create cluster with default ARM template for New-AzServiceFabriCluster which was not working with migration to Az.
210-
* Fix add cluster/application certificate to only add to VM Scale Sets that correspond to the cluster by checking cluster id in the extension.
211-
212-
Az.SignalR
213-
* Update incorrect online help URLs
214-
215-
Az.Sql
216-
* Update incorrect online help URLs
217-
* Updated parameter description for LicenseType parameter with possible values
218-
* Fix for updating managed instance identity not working when it is the only updated property
219-
* Support for custom collation on managed instance
220-
221-
Az.Storage
222-
* Update incorrect online help URLs
223-
* Give detail error message when get/set classic Logging/Metric on Premium Storage Account, since Premium Storage Account not supoort classic Logging/Metric.
224-
- Get/Set-AzStorageServiceLoggingProperty
225-
- Get/Set-AzStorageServiceMetricsProperty
226-
227-
Az.TrafficManager
228-
* Update incorrect online help URLs
229-
230-
Az.Websites
231-
* Update incorrect online help URLs
232-
* Fixes ''New-AzWebAppSSLBinding'' to upload the certificate to the correct resourcegroup+location if the app is hosted on an ASE.
233-
* Fixes ''New-AzWebAppSSLBinding'' to not overwrite the tags on binding an SSL certificate to an app
158+
* Release with correct version of Authentication
159+
160+
Az.AnalysisServices
161+
* Release with updated Authentication dependency
162+
163+
Az.RecoveryServices
164+
* Release with updated Authentication dependency
234165
'
235166

236167
# Prerelease string of this module

0 commit comments

Comments
 (0)