Skip to content

Commit 248094b

Browse files
author
Autogenerator Pipeline
committed
Autogenerate schemas
1 parent 77a2ce3 commit 248094b

File tree

8 files changed

+51
-6
lines changed

8 files changed

+51
-6
lines changed

schemas/2015-10-01-preview/Microsoft.DataLakeAnalytics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,4 +783,4 @@
783783
"description": "The Azure Storage account properties to use when adding a new Azure Storage account."
784784
}
785785
}
786-
}
786+
}

schemas/2016-11-01/Microsoft.DataLakeAnalytics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,4 +787,4 @@
787787
"description": "The firewall rule properties to use when creating a new firewall rule."
788788
}
789789
}
790-
}
790+
}

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

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17137,6 +17137,17 @@
1713717137
"ManagedIntegrationRuntime": {
1713817138
"type": "object",
1713917139
"properties": {
17140+
"managedVirtualNetwork": {
17141+
"oneOf": [
17142+
{
17143+
"$ref": "#/definitions/ManagedVirtualNetworkReference"
17144+
},
17145+
{
17146+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
17147+
}
17148+
],
17149+
"description": "Managed Virtual Network reference type."
17150+
},
1714017151
"type": {
1714117152
"type": "string",
1714217153
"enum": [
@@ -17266,6 +17277,34 @@
1726617277
},
1726717278
"description": "A managed Virtual Network associated with the Azure Data Factory"
1726817279
},
17280+
"ManagedVirtualNetworkReference": {
17281+
"type": "object",
17282+
"properties": {
17283+
"referenceName": {
17284+
"type": "string",
17285+
"description": "Reference ManagedVirtualNetwork name."
17286+
},
17287+
"type": {
17288+
"oneOf": [
17289+
{
17290+
"type": "string",
17291+
"enum": [
17292+
"ManagedVirtualNetworkReference"
17293+
]
17294+
},
17295+
{
17296+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
17297+
}
17298+
],
17299+
"description": "Managed Virtual Network reference type."
17300+
}
17301+
},
17302+
"required": [
17303+
"referenceName",
17304+
"type"
17305+
],
17306+
"description": "Managed Virtual Network reference type."
17307+
},
1726917308
"MappingDataFlow": {
1727017309
"type": "object",
1727117310
"properties": {

schemas/2018-08-20-preview/Microsoft.HealthcareApis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,4 +279,4 @@
279279
"description": "The properties of a service instance."
280280
}
281281
}
282-
}
282+
}

schemas/2019-09-16/Microsoft.HealthcareApis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,4 +332,4 @@
332332
"description": "The properties of a service instance."
333333
}
334334
}
335-
}
335+
}

schemas/2020-03-15/Microsoft.HealthcareApis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,4 +336,4 @@
336336
"description": "The properties of a service instance."
337337
}
338338
}
339-
}
339+
}

schemas/2020-03-30/Microsoft.HealthcareApis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,4 +553,4 @@
553553
"description": "Microsoft.HealthcareApis/services/privateEndpointConnections"
554554
}
555555
}
556-
}
556+
}

schemas/common/autogeneratedResources.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2218,9 +2218,15 @@
22182218
{
22192219
"$ref": "https://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts"
22202220
},
2221+
{
2222+
"$ref": "https://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_computePolicies"
2223+
},
22212224
{
22222225
"$ref": "https://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_DataLakeStoreAccounts"
22232226
},
2227+
{
2228+
"$ref": "https://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_firewallRules"
2229+
},
22242230
{
22252231
"$ref": "https://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_StorageAccounts"
22262232
},

0 commit comments

Comments
 (0)