Skip to content

Commit

Permalink
fix version number for cosmosdb (#154)
Browse files Browse the repository at this point in the history
* fix version number for cosmosdb

Signed-off-by: Jem Davies <[email protected]>
  • Loading branch information
jem-davies authored Nov 8, 2024
1 parent 755c497 commit 32cc25c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/impl/azure/input_cosmosdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func cosmosDBInputSpec() *service.ConfigSpec {
return service.NewConfigSpec().
// Beta().
Categories("Azure").
Version("v4.25.0").
Version("1.0.0").
Summary(`Executes a SQL query against [Azure CosmosDB](https://learn.microsoft.com/en-us/azure/cosmos-db/introduction) and creates a batch of messages from each page of items.`).
Description(`
## Cross-partition Queries
Expand Down
2 changes: 1 addition & 1 deletion website/docs/components/inputs/azure_cosmosdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This component is experimental and therefore subject to change or removal outsid
:::
Executes a SQL query against [Azure CosmosDB](https://learn.microsoft.com/en-us/azure/cosmos-db/introduction) and creates a batch of messages from each page of items.

Introduced in version v4.25.0.
Introduced in version 1.0.0.


<Tabs defaultValue="common" values={[
Expand Down

0 comments on commit 32cc25c

Please sign in to comment.