Skip to content

Commit ef3bd87

Browse files
authored
Fix ChangeLogs (#24871)
* Fix ChangeLogs * remove the changelog of synopsis
1 parent 161a565 commit ef3bd87

File tree

10 files changed

+9
-15
lines changed

10 files changed

+9
-15
lines changed

src/Communication/Communication/ChangeLog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Update the synopsis
2221

2322
## Version 0.3.1
2423
* Introduced secrets detection feature to safeguard sensitive data.

src/Compute/Compute/ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
2121
-->
2222
## Upcoming Release
23+
* Added new optional parameter `SecureVMGuestStateSAS` to cmdlet `Grant-AzDiskAccess`.
24+
* [Breaking Change] Added ValidateNotNullOrEmpty for `-ResourceGroupName` and `-VMScaleSetName` parameters to `Get-AzVmss` cmdlet. [#20095]
2325
* Added `Etag` property to PSVirtualMachine and PSVirtualMachineScaleSet objects.
2426
* Added parameters `-IfMatch` and `-IfNoneMatch` to `Update-AzVM`, `Update-AzVmss`, `New-AzVm`, `New-AzVmss`, `New-AzVmConfig`, and `New-AzVmssConfig` cmdlets.
2527
* Resolved the bug with `New-AzVMConfig` for `-CommunityGalleryImageId` and `-SharedGalleryImageId` parameters.
2628

2729
## Version 7.3.0
2830
* Added cmdlet `Invoke-AzSpotPlacementRecommender`.
2931
* Fixed `Update-AzCapacityReservationGroup` to remove Subscriptions from SharingProfile.
30-
* Added new optional parameter `SecureVMGuestStateSAS` to cmdlet `Grant-AzDiskAccess`.
31-
* [Breaking Change] Added ValidateNotNullOrEmpty for `-ResourceGroupName` and `-VMScaleSetName` parameters to `Get-AzVmss` cmdlet. [#20095]
3232

3333
## Version 7.2.0
3434
* Added parameters `-scriptUriManagedIdentity`, `-outputBlobManagedIdentity`, `-errorBlobMangedIdentity`, and `-TreatFailureAsDeploymentFailure` to cmdlets `Set-AzVmRunCommand` and `Set-AzVmssRunCommand`.

src/ConnectedMachine/ConnectedMachine/ChangeLog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Update the synopsis
2221

2322
## Version 0.7.2
2423
* Introduced secrets detection feature to safeguard sensitive data.

src/Monitor/Monitor/ChangeLog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
-->
2020

2121
## Upcoming Release
22-
23-
## Version 5.2.0
24-
* `-Location` parameter was removed from `Update-AzActionGroup` and `Update-AzDataCollectionRule` because they do not support updating the location.
25-
* Introduced secrets detection feature to safeguard sensitive data.
2622
* Removed breaking change warning messages for Metric Management Plane
2723
* Get-AzMetric
2824
* Get-AzMetricDefinition
2925
* New-AzMetricFilter
3026

27+
## Version 5.2.0
28+
* `-Location` parameter was removed from `Update-AzActionGroup` and `Update-AzDataCollectionRule` because they do not support updating the location.
29+
* Introduced secrets detection feature to safeguard sensitive data.
30+
3131
## Version 5.1.1
3232
* Added breaking change warning messages for Metric Management Plane
3333
* Get-AzMetric

src/Quota/Quota/ChangeLog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Update the synopsis
2221

2322
## Version 0.1.2
2423
* Introduced secrets detection feature to safeguard sensitive data.

src/Resources/Resources/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
-->
2020

2121
## Upcoming Release
22+
* Fixed deployment and deployment stack New/Set cmdlets to fail if template/parameter uri fails to downloads.
2223
* Deployment Stack cmdlets GA release/updates.
2324
* [Breaking Change] Redesigned CRUD cmdlets for `PolicyAssignment`, `PolicyDefinition`, `PolicyExemption`, `PolicySetDefinition`. Please see Az 12 migration guide https://learn.microsoft.com/en-us/powershell/azure/migrate-az-12.0.0 for more detail.
2425
* Added null check to the permissions object in the ToPSRoleDefinition method to return if the whole permissions object array is null.
2526

2627
## Version 6.16.2
2728
* Introduced secrets detection feature to safeguard sensitive data.
2829
* Migrated SDK generation from autorest csharp to autorest powershell.
29-
* Fixed deployment and deployment stack New/Set cmdlets to fail if template/parameter uri fails to downloads.
3030

3131
## Version 6.16.1
3232
* Added null check to the permissions object in the ToPSRoleDefinition method.

src/Security/Security/ChangeLog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
-->
2020

2121
## Upcoming Release
22-
* Update the synopsis
2322

2423
## Version 1.6.2
2524
* Introduced secrets detection feature to safeguard sensitive data.

src/Sql/Sql/ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Added multi-secondary support for `Get-AzSqlDatabaseFailoverGroup`, `Remove-AzSqlDatabaseFromFailoverGroup` and `Add-AzSqlDatabaseFromFailoverGroup`
22+
* Changed default FailoverPolicy value for `New-AzSqlDatabaseFailoverGroup`, `Set-AzSqlDatabaseFailoverGroup` from `Automatic` to `Manual`
2123
* Added `ManualCutover` and `PerformCutover` parameters to `Set-AzSqlInstance` for Azure Sql Sterling database to Azure Sql Hyperscale database
2224
* Added `OperationPhaseDetails` parameter to `Get-AzSqlDatabaseActivity` and updated `DatabaseOperations` Api to version `2022-11-01-preview` for .Net Sdk
2325

2426
## Version 4.14.1
2527
* Made 1.2 as default for MinimalTlsVersion when creating new Sql Server from Powershell
2628
* Fixed an existing issue with `Set-AzSqlInstanceActiveDirectoryAdministrator`
27-
* Added multi-secondary support for `Get-AzSqlDatabaseFailoverGroup`, `Remove-AzSqlDatabaseFromFailoverGroup` and `Add-AzSqlDatabaseFromFailoverGroup`
28-
* Changed default FailoverPolicy value for `New-AzSqlDatabaseFailoverGroup`, `Set-AzSqlDatabaseFailoverGroup` from `Automatic` to `Manual`
2929

3030
## Version 4.14.0
3131
* Added `DatabaseFormat` and `PricingModel` parameters to `New-AzSqlInstance`, `Set-AzSqlInstance`

src/StackHCIVM/StackHCIVM/ChangeLog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Update the synopsis
2221
* Fixed the placeholder in psd1 file.
2322

2423
## Version 1.0.3

src/Storage/Storage.Management/ChangeLog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Update the synopsis
2221
* Added a prompt that needs confirmation when upgrading a storage account from StorageV1 or BlobStorage to StorageV2. Can be suppressed with -Force.
2322
- `Set-AzStorageAccount`
2423
* Removed references to "Microsoft.Azure.Storage.Queue" in Queue cmdlets

0 commit comments

Comments
 (0)