Skip to content

Commit e8a3599

Browse files
author
Autogenerator Pipeline
committed
Autogenerate schemas
1 parent e79231c commit e8a3599

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

schemas/2019-01-01-preview/Microsoft.SecurityInsights.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@
610610
},
611611
"name": {
612612
"type": "string",
613-
"description": "Threat Intelligence Identifier"
613+
"description": "Threat intelligence indicator name field."
614614
},
615615
"properties": {
616616
"oneOf": [

schemas/2019-06-01-preview/Microsoft.Synapse.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,6 +1466,17 @@
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
{
@@ -1538,6 +1549,17 @@
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
{
@@ -3457,7 +3479,6 @@
34573479
},
34583480
"restorePointInTime": {
34593481
"type": "string",
3460-
"format": "date-time",
34613482
"description": "Snapshot time to restore"
34623483
},
34633484
"sourceDatabaseId": {

0 commit comments

Comments
 (0)