Skip to content

Commit 0ab7891

Browse files
author
SDKAuto
committed
CodeGen from PR 11630 in Azure/azure-rest-api-specs
Merge 994cb571d72c5326224b3cf686187b4235c7e673 into 7c8fd7f0705552f77bf442c567c854af01ab4805
1 parent a0248fb commit 0ab7891

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2091,4 +2091,4 @@
20912091
"description": "The properties that are associated with a transformation."
20922092
}
20932093
}
2094-
}
2094+
}

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

Lines changed: 16 additions & 1 deletion
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."
@@ -2986,4 +3001,4 @@
29863001
"description": "The properties that are associated with a transformation."
29873002
}
29883003
}
2989-
}
3004+
}

schemas/2020-03-01-preview/Microsoft.StreamAnalytics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,4 @@
300300
"description": "Bag of properties defining a privatelinkServiceConnection."
301301
}
302302
}
303-
}
303+
}

0 commit comments

Comments
 (0)