Skip to content

Commit 8b862e2

Browse files
[Microsoft.DocumentDB] CosmosDB - Docs Updated - API Version 2024-11-15 Stable Release Fix (#27331)
1 parent 6f6fdfe commit 8b862e2

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

src/CosmosDB/CosmosDB/help/New-AzCosmosDBSqlIndexingPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ExcludedPaths : {Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath}
4444
CompositeIndexes : {Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath,
4545
Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath}
4646
SpatialIndexes : {Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec}
47-
VectorIndexs : {Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex}
47+
VectorIndexes : {Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorIndex}
4848
```
4949

5050
## PARAMETERS
@@ -155,10 +155,10 @@ Accept pipeline input: False
155155
Accept wildcard characters: False
156156
```
157157
### -VectorIndex
158-
Array of strings containing The path to the vector field in the document.
158+
Array of objects of type Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorIndex.
159159
160160
```yaml
161-
Type: Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex[]
161+
Type: Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorIndex[]
162162
Parameter Sets: (All)
163163
Aliases:
164164

src/CosmosDB/CosmosDB/help/New-AzCosmosDBSqlVectorEmbedding.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# New-AzCosmosDBSqlVectorEmbedding
99

1010
## SYNOPSIS
11-
Creates a new object of type PSVectorEmbedding. It can be passed as a parameter value for Set-AzCosmosDBSqlContainer.
11+
Creates a new CosmosDB Sql VectorEmbedding object.
1212

1313
## SYNTAX
1414

@@ -18,7 +18,7 @@ New-AzCosmosDBSqlVectorEmbedding [-Path <String>] [-DataType <String>] [-Distanc
1818
```
1919

2020
## DESCRIPTION
21-
Object corresponding to Sql API's VectorEmbedding.
21+
The **New-AzCosmosDBSqlVectorEmbedding** cmdlet creates a new object of type PSSqlVectorEmbedding.
2222

2323
## EXAMPLES
2424

@@ -118,7 +118,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
118118
119119
## OUTPUTS
120120
121-
### Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath
121+
### Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbedding
122122
123123
## NOTES
124124

src/CosmosDB/CosmosDB/help/New-AzCosmosDBSqlVectorEmbeddingPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ Accept wildcard characters: False
4949
```
5050
5151
### -VectorEmbedding
52-
Array of strings containing VectorEmbedding (Represents a vector embedding. A vector embedding is used to define a vector field in the documents) elements.
52+
Array of objects of type Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbedding (Represents a vector embedding. A vector embedding is used to define a vector field in the documents).
5353
5454
```yaml
55-
Type: Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding[]
55+
Type: Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbedding[]
5656
Parameter Sets: (All)
5757
Aliases:
5858

@@ -72,7 +72,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
7272
7373
## OUTPUTS
7474
75-
### Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy
75+
### Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy
7676
7777
## NOTES
7878

src/CosmosDB/CosmosDB/help/New-AzCosmosDBSqlVectorIndex.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.dll-Help.xml
33
Module Name: Az.CosmosDB
4-
online version: https://learn.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbsqlVectorIndex
4+
online version: https://learn.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbsqlvectorindex
55
schema: 2.0.0
66
---
77

88
# New-AzCosmosDBSqlVectorIndex
99

1010
## SYNOPSIS
11-
Creates a new object of type PSVectorIndex. It can be passed as a parameter value for Set-AzCosmosDBSqlContainer.
11+
Creates a new CosmosDB Sql VectorIndex object.
1212

1313
## SYNTAX
1414

@@ -18,7 +18,7 @@ New-AzCosmosDBSqlVectorIndex [-Path <String>] [-Type <String>]
1818
```
1919

2020
## DESCRIPTION
21-
Object corresponding to Sql API's VectorIndex.
21+
The **New-AzCosmosDBSqlVectorIndex** cmdlet creates a new object of type PSSqlVectorIndex.
2222

2323
## EXAMPLES
2424

@@ -89,7 +89,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8989
9090
## OUTPUTS
9191
92-
### Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex
92+
### Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorIndex
9393
9494
## NOTES
9595

0 commit comments

Comments
 (0)