Update cspell words and exclusions (#5231)

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2023-12-15 17:41:11 -08:00 committed by GitHub
parent a419a63bc0
commit e328665588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 28 additions and 2 deletions

5
.vscode/cspell.json vendored
View File

@ -66,6 +66,7 @@
"AMQPVALUE",
"australiacentral",
"australiaeast",
"authcid",
"avro",
"antkmsft",
"azcore",
@ -105,6 +106,7 @@
"echsmkey",
"Ecdsa",
"Edlund",
"Ekus",
"EKUs",
"Entra",
"euap",
@ -120,6 +122,7 @@
"hlocal",
"HLOCAL",
"HRESULT",
"Imds",
"IMDS",
"immutability",
"Intel",
@ -141,6 +144,8 @@
"LPBYTE",
"LPSTR",
"LPWSTR",
"MAKELANGID",
"mbedtls",
"mbps",
"MHSM",
"mmdc",

View File

@ -1,3 +1,4 @@
<!-- cspell: words sharedcae -->
---
page_type: sample
languages:

View File

@ -33,7 +33,7 @@
#include <openssl/rsa.h>
#include <openssl/x509v3.h>
// cspell::words OpenSSL X509 OpenSSLX509
// cspell: words OpenSSL X509 OpenSSLX509 keyid
namespace Azure { namespace Security { namespace Attestation { namespace _detail {

View File

@ -6,6 +6,8 @@
#Requires -Version 6.0
#Requires -PSEdition Core
# cspell: ignore asia australia australiasoutheast europe india iowa virginia
using namespace System.Security.Cryptography
using namespace System.Security.Cryptography.X509Certificates

View File

@ -105,6 +105,7 @@ namespace Azure { namespace Core { namespace Amqp { namespace Models {
*/
Nullable<std::string> ContentType;
// cspell: ignore IANAHTTPPARAMS
/** @brief MIME Content Encoding
*
* The content-encoding property is used as a modifier to the content-type. When present, its

View File

@ -13,6 +13,8 @@
#include <azure_uamqp_c/sasl_plain.h>
#include <azure_uamqp_c/saslclientio.h>
// cspell: ignore saslclientio
Azure::Core::Amqp::Network::_internal::Transport
Azure::Core::Amqp::Network::_internal::SaslTransportFactory::Create(
std::string const& saslKeyName,

View File

@ -11,6 +11,8 @@
#include <gtest/gtest.h>
// cspell: ignore abcdabcd
namespace Azure { namespace Core { namespace Amqp { namespace Tests {
class TestManagement : public testing::Test {

View File

@ -20,6 +20,8 @@
#include <gtest/gtest.h>
// cspell: ignore abcdabcd
namespace Azure { namespace Core { namespace Amqp { namespace Tests {
extern uint16_t FindAvailableSocket();

View File

@ -29,6 +29,8 @@
#if !defined(WINAPI_PARTITION_DESKTOP) \
|| WINAPI_PARTITION_DESKTOP // See azure/core/platform.hpp for explanation.
// cspell: ignore Hkey
namespace {
/**

View File

@ -29,6 +29,8 @@
#include <wincrypt.h>
#include <winhttp.h>
// cspell: ignore hcertstore
using Azure::Core::Context;
using namespace Azure::Core::Http;
using namespace Azure::Core::Diagnostics;

View File

@ -1,4 +1,4 @@
<!-- cspell:words gunicorn Nlcjpw userx Nlcng dvcm passwordx userc -->
<!-- cspell:words gunicorn Nlcjpw userx Nlcng dvcm passwordx userc larryocore LARRYO -->
# Create squid proxy docker container

View File

@ -1,3 +1,4 @@
<!-- cspell: ignore nocleanup -->
# Azure SDK Perf for C++
Azure perf for C++ (`azure-perf`) provides shared primitives, abstractions, and helpers for running performance tests for an Azure SDK clients for C++. It represent the C++ version of the [.NET original version](https://github.com/Azure/azure-sdk-for-net/tree/main/common/Perf).

View File

@ -8,6 +8,8 @@
#include <stdexcept>
// cspell: ignore ownerid
using namespace Azure::Messaging::EventHubs::Models;
void Azure::Messaging::EventHubs::BlobCheckpointStore::UpdateCheckpointImpl(

View File

@ -13,6 +13,8 @@
#include <gtest/gtest.h>
// cspell: ignore edboptions
class ProducerClientTest : public EventHubsTestBase {
};

View File

@ -46,6 +46,7 @@ namespace Azure { namespace Security { namespace KeyVault { namespace Certificat
constexpr static const char CerPropertyName[] = "cer";
/***************** Certificates Policy *****************/
// cspell: ignore ekus upns
constexpr static const char PolicyPropertyName[] = "policy";
constexpr static const char KeyPropsPropertyName[] = "key_props";
constexpr static const char KeyTypePropertyName[] = "kty";

View File

@ -83,6 +83,7 @@ namespace Azure { namespace Security { namespace KeyVault { namespace Keys { nam
constexpr static const char HsmPropertyName[] = "hsm";
/***************** Encryption Algorithm *********/
// cspell: ignore CBCPAD
constexpr static const char Rsa15Value[] = "RSA1_5";
constexpr static const char RsaOaepValue[] = "RSA-OAEP";
constexpr static const char RsaOaep256Value[] = "RSA-OAEP-256";