Ahson Khan 2023-01-17 10:37:25 -08:00 committed by GitHub
parent 868ad80ca2
commit 4f7a0ea6cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

7
.vscode/cspell.json vendored
View File

@ -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": [

View File

@ -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.
*
*/
class CertificateContentType final {
@ -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;