Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion schemas/2016-03-01/Microsoft.StreamAnalytics.json
Original file line number Diff line number Diff line change
Expand Up @@ -2091,4 +2091,4 @@
"description": "The properties that are associated with a transformation."
}
}
}
}
17 changes: 16 additions & 1 deletion schemas/2017-04-01-preview/Microsoft.StreamAnalytics.json
Original file line number Diff line number Diff line change
Expand Up @@ -2541,6 +2541,21 @@
],
"description": "Controls certain runtime behaviors of the streaming job."
},
"contentStoragePolicy": {
"oneOf": [
{
"type": "string",
"enum": [
"SystemAccount",
"JobStorageAccount"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this requires the user to also specify jobStorageAccount property."
},
"dataLocale": {
"type": "string",
"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."
Expand Down Expand Up @@ -2986,4 +3001,4 @@
"description": "The properties that are associated with a transformation."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2020-03-01-preview/Microsoft.StreamAnalytics.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,4 +300,4 @@
"description": "Bag of properties defining a privatelinkServiceConnection."
}
}
}
}