File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed
Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 610610 },
611611 "name" : {
612612 "type" : " string" ,
613- "description" : " Threat Intelligence Identifier "
613+ "description" : " Threat intelligence indicator name field. "
614614 },
615615 "properties" : {
616616 "oneOf" : [
Original file line number Diff line number Diff line change 14661466 "type" : " string" ,
14671467 "description" : " The default folder where Spark logs will be written."
14681468 },
1469+ "haveLibraryRequirementsChanged" : {
1470+ "oneOf" : [
1471+ {
1472+ "type" : " boolean"
1473+ },
1474+ {
1475+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1476+ }
1477+ ],
1478+ "description" : " Whether library requirements changed."
1479+ },
14691480 "isComputeIsolationEnabled" : {
14701481 "oneOf" : [
14711482 {
15381549 "type" : " string" ,
15391550 "description" : " The state of the Big Data pool."
15401551 },
1552+ "sessionLevelPackagesEnabled" : {
1553+ "oneOf" : [
1554+ {
1555+ "type" : " boolean"
1556+ },
1557+ {
1558+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1559+ }
1560+ ],
1561+ "description" : " Whether session level packages enabled."
1562+ },
15411563 "sparkConfigProperties" : {
15421564 "oneOf" : [
15431565 {
34573479 },
34583480 "restorePointInTime" : {
34593481 "type" : " string" ,
3460- "format" : " date-time" ,
34613482 "description" : " Snapshot time to restore"
34623483 },
34633484 "sourceDatabaseId" : {
You can’t perform that action at this time.
0 commit comments