Skip to content

Commit

Permalink
Merge pull request #3226 from Azure/autogenerate-batch
Browse files Browse the repository at this point in the history
Update Generated Schemas
  • Loading branch information
Xynoclafe authored Oct 17, 2024
2 parents 839d3b9 + a801206 commit 49428b6
Show file tree
Hide file tree
Showing 144 changed files with 239,890 additions and 7,035 deletions.
2,359 changes: 1,664 additions & 695 deletions generator/resources.json

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions schemas/2018-05-01/subscriptionDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,15 @@
{
"$ref": "https://schema.management.azure.com/schemas/2024-02-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleManagementPolicyAssignments"
},
{
"$ref": "https://schema.management.azure.com/schemas/2024-09-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignmentScheduleRequests"
},
{
"$ref": "https://schema.management.azure.com/schemas/2024-09-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleEligibilityScheduleRequests"
},
{
"$ref": "https://schema.management.azure.com/schemas/2024-09-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleManagementPolicyAssignments"
},
{
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/Microsoft.Authorization.Resources.json#/subscription_resourceDefinitions/locks"
},
Expand Down Expand Up @@ -923,6 +932,9 @@
{
"$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets"
},
{
"$ref": "https://schema.management.azure.com/schemas/2024-08-01/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets"
},
{
"$ref": "https://schema.management.azure.com/schemas/2018-05-31/Microsoft.CostManagement.json#/subscription_resourceDefinitions/reportconfigs"
},
Expand Down Expand Up @@ -1322,6 +1334,9 @@
{
"$ref": "https://schema.management.azure.com/schemas/2024-01-01/Microsoft.Network.NRP.json#/subscription_resourceDefinitions/networkManagerConnections"
},
{
"$ref": "https://schema.management.azure.com/schemas/2024-03-01/Microsoft.Network.NRP.json#/subscription_resourceDefinitions/networkManagerConnections"
},
{
"$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.TrafficManager.json#/subscription_resourceDefinitions/trafficManagerUserMetricsKeys"
},
Expand Down Expand Up @@ -1379,6 +1394,12 @@
{
"$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.PolicyInsights.json#/unknown_resourceDefinitions/attestations"
},
{
"$ref": "https://schema.management.azure.com/schemas/2024-10-01/Microsoft.PolicyInsights.json#/unknown_resourceDefinitions/attestations"
},
{
"$ref": "https://schema.management.azure.com/schemas/2024-10-01/Microsoft.PolicyInsights.json#/unknown_resourceDefinitions/remediations"
},
{
"$ref": "https://schema.management.azure.com/schemas/2020-11-20/Microsoft.ProviderHub.json#/subscription_resourceDefinitions/providerRegistrations"
},
Expand Down Expand Up @@ -1688,6 +1709,12 @@
{
"$ref": "https://schema.management.azure.com/schemas/2024-07-01/Microsoft.Resources.json#/unknown_resourceDefinitions/tags"
},
{
"$ref": "https://schema.management.azure.com/schemas/2024-08-01/Microsoft.Resources.json#/subscription_resourceDefinitions/resourceGroups"
},
{
"$ref": "https://schema.management.azure.com/schemas/2024-08-01/Microsoft.Resources.json#/unknown_resourceDefinitions/dataBoundaries"
},
{
"$ref": "https://schema.management.azure.com/schemas/2024-08-01-preview/Microsoft.Subscription.json#/subscription_resourceDefinitions/changeTenantRequest"
},
Expand Down
175 changes: 174 additions & 1 deletion schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -9293,6 +9293,43 @@
],
"type": "object"
},
{
"description": "A copy activity Iceberg sink.",
"properties": {
"formatSettings": {
"description": "Iceberg format settings.",
"oneOf": [
{
"$ref": "#/definitions/IcebergWriteSettings"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"storeSettings": {
"description": "Iceberg store settings.",
"oneOf": [
{
"$ref": "#/definitions/StoreWriteSettings"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"type": {
"enum": [
"IcebergSink"
],
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
},
{
"description": "A copy activity Informix sink.",
"properties": {
Expand Down Expand Up @@ -14524,6 +14561,17 @@
}
]
},
"pageSize": {
"description": "Page size for each http request, too large pageSize will caused timeout, default 300,000. Type: integer (or Expression with resultType integer).",
"oneOf": [
{
"type": "object"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"query": {
"description": "You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).",
"oneOf": [
Expand Down Expand Up @@ -15176,6 +15224,17 @@
}
]
},
"pageSize": {
"description": "Page size of the result. Type: integer (or Expression with resultType integer).",
"oneOf": [
{
"type": "object"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"queryTimeout": {
"description": "Query timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).",
"oneOf": [
Expand Down Expand Up @@ -18930,6 +18989,32 @@
],
"type": "object"
},
{
"description": "Iceberg dataset.",
"properties": {
"type": {
"enum": [
"Iceberg"
],
"type": "string"
},
"typeProperties": {
"description": "Iceberg dataset properties.",
"oneOf": [
{
"$ref": "#/definitions/IcebergDatasetTypeProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
}
},
"required": [
"type"
],
"type": "object"
},
{
"description": "Impala server dataset.",
"properties": {
Expand Down Expand Up @@ -26597,6 +26682,49 @@
],
"type": "object"
},
"IcebergDatasetTypeProperties": {
"description": "Iceberg dataset properties.",
"properties": {
"location": {
"description": "The location of the iceberg storage. Setting a file name is not allowed for iceberg format.",
"oneOf": [
{
"$ref": "#/definitions/DatasetLocation"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
}
},
"required": [
"location"
],
"type": "object"
},
"IcebergWriteSettings": {
"additionalProperties": {
"oneOf": [
{
"type": "object"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"description": "Iceberg write settings.",
"properties": {
"type": {
"description": "The write setting type.",
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
},
"IfConditionActivityTypeProperties": {
"description": "IfCondition activity properties.",
"properties": {
Expand Down Expand Up @@ -32179,7 +32307,7 @@
]
},
"driverVersion": {
"description": "The version of the MariaDB driver. Type: string. V1 or empty for legacy driver, V2 for new driver. V1 can support connection string and property bag, V2 can only support connection string.",
"description": "The version of the MariaDB driver. Type: string. V1 or empty for legacy driver, V2 for new driver. V1 can support connection string and property bag, V2 can only support connection string. The legacy driver is scheduled for deprecation by October 2024.",
"oneOf": [
{
"type": "object"
Expand Down Expand Up @@ -32226,6 +32354,28 @@
}
]
},
"sslMode": {
"description": "This option specifies whether the driver uses TLS encryption and verification when connecting to MariaDB. E.g., SSLMode=<0/1/2/3/4>. Options: DISABLED (0) / PREFERRED (1) (Default) / REQUIRED (2) / VERIFY_CA (3) / VERIFY_IDENTITY (4), REQUIRED (2) is recommended to only allow connections encrypted with SSL/TLS.",
"oneOf": [
{
"type": "object"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"useSystemTrustStore": {
"description": "This option specifies whether to use a CA certificate from the system trust store, or from a specified PEM file. E.g. UseSystemTrustStore=<0/1>; Options: Enabled (1) / Disabled (0) (Default)",
"oneOf": [
{
"type": "object"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"username": {
"description": "Username for authentication. Type: string.",
"oneOf": [
Expand Down Expand Up @@ -34521,6 +34671,17 @@
"PostgreSqlV2LinkedServiceTypeProperties": {
"description": "PostgreSqlV2 linked service properties.",
"properties": {
"authenticationType": {
"description": "The authentication type to use. Type: string.",
"oneOf": [
{
"type": "object"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"commandTimeout": {
"description": "The time to wait (in seconds) while trying to execute a command before terminating the attempt and generating an error. Set to zero for infinity. Type: integer.",
"oneOf": [
Expand Down Expand Up @@ -34728,6 +34889,7 @@
"server",
"username",
"database",
"authenticationType",
"sslMode"
],
"type": "object"
Expand Down Expand Up @@ -38820,6 +38982,17 @@
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.",
"type": "string"
},
"host": {
"description": "The host name of the Snowflake account.",
"oneOf": [
{
"type": "object"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"password": {
"description": "The Azure key vault secret reference of password in connection string.",
"oneOf": [
Expand Down
Loading

0 comments on commit 49428b6

Please sign in to comment.