Skip to content

Commit

Permalink
New Optional property addition for spark configuration artifact (Azur…
Browse files Browse the repository at this point in the history
…e#16101)

* Add blockchain to latest profile

* Add additional types

* Added new Property ConfigMergeRule for Spark Configuration Artifact

Added new Property ConfigMergeRule for Spark Configuration Artifact

Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
  • Loading branch information
2 people authored and Milan Zolota committed Sep 27, 2021
1 parent b717125 commit b2d1f5b
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
"type": "string",
"format": "date-time",
"description": "The timestamp of resource creation."
},
"configMergeRule": {
"type": "object",
"description": "SparkConfiguration configMergeRule.",
"additionalProperties": {
"type": "string"
}
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"testAnnotation1",
"testAnnotation2"
],
"notes": "testNotes"
"notes": "testNotes",
"configMergeRule": {
"currentOperation.spark.key1": "append",
"currentOperation.append.separator.spark.key1": "space"
}
}
},
"api-version": "2021-06-01-preview"
Expand Down Expand Up @@ -53,7 +57,11 @@
],
"notes": "testNotes",
"createdBy": "test@microsoft.com",
"created": "1970-01-01T00:00:00Z"
"created": "1970-01-01T00:00:00Z",
"configMergeRule": {
"currentOperation.spark.key1": "append",
"currentOperation.append.separator.spark.key1": "space"
}
},
"etag": "0a0069d4-0000-0000-0000-5b245bd50000"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
],
"notes": "testNotes",
"createdBy": "test@microsoft.com",
"created": "1970-01-01T00:00:00Z"
"created": "1970-01-01T00:00:00Z",
"configMergeRule": {
"currentOperation.spark.key1": "append",
"currentOperation.append.separator.spark.key1": "space"
}
},
"etag": "1500504f-0000-0200-0000-5cbe090f0000"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
],
"notes": "testNotes",
"createdBy": "test@microsoft.com",
"created": "1970-01-01T00:00:00Z"
"created": "1970-01-01T00:00:00Z",
"configMergeRule": {
"currentOperation.spark.key1": "append",
"currentOperation.append.separator.spark.key1": "space"
}
},
"etag": "1500504f-0000-0200-0000-5cbe090f0000"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"testAnnotation1",
"testAnnotation2"
],
"notes": "testNotes"
"notes": "testNotes",
"configMergeRule": {
"currentOperation.spark.key1": "append",
"currentOperation.append.separator.spark.key1": "space"
}
}
},
"api-version": "2021-06-01-preview"
Expand Down Expand Up @@ -53,7 +57,11 @@
],
"notes": "testNotes",
"createdBy": "test@microsoft.com",
"created": "1970-01-01T00:00:00Z"
"created": "1970-01-01T00:00:00Z",
"configMergeRule": {
"currentOperation.spark.key1": "append",
"currentOperation.append.separator.spark.key1": "space"
}
},
"etag": "0a006cd4-0000-0000-0000-5b245bd60000"
}
Expand Down

0 comments on commit b2d1f5b

Please sign in to comment.