Skip to content

Commit

Permalink
Reduce Key Vault crate keywords (#2197)
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths authored Feb 19, 2025
1 parent 111e7eb commit 0e2f80a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/keyvault/azure_security_keyvault_keys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository.workspace = true
rust-version.workspace = true
homepage = "https://github.com/azure/azure-sdk-for-rust"
documentation = "https://docs.rs/azure_security_keyvault_keys"
keywords = ["sdk", "azure", "rest", "cloud", "keyvault", "security", "keys"]
keywords = ["sdk", "azure", "keyvault", "security", "keys"]
categories = ["api-bindings"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/azure_security_keyvault_secrets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository.workspace = true
rust-version.workspace = true
homepage = "https://github.com/azure/azure-sdk-for-rust"
documentation = "https://docs.rs/azure_security_keyvault_secrets"
keywords = ["sdk", "azure", "rest", "cloud", "keyvault", "security", "secrets"]
keywords = ["sdk", "azure", "keyvault", "security", "secrets"]
categories = ["api-bindings"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 0e2f80a

Please sign in to comment.