From daafb94b3501178f3a85124b2a54772dd481695d Mon Sep 17 00:00:00 2001 From: Beisi Zhou Date: Mon, 28 Mar 2022 16:49:13 +0800 Subject: [PATCH] fix typo --- src/HDInsight/HDInsight/ChangeLog.md | 2 +- src/Network/Network/ChangeLog.md | 4 ++-- src/Sql/Sql/ChangeLog.md | 2 +- src/Storage/Storage.Management/ChangeLog.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/HDInsight/HDInsight/ChangeLog.md b/src/HDInsight/HDInsight/ChangeLog.md index ae663c55a318..d6c1583c61ab 100644 --- a/src/HDInsight/HDInsight/ChangeLog.md +++ b/src/HDInsight/HDInsight/ChangeLog.md @@ -18,7 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release -This release migrates Microsoft.Azure.Graph SDK to MicrsoftGraph SDK. +This release migrates Microsoft.Azure.Graph SDK to MicrosoftGraph SDK. ## Version 5.0.0 * Added two parameters `-Zone` and `-PrivateLinkConfiguration` to cmdlet `New-AzHDInsightCluster` diff --git a/src/Network/Network/ChangeLog.md b/src/Network/Network/ChangeLog.md index a522fbb0504e..3fba6e0a2938 100644 --- a/src/Network/Network/ChangeLog.md +++ b/src/Network/Network/ChangeLog.md @@ -19,9 +19,9 @@ ---> ## Upcoming Release -* Added support for retreiving the state of packet capture even when the provisioning state of the packet capture was failure +* Added support for retrieving the state of packet capture even when the provisioning state of the packet capture was failure - `Get-AzNetworkWatcherPacketCapture` -* Added support for accepting Vnet, Subnet and NIC resources as the TargetResourceId for the following cdmlets +* Added support for accepting Vnet, Subnet and NIC resources as the TargetResourceId for the following cmdlets - `Set-AzNetworkWatcherFlowLog` - `New-AzNetworkWatcherFlowLog` diff --git a/src/Sql/Sql/ChangeLog.md b/src/Sql/Sql/ChangeLog.md index 923693961120..c4a2ef134c0d 100644 --- a/src/Sql/Sql/ChangeLog.md +++ b/src/Sql/Sql/ChangeLog.md @@ -18,7 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release -* Added parameter `ServicePrinipalType` to `New-AzSqlInstance` and `Set-AzSqlInstance` +* Added parameter `ServicePrincipalType` to `New-AzSqlInstance` and `Set-AzSqlInstance` * [Breaking change] Removed `Get-AzSqlDatabaseTransparentDataEncryptionActivity` * Added property `CurrentBackupStorageRedundancy` and `RequestedBackupStorageRedundancy` in the outputs of Managed Instance CRUD commands * Added optional property `Tag` to `Restore-AzSqlDatabase` diff --git a/src/Storage/Storage.Management/ChangeLog.md b/src/Storage/Storage.Management/ChangeLog.md index f5b1b36fe430..595d3676e526 100644 --- a/src/Storage/Storage.Management/ChangeLog.md +++ b/src/Storage/Storage.Management/ChangeLog.md @@ -23,7 +23,7 @@ - `New-AzStorageContext` * Fixed copy blob failure on Premium Storage account, or account enabled hierarchical namespace - `Copy-AzStorageBlob` -* Supported create account SAS token, container SAS token, blob SAS token with EncrptionScope +* Supported create account SAS token, container SAS token, blob SAS token with EncryptionScope - `New-AzStorageAccountSASToken` - `New-AzStorageContainerSASToken` - `New-AzStorageBlobSASToken`