Skip to content

Commit e3fcbb6

Browse files
authored
Merge pull request #103144 from krishna0815/patch-37
Removed preview tag on 1.2 compat level
2 parents b47ffb5 + 0b8e5f1 commit e3fcbb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/stream-analytics/stream-analytics-compatibility-level.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: mamccrea
55
ms.author: mamccrea
66
ms.service: stream-analytics
77
ms.topic: conceptual
8-
ms.date: 05/02/2019
8+
ms.date: 02/03/2020
99
---
1010

1111
# Compatibility level for Azure Stream Analytics jobs
@@ -22,7 +22,7 @@ Azure Stream Analytics currently supports three compatibility levels:
2222

2323
* 1.0 - Previous behavior
2424
* 1.1 - Default behavior
25-
* 1.2 (preview) - newest behavior with most recent improvements in evaluation
25+
* 1.2 - Newest behavior with most recent improvements
2626

2727
The original 1.0 compatibility level was introduced during general availability of Azure Stream Analytics several years ago.
2828

@@ -42,9 +42,9 @@ To update the compatibility level of the job in the Azure portal:
4242

4343
![Stream Analytics compatibility level in Azure portal](media/stream-analytics-compatibility-level/stream-analytics-compatibility.png)
4444

45-
When you update the compatibility level, the T-SQL compiler validates the job with the syntax that corresponds to the selected compatibility level.
45+
When you update the compatibility level, the T-compiler validates the job with the syntax that corresponds to the selected compatibility level.
4646

47-
## Compatibility level 1.2 (Preview)
47+
## Compatibility level 1.2
4848

4949
The following major changes are introduced in compatibility level 1.2:
5050

0 commit comments

Comments
 (0)