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

[KeyVault] Fixed several typos in cmdlet messages #14428

Merged
merged 1 commit into from
Mar 4, 2021
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
1 change: 1 addition & 0 deletions src/KeyVault/KeyVault/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Fixed several typos in cmdlet messages [#14341]

## Version 3.4.0
* Supported specifying key type and curve name when importing keys via a BYOK file
Expand Down
6 changes: 3 additions & 3 deletions src/KeyVault/KeyVault/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/KeyVault/KeyVault/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ You can find the object ID using Azure Active Directory Module for Windows Power
<value>Invalid vault name.</value>
</data>
<data name="InvalidManagedStorageAccountName" xml:space="preserve">
<value>Invalid key vault managed storage acccount name.</value>
<value>Invalid key vault managed storage account name.</value>
</data>
<data name="InvalidVaultUri" xml:space="preserve">
<value>Invalid vault uri '{0}'. Vault uri must contain valid dns host name with domain suffix '{1}'.</value>
Expand Down Expand Up @@ -484,7 +484,7 @@ You can find the object ID using Azure Active Directory Module for Windows Power
<value>Purge managed storage account</value>
</data>
<data name="VaultDoesNotExist" xml:space="preserve">
<value>Vault '{0}' does not exist in current subscription. If this vault exists in your tenant, please switch to the correct subscription in order to modifiy the Access Policies of this vault.</value>
<value>Vault '{0}' does not exist in current subscription. If this vault exists in your tenant, please switch to the correct subscription in order to modify the Access Policies of this vault.</value>
</data>
<data name="ActiveDirectoryClientNull" xml:space="preserve">
<value>The current credentials do not have access to Azure Active Directory. Please either use an ObjectId to refer to ActiveDirectory objects, or log in using credentials that have access to Azure Active Directory.</value>
Expand Down Expand Up @@ -577,7 +577,7 @@ You can find the object ID using Azure Active Directory Module for Windows Power
<value>Remove HSM</value>
</data>
<data name="ADGraphPermissionWarning" xml:space="preserve">
<value>Please make sure you have sufficient permissions in AD Graph to get and list graph objects for validation to work. Otherwise skip witch `-BypassObjectIdValidation`.</value>
<value>Please make sure you have sufficient permissions in AD Graph to get and list graph objects for validation to work. Otherwise skip with `-BypassObjectIdValidation`.</value>
</data>
<data name="UpdateHsmShouldProcessMessage" xml:space="preserve">
<value>Updating managed HSM '{0}' in resource group '{1}'.</value>
Expand Down