Skip to content

Commit b63c0b3

Browse files
authored
other cspell fixes in cosmos
1 parent 3c9338f commit b63c0b3

File tree

5 files changed

+6
-32
lines changed

5 files changed

+6
-32
lines changed

sdk/cosmos/.dict.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ udfs
99
# Cosmos' docs all use "Autoscale" as a single word, rather than a compound "AutoScale" or "Auto Scale"
1010
autoscale
1111

12+
# Words used within the Cosmos Native Client (azure_data_cosmos_native)
1213
cosmosclient
13-
libcosmosclient
14-
COSMOSCLIENT

sdk/cosmos/azure_data_cosmos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ workspace = true
3737

3838
[features]
3939
default = ["hmac_rust"]
40-
c = [] # Internal feature used to expose additional types/functions as needed to build libcosmosclient.
40+
c = [] # Internal feature used to expose additional types/functions as needed to build the Cosmos native client
4141
key_auth = [] # Enables support for key-based authentication (Primary Keys and Resource Tokens)
4242
preview_query_engine = ["serde_json/raw_value"] # Enables support for the PREVIEW external query engine
4343
hmac_rust = ["azure_core/hmac_rust"]

sdk/cosmos/azure_data_cosmos_native/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# cSpell:ignore cosmosctest CRATETYPES endforeach
2+
13
project(cosmosctest C)
24
cmake_minimum_required(VERSION 4.1)
35

sdk/cosmos/azure_data_cosmos_native/build.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT License.
33

4-
// cSpell:ignore SOURCEVERSION, SOURCEBRANCH, BUILDID, BUILDNUMBER
4+
// cSpell:ignore SOURCEVERSION, SOURCEBRANCH, BUILDID, BUILDNUMBER, COSMOSCLIENT, cosmosclient, libcosmosclient, cbindgen
55

66
fn main() {
77
let build_id = format!(
@@ -23,6 +23,7 @@ fn main() {
2323
// Licensed under the MIT License.
2424
2525
// This file is auto-generated by cbindgen. Do not edit manually.
26+
// cSpell: disable
2627
"
2728
.to_string();
2829
header.push_str(&format!("// Build identifier: {}\n", build_id));

sdk/cosmos/cosmosclient/include/cosmosclient.h

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)