Skip to content

Commit 42a9db0

Browse files
committed
Update change log and release notes to reflect change to online help
1 parent b449c99 commit 42a9db0

File tree

109 files changed

+277
-111
lines changed

Some content is hidden

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

109 files changed

+277
-111
lines changed

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## 2017.11.8 - Version 5.0.0
22
* NOTE: This is a breaking change release. Please see the migration guide (https://aka.ms/azps-migration-guide) for a full list of introduced breaking changes.
3+
* All cmdlets in AzureRM now support online help
4+
- Run Get-Help with the -Online parameter to open the online help in your default Internet
35
* AnalysisServices
46
* Fixed Synchronize-AzureAsInstance command to work with new AsAzure REST API for sync
57
* ApiManagement

src/ResourceManager/AnalysisServices/AzureRM.AnalysisServices.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ PrivateData = @{
115115

116116
# ReleaseNotes of this module
117117
ReleaseNotes = '* Fixed Synchronize-AzureAsInstance command to work with new AsAzure REST API for sync
118-
'
118+
* Add support for online help
119+
- Run Get-Help with the -Online parameter to open the online help in your default Internet'
119120

120121
# External dependent modules of this module
121122
# ExternalModuleDependencies = ''

src/ResourceManager/AnalysisServices/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121

2222
## Version 0.5.0
2323
* Fixed Synchronize-AzureAsInstance command to work with new AsAzure REST API for sync
24-
24+
* Add support for online help
25+
- Run Get-Help with the -Online parameter to open the online help in your default Internet
26+
2527
## Version 0.4.7
2628

2729
## Version 0.4.6

src/ResourceManager/ApiManagement/AzureRM.ApiManagement.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ PrivateData = @{
197197
- New-AzureRmApiManagementBackendProxy Parameter `Password` and `UserName` have been replaced with `ProxyCredentials` of type PSCredential
198198
* Updated Cmdlet Get-AzureRmApiManagementUser to fix issue https://github.com/Azure/azure-powershell/issues/4510
199199
* Updated Cmdlet New-AzureRmApiManagementApi to create Api with Empty Path https://github.com/Azure/azure-powershell/issues/4069
200-
'
200+
* Add support for online help
201+
- Run Get-Help with the -Online parameter to open the online help in your default Internet'
201202

202203
# External dependent modules of this module
203204
# ExternalModuleDependencies = ''

src/ResourceManager/ApiManagement/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
- New-AzureRmApiManagementBackendProxy Parameter `Password` and `UserName` have been replaced with `ProxyCredentials` of type PSCredential
2929
* Updated Cmdlet Get-AzureRmApiManagementUser to fix issue https://github.com/Azure/azure-powershell/issues/4510
3030
* Updated Cmdlet New-AzureRmApiManagementApi to create Api with Empty Path https://github.com/Azure/azure-powershell/issues/4069
31+
* Add support for online help
32+
- Run Get-Help with the -Online parameter to open the online help in your default Internet
3133

3234
## Version 4.4.1
3335

src/ResourceManager/ApplicationInsights/ChangeLog.md

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,20 @@
2020
## Current Release
2121

2222
## Version 0.1.0
23-
Add commands to get/create/remove applicaiton insights resource
24-
Get-AzureRmApplicationInsights
25-
New-AzureRmApplicationInsights
26-
Remove-AzureRmApplicationInsights
27-
28-
Add commands to get/update pricing/daily cap of applicaiton insights resource
29-
Get-AzureRmApplicationInsights -IncludeDailyCap
30-
Set-AzureRmApplicationInsightsPricingPlan
31-
Set-AzureRmApplicationInsightsDailyCap
32-
33-
Add commands to get/create/update/remove continuous export of applicaiton insights resource
34-
Get-AzureRmApplicationInsightsContinuousExport
35-
Set-AzureRmApplicationInsightsContinuousExport
36-
New-AzureRmApplicationInsightsContinuousExport
37-
Remove-AzureRmApplicationInsightsContinuousExport
38-
39-
Add commands to get/create/remove api keys of applicaiton insights resoruce
40-
Get-AzureRmApplicationInsightsApiKey
41-
New-AzureRmApplicationInsightsApiKey
42-
Remove-AzureRmApplicationInsightsApiKey
23+
* Add commands to get/create/remove applicaiton insights resource
24+
- Get-AzureRmApplicationInsights
25+
- New-AzureRmApplicationInsights
26+
- Remove-AzureRmApplicationInsights
27+
* Add commands to get/update pricing/daily cap of applicaiton insights resource
28+
- Get-AzureRmApplicationInsights -IncludeDailyCap
29+
- Set-AzureRmApplicationInsightsPricingPlan
30+
- Set-AzureRmApplicationInsightsDailyCap
31+
* Add commands to get/create/update/remove continuous export of applicaiton insights resource
32+
- Get-AzureRmApplicationInsightsContinuousExport
33+
- Set-AzureRmApplicationInsightsContinuousExport
34+
- New-AzureRmApplicationInsightsContinuousExport
35+
- Remove-AzureRmApplicationInsightsContinuousExport
36+
* Add commands to get/create/remove api keys of applicaiton insights resoruce
37+
- Get-AzureRmApplicationInsightsApiKey
38+
- New-AzureRmApplicationInsightsApiKey
39+
- Remove-AzureRmApplicationInsightsApiKey

src/ResourceManager/Automation/AzureRM.Automation.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ PrivateData = @{
164164
# IconUri = ''
165165

166166
# ReleaseNotes of this module
167-
ReleaseNotes = 'Updated for common code changes'
167+
ReleaseNotes = '* Add support for online help
168+
- Run Get-Help with the -Online parameter to open the online help in your default Internet'
168169

169170
# External dependent modules of this module
170171
# ExternalModuleDependencies = ''

src/ResourceManager/Automation/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
## Current Release
2121

2222
## Version 4.0.0
23-
23+
* Add support for online help
24+
- Run Get-Help with the -Online parameter to open the online help in your default Internet
25+
2426
## Version 3.4.1
2527

2628
## Version 3.4.0

src/ResourceManager/AzureBackup/AzureRM.Backup.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ PrivateData = @{
122122
# IconUri = ''
123123

124124
# ReleaseNotes of this module
125-
ReleaseNotes = 'Updated for common code changes'
125+
ReleaseNotes = '* Add support for online help
126+
- Run Get-Help with the -Online parameter to open the online help in your default Internet'
126127

127128
# External dependent modules of this module
128129
# ExternalModuleDependencies = ''

src/ResourceManager/AzureBackup/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
## Current Release
2121

2222
## Version 4.0.0
23-
23+
* Add support for online help
24+
- Run Get-Help with the -Online parameter to open the online help in your default Internet
25+
2426
## Version 3.4.1
2527

2628
## Version 3.4.0

src/ResourceManager/AzureBatch/AzureRM.Batch.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ PrivateData = @{
204204
* Added support for Azure Active Directory based authentication.
205205
- To use Azure Active Directory authentication, retrieve a `BatchAccountContext` object using the `Get-AzureRmBatchAccount` cmdlet, and supply this `BatchAccountContext` to the `-BatchContext` parameter of a Batch service cmdlet. Azure Active Directory authentication is mandatory for accounts with `PoolAllocationMode = UserSubscription`.
206206
- For existing accounts or for new accounts created with `PoolAllocationMode = BatchService`, you may continue to use shared key authentication by retrieving a `BatchAccountContext` object using the `Get-AzureRmBatchAccoutKeys` cmdlet.
207-
'
207+
* Add support for online help
208+
- Run Get-Help with the -Online parameter to open the online help in your default Internet'
208209

209210
# External dependent modules of this module
210211
# ExternalModuleDependencies = ''

src/ResourceManager/AzureBatch/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@
7777
* Added support for Azure Active Directory based authentication.
7878
- To use Azure Active Directory authentication, retrieve a `BatchAccountContext` object using the `Get-AzureRmBatchAccount` cmdlet, and supply this `BatchAccountContext` to the `-BatchContext` parameter of a Batch service cmdlet. Azure Active Directory authentication is mandatory for accounts with `PoolAllocationMode = UserSubscription`.
7979
- For existing accounts or for new accounts created with `PoolAllocationMode = BatchService`, you may continue to use shared key authentication by retrieving a `BatchAccountContext` object using the `Get-AzureRmBatchAccoutKeys` cmdlet.
80-
80+
* Add support for online help
81+
- Run Get-Help with the -Online parameter to open the online help in your default Internet
82+
8183
## Version 3.4.1
8284
- Marked cmdlet parameters and type properties obsolete in
8385
preparation for upcoming breaking change release (Version 4.0.0)

src/ResourceManager/Billing/AzureRM.Billing.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ PrivateData = @{
107107
# IconUri = ''
108108

109109
# ReleaseNotes of this module
110-
ReleaseNotes = 'Updated for common code changes'
110+
ReleaseNotes = '* Add support for online help
111+
- Run Get-Help with the -Online parameter to open the online help in your default Internet'
111112

112113
# External dependent modules of this module
113114
# ExternalModuleDependencies = ''

src/ResourceManager/Billing/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
## Current Release
2121

2222
## Version 0.14.0
23-
23+
* Add support for online help
24+
- Run Get-Help with the -Online parameter to open the online help in your default Internet
25+
2426
## Version 0.13.7
2527

2628
## Version 0.13.6

src/ResourceManager/Cdn/AzureRM.Cdn.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ PrivateData = @{
120120
# IconUri = ''
121121

122122
# ReleaseNotes of this module
123-
ReleaseNotes = 'Updated for common code changes'
123+
ReleaseNotes = '* Add support for online help
124+
- Run Get-Help with the -Online parameter to open the online help in your default Internet'
124125

125126
# External dependent modules of this module
126127
# ExternalModuleDependencies = ''

src/ResourceManager/Cdn/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
## Current Release
2121

2222
## Version 4.0.0
23-
23+
* Add support for online help
24+
- Run Get-Help with the -Online parameter to open the online help in your default Internet
25+
2426
## Version 3.4.1
2527

2628
## Version 3.4.0

src/ResourceManager/CognitiveServices/AzureRM.CognitiveServices.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ PrivateData = @{
113113
# IconUri = ''
114114

115115
# ReleaseNotes of this module
116-
ReleaseNotes = 'Updated for common code changes'
116+
ReleaseNotes = '* Add support for online help
117+
- Run Get-Help with the -Online parameter to open the online help in your default Internet'
117118

118119
# External dependent modules of this module
119120
# ExternalModuleDependencies = ''

src/ResourceManager/CognitiveServices/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
## Current Release
2121

2222
## Version 0.9.0
23-
23+
* Add support for online help
24+
- Run Get-Help with the -Online parameter to open the online help in your default Internet
25+
2426
## Version 0.8.7
2527

2628
## Version 0.8.6

src/ResourceManager/Compute/AzureRM.Compute.psd1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,9 @@ PrivateData = @{
215215
- New Parameter for ''Set-AzureRmVmDiskEncryptionExtension'': ''-EncryptFormatAll'' encrypt formats data disks
216216
- New Parameters for ''Set-AzureRmVmDiskEncryptionExtension'': ''-ExtensionPublisherName'' and ''-ExtensionType'' allow switching to other versions of the extension
217217
- New Parameters for ''Disable-AzureRmVmDiskEncryption'': ''-ExtensionPublisherName'' and ''-ExtensionType'' allow switching to other versions of the extension
218-
- New Parameters for ''Get-AzureRmVmDiskEncryptionStatus'': ''-ExtensionPublisherName'' and ''-ExtensionType'' allow switching to other versions of the extension'
218+
- New Parameters for ''Get-AzureRmVmDiskEncryptionStatus'': ''-ExtensionPublisherName'' and ''-ExtensionType'' allow switching to other versions of the extension\
219+
* Add support for online help
220+
- Run Get-Help with the -Online parameter to open the online help in your default Internet'
219221

220222
# External dependent modules of this module
221223
# ExternalModuleDependencies = ''

src/ResourceManager/Compute/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
- New Parameters for 'Disable-AzureRmVmDiskEncryption': '-ExtensionPublisherName' and '-ExtensionType' allow switching to other versions of the extension
2727
- New Parameters for 'Get-AzureRmVmDiskEncryptionStatus': '-ExtensionPublisherName' and '-ExtensionType' allow switching to other versions of the extension
2828
* Set-AzureRmVMAEMExtension: Add support for Dv3 and Ev3 series
29+
* Add support for online help
30+
- Run Get-Help with the -Online parameter to open the online help in your default Internet
2931

3032
## Version 3.4.1
3133

src/ResourceManager/Consumption/AzureRM.Consumption.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ PrivateData = @{
107107
# IconUri = ''
108108

109109
# ReleaseNotes of this module
110-
ReleaseNotes = 'Updated for common code changes'
110+
ReleaseNotes = '* Add support for online help
111+
- Run Get-Help with the -Online parameter to open the online help in your default Internet'
111112

112113
# External dependent modules of this module
113114
# ExternalModuleDependencies = ''

src/ResourceManager/Consumption/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
## Current Release
2121

2222
## Version 0.3.0
23-
23+
* Add support for online help
24+
- Run Get-Help with the -Online parameter to open the online help in your default Internet
25+
2426
## Version 0.2.7
2527

2628
## Version 0.2.6

src/ResourceManager/ContainerInstance/AzureRM.ContainerInstance.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ PrivateData = @{
109109
# IconUri = ''
110110

111111
# ReleaseNotes of this module
112-
ReleaseNotes = 'Updated for common code changes'
112+
ReleaseNotes = '* Add support for online help
113+
- Run Get-Help with the -Online parameter to open the online help in your default Internet'
113114

114115
# External dependent modules of this module
115116
# ExternalModuleDependencies = ''

src/ResourceManager/ContainerInstance/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
## Current Release
2121

2222
## Version 0.1.0
23-
23+
* Add support for online help
24+
- Run Get-Help with the -Online parameter to open the online help in your default Internet
25+
2426
## Version 0.0.2
2527

2628
## Version 0.0.1

src/ResourceManager/ContainerRegistry/AzureRM.ContainerRegistry.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ PrivateData = @{
115115
# IconUri = ''
116116

117117
# ReleaseNotes of this module
118-
ReleaseNotes = 'Updated for common code changes'
118+
ReleaseNotes = '* Add support for online help
119+
- Run Get-Help with the -Online parameter to open the online help in your default Internet'
119120

120121
# External dependent modules of this module
121122
# ExternalModuleDependencies = ''

src/ResourceManager/ContainerRegistry/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
## Current Release
2121

2222
## Version 0.3.0
23-
23+
* Add support for online help
24+
- Run Get-Help with the -Online parameter to open the online help in your default Internet
25+
2426
## Version 0.2.7
2527

2628
## Version 0.2.6

src/ResourceManager/DataFactories/AzureRM.DataFactories.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ PrivateData = @{
134134
# IconUri = ''
135135

136136
# ReleaseNotes of this module
137-
ReleaseNotes = 'Updated for common code changes'
137+
ReleaseNotes = '* Add support for online help
138+
- Run Get-Help with the -Online parameter to open the online help in your default Internet'
138139

139140
# External dependent modules of this module
140141
# ExternalModuleDependencies = ''

src/ResourceManager/DataFactories/AzureRM.DataFactoryV2.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ PrivateData = @{
140140
# IconUri = ''
141141

142142
# ReleaseNotes of this module
143-
ReleaseNotes = 'Updated for common code changes'
143+
ReleaseNotes = '* Add support for online help
144+
- Run Get-Help with the -Online parameter to open the online help in your default Internet'
144145

145146
# External dependent modules of this module
146147
# ExternalModuleDependencies = ''

src/ResourceManager/DataFactories/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
## Current Release
2121

2222
## Version 4.0.0
23-
23+
* Add support for online help
24+
- Run Get-Help with the -Online parameter to open the online help in your default Internet
25+
2426
## Version 3.4.1
2527

2628
## Version 3.4.0

src/ResourceManager/DataLakeAnalytics/AzureRM.DataLakeAnalytics.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ PrivateData = @{
161161
- List\<JobInformation> to List\<PSJobInformationBasic>
162162
- The properties of PSJobInformationBasic is a strict subset of the properties of JobInformation
163163
- The additional properties that are in JobInformation are not returned by the service. Therefore, this change is to reflect this accurately. These additional properties are still in PSJobInformationBasic, but they are tagged as Obsolete.
164-
'
164+
* Add support for online help
165+
- Run Get-Help with the -Online parameter to open the online help in your default Internet'
165166

166167
# External dependent modules of this module
167168
# ExternalModuleDependencies = ''

src/ResourceManager/DataLakeAnalytics/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
- List\<JobInformation> to List\<PSJobInformationBasic>
3131
- The properties of PSJobInformationBasic is a strict subset of the properties of JobInformation
3232
- The additional properties that are in JobInformation are not returned by the service. Therefore, this change is to reflect this accurately. These additional properties are still in PSJobInformationBasic, but they are tagged as Obsolete.
33+
* Add support for online help
34+
- Run Get-Help with the -Online parameter to open the online help in your default Internet browser
3335

3436
## Version 3.4.1
3537

src/ResourceManager/DataLakeStore/AzureRM.DataLakeStore.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ PrivateData = @{
158158
- List\<PSDataLakeStoreAccount> to List\<PSDataLakeStoreAccountBasic>
159159
- The properties of PSDataLakeStoreAccountBasic is a strict subset of the properties of PSDataLakeStoreAccount
160160
- The additional properties that are in PSDataLakeStoreAccount are not returned by the service. Therefore, this change is to reflect this accurately. These additional properties are still in PSDataLakeStoreAccountBasic, but they are tagged as Obsolete.
161-
'
161+
* Add support for online help
162+
- Run Get-Help with the -Online parameter to open the online help in your default Internet'
162163

163164
# External dependent modules of this module
164165
# ExternalModuleDependencies = ''

src/ResourceManager/DataLakeStore/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
- List\<PSDataLakeStoreAccount> to List\<PSDataLakeStoreAccountBasic>
2727
- The properties of PSDataLakeStoreAccountBasic is a strict subset of the properties of PSDataLakeStoreAccount
2828
- The additional properties that are in PSDataLakeStoreAccount are not returned by the service. Therefore, this change is to reflect this accurately. These additional properties are still in PSDataLakeStoreAccountBasic, but they are tagged as Obsolete.
29+
* Add support for online help
30+
- Run Get-Help with the -Online parameter to open the online help in your default Internet browser
2931

3032
## Version 4.4.1
3133

src/ResourceManager/DevTestLabs/AzureRM.DevTestLabs.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ PrivateData = @{
113113
# IconUri = ''
114114

115115
# ReleaseNotes of this module
116-
ReleaseNotes = 'Updated for common code changes'
116+
ReleaseNotes = '* Add support for online help
117+
- Run Get-Help with the -Online parameter to open the online help in your default Internet'
117118

118119
# External dependent modules of this module
119120
# ExternalModuleDependencies = ''

src/ResourceManager/DevTestLabs/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
## Current Release
2121

2222
## Version 4.0.0
23-
23+
* Add support for online help
24+
- Run Get-Help with the -Online parameter to open the online help in your default Internet browser
25+
2426
## Version 3.4.1
2527

2628
## Version 3.4.0

src/ResourceManager/Dns/AzureRM.Dns.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ PrivateData = @{
113113
# ReleaseNotes of this module
114114
ReleaseNotes = '* Support for CAA record types in Azure DNS
115115
- Supports all operations on CAA record type
116-
'
116+
* Add support for online help
117+
- Run Get-Help with the -Online parameter to open the online help in your default Internet'
117118

118119
# External dependent modules of this module
119120
# ExternalModuleDependencies = ''

0 commit comments

Comments
 (0)