Skip to content

Commit f7fd049

Browse files
zhejun97Zhejun Zhao
andauthored
set readonly property of contentStorageAccount to false (#11630)
Co-authored-by: Zhejun Zhao <[email protected]>
1 parent 494de57 commit f7fd049

File tree

1 file changed

+1
-1
lines changed
  • specification/streamanalytics/resource-manager/Microsoft.StreamAnalytics/preview/2017-04-01-preview

1 file changed

+1
-1
lines changed

specification/streamanalytics/resource-manager/Microsoft.StreamAnalytics/preview/2017-04-01-preview/streamingjobs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@
644644
"$ref": "#/definitions/JobStorageAccount"
645645
},
646646
"contentStoragePolicy": {
647-
"readOnly": true,
647+
"readOnly": false,
648648
"type": "string",
649649
"description": "Valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this requires the user to also specify jobStorageAccount property. .",
650650
"enum": [

0 commit comments

Comments
 (0)