Skip to content

Commit 09c776f

Browse files
authored
Merge pull request #2842 from Azure/autogenerate
Autogenerate
2 parents 5ed6daf + feb6ff6 commit 09c776f

22 files changed

+28553
-316
lines changed

generator/resources.json

+190-86
Large diffs are not rendered by default.

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

+27
Original file line numberDiff line numberDiff line change
@@ -17485,6 +17485,20 @@
1748517485
],
1748617486
"description": "Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272."
1748717487
},
17488+
"customProperties": {
17489+
"oneOf": [
17490+
{
17491+
"type": "array",
17492+
"items": {
17493+
"$ref": "#/definitions/IntegrationRuntimeDataFlowPropertiesCustomPropertiesItem"
17494+
}
17495+
},
17496+
{
17497+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
17498+
}
17499+
],
17500+
"description": "Custom properties are used to tune the data flow runtime performance."
17501+
},
1748817502
"timeToLive": {
1748917503
"oneOf": [
1749017504
{
@@ -17500,6 +17514,19 @@
1750017514
},
1750117515
"description": "Data flow properties for managed integration runtime."
1750217516
},
17517+
"IntegrationRuntimeDataFlowPropertiesCustomPropertiesItem": {
17518+
"type": "object",
17519+
"properties": {
17520+
"name": {
17521+
"type": "string",
17522+
"description": "Name of custom property."
17523+
},
17524+
"value": {
17525+
"type": "string",
17526+
"description": "Value of custom property."
17527+
}
17528+
}
17529+
},
1750317530
"IntegrationRuntimeDataProxyProperties": {
1750417531
"type": "object",
1750517532
"properties": {

schemas/2019-08-01/tenantDeploymentTemplate.json

+15
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,21 @@
862862
{
863863
"$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Marketplace.json#/tenant_resourceDefinitions/privateStores_requestApprovals"
864864
},
865+
{
866+
"$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Marketplace.json#/tenant_resourceDefinitions/privateStores"
867+
},
868+
{
869+
"$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Marketplace.json#/tenant_resourceDefinitions/privateStores_adminRequestApprovals"
870+
},
871+
{
872+
"$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Marketplace.json#/tenant_resourceDefinitions/privateStores_collections"
873+
},
874+
{
875+
"$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Marketplace.json#/tenant_resourceDefinitions/privateStores_collections_offers"
876+
},
877+
{
878+
"$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Marketplace.json#/tenant_resourceDefinitions/privateStores_requestApprovals"
879+
},
865880
{
866881
"$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Network.NRP.json#/tenant_resourceDefinitions/managementGroups_networkManagerConnections"
867882
},

schemas/2021-06-01/Microsoft.ServiceFabric.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@
11381138
},
11391139
"clusterCodeVersion": {
11401140
"type": "string",
1141-
"description": "The Service Fabric runtime version of the cluster. This property can only by set the user when **upgradeMode** is set to 'Manual'. To get list of available Service Fabric versions for new clusters use [ClusterVersion API](./ClusterVersion.md). To get the list of available version for existing clusters use **availableClusterVersions**."
1141+
"description": "The Service Fabric runtime version of the cluster. This property can only by set the user when **upgradeMode** is set to 'Manual'. To get list of available Service Fabric versions for new clusters use [ClusterVersion API](https://learn.microsoft.com/rest/api/servicefabric/cluster-versions/list). To get the list of available version for existing clusters use **availableClusterVersions**."
11421142
},
11431143
"diagnosticsStorageAccountConfig": {
11441144
"oneOf": [

schemas/2022-02-14/Microsoft.VirtualMachineImages.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@
8585
}
8686
},
8787
"definitions": {
88-
"Componentsvrq145schemasimagetemplateidentitypropertiesuserassignedidentitiesadditionalproperties": {
89-
"type": "object",
90-
"properties": {}
91-
},
9288
"ImageTemplateCustomizer": {
9389
"type": "object",
9490
"oneOf": [
@@ -214,15 +210,15 @@
214210
{
215211
"type": "object",
216212
"additionalProperties": {
217-
"$ref": "#/definitions/Componentsvrq145schemasimagetemplateidentitypropertiesuserassignedidentitiesadditionalproperties"
213+
"$ref": "#/definitions/UserAssignedIdentity"
218214
},
219215
"properties": {}
220216
},
221217
{
222218
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
223219
}
224220
],
225-
"description": "The list of user identities associated with the image template. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'."
221+
"description": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."
226222
}
227223
},
228224
"description": "Identity for the image template."
@@ -950,6 +946,11 @@
950946
],
951947
"description": "Purchase plan configuration for platform image."
952948
},
949+
"UserAssignedIdentity": {
950+
"type": "object",
951+
"properties": {},
952+
"description": "User assigned identity properties"
953+
},
953954
"VirtualNetworkConfig": {
954955
"type": "object",
955956
"properties": {

0 commit comments

Comments
 (0)