Skip to content

Commit d798353

Browse files
committed
Update release notes to be less than 10,000 characters
1 parent 2382bfe commit d798353

File tree

2 files changed

+17
-33
lines changed

2 files changed

+17
-33
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2017.7.10 - Version 4.2.0
1+
## 2017.7.11 - Version 4.2.0
22
* AnalysisServices
33
* Add new dataplane API
44
- Introduced API to fetch AS server log, Export-AzureAnalysisServicesInstanceLog

tools/AzureRM/AzureRM.psd1

Lines changed: 16 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,13 @@ PrivateData = @{
154154
# IconUri = ''
155155

156156
# ReleaseNotes of this module
157-
ReleaseNotes = '## 2017.7.10 - Version 4.2.0
157+
ReleaseNotes = '## 2017.7.11 - Version 4.2.0
158158
* AnalysisServices
159159
* Add new dataplane API
160160
- Introduced API to fetch AS server log, Export-AzureAnalysisServicesInstanceLog
161161
* Automation
162162
* Properly setting TimeZone value for Weekly and Monthly schedules for New-AzureRmAutomationSchedule
163-
- More information can be found in this issue: https://github.com/Azure/azure-powershell/issues/3043
163+
- More information: https://github.com/Azure/azure-powershell/issues/3043
164164
* AzureBatch
165165
- Added new Get-AzureBatchJobPreparationAndReleaseTaskStatus cmdlet.
166166
- Added byte range start and end to Get-AzureBatchNodeFileContent parameters.
@@ -196,10 +196,7 @@ PrivateData = @{
196196
* Introduce gateway auth key feature by adding New-AzureRmDataFactoryGatewayAuthKey and Get-AzureRmDataFactoryGatewayAuthKey
197197
* DataLakeAnalytics
198198
* Add support for Compute Policy CRUD through the following commands:
199-
- New-AzureRMDataLakeAnalyticsComputePolicy
200-
- Get-AzureRMDataLakeAnalyticsComputePolicy
201-
- Remove-AzureRMDataLakeAnalyticsComputePolicy
202-
- Update-AzureRMDataLakeAnalyticsComputePolicy
199+
- Get/New/Removed/Update-AzureRMDataLakeAnalyticsComputePolicy
203200
* Add support for job relationship metadata for help with recurring jobs and job pipelines. The following commands were updated or added:
204201
- Submit-AzureRMDataLakeAnalyticsJob
205202
- Get-AzureRMDataLakeAnalyticsJob
@@ -215,7 +212,7 @@ PrivateData = @{
215212
- Add-AzureRmDataLakeStoreItemContent
216213
* Dns
217214
* Fix bug in the piping scenario for Get-AzureRmDnsZone
218-
- More information can be found here: https://github.com/Azure/azure-powershell/issues/4203
215+
- More information: https://github.com/Azure/azure-powershell/issues/4203
219216
* HDInsight
220217
* Added support to enable / disable Operations Management Suite(OMS)
221218
* New cmdlets
@@ -239,9 +236,7 @@ PrivateData = @{
239236
   - SADataSizeKilobytes defaults to 102400000 KB
240237
* Added support for custom cipher suite configuration using ssl policy and listing all ssl options api in Application Gateway
241238
- Added optional parameter -PolicyType, -PolicyName, -MinProtocolVersion, -Ciphersuite
242-
- Add-AzureRmApplicationGatewaySslPolicy
243-
- New-AzureRmApplicationGatewaySslPolicy
244-
- Set-AzureRmApplicationGatewaySslPolicy
239+
- Add/New/Set-AzureRmApplicationGatewaySslPolicy
245240
- Added Get-AzureRmApplicationGatewayAvailableSslOptions
246241
- Added Get-AzureRmApplicationGatewaySslPredefinedPolicy
247242
* Added redirect support in Application Gateway
@@ -251,34 +246,23 @@ PrivateData = @{
251246
- Added Remove-AzureRmApplicationGatewayRedirectConfiguration
252247
- Added Set-AzureRmApplicationGatewayRedirectConfiguration
253248
- Added optional parameter -RedirectConfiguration
254-
- Add-AzureRmApplicationGatewayRequestRoutingRule
255-
- New-AzureRmApplicationGatewayRequestRoutingRule
256-
- Set-AzureRmApplicationGatewayRequestRoutingRule
257-
- Add-AzureRmApplicationGatewayPathRuleConfig
258-
- New-AzureRmApplicationGatewayPathRuleConfig
259-
- Set-AzureRmApplicationGatewayPathRuleConfig
260-
- New-AzureRmApplicationGateway
261-
- Set-AzureRmApplicationGateway
249+
- Add/New/Set-AzureRmApplicationGatewayRequestRoutingRule
250+
- Add/New/Set-AzureRmApplicationGatewayPathRuleConfig
251+
- New/Set-AzureRmApplicationGateway
262252
- Added optional parameter -DefaultRedirectConfiguration
263-
- Add-AzureRmApplicationGatewayUrlPathMapConfig
264-
- New-AzureRmApplicationGatewayUrlPathMapConfig
265-
- Set-AzureRmApplicationGatewayUrlPathMapConfig
253+
- Add/New/Set-AzureRmApplicationGatewayUrlPathMapConfig
266254
* Added support for azure websites in Application Gateway
267255
- Added New-AzureRmApplicationGatewayProbeHealthResponseMatch
268256
- Added optional parameters -PickHostNameFromBackendHttpSettings, -MinServers, -Match
269-
- Add-AzureRmApplicationGatewayProbeConfig
270-
- New-AzureRmApplicationGatewayProbeConfig
271-
- Set-AzureRmApplicationGatewayProbeConfig
257+
- Add/New/Set-AzureRmApplicationGatewayProbeConfig
272258
- Added optional parameters -PickHostNameFromBackendAddress, -AffinityCookieName, -ProbeEnabled, -Path
273-
- Add-AzureRmApplicationGatewayBackendHttpSettings
274-
- New-AzureRmApplicationGatewayBackendHttpSettings
275-
- Set-AzureRmApplicationGatewayBackendHttpSettings
259+
- Add/New/Set-AzureRmApplicationGatewayBackendHttpSettings
276260
* Update Get-AzureRmPublicIPaddress to retrieve publicipaddress resources created via VM Scale Set
277261
* Added cmdlet to get virtual network current usage
278262
- Get-AzureRmVirtualNetworkUsageList
279263
* Profile
280264
* Fixed error when using Import-AzureRmContext or Save-AzureRmContext
281-
- More information can be found in this issue: https://github.com/Azure/azure-powershell/issues/3954
265+
- More information: https://github.com/Azure/azure-powershell/issues/3954
282266
* RecoveryServices.SiteRecovery
283267
* Introducing a new module for Azure Site Recovery operations.
284268
- All cmdlets begin with AzureRmRecoveryServicesAsr*
@@ -288,13 +272,13 @@ PrivateData = @{
288272
* Deprecated server upgrade cmdlets because the old server version (2.0) no longer exists.
289273
* Add new optional switch paramter "AssignIdentity" to New-AzureRmSqlServer and Set-AzureRmSqlServer cmdlets to support provisioning of a resource identity for the SQL server resource
290274
* The parameter ResourceGroupName is now optional for Get-AzureRmSqlServer
291-
- More information can be found in the following issue: https://github.com/Azure/azure-powershell/issues/635
275+
- More information: https://github.com/Azure/azure-powershell/issues/635
292276
* ServiceManagement
293-
* Updated New-AzureBgpPeering cmdlet to add following new options :
277+
* Updated New-AzureBgpPeering:
294278
- PeerAddressType : Values of "IPv4" or "IPv6" can be specified to create a BGP Peering of the corresponding address family type
295-
* Updated Set-AzureBgpPeering cmdlet to add following new options :
279+
* Updated Set-AzureBgpPeering:
296280
- PeerAddressType : Values of "IPv4" or "IPv6" can be specified to update BGP Peering of the corresponding address family type
297-
* Updated Remove-AzureBgpPeering cmdlet to add following new options :
281+
* Updated Remove-AzureBgpPeering:
298282
- PeerAddressType : Values of "IPv4", "IPv6" or All can be specified to remove BGP Peering of the corresponding address family type or all of them'
299283

300284
# External dependent modules of this module

0 commit comments

Comments
 (0)