File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
articles/stream-analytics Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ author: mamccrea
5
5
ms.author : mamccrea
6
6
ms.service : stream-analytics
7
7
ms.topic : conceptual
8
- ms.date : 05/ 02/2019
8
+ ms.date : 02/03/2020
9
9
---
10
10
11
11
# Compatibility level for Azure Stream Analytics jobs
@@ -22,7 +22,7 @@ Azure Stream Analytics currently supports three compatibility levels:
22
22
23
23
* 1.0 - Previous behavior
24
24
* 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
26
26
27
27
The original 1.0 compatibility level was introduced during general availability of Azure Stream Analytics several years ago.
28
28
@@ -42,9 +42,9 @@ To update the compatibility level of the job in the Azure portal:
42
42
43
43
![ Stream Analytics compatibility level in Azure portal] ( media/stream-analytics-compatibility-level/stream-analytics-compatibility.png )
44
44
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.
46
46
47
- ## Compatibility level 1.2 (Preview)
47
+ ## Compatibility level 1.2
48
48
49
49
The following major changes are introduced in compatibility level 1.2:
50
50
You can’t perform that action at this time.
0 commit comments