Skip to content

Commit 8b2656e

Browse files
author
Autogenerator Pipeline
committed
Autogenerate schemas
1 parent e92a465 commit 8b2656e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

schemas/2017-04-01-preview/Microsoft.StreamAnalytics.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2541,6 +2541,21 @@
25412541
],
25422542
"description": "Controls certain runtime behaviors of the streaming job."
25432543
},
2544+
"contentStoragePolicy": {
2545+
"oneOf": [
2546+
{
2547+
"type": "string",
2548+
"enum": [
2549+
"SystemAccount",
2550+
"JobStorageAccount"
2551+
]
2552+
},
2553+
{
2554+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2555+
}
2556+
],
2557+
"description": "Valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this requires the user to also specify jobStorageAccount property."
2558+
},
25442559
"dataLocale": {
25452560
"type": "string",
25462561
"description": "The data locale of the stream analytics job. Value should be the name of a supported .NET Culture from the set https://msdn.microsoft.com/en-us/library/system.globalization.culturetypes(v=vs.110).aspx. Defaults to 'en-US' if none specified."

0 commit comments

Comments
 (0)