Skip to content

Commit f060df6

Browse files
committed
Update changelogs for new release
1 parent fdebc66 commit f060df6

File tree

97 files changed

+233
-232
lines changed

Some content is hidden

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

97 files changed

+233
-232
lines changed

ChangeLog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
## 2017.07.17 - Version 4.2.1
2+
* Compute
3+
- Fix issue with VM DIsk and VM Disk snapshot create and update cmdlets, (link)[https://github.com/azure/azure-powershell/issues/4309]
4+
- New-AzureRmDisk
5+
- New-AzureRmSnapshot
6+
- Update-AzureRmDisk
7+
- Update-AzureRmSnapshot
8+
* Profile
9+
- Fix issue with non-interactive user authentication in RDFE (link)[https://github.com/Azure/azure-powershell/issues/4299]
10+
* ServiceManagement
11+
- Fix issue with non-interactive user authentication (link)[https://github.com/Azure/azure-powershell/issues/4299]
12+
13+
## 2017.07.17 - Version 4.2.1
214
* Profile
315
- Fix issue with non-interactive user authentication in RDFE (link)[https://github.com/Azure/azure-powershell/issues/4299]
416
* ServiceManagement

src/ResourceManager/AnalysisServices/AzureRM.AnalysisServices.psd1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.AnalysisServices'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 7/6/2017
6+
# Generated on: 7/14/2017
77
#
88

99
@{
@@ -27,7 +27,7 @@ Author = 'Microsoft Corporation'
2727
CompanyName = 'Microsoft Corporation'
2828

2929
# Copyright statement for this module
30-
Copyright = '© Microsoft Corporation. All rights reserved.'
30+
Copyright = '© Microsoft Corporation. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
3333
Description = 'Microsoft Azure PowerShell - Analysis Services'
@@ -86,6 +86,7 @@ CmdletsToExport = 'Resume-AzureRmAnalysisServicesServer',
8686
# 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.
8787
AliasesToExport = 'Resume-AzureAs', 'Suspend-AzureAs', 'Get-AzureAs', 'Remove-AzureAs',
8888
'Set-AzureAs', 'Test-AzureAs', 'New-AzureAs'
89+
8990
# DSC resources to export from this module
9091
# DscResourcesToExport = @()
9192

@@ -113,8 +114,7 @@ PrivateData = @{
113114
# IconUri = ''
114115

115116
# ReleaseNotes of this module
116-
ReleaseNotes = '* Add new dataplane API
117-
- Introduced API to fetch AS server log, Export-AzureAnalysisServicesInstanceLog'
117+
ReleaseNotes = 'Updated for common code changes'
118118

119119
# External dependent modules of this module
120120
# ExternalModuleDependencies = ''

src/ResourceManager/AnalysisServices/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020
## Current Release
2121

22+
## Version 0.4.2
23+
2224
## Version 0.4.1
2325
* Add new dataplane API
2426
- Introduced API to fetch AS server log, Export-AzureAnalysisServicesInstanceLog
@@ -47,4 +49,4 @@
4749

4850
## Version 0.0.2
4951
* Fixed bug in Get-AzureRMAnalysisServicesServer
50-
- When this command was run against some resources, it would fail with a null reference exception.
52+
- When this command was run against some resources, it would fail with a null reference exception.

src/ResourceManager/ApiManagement/AzureRM.ApiManagement.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.ApiManagement'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 7/6/2017
6+
# Generated on: 7/14/2017
77
#
88

99
@{

src/ResourceManager/ApiManagement/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020
## Current Release
2121

22+
## Version 4.2.1
23+
2224
## Version 4.2.0
2325

2426
## Version 4.1.0

src/ResourceManager/Automation/AzureRM.Automation.psd1

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.Automation'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 7/6/2017
6+
# Generated on: 7/14/2017
77
#
88

99
@{
@@ -160,9 +160,7 @@ PrivateData = @{
160160
# IconUri = ''
161161

162162
# ReleaseNotes of this module
163-
ReleaseNotes = '* Properly setting TimeZone value for Weekly and Monthly schedules for New-AzureRmAutomationSchedule
164-
- More information can be found in this issue: https://github.com/Azure/azure-powershell/issues/3043
165-
'
163+
ReleaseNotes = 'Updated for common code changes'
166164

167165
# External dependent modules of this module
168166
# ExternalModuleDependencies = ''

src/ResourceManager/Automation/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020
## Current Release
2121

22+
## Version 3.2.1
23+
2224
## Version 3.2.0
2325
* Properly setting TimeZone value for Weekly and Monthly schedules for New-AzureRmAutomationSchedule
2426
- More information can be found in this issue: https://github.com/Azure/azure-powershell/issues/3043

src/ResourceManager/AzureBackup/AzureRM.Backup.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.Backup'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 7/6/2017
6+
# Generated on: 7/14/2017
77
#
88

99
@{

src/ResourceManager/AzureBackup/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020
## Current Release
2121

22+
## Version 3.2.1
23+
2224
## Version 3.2.0
2325

2426
## Version 3.1.0

src/ResourceManager/AzureBatch/AzureRM.Batch.psd1

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.Batch'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 7/6/2017
6+
# Generated on: 7/14/2017
77
#
88

99
@{
@@ -141,9 +141,7 @@ PrivateData = @{
141141
# IconUri = ''
142142

143143
# ReleaseNotes of this module
144-
ReleaseNotes = '- Added new Get-AzureBatchJobPreparationAndReleaseTaskStatus cmdlet.
145-
- Added byte range start and end to Get-AzureBatchNodeFileContent parameters.
146-
'
144+
ReleaseNotes = 'Updated for common code changes'
147145

148146
# External dependent modules of this module
149147
# ExternalModuleDependencies = ''

0 commit comments

Comments
 (0)