Skip to content

Commit 0454249

Browse files
authored
Corrected change logs for upcoming release (#22183)
* Corrected change logs for upcoming release * Update ChangeLog.md
1 parent 00183df commit 0454249

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

src/Compute/Compute/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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.
2828
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.
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-AzVMOperatingSyste` to correct unnecessary mandatory paramaters.
30+
* Changes 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/MarketplaceOrdering/ChangeLog.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Fixed a few typos in Get-AzMarketplaceTerms.md
2221

2322
## Version 2.0.0
2423
* Upgraded API version to 2021-01-01.
@@ -35,4 +34,3 @@
3534

3635
## Version 1.0.0
3736
* General availability of `Az.MarketplaceOrdering` module
38-

src/Migrate/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 keyvault SPN Id coming as null for some users
21+
* Fixed key vault SPN Id coming as null for some users
2222
* Added support for Windows Server OS upgrade while migrating the server to Azure using Azure Migrate
2323
* Updated OsUpgradeVersion parameter for Azure Migrate
2424

src/RedisCache/RedisCache/ChangeLog.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Upgraded API version to 2023-04-01
2122

2223
## Version 1.7.1
2324
* Updated `Get-AzRedisCacheLink` and `New-AzRedisCacheLink` to print `PrimaryHostName`, `GeoReplicatedPrimaryHostName`, `ServerRole`, and `LinkedRedisCacheLocation`.
2425

2526
## Version 1.7.0
26-
* Added optional parameter `PreferredDataArchiveAuthMethod` in `Export-AzRedisCache`
27-
* Added optional parameter `PreferredDataArchiveAuthMethod` in `Import-AzRedisCache`
28-
* Added 4 additional properties for a geo replication link: `PrimaryHostName`, `GeoReplicatedPrimaryHostName`, `ServerRole`, and `LinkedRedisCacheLocation`in `Get-AzRedisCacheLink` and `New-AzRedisCacheLink`
27+
* Added optional parameter `PreferredDataArchiveAuthMethod` in `Export-AzRedisCache`
28+
* Added optional parameter `PreferredDataArchiveAuthMethod` in `Import-AzRedisCache`
29+
* Added 4 additional properties for a geo replication link: `PrimaryHostName`, `GeoReplicatedPrimaryHostName`, `ServerRole`, and `LinkedRedisCacheLocation`in `Get-AzRedisCacheLink` and `New-AzRedisCacheLink`
2930

3031
## Version 1.6.0
3132
* Added `IdentityType` and `UserAssignedIdentity` parameter in `New-AzRedisCache` and `Set-AzRedisCache` cmdlets.

src/Ssh/Ssh/ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020

2121
## Upcoming Release
2222
* Support updating Service Configuration for Arc resources at runtime.
23-
- Owners/Contributors can change what port is allowed for SSH connection at runtime by providing the -Port parameter and confirming the operation when promopted.
23+
- Owners/Contributors can change what port is allowed for SSH connection at runtime by providing the -Port parameter and confirming the operation when prompted.
2424

2525
## Version 0.1.2
2626
* The SSH Proxy required for connection to Arc resources must be installed by the user as part of the Az.Ssh.ArcProxy PowerShell module
2727
- The Az.Ssh.ArcProxy module can be found in the PowerShell Gallery (https://aka.ms/PowerShellGallery-Az.Ssh.ArcProxy)
2828
- The proxy files were previously downloaded by the cmdlet at runtime.
2929

3030
## Version 0.1.1
31-
* Added support for the following Resource Types:
31+
* Added support for the following Resource Types:
3232
- Microsoft.ConnectedVMwarevSphere/virtualMachines
3333
- Microsoft.ScVmm/virtualMachines
3434
- Microsoft.AzureStackHCI/virtualMachines

0 commit comments

Comments
 (0)