Skip to content

Commit dcf1869

Browse files
SDKAutoRoslyn Lu
andcommitted
CodeGen from PR 14199 in Azure/azure-rest-api-specs
New 2020-03-01 API Version for Streaming Jobs (#14199) * copy 2016 version into 2020 folder to easily see diff * add the changes from 2017 preview * add dynamic scaling api and update api version to 2020 * add new version to readme * remove accidental changes to 2017 folder * fix streamingjobs.json * fix operations api * minor fixes * address some review comments * more validation fixes * address comments * fix breaking changes * prettier fix * update 2016 * fix some validation checks * try to fix location/tags validation error * fix lintdiff * fix lintdiff warnings * missed one Co-authored-by: Roslyn Lu <roslu@microsoft.com>
1 parent 6c1cd22 commit dcf1869

File tree

3 files changed

+2702
-2
lines changed

3 files changed

+2702
-2
lines changed

schemas/2016-03-01/Microsoft.StreamAnalytics.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"location": {
1717
"type": "string",
18-
"description": "Resource location. Required on PUT (CreateOrReplace) requests."
18+
"description": "The geo-location where the resource lives"
1919
},
2020
"name": {
2121
"type": "string",
@@ -64,7 +64,7 @@
6464
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
6565
}
6666
],
67-
"description": "Resource tags"
67+
"description": "Resource tags."
6868
},
6969
"type": {
7070
"type": "string",

0 commit comments

Comments
 (0)