Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in ChangeLog #17636

Merged
merged 1 commit into from
Mar 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/HDInsight/HDInsight/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
4 changes: 2 additions & 2 deletions src/Network/Network/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion src/Sql/Sql/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion src/Storage/Storage.Management/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down