Skip to content

Commit

Permalink
Merge pull request #2842 from Azure/autogenerate
Browse files Browse the repository at this point in the history
Autogenerate
  • Loading branch information
Xynoclafe committed Mar 17, 2023
2 parents 5ed6daf + feb6ff6 commit 09c776f
Show file tree
Hide file tree
Showing 22 changed files with 28,553 additions and 316 deletions.
276 changes: 190 additions & 86 deletions generator/resources.json

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -17485,6 +17485,20 @@
],
"description": "Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272."
},
"customProperties": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/IntegrationRuntimeDataFlowPropertiesCustomPropertiesItem"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Custom properties are used to tune the data flow runtime performance."
},
"timeToLive": {
"oneOf": [
{
Expand All @@ -17500,6 +17514,19 @@
},
"description": "Data flow properties for managed integration runtime."
},
"IntegrationRuntimeDataFlowPropertiesCustomPropertiesItem": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of custom property."
},
"value": {
"type": "string",
"description": "Value of custom property."
}
}
},
"IntegrationRuntimeDataProxyProperties": {
"type": "object",
"properties": {
Expand Down
15 changes: 15 additions & 0 deletions schemas/2019-08-01/tenantDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,21 @@
{
"$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Marketplace.json#/tenant_resourceDefinitions/privateStores_requestApprovals"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Marketplace.json#/tenant_resourceDefinitions/privateStores"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Marketplace.json#/tenant_resourceDefinitions/privateStores_adminRequestApprovals"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Marketplace.json#/tenant_resourceDefinitions/privateStores_collections"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Marketplace.json#/tenant_resourceDefinitions/privateStores_collections_offers"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Marketplace.json#/tenant_resourceDefinitions/privateStores_requestApprovals"
},
{
"$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Network.NRP.json#/tenant_resourceDefinitions/managementGroups_networkManagerConnections"
},
Expand Down
2 changes: 1 addition & 1 deletion schemas/2021-06-01/Microsoft.ServiceFabric.json
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@
},
"clusterCodeVersion": {
"type": "string",
"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**."
"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**."
},
"diagnosticsStorageAccountConfig": {
"oneOf": [
Expand Down
13 changes: 7 additions & 6 deletions schemas/2022-02-14/Microsoft.VirtualMachineImages.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@
}
},
"definitions": {
"Componentsvrq145schemasimagetemplateidentitypropertiesuserassignedidentitiesadditionalproperties": {
"type": "object",
"properties": {}
},
"ImageTemplateCustomizer": {
"type": "object",
"oneOf": [
Expand Down Expand Up @@ -214,15 +210,15 @@
{
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/Componentsvrq145schemasimagetemplateidentitypropertiesuserassignedidentitiesadditionalproperties"
"$ref": "#/definitions/UserAssignedIdentity"
},
"properties": {}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"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}'."
"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."
}
},
"description": "Identity for the image template."
Expand Down Expand Up @@ -950,6 +946,11 @@
],
"description": "Purchase plan configuration for platform image."
},
"UserAssignedIdentity": {
"type": "object",
"properties": {},
"description": "User assigned identity properties"
},
"VirtualNetworkConfig": {
"type": "object",
"properties": {
Expand Down
Loading

0 comments on commit 09c776f

Please sign in to comment.