3 references to TagVNextPreview
Aspire.Hosting.Azure.CosmosDB (3)
AzureCosmosDBExtensions.cs (2)
65
/// This version of the package defaults to the <inheritdoc cref="CosmosDBEmulatorContainerImageTags.
TagVNextPreview
"/> tag of the <inheritdoc cref="CosmosDBEmulatorContainerImageTags.Registry"/>/<inheritdoc cref="CosmosDBEmulatorContainerImageTags.Image"/> container image.
86
Tag = useVNextPreview ? CosmosDBEmulatorContainerImageTags.
TagVNextPreview
: CosmosDBEmulatorContainerImageTags.Tag
AzureCosmosDBResource.cs (1)
56
imageName == $"{CosmosDBEmulatorContainerImageTags.Registry}/{CosmosDBEmulatorContainerImageTags.Image}:{CosmosDBEmulatorContainerImageTags.
TagVNextPreview
}";