Skip to content
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
7 changes: 7 additions & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,13 @@
"SECP"
]
},
{
"filename": "**/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/certificate_client_models.hpp",
"words": [
"SECG",
"SECP"
]
},
{
"filename": "**/sdk/core/azure-core/**",
"words": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ namespace Azure { namespace Security { namespace KeyVault { namespace Certificat
};

/**
* @brief Content type of the certificate when downloaded from getecret.
* @brief Content type of the certificate when downloaded from getsecret.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be GetSecret instead of getsecret?

Copy link
Contributor Author

@ahsonkhan ahsonkhan Jan 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, ideally it should. Actually, from context, most likely it is supposed to be GetCertificate since CertificateClient doesn't have a GetSecret anyway.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Filed an issue for this: #4394

*
*/
class CertificateContentType final {
Expand Down Expand Up @@ -977,7 +977,7 @@ namespace Azure { namespace Security { namespace KeyVault { namespace Certificat
Azure::Nullable<std::string> Id;

/**
* @brief Organization Administators collection.
* @brief Organization Administrators collection.
*
*/
std::vector<AdministratorDetails> AdminDetails;
Expand Down