Skip to content

Commit af22341

Browse files
author
Autogenerator Pipeline
committed
Autogenerate schemas
1 parent 48ec547 commit af22341

File tree

8 files changed

+1797
-8
lines changed

8 files changed

+1797
-8
lines changed

schemas/2018-05-01/subscriptionDeploymentTemplate.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,15 @@
947947
{
948948
"$ref": "https://schema.management.azure.com/schemas/2022-10-05-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views"
949949
},
950+
{
951+
"$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports"
952+
},
953+
{
954+
"$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/scheduledActions"
955+
},
956+
{
957+
"$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views"
958+
},
950959
{
951960
"$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/budgets"
952961
},

schemas/2018-06-01/Microsoft.DataFactory.json

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,37 @@
717717
"type": "string",
718718
"description": "Activity name."
719719
},
720+
"onInactiveMarkAs": {
721+
"oneOf": [
722+
{
723+
"type": "string",
724+
"enum": [
725+
"Succeeded",
726+
"Failed",
727+
"Skipped"
728+
]
729+
},
730+
{
731+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
732+
}
733+
],
734+
"description": "Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default."
735+
},
736+
"state": {
737+
"oneOf": [
738+
{
739+
"type": "string",
740+
"enum": [
741+
"Active",
742+
"Inactive"
743+
]
744+
},
745+
{
746+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
747+
}
748+
],
749+
"description": "Activity state. This is an optional property and if not provided, the state will be Active by default."
750+
},
720751
"userProperties": {
721752
"oneOf": [
722753
{
@@ -1245,6 +1276,11 @@
12451276
"AmazonRdsForSqlServerSource": {
12461277
"type": "object",
12471278
"properties": {
1279+
"isolationLevel": {
1280+
"type": "object",
1281+
"properties": {},
1282+
"description": "Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string)."
1283+
},
12481284
"partitionOption": {
12491285
"type": "object",
12501286
"properties": {},
@@ -5895,6 +5931,11 @@
58955931
"AzureSqlSource": {
58965932
"type": "object",
58975933
"properties": {
5934+
"isolationLevel": {
5935+
"type": "object",
5936+
"properties": {},
5937+
"description": "Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string)."
5938+
},
58985939
"partitionOption": {
58995940
"type": "object",
59005941
"properties": {},
@@ -27666,6 +27707,11 @@
2766627707
"SqlDWSource": {
2766727708
"type": "object",
2766827709
"properties": {
27710+
"isolationLevel": {
27711+
"type": "object",
27712+
"properties": {},
27713+
"description": "Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string)."
27714+
},
2766927715
"partitionOption": {
2767027716
"type": "object",
2767127717
"properties": {},
@@ -27794,6 +27840,11 @@
2779427840
"SqlMISource": {
2779527841
"type": "object",
2779627842
"properties": {
27843+
"isolationLevel": {
27844+
"type": "object",
27845+
"properties": {},
27846+
"description": "Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string)."
27847+
},
2779727848
"partitionOption": {
2779827849
"type": "object",
2779927850
"properties": {},
@@ -28004,6 +28055,11 @@
2800428055
"SqlServerSource": {
2800528056
"type": "object",
2800628057
"properties": {
28058+
"isolationLevel": {
28059+
"type": "object",
28060+
"properties": {},
28061+
"description": "Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string)."
28062+
},
2800728063
"partitionOption": {
2800828064
"type": "object",
2800928065
"properties": {},
@@ -29170,6 +29226,22 @@
2917029226
"properties": {},
2917129227
"description": "Spark configuration properties, which will override the 'conf' of the notebook you provide."
2917229228
},
29229+
"configurationType": {
29230+
"oneOf": [
29231+
{
29232+
"type": "string",
29233+
"enum": [
29234+
"Default",
29235+
"Customized",
29236+
"Artifact"
29237+
]
29238+
},
29239+
{
29240+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
29241+
}
29242+
],
29243+
"description": "The type of the spark config."
29244+
},
2917329245
"driverSize": {
2917429246
"type": "object",
2917529247
"properties": {},
@@ -29211,6 +29283,22 @@
2921129283
],
2921229284
"description": "Notebook parameters."
2921329285
},
29286+
"sparkConfig": {
29287+
"oneOf": [
29288+
{
29289+
"type": "object",
29290+
"additionalProperties": {
29291+
"type": "object",
29292+
"properties": {}
29293+
},
29294+
"properties": {}
29295+
},
29296+
{
29297+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
29298+
}
29299+
],
29300+
"description": "Spark configuration property."
29301+
},
2921429302
"sparkPool": {
2921529303
"oneOf": [
2921629304
{
@@ -29221,6 +29309,17 @@
2922129309
}
2922229310
],
2922329311
"description": "Big data pool reference type."
29312+
},
29313+
"targetSparkConfiguration": {
29314+
"oneOf": [
29315+
{
29316+
"$ref": "#/definitions/SparkConfigurationParametrizationReference"
29317+
},
29318+
{
29319+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
29320+
}
29321+
],
29322+
"description": "Spark configuration reference."
2922429323
}
2922529324
},
2922629325
"required": [

schemas/2019-08-01/managementGroupDeploymentTemplate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,12 @@
788788
{
789789
"$ref": "https://schema.management.azure.com/schemas/2022-10-05-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views"
790790
},
791+
{
792+
"$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports"
793+
},
794+
{
795+
"$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views"
796+
},
791797
{
792798
"$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/budgets"
793799
},

schemas/2019-08-01/tenantDeploymentTemplate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -730,6 +730,12 @@
730730
{
731731
"$ref": "https://schema.management.azure.com/schemas/2022-10-05-preview/Microsoft.CostManagement.json#/tenant_resourceDefinitions/views"
732732
},
733+
{
734+
"$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.CostManagement.json#/tenant_resourceDefinitions/scheduledActions"
735+
},
736+
{
737+
"$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.CostManagement.json#/tenant_resourceDefinitions/views"
738+
},
733739
{
734740
"$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.CostManagement.json#/tenant_resourceDefinitions/scheduledActions"
735741
},

schemas/2022-03-03/Microsoft.Compute.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -965,8 +965,7 @@
965965
"enum": [
966966
"Standard_LRS",
967967
"Standard_ZRS",
968-
"Premium_LRS",
969-
"StandardSSD_LRS"
968+
"Premium_LRS"
970969
]
971970
},
972971
{
@@ -1413,8 +1412,7 @@
14131412
"enum": [
14141413
"Standard_LRS",
14151414
"Standard_ZRS",
1416-
"Premium_LRS",
1417-
"StandardSSD_LRS"
1415+
"Premium_LRS"
14181416
]
14191417
},
14201418
{
@@ -1636,8 +1634,8 @@
16361634
"enum": [
16371635
"Standard_LRS",
16381636
"Standard_ZRS",
1639-
"Premium_LRS",
1640-
"StandardSSD_LRS"
1637+
"StandardSSD_LRS",
1638+
"Premium_LRS"
16411639
]
16421640
},
16431641
{
@@ -1866,8 +1864,7 @@
18661864
"enum": [
18671865
"Standard_LRS",
18681866
"Standard_ZRS",
1869-
"Premium_LRS",
1870-
"StandardSSD_LRS"
1867+
"Premium_LRS"
18711868
]
18721869
},
18731870
{

0 commit comments

Comments
 (0)