Skip to content

Commit f258ced

Browse files
authored
changelog formating (Azure#15541)
1 parent 0f99e35 commit f258ced

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

src/CognitiveServices/CognitiveServices/ChangeLog.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@
2222
* [Breaking Change] Changed type of PSCognitiveServicesAccount.Sku.Tier from SkuTier to string.
2323
* [Breaking Change] Removed ActionRequired from PrivateLinkServiceConnectionState.
2424
* Updated PowerShell to use 2021-04-30 version.
25-
* Add `Undo-AzCognitiveServicesAccountRemoval` cmdlet.
26-
* `New-AzureCognitiveServicesAccount` add `-RestrictOutboundNetworkAccess`, `-AllowedFqdnList`, `-DisableLocalAuth`, `-KeyVaultIdentityClientId`, `-IdentityType`, `-UserAssignedIdentityId`.
27-
* `Set-AzureCognitiveServicesAccount` add `-RestrictOutboundNetworkAccess`, `-AllowedFqdnList`, `-DisableLocalAuth`, `-KeyVaultIdentityClientId`, `-IdentityType`, `-UserAssignedIdentityId`.
28-
* `Remove-AzureCognitiveServicesAccount` add `-InRemovedState`, `-Location`.
29-
* `Get-AzureCognitiveServicesAccount` add `-InRemovedState`, `-Location`.
25+
* Added `Undo-AzCognitiveServicesAccountRemoval` cmdlet.
26+
* Added parameters `-RestrictOutboundNetworkAccess`, `-AllowedFqdnList`, `-DisableLocalAuth`, `-KeyVaultIdentityClientId`, `-IdentityType`, `-UserAssignedIdentityId` to `New-AzureCognitiveServicesAccount` and `Set-AzureCognitiveServicesAccount`.
27+
* Added parameters `-InRemovedState`, `-Location` to `Remove-AzureCognitiveServicesAccount` and `Get-AzureCognitiveServicesAccount`.
3028

3129
## Version 1.8.0
3230

src/Compute/Compute/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
- `New-AzCapacityReservation`
3131
- `Remove-AzCapacityReservation`
3232
- `Get-AzCapacityReservation`
33-
* Added a new parameter `-CapacityReservationGroupId` to the folloinwg cmdlets:
33+
* Added a new parameter `-CapacityReservationGroupId` to the following cmdlets:
3434
- `New-AzVm`
3535
- `New-AzVmConfig`
3636
- `New-AzVmss`

src/ServiceFabric/ServiceFabric/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Fixed Managed and Classic Application models (Application, Cluster, Service) by updating contructor to take all new properties
21+
* Fixed Managed and Classic Application models (Application, Cluster, Service) by updating constructor to take all new properties
2222
- This solves piping related issues where piping the results directly from a Get cmdlet call into and Update or Set call remove some intentionally set properties
2323
- Updated appropriate test files to cover the above mentioned cases
2424

src/Storage/Storage.Management/ChangeLog.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@
2222
- `Enable-AzStorageBlobLastAccessTimeTracking`
2323
- `Disable-AzStorageBlobLastAccessTimeTracking`
2424
- `Add-AzStorageAccountManagementPolicyAction`
25-
* Make list datalake gen2 items list out all items by default, instead of need user to list chunk by chunk.
26-
- `Get-AzDataLakeGen2ChildItem`
27-
* Fix BlobProperties is empty issue when use sas without prefix '?' [#15460]
25+
* Made `Get-AzDataLakeGen2ChildItem` list all datalake gen2 items by default, instead of needing user to list chunk by chunk.
26+
* Fixed BlobProperties is empty issue when using sas without prefix '?' [#15460]
2827

2928
## Version 3.9.0
3029
* Supported enable/disable Blob container soft delete

0 commit comments

Comments
 (0)