diff --git a/api-definitions/resource-manager/DataFactory/2018-06-01/DataFlowDebugSession/Model-AzurePostgreSqlLinkedServiceTypeProperties.json b/api-definitions/resource-manager/DataFactory/2018-06-01/DataFlowDebugSession/Model-AzurePostgreSqlLinkedServiceTypeProperties.json index 6cc6dd4dc89..2a3a85ed4e6 100644 --- a/api-definitions/resource-manager/DataFactory/2018-06-01/DataFlowDebugSession/Model-AzurePostgreSqlLinkedServiceTypeProperties.json +++ b/api-definitions/resource-manager/DataFactory/2018-06-01/DataFlowDebugSession/Model-AzurePostgreSqlLinkedServiceTypeProperties.json @@ -1,6 +1,21 @@ { "name": "AzurePostgreSqlLinkedServiceTypeProperties", "fields": [ + { + "containsDiscriminatedTypeValue": false, + "jsonName": "commandTimeout", + "name": "CommandTimeout", + "objectDefinition": { + "type": "Integer", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, { "containsDiscriminatedTypeValue": false, "jsonName": "connectionString", @@ -16,6 +31,36 @@ "required": false, "sensitive": false }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "database", + "name": "Database", + "objectDefinition": { + "type": "String", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "encoding", + "name": "Encoding", + "objectDefinition": { + "type": "String", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, { "containsDiscriminatedTypeValue": false, "jsonName": "encryptedCredential", @@ -45,6 +90,126 @@ "readOnly": false, "required": false, "sensitive": false + }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "port", + "name": "Port", + "objectDefinition": { + "type": "Integer", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "readBufferSize", + "name": "ReadBufferSize", + "objectDefinition": { + "type": "Integer", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "server", + "name": "Server", + "objectDefinition": { + "type": "String", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "sslMode", + "name": "SslMode", + "objectDefinition": { + "type": "Integer", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "timeout", + "name": "Timeout", + "objectDefinition": { + "type": "Integer", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "timezone", + "name": "Timezone", + "objectDefinition": { + "type": "String", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "trustServerCertificate", + "name": "TrustServerCertificate", + "objectDefinition": { + "type": "Boolean", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "username", + "name": "Username", + "objectDefinition": { + "type": "String", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false } ], "IsParent": false diff --git a/api-definitions/resource-manager/DataFactory/2018-06-01/DataFlowDebugSession/Model-MySqlLinkedServiceTypeProperties.json b/api-definitions/resource-manager/DataFactory/2018-06-01/DataFlowDebugSession/Model-MySqlLinkedServiceTypeProperties.json index 9546cbbd911..5413cc4b945 100644 --- a/api-definitions/resource-manager/DataFactory/2018-06-01/DataFlowDebugSession/Model-MySqlLinkedServiceTypeProperties.json +++ b/api-definitions/resource-manager/DataFactory/2018-06-01/DataFlowDebugSession/Model-MySqlLinkedServiceTypeProperties.json @@ -1,6 +1,21 @@ { "name": "MySqlLinkedServiceTypeProperties", "fields": [ + { + "containsDiscriminatedTypeValue": false, + "jsonName": "allowZeroDateTime", + "name": "AllowZeroDateTime", + "objectDefinition": { + "type": "Boolean", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, { "containsDiscriminatedTypeValue": false, "jsonName": "connectionString", @@ -16,6 +31,36 @@ "required": false, "sensitive": false }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "connectionTimeout", + "name": "ConnectionTimeout", + "objectDefinition": { + "type": "Integer", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "convertZeroDateTime", + "name": "ConvertZeroDateTime", + "objectDefinition": { + "type": "Boolean", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, { "containsDiscriminatedTypeValue": false, "jsonName": "database", @@ -61,6 +106,21 @@ "required": false, "sensitive": false }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "guidFormat", + "name": "GuidFormat", + "objectDefinition": { + "type": "String", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, { "containsDiscriminatedTypeValue": false, "jsonName": "password", @@ -106,6 +166,36 @@ "required": false, "sensitive": false }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "sslCert", + "name": "SslCert", + "objectDefinition": { + "type": "String", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "sslKey", + "name": "SslKey", + "objectDefinition": { + "type": "String", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, { "containsDiscriminatedTypeValue": false, "jsonName": "sslMode", @@ -121,6 +211,21 @@ "required": false, "sensitive": false }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "treatTinyAsBoolean", + "name": "TreatTinyAsBoolean", + "objectDefinition": { + "type": "Boolean", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, { "containsDiscriminatedTypeValue": false, "jsonName": "useSystemTrustStore", diff --git a/api-definitions/resource-manager/DataFactory/2018-06-01/LinkedServices/Model-AzurePostgreSqlLinkedServiceTypeProperties.json b/api-definitions/resource-manager/DataFactory/2018-06-01/LinkedServices/Model-AzurePostgreSqlLinkedServiceTypeProperties.json index 6cc6dd4dc89..2a3a85ed4e6 100644 --- a/api-definitions/resource-manager/DataFactory/2018-06-01/LinkedServices/Model-AzurePostgreSqlLinkedServiceTypeProperties.json +++ b/api-definitions/resource-manager/DataFactory/2018-06-01/LinkedServices/Model-AzurePostgreSqlLinkedServiceTypeProperties.json @@ -1,6 +1,21 @@ { "name": "AzurePostgreSqlLinkedServiceTypeProperties", "fields": [ + { + "containsDiscriminatedTypeValue": false, + "jsonName": "commandTimeout", + "name": "CommandTimeout", + "objectDefinition": { + "type": "Integer", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, { "containsDiscriminatedTypeValue": false, "jsonName": "connectionString", @@ -16,6 +31,36 @@ "required": false, "sensitive": false }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "database", + "name": "Database", + "objectDefinition": { + "type": "String", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "encoding", + "name": "Encoding", + "objectDefinition": { + "type": "String", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, { "containsDiscriminatedTypeValue": false, "jsonName": "encryptedCredential", @@ -45,6 +90,126 @@ "readOnly": false, "required": false, "sensitive": false + }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "port", + "name": "Port", + "objectDefinition": { + "type": "Integer", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "readBufferSize", + "name": "ReadBufferSize", + "objectDefinition": { + "type": "Integer", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "server", + "name": "Server", + "objectDefinition": { + "type": "String", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "sslMode", + "name": "SslMode", + "objectDefinition": { + "type": "Integer", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "timeout", + "name": "Timeout", + "objectDefinition": { + "type": "Integer", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "timezone", + "name": "Timezone", + "objectDefinition": { + "type": "String", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "trustServerCertificate", + "name": "TrustServerCertificate", + "objectDefinition": { + "type": "Boolean", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "username", + "name": "Username", + "objectDefinition": { + "type": "String", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false } ], "IsParent": false diff --git a/api-definitions/resource-manager/DataFactory/2018-06-01/LinkedServices/Model-MySqlLinkedServiceTypeProperties.json b/api-definitions/resource-manager/DataFactory/2018-06-01/LinkedServices/Model-MySqlLinkedServiceTypeProperties.json index 9546cbbd911..5413cc4b945 100644 --- a/api-definitions/resource-manager/DataFactory/2018-06-01/LinkedServices/Model-MySqlLinkedServiceTypeProperties.json +++ b/api-definitions/resource-manager/DataFactory/2018-06-01/LinkedServices/Model-MySqlLinkedServiceTypeProperties.json @@ -1,6 +1,21 @@ { "name": "MySqlLinkedServiceTypeProperties", "fields": [ + { + "containsDiscriminatedTypeValue": false, + "jsonName": "allowZeroDateTime", + "name": "AllowZeroDateTime", + "objectDefinition": { + "type": "Boolean", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, { "containsDiscriminatedTypeValue": false, "jsonName": "connectionString", @@ -16,6 +31,36 @@ "required": false, "sensitive": false }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "connectionTimeout", + "name": "ConnectionTimeout", + "objectDefinition": { + "type": "Integer", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "convertZeroDateTime", + "name": "ConvertZeroDateTime", + "objectDefinition": { + "type": "Boolean", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, { "containsDiscriminatedTypeValue": false, "jsonName": "database", @@ -61,6 +106,21 @@ "required": false, "sensitive": false }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "guidFormat", + "name": "GuidFormat", + "objectDefinition": { + "type": "String", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, { "containsDiscriminatedTypeValue": false, "jsonName": "password", @@ -106,6 +166,36 @@ "required": false, "sensitive": false }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "sslCert", + "name": "SslCert", + "objectDefinition": { + "type": "String", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "sslKey", + "name": "SslKey", + "objectDefinition": { + "type": "String", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, { "containsDiscriminatedTypeValue": false, "jsonName": "sslMode", @@ -121,6 +211,21 @@ "required": false, "sensitive": false }, + { + "containsDiscriminatedTypeValue": false, + "jsonName": "treatTinyAsBoolean", + "name": "TreatTinyAsBoolean", + "objectDefinition": { + "type": "Boolean", + "nullable": false, + "referenceName": null, + "referenceNameIsCommonType": null + }, + "optional": true, + "readOnly": false, + "required": false, + "sensitive": false + }, { "containsDiscriminatedTypeValue": false, "jsonName": "useSystemTrustStore", diff --git a/api-definitions/resource-manager/MachineLearningServices/2024-04-01/RegistryManagement/Model-AcrDetails.json b/api-definitions/resource-manager/MachineLearningServices/2024-04-01/RegistryManagement/Model-AcrDetails.json index 75146098f02..90d234a516e 100644 --- a/api-definitions/resource-manager/MachineLearningServices/2024-04-01/RegistryManagement/Model-AcrDetails.json +++ b/api-definitions/resource-manager/MachineLearningServices/2024-04-01/RegistryManagement/Model-AcrDetails.json @@ -15,21 +15,6 @@ "readOnly": false, "required": false, "sensitive": false - }, - { - "containsDiscriminatedTypeValue": false, - "jsonName": "userCreatedAcrAccount", - "name": "UserCreatedAcrAccount", - "objectDefinition": { - "type": "Reference", - "nullable": false, - "referenceName": "UserCreatedAcrAccount", - "referenceNameIsCommonType": null - }, - "optional": true, - "readOnly": false, - "required": false, - "sensitive": false } ], "IsParent": false diff --git a/api-definitions/resource-manager/MachineLearningServices/2024-04-01/RegistryManagement/Model-StorageAccountDetails.json b/api-definitions/resource-manager/MachineLearningServices/2024-04-01/RegistryManagement/Model-StorageAccountDetails.json index 0ee34b20d37..1b52fbb9abd 100644 --- a/api-definitions/resource-manager/MachineLearningServices/2024-04-01/RegistryManagement/Model-StorageAccountDetails.json +++ b/api-definitions/resource-manager/MachineLearningServices/2024-04-01/RegistryManagement/Model-StorageAccountDetails.json @@ -15,21 +15,6 @@ "readOnly": false, "required": false, "sensitive": false - }, - { - "containsDiscriminatedTypeValue": false, - "jsonName": "userCreatedStorageAccount", - "name": "UserCreatedStorageAccount", - "objectDefinition": { - "type": "Reference", - "nullable": false, - "referenceName": "UserCreatedStorageAccount", - "referenceNameIsCommonType": null - }, - "optional": true, - "readOnly": false, - "required": false, - "sensitive": false } ], "IsParent": false diff --git a/api-definitions/resource-manager/MachineLearningServices/2024-04-01/RegistryManagement/Model-UserCreatedAcrAccount.json b/api-definitions/resource-manager/MachineLearningServices/2024-04-01/RegistryManagement/Model-UserCreatedAcrAccount.json deleted file mode 100644 index 194a70e80f8..00000000000 --- a/api-definitions/resource-manager/MachineLearningServices/2024-04-01/RegistryManagement/Model-UserCreatedAcrAccount.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "UserCreatedAcrAccount", - "fields": [ - { - "containsDiscriminatedTypeValue": false, - "jsonName": "armResourceId", - "name": "ArmResourceId", - "objectDefinition": { - "type": "Reference", - "nullable": false, - "referenceName": "ArmResourceId", - "referenceNameIsCommonType": null - }, - "optional": true, - "readOnly": false, - "required": false, - "sensitive": false - } - ], - "IsParent": false -} \ No newline at end of file diff --git a/api-definitions/resource-manager/MachineLearningServices/2024-04-01/RegistryManagement/Model-UserCreatedStorageAccount.json b/api-definitions/resource-manager/MachineLearningServices/2024-04-01/RegistryManagement/Model-UserCreatedStorageAccount.json deleted file mode 100644 index 47b09a3cdf3..00000000000 --- a/api-definitions/resource-manager/MachineLearningServices/2024-04-01/RegistryManagement/Model-UserCreatedStorageAccount.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "UserCreatedStorageAccount", - "fields": [ - { - "containsDiscriminatedTypeValue": false, - "jsonName": "armResourceId", - "name": "ArmResourceId", - "objectDefinition": { - "type": "Reference", - "nullable": false, - "referenceName": "ArmResourceId", - "referenceNameIsCommonType": null - }, - "optional": true, - "readOnly": false, - "required": false, - "sensitive": false - } - ], - "IsParent": false -} \ No newline at end of file diff --git a/api-definitions/resource-manager/metadata.json b/api-definitions/resource-manager/metadata.json index e925c08779c..3d791ae5469 100644 --- a/api-definitions/resource-manager/metadata.json +++ b/api-definitions/resource-manager/metadata.json @@ -1,5 +1,5 @@ { "dataSource": "AzureResourceManager", "sourceInformation": "Azure/azure-rest-api-specs", - "gitRevision": "c68421ba9f4a3124301eb674e99b50d6838766cd" + "gitRevision": "2d4992bd73955a93f972ba6c476e980e7e16a992" } \ No newline at end of file