Fix spelling in doc comments within Certificate client models. (#4255)
Discovered in https://dev.azure.com/azure-sdk/public/_build/results?buildId=2120396&view=logs&jobId=a129effc-2dd1-54d1-fb5a-ad7bdc0e851d&j=a129effc-2dd1-54d1-fb5a-ad7bdc0e851d&t=ccad100f-2904-5913-2083-c525ad929a03 from https://github.com/Azure/azure-sdk-for-cpp/pull/4134
This commit is contained in:
parent
868ad80ca2
commit
4f7a0ea6cd
7
.vscode/cspell.json
vendored
7
.vscode/cspell.json
vendored
@ -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": [
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user