Skip to content

Commit

Permalink
Merge pull request #3113 from Azure/autogenerate-batch
Browse files Browse the repository at this point in the history
Update Generated Schemas
  • Loading branch information
Xynoclafe authored Jun 13, 2024
2 parents 500d413 + 40f3a09 commit 3aa387a
Show file tree
Hide file tree
Showing 49 changed files with 70,833 additions and 498 deletions.
740 changes: 519 additions & 221 deletions generator/resources.json

Large diffs are not rendered by default.

119 changes: 118 additions & 1 deletion schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -8007,6 +8007,45 @@
"properties": {},
"type": "object"
},
"ContinuationSettingsReference": {
"description": "Continuation settings for execute data flow activity.",
"properties": {
"continuationTtlInMinutes": {
"description": "Continuation TTL in minutes.",
"oneOf": [
{
"type": "object"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"customizedCheckpointKey": {
"description": "Customized checkpoint key.",
"oneOf": [
{
"type": "object"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"idleCondition": {
"description": "Idle condition.",
"oneOf": [
{
"type": "object"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
}
},
"type": "object"
},
"CopyActivityLogSettings": {
"description": "Settings for copy activity log.",
"properties": {
Expand Down Expand Up @@ -21971,6 +22010,17 @@
}
]
},
"credential": {
"description": "The credential reference containing authentication information.",
"oneOf": [
{
"$ref": "#/definitions/CredentialReference"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"deploymentType": {
"description": "The deployment type of the Dynamics CRM instance. 'Online' for Dynamics CRM Online and 'OnPremisesWithIfd' for Dynamics CRM on-premises with Ifd. Type: string (or Expression with resultType string).",
"oneOf": [
Expand Down Expand Up @@ -22511,6 +22561,17 @@
}
]
},
"continuationSettings": {
"description": "Continuation settings for execute data flow activity.",
"oneOf": [
{
"$ref": "#/definitions/ContinuationSettingsReference"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"continueOnError": {
"description": "Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)",
"oneOf": [
Expand Down Expand Up @@ -22709,6 +22770,17 @@
}
]
},
"continuationSettings": {
"description": "Continuation settings for execute data flow activity.",
"oneOf": [
{
"$ref": "#/definitions/ContinuationSettingsReference"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"continueOnError": {
"description": "Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)",
"oneOf": [
Expand Down Expand Up @@ -27581,6 +27653,17 @@
"LakeHouseTableDatasetTypeProperties": {
"description": "Microsoft Fabric LakeHouse Table dataset properties.",
"properties": {
"schema": {
"description": "The schema name of Microsoft Fabric LakeHouse Table. Type: string (or Expression with resultType string).",
"oneOf": [
{
"type": "object"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"table": {
"description": "The name of Microsoft Fabric LakeHouse Table. Type: string (or Expression with resultType string).",
"oneOf": [
Expand Down Expand Up @@ -38350,6 +38433,17 @@
}
]
},
"storageIntegration": {
"description": "The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string).",
"oneOf": [
{
"type": "object"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"type": {
"description": "The export setting type.",
"type": "string"
Expand Down Expand Up @@ -38403,6 +38497,17 @@
}
]
},
"storageIntegration": {
"description": "The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string).",
"oneOf": [
{
"type": "object"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"type": {
"description": "The import setting type.",
"type": "string"
Expand Down Expand Up @@ -39004,7 +39109,8 @@
{
"enum": [
"SQL",
"Windows"
"Windows",
"UserAssignedManagedIdentity"
],
"type": "string"
},
Expand Down Expand Up @@ -39068,6 +39174,17 @@
}
]
},
"credential": {
"description": "The credential reference containing authentication information.",
"oneOf": [
{
"$ref": "#/definitions/CredentialReference"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"database": {
"description": "The name of the database, used by recommended version. Type: string (or Expression with resultType string).",
"oneOf": [
Expand Down
97 changes: 97 additions & 0 deletions schemas/2019-04-01/Microsoft.ResourceGraph.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
{
"id": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.ResourceGraph.json#",
"title": "Microsoft.ResourceGraph",
"description": "Microsoft ResourceGraph Resource Types",
"$schema": "http://json-schema.org/draft-04/schema#",
"resourceDefinitions": {
"queries": {
"description": "Microsoft.ResourceGraph/queries",
"properties": {
"apiVersion": {
"enum": [
"2019-04-01"
],
"type": "string"
},
"etag": {
"description": "This will be used to handle Optimistic Concurrency. If not present, it will always overwrite the existing resource without checking conflict.",
"type": "string"
},
"location": {
"description": "The location of the resource",
"type": "string"
},
"name": {
"description": "The name of the Graph Query resource.",
"oneOf": [
{
"pattern": "^[^<>&:\\?]*$",
"type": "string"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"properties": {
"description": "Metadata describing a graph query for an Azure resource.",
"oneOf": [
{
"$ref": "#/definitions/GraphQueryProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"tags": {
"description": "Resource tags",
"oneOf": [
{
"additionalProperties": {
"type": "string"
},
"properties": {},
"type": "object"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"type": {
"enum": [
"Microsoft.ResourceGraph/queries"
],
"type": "string"
}
},
"required": [
"name",
"properties",
"apiVersion",
"type"
],
"type": "object"
}
},
"definitions": {
"GraphQueryProperties": {
"description": "Properties that contain a graph query.",
"properties": {
"description": {
"description": "The description of a graph query.",
"type": "string"
},
"query": {
"description": "KQL query that will be graph.",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}
}
}
12 changes: 12 additions & 0 deletions schemas/2019-08-01/tenantDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,18 @@
{
"$ref": "https://schema.management.azure.com/schemas/2022-11-16-preview/Microsoft.AppComplianceAutomation.json#/tenant_resourceDefinitions/reports"
},
{
"$ref": "https://schema.management.azure.com/schemas/2024-06-27/Microsoft.AppComplianceAutomation.json#/tenant_resourceDefinitions/reports"
},
{
"$ref": "https://schema.management.azure.com/schemas/2024-06-27/Microsoft.AppComplianceAutomation.json#/tenant_resourceDefinitions/reports_evidences"
},
{
"$ref": "https://schema.management.azure.com/schemas/2024-06-27/Microsoft.AppComplianceAutomation.json#/tenant_resourceDefinitions/reports_scopingConfigurations"
},
{
"$ref": "https://schema.management.azure.com/schemas/2024-06-27/Microsoft.AppComplianceAutomation.json#/tenant_resourceDefinitions/reports_webhooks"
},
{
"$ref": "https://schema.management.azure.com/schemas/2015-07-01/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignments"
},
Expand Down
97 changes: 97 additions & 0 deletions schemas/2021-03-01/Microsoft.ResourceGraph.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
{
"id": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.ResourceGraph.json#",
"title": "Microsoft.ResourceGraph",
"description": "Microsoft ResourceGraph Resource Types",
"$schema": "http://json-schema.org/draft-04/schema#",
"resourceDefinitions": {
"queries": {
"description": "Microsoft.ResourceGraph/queries",
"properties": {
"apiVersion": {
"enum": [
"2021-03-01"
],
"type": "string"
},
"etag": {
"description": "This will be used to handle Optimistic Concurrency. If not present, it will always overwrite the existing resource without checking conflict.",
"type": "string"
},
"location": {
"description": "The location of the resource",
"type": "string"
},
"name": {
"description": "The name of the Graph Query resource.",
"oneOf": [
{
"pattern": "^[^<>&:\\?]*$",
"type": "string"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"properties": {
"description": "Metadata describing a graph query for an Azure resource.",
"oneOf": [
{
"$ref": "#/definitions/GraphQueryProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"tags": {
"description": "Resource tags",
"oneOf": [
{
"additionalProperties": {
"type": "string"
},
"properties": {},
"type": "object"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"type": {
"enum": [
"Microsoft.ResourceGraph/queries"
],
"type": "string"
}
},
"required": [
"name",
"properties",
"apiVersion",
"type"
],
"type": "object"
}
},
"definitions": {
"GraphQueryProperties": {
"description": "Properties that contain a graph query.",
"properties": {
"description": {
"description": "The description of a graph query.",
"type": "string"
},
"query": {
"description": "KQL query that will be graph.",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}
}
}
Loading

0 comments on commit 3aa387a

Please sign in to comment.