Skip to content

Azure Stream Analytics compatibility levels #6907

Open

Description

According to MS docs, Azure Stream Analytics currently supports three compatibility levels:

1.2 - Newest behavior with most recent improvements
1.1 - Previous behavior
1.0 - Original compatibility level, introduced during general availability of Azure Stream Analytics several years ago.

However, Bicep is aware of 1.0 | null only.

I got this warning: "The property "compatibilityLevel" expected a value of type "'1.0' | null" but the provided value is of type "'1.0' | '1.1' | '1.2'". If this is an inaccuracy in the documentation, please report it to the Bicep Team."

https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-compatibility-level

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions