Skip to content

Commit 95ff7a5

Browse files
authored
Updated change log to use past tense (#22191)
* Updated change log to use past tense * Update ChangeLog.md * Update ChangeLog.md
1 parent 9aa135b commit 95ff7a5

File tree

6 files changed

+34
-37
lines changed

6 files changed

+34
-37
lines changed

src/Compute/Compute/ChangeLog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
-->
2222
## Upcoming Release
2323
* Added useful examples to the `New-AzVMConfig` help doc.
24-
* Added new `ResourceId` parameter to the `Get-AzVmss` cmdlet.
24+
* Added new `ResourceId` parameter to the `Get-AzVmss` cmdlet.
2525
* Added `-SecurityType`, `-EnableSecureBoot` and `-EnableVtpm` parameters to `New-AzVm`,`New-AzVmConfig`, `New-AzVmss`, `New-AzVmssConfig`, `Update-AzVm` and `Update-AzVmss` cmdlets.
2626
* Configured parameter flags `-EnableSecureBoot` and `-EnableVtpm` to default to True for TrustedLaunch and ConfidentialVM values for the `-SecurityType` parameter in `New-AzVm`,`New-AzVmConfig`, `New-AzVmss`, `New-AzVmssConfig`, `Update-AzVm` and `Update-AzVmss` cmdlets.
2727
* Added a message to the user when they provide an outdated image alias to `New-AzVM` via the `-Image` parameter or to `New-AzVmss` via the `-ImageName` parameter.
28-
The non-versioned image aliases are being updated to versioned values in October 2023, and this message is to help urge customers to use the newer versioned image alias values.
28+
The non-versioned image aliases were updated to versioned values in October 2023, and this message is to help urge customers to use the newer versioned image alias values.
2929
* Changed the installation behavior for the `GuestAttestation` extension in `New-AzVM` and `New-AzVmss` to set the property `EnableAutomaticUpgrade` to true.
30-
* Changes to `Set-AzVMOperatingSystem` to correct unnecessary mandatory parameters.
30+
* Changed to `Set-AzVMOperatingSystem` to correct unnecessary mandatory parameters.
3131

3232
## Version 6.0.0
3333
* Added new switch parameter `OSImageScheduledEventEnabled` and string parameter `OSImageScheduledEventNotBeforeTimeoutInMinutes` to the cmdlets `New-AzVmssConfig` and `Update-AzVmss`.

src/CosmosDB/CosmosDB/ChangeLog.md

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
-->
2020

2121
## Upcoming Release
22-
* Locations show response now includes status, isSubscriptionRegionAccessAllowedForRegular and isSubscriptionRegionAccessAllowedForAz properties
22+
* Locations showed in response included status, isSubscriptionRegionAccessAllowedForRegular and isSubscriptionRegionAccessAllowedForAz properties
2323

2424
## Version 1.11.0
2525
* Added support for Continuous 7 Days backup mode.
@@ -104,22 +104,22 @@
104104

105105
## Version 0.2.0
106106
* Introduced support for throughput Migration, allowing custoers to migrate their resources from manually provisioned throughput to autoscaled throughput. Customers can use this feature using the following cmdlets:
107-
- 'Invoke-AzCosmosDBSqlContainerThroughputMigration',
108-
- 'Invoke-AzCosmosDBSqlDatabaseThroughputMigration',
109-
- 'Invoke-AzCosmosDBMongoDBCollectionThroughputMigration',
110-
- 'Invoke-AzCosmosDBMongoDBDatabaseThroughputMigration',
111-
- 'Invoke-AzCosmosDBGremlinGraphThroughputMigration',
112-
- 'Invoke-AzCosmosDBGremlinDatabaseThroughputMigration',
113-
- 'Invoke-AzCosmosDBCassandraTableThroughputMigration',
114-
- 'Invoke-AzCosmosDBCassandraKeyspaceThroughputMigration',
107+
- 'Invoke-AzCosmosDBSqlContainerThroughputMigration',
108+
- 'Invoke-AzCosmosDBSqlDatabaseThroughputMigration',
109+
- 'Invoke-AzCosmosDBMongoDBCollectionThroughputMigration',
110+
- 'Invoke-AzCosmosDBMongoDBDatabaseThroughputMigration',
111+
- 'Invoke-AzCosmosDBGremlinGraphThroughputMigration',
112+
- 'Invoke-AzCosmosDBGremlinDatabaseThroughputMigration',
113+
- 'Invoke-AzCosmosDBCassandraTableThroughputMigration',
114+
- 'Invoke-AzCosmosDBCassandraKeyspaceThroughputMigration',
115115
- 'Invoke-AzCosmosDBTableThroughputMigration'
116116

117117
## Version 0.1.6
118-
* Introduced support for Autoscale, as a result of which all cmdlets which create or modify resources with throughput have an additional parameter called AutoscaleMaxThroughput.
118+
* Introduced support for Autoscale, as a result of which all cmdlets which create or modify resources with throughput have an additional parameter called AutoscaleMaxThroughput.
119119
* New-AzCosmosDBAccount cmdlet was updated with new paramters: EnableFreeTier, EnableAnalyticalStorage, ServerVersion, IpRule.
120120
* Update-AzCosmosDBAccount was updated with: EnableAnalyticalStorage and IpRule.
121121
* IpRangeFilter is deprecated, IpRule should be used, for both New-AzCosmosDBAccount and Update-AzCosmosDBAccount.
122-
* New-AzCosmosDBMongoDBCollection, Update-AzCosmosDBMongoDBCollection, New-AzCosmosDBCassandraTable and Update-AzCosmosDBCassandraTable cmdlets allow specifying AnalyticalStorageTTL.
122+
* New-AzCosmosDBMongoDBCollection, Update-AzCosmosDBMongoDBCollection, New-AzCosmosDBCassandraTable and Update-AzCosmosDBCassandraTable cmdlets allow specifying AnalyticalStorageTTL.
123123

124124
## Version 0.1.5
125125
* PSDatabaseAccount is renamed to PSDatabaseAccountGetResults
@@ -130,12 +130,12 @@
130130
Get-AzCosmosDBCassandraKeyspace, Get-AzCosmosDBCassandraTable,
131131
Get-AzCosmosDBMongoDBCollection, Get-AzCosmosDBMongoDBDatabase
132132
* Introduces KeyVaultKeyUri as a paramter in PSCosmosDBAccount, enabling BYOK feature
133-
* Updates the Azure.Management.CosmosDB Sdk Version to 1.1.1
133+
* Updates the Azure.Management.CosmosDB Sdk Version to 1.1.1
134134
* Replaces Set-AzCosmosDB* cmdlets with New-AzCosmosDB* and Update-AzComsosDB* cmdlets.
135-
The following cmdlets are added:
136-
New-AzCosmosDBSqlStoredProcedure, New-AzCosmosDBSqlTrigger,
137-
New-AzCosmosDBSqlUserDefinedFunction,
138-
Update-AzCosmosDBSqlStoredProcedure, Update-AzCosmosDBSqlTrigger,
135+
The following cmdlets are added:
136+
New-AzCosmosDBSqlStoredProcedure, New-AzCosmosDBSqlTrigger,
137+
New-AzCosmosDBSqlUserDefinedFunction,
138+
Update-AzCosmosDBSqlStoredProcedure, Update-AzCosmosDBSqlTrigger,
139139
Update-AzCosmosDBSqlUserDefinedFunction, New-AzCosmosDBSqlContainer,
140140
New-AzCosmosDBSqlDatabase, Update-AzCosmosDBSqlContainer,
141141
Update-AzCosmosDBSqlDatabase,
@@ -144,9 +144,9 @@ The following cmdlets are added:
144144
New-AzCosmosDBTable, Update-AzCosmosDBTable,
145145
Update-AzCosmosDBCassandraKeyspace, Update-AzCosmosDBCassandraTable,
146146
New-AzCosmosDBCassandraKeyspace, New-AzCosmosDBCassandraTable,
147-
Update-AzCosmosDBMongoDBCollection, Update-AzCosmosDBMongoDBDatabase,
148-
New-AzCosmosDBMongoDBCollection, New-AzCosmosDBMongoDBDatabase
149-
The following cmdlets are deprecated and would no longer be maintained:
147+
Update-AzCosmosDBMongoDBCollection, Update-AzCosmosDBMongoDBDatabase,
148+
New-AzCosmosDBMongoDBCollection, New-AzCosmosDBMongoDBDatabase
149+
The following cmdlets are deprecated and would no longer be maintained:
150150
Set-AzCosmosDBSqlStoredProcedure, Set-AzCosmosDBSqlTrigger,
151151
Set-AzCosmosDBSqlUserDefinedFunction, Set-AzCosmosDBSqlContainer,
152152
Set-AzCosmosDBSqlDatabase, Set-AzCosmosDBGremlinDatabase,
@@ -170,11 +170,11 @@ The following cmdlets are deprecated and would no longer be maintained:
170170
* Bug Fixes
171171

172172
## Version 0.1.2
173-
* Updated the Azure.Management.CosmosDB Sdk Version to 1.0.2
173+
* Updated the Azure.Management.CosmosDB Sdk Version to 1.0.2
174174
-Fix bugs related to https://github.com/Azure/azure-sdk-for-net/issues/10639
175175

176176
## Version 0.1.2
177-
* Updated the Azure.Management.CosmosDB Sdk Version to 1.0.2
177+
* Updated the Azure.Management.CosmosDB Sdk Version to 1.0.2
178178
- Fix bugs related to https://github.com/Azure/azure-sdk-for-net/issues/10639
179179

180180
## Version 0.1.1
@@ -186,4 +186,3 @@ The following cmdlets are deprecated and would no longer be maintained:
186186

187187
## Version 0.1.0
188188
* Preview release of `Az.CosmosDB` module
189-

src/Network/Network/ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
## Upcoming Release
2222
* Added new cmdlets to get Connection child resource of Network Virtual Appliance.
2323
-`Get-AzNetworkVirtualApplianceConnection`
24-
* Update cmdlets to return connections in Network Virtual Appliance
24+
* Updated cmdlets to return connections in Network Virtual Appliance
2525
-`Network Virtual Appliance`
2626
* Allowed not to provide `Rules` in `PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride`, which would return an empty `RuleID` to be passed to NRP.
27-
* Add optional parameter 'AdminState' to Express Route Virtual Network Gateway
27+
* Added optional parameter 'AdminState' to Express Route Virtual Network Gateway
2828
* Fixed bug that caused `Remove-AzApplicationGatewayAutoscaleConfiguration` to always fails
2929
* Added read-only property `DefaultPredefinedSslPolicy` in PSApplicationGateway
3030
* Updated cmdlet to added optional parameter `DomainNameLabelScope` to Public Ip Address

src/Orbital/ChangeLog.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@
1919
-->
2020
## Upcoming Release
2121
* Upgraded API version to 2022-11-01
22-
* Remove 'Name' and 'InputObject' syntax from the 'Get-AzOrbitalAvailableGroundStation' cmdlet
23-
* Require 'NetworkConfigurationSubnetId' and 'Link' parameters in 'New-AzOrbitalContactProfile' cmdlet
24-
* Add 'ThirdPartyConfiguration' parameter to 'New-AzOrbitalContactProfile' cmdlet
22+
* Removed 'Name' and 'InputObject' syntax from the 'Get-AzOrbitalAvailableGroundStation' cmdlet
23+
* Required 'NetworkConfigurationSubnetId' and 'Link' parameters in 'New-AzOrbitalContactProfile' cmdlet
24+
* Added 'ThirdPartyConfiguration' parameter to 'New-AzOrbitalContactProfile' cmdlet
2525

2626
## Version 0.1.0
2727
* First preview release for module Az.Orbital
28-

src/Storage/Storage.Management/ChangeLog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Supported TierToCold and TierToHot in Storage account management policy
21+
* Supported TierToCold and TierToHot in Storage account management policy
2222
- `Add-AzStorageAccountManagementPolicyAction`
2323
* Supported Blob Tier Cold
2424
- `Copy-AzStorageBlob`
25-
- `Set-AzStorageBlobContent`
25+
- `Set-AzStorageBlobContent`
2626
- `Start-AzStorageBlobCopy`
2727
* Migrated the following Azure Queue dataplane cmdlets from 'Microsoft.Azure.Storage.Queue' to 'Azure.Storage.Queue'
2828
- `New-AzStorageQueueSASToken`
29-
* Add warning messages for an upcoming breaking change when creating SAS token
29+
* Added warning messages for an upcoming breaking change when creating SAS token
3030
- `New-AzStorageBlobSasToken`
3131
- `New-AzStorageContainerSasToken`
3232
- `New-AzStorageAccountSasToken`
@@ -36,7 +36,7 @@
3636
- `New-AzStorageQueueSasToken`
3737
- `New-AzStorageTableSasToken`
3838
- `New-AzDataLakeGen2SasToken`
39-
* Add a warning message for an upcoming breaking change when creating a storage account
39+
* Added a warning message for an upcoming breaking change when creating a storage account
4040
- `New-AzStorageAccount`
4141

4242
## Version 5.7.0

src/StorageMover/ChangeLog.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Fix the issue of $Host conflicting with system parameter $Host
21+
* Fixed the issue of $Host conflicting with system parameter $Host
2222

2323
## Version 1.0.0
2424
* General availability for module Az.StorageMover
2525
* Updated StorageMover API version to 2023-03-01
2626

2727
## Version 0.1.0
2828
* First preview release for module Az.StorageMover
29-

0 commit comments

Comments
 (0)