Skip to content

Commit 8345d39

Browse files
idear1203Dongwei Wang
andauthored
[Synapse] - Add x-nullable:true for folder property (#16237)
Co-authored-by: Dongwei Wang <[email protected]>
1 parent 7e6be1c commit 8345d39

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/Notebook.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"folder": {
4747
"description": "The folder that this notebook is in. If not specified, this notebook will appear at the root level.",
4848
"type": "object",
49+
"x-nullable": true,
4950
"properties": {
5051
"name": {
5152
"description": "The name of the folder that this notebook is in.",

specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/SparkJobDefinition.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"folder": {
3434
"description": "The folder that this Spark job definition is in. If not specified, this Spark job definition will appear at the root level.",
3535
"type": "object",
36+
"x-nullable": true,
3637
"properties": {
3738
"name": {
3839
"description": "The name of the folder that this Spark job definition is in.",

specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/SqlScript.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"folder": {
3333
"description": "The folder that this SQL script is in. If not specified, this SQL script will appear at the root level.",
3434
"type": "object",
35+
"x-nullable": true,
3536
"properties": {
3637
"name": {
3738
"description": "The name of the folder that this SQL script is in.",

specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Notebook.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"folder": {
4747
"description": "The folder that this notebook is in. If not specified, this notebook will appear at the root level.",
4848
"type": "object",
49+
"x-nullable": true,
4950
"properties": {
5051
"name": {
5152
"description": "The name of the folder that this notebook is in.",

specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/SparkJobDefinition.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"folder": {
3434
"description": "The folder that this Spark job definition is in. If not specified, this Spark job definition will appear at the root level.",
3535
"type": "object",
36+
"x-nullable": true,
3637
"properties": {
3738
"name": {
3839
"description": "The name of the folder that this Spark job definition is in.",

specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/SqlScript.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"folder": {
3333
"description": "The folder that this SQL script is in. If not specified, this SQL script will appear at the root level.",
3434
"type": "object",
35+
"x-nullable": true,
3536
"properties": {
3637
"name": {
3738
"description": "The name of the folder that this SQL script is in.",

0 commit comments

Comments
 (0)