AzureCosmosDbDataFeedSource type
Represents an Azure CosmosDB data source. User is required to specify connectionString for Create. connectionString being a secret is not returned by service.
type AzureCosmosDbDataFeedSource = {
authenticationType: "Basic"
collectionId: string
connectionString?: string
dataSourceType: "AzureCosmosDB"
database: string
sqlQuery: string
}