pulumi-azure-native 2.70.0a1730971212__py3-none-any.whl → 2.71.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (125) hide show
  1. pulumi_azure_native/__init__.py +14 -0
  2. pulumi_azure_native/datafactory/_inputs.py +360 -0
  3. pulumi_azure_native/datafactory/outputs.py +240 -2
  4. pulumi_azure_native/datafactory/v20180601/_inputs.py +360 -0
  5. pulumi_azure_native/datafactory/v20180601/outputs.py +240 -2
  6. pulumi_azure_native/machinelearningservices/_inputs.py +2 -110
  7. pulumi_azure_native/machinelearningservices/outputs.py +2 -104
  8. pulumi_azure_native/machinelearningservices/v20230401/_inputs.py +2 -110
  9. pulumi_azure_native/machinelearningservices/v20230401/outputs.py +2 -104
  10. pulumi_azure_native/machinelearningservices/v20230401preview/_inputs.py +2 -110
  11. pulumi_azure_native/machinelearningservices/v20230401preview/outputs.py +2 -104
  12. pulumi_azure_native/machinelearningservices/v20230601preview/_inputs.py +2 -110
  13. pulumi_azure_native/machinelearningservices/v20230601preview/outputs.py +2 -104
  14. pulumi_azure_native/machinelearningservices/v20230801preview/_inputs.py +2 -110
  15. pulumi_azure_native/machinelearningservices/v20230801preview/outputs.py +2 -104
  16. pulumi_azure_native/machinelearningservices/v20231001/_inputs.py +2 -110
  17. pulumi_azure_native/machinelearningservices/v20231001/outputs.py +2 -104
  18. pulumi_azure_native/machinelearningservices/v20240101preview/_inputs.py +2 -110
  19. pulumi_azure_native/machinelearningservices/v20240101preview/outputs.py +2 -104
  20. pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +2 -110
  21. pulumi_azure_native/machinelearningservices/v20240401/outputs.py +2 -104
  22. pulumi_azure_native/machinelearningservices/v20240401preview/_inputs.py +2 -110
  23. pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py +2 -104
  24. pulumi_azure_native/machinelearningservices/v20240701preview/_inputs.py +2 -110
  25. pulumi_azure_native/machinelearningservices/v20240701preview/outputs.py +2 -104
  26. pulumi_azure_native/machinelearningservices/v20241001/_enums.py +1 -1
  27. pulumi_azure_native/machinelearningservices/v20241001/_inputs.py +16 -12
  28. pulumi_azure_native/machinelearningservices/v20241001/outputs.py +12 -8
  29. pulumi_azure_native/machinelearningservices/v20241001preview/_enums.py +1 -1
  30. pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +16 -12
  31. pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +12 -8
  32. pulumi_azure_native/pulumi-plugin.json +1 -1
  33. pulumi_azure_native/recoveryservices/__init__.py +3 -0
  34. pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
  35. pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
  36. pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
  37. pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
  38. pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
  39. pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
  40. pulumi_azure_native/recoveryservices/get_vault.py +2 -2
  41. pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
  42. pulumi_azure_native/recoveryservices/protected_item.py +3 -3
  43. pulumi_azure_native/recoveryservices/protection_container.py +3 -3
  44. pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
  45. pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
  46. pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
  47. pulumi_azure_native/recoveryservices/v20200202/vault.py +1 -1
  48. pulumi_azure_native/recoveryservices/v20230401/private_endpoint_connection.py +1 -1
  49. pulumi_azure_native/recoveryservices/v20230401/protected_item.py +1 -1
  50. pulumi_azure_native/recoveryservices/v20230401/protection_container.py +1 -1
  51. pulumi_azure_native/recoveryservices/v20230401/protection_intent.py +1 -1
  52. pulumi_azure_native/recoveryservices/v20230401/protection_policy.py +1 -1
  53. pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py +1 -1
  54. pulumi_azure_native/recoveryservices/v20230401/vault.py +1 -1
  55. pulumi_azure_native/recoveryservices/v20230601/private_endpoint_connection.py +1 -1
  56. pulumi_azure_native/recoveryservices/v20230601/protected_item.py +1 -1
  57. pulumi_azure_native/recoveryservices/v20230601/protection_container.py +1 -1
  58. pulumi_azure_native/recoveryservices/v20230601/protection_intent.py +1 -1
  59. pulumi_azure_native/recoveryservices/v20230601/protection_policy.py +1 -1
  60. pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py +1 -1
  61. pulumi_azure_native/recoveryservices/v20230601/vault.py +1 -1
  62. pulumi_azure_native/recoveryservices/v20230801/private_endpoint_connection.py +1 -1
  63. pulumi_azure_native/recoveryservices/v20230801/protected_item.py +1 -1
  64. pulumi_azure_native/recoveryservices/v20230801/protection_container.py +1 -1
  65. pulumi_azure_native/recoveryservices/v20230801/protection_intent.py +1 -1
  66. pulumi_azure_native/recoveryservices/v20230801/protection_policy.py +1 -1
  67. pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py +1 -1
  68. pulumi_azure_native/recoveryservices/v20230801/vault.py +1 -1
  69. pulumi_azure_native/recoveryservices/v20240101/private_endpoint_connection.py +1 -1
  70. pulumi_azure_native/recoveryservices/v20240101/protected_item.py +1 -1
  71. pulumi_azure_native/recoveryservices/v20240101/protection_container.py +1 -1
  72. pulumi_azure_native/recoveryservices/v20240101/protection_intent.py +1 -1
  73. pulumi_azure_native/recoveryservices/v20240101/protection_policy.py +1 -1
  74. pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py +1 -1
  75. pulumi_azure_native/recoveryservices/v20240101/vault.py +1 -1
  76. pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py +1 -1
  77. pulumi_azure_native/recoveryservices/v20240201/protected_item.py +1 -1
  78. pulumi_azure_native/recoveryservices/v20240201/protection_container.py +1 -1
  79. pulumi_azure_native/recoveryservices/v20240201/protection_intent.py +1 -1
  80. pulumi_azure_native/recoveryservices/v20240201/protection_policy.py +1 -1
  81. pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py +1 -1
  82. pulumi_azure_native/recoveryservices/v20240201/vault.py +1 -1
  83. pulumi_azure_native/recoveryservices/v20240401/private_endpoint_connection.py +1 -1
  84. pulumi_azure_native/recoveryservices/v20240401/protected_item.py +1 -1
  85. pulumi_azure_native/recoveryservices/v20240401/protection_container.py +1 -1
  86. pulumi_azure_native/recoveryservices/v20240401/protection_intent.py +1 -1
  87. pulumi_azure_native/recoveryservices/v20240401/protection_policy.py +1 -1
  88. pulumi_azure_native/recoveryservices/v20240401/resource_guard_proxy.py +1 -1
  89. pulumi_azure_native/recoveryservices/v20240401/vault.py +1 -1
  90. pulumi_azure_native/recoveryservices/v20240430preview/private_endpoint_connection.py +1 -1
  91. pulumi_azure_native/recoveryservices/v20240430preview/protected_item.py +1 -1
  92. pulumi_azure_native/recoveryservices/v20240430preview/protection_container.py +1 -1
  93. pulumi_azure_native/recoveryservices/v20240430preview/protection_intent.py +1 -1
  94. pulumi_azure_native/recoveryservices/v20240430preview/protection_policy.py +1 -1
  95. pulumi_azure_native/recoveryservices/v20240430preview/resource_guard_proxy.py +1 -1
  96. pulumi_azure_native/recoveryservices/v20240430preview/vault.py +1 -1
  97. pulumi_azure_native/recoveryservices/v20240730preview/private_endpoint_connection.py +1 -1
  98. pulumi_azure_native/recoveryservices/v20240730preview/protected_item.py +1 -1
  99. pulumi_azure_native/recoveryservices/v20240730preview/protection_container.py +1 -1
  100. pulumi_azure_native/recoveryservices/v20240730preview/protection_intent.py +1 -1
  101. pulumi_azure_native/recoveryservices/v20240730preview/protection_policy.py +1 -1
  102. pulumi_azure_native/recoveryservices/v20240730preview/resource_guard_proxy.py +1 -1
  103. pulumi_azure_native/recoveryservices/v20241001/__init__.py +24 -0
  104. pulumi_azure_native/recoveryservices/v20241001/_enums.py +470 -0
  105. pulumi_azure_native/recoveryservices/v20241001/_inputs.py +15874 -0
  106. pulumi_azure_native/recoveryservices/v20241001/get_private_endpoint_connection.py +177 -0
  107. pulumi_azure_native/recoveryservices/v20241001/get_protected_item.py +197 -0
  108. pulumi_azure_native/recoveryservices/v20241001/get_protection_container.py +183 -0
  109. pulumi_azure_native/recoveryservices/v20241001/get_protection_intent.py +185 -0
  110. pulumi_azure_native/recoveryservices/v20241001/get_protection_policy.py +179 -0
  111. pulumi_azure_native/recoveryservices/v20241001/get_resource_guard_proxy.py +172 -0
  112. pulumi_azure_native/recoveryservices/v20241001/get_vault.py +213 -0
  113. pulumi_azure_native/recoveryservices/v20241001/outputs.py +14414 -0
  114. pulumi_azure_native/recoveryservices/v20241001/private_endpoint_connection.py +298 -0
  115. pulumi_azure_native/recoveryservices/v20241001/protected_item.py +340 -0
  116. pulumi_azure_native/recoveryservices/v20241001/protection_container.py +319 -0
  117. pulumi_azure_native/recoveryservices/v20241001/protection_intent.py +319 -0
  118. pulumi_azure_native/recoveryservices/v20241001/protection_policy.py +298 -0
  119. pulumi_azure_native/recoveryservices/v20241001/resource_guard_proxy.py +290 -0
  120. pulumi_azure_native/recoveryservices/v20241001/vault.py +326 -0
  121. pulumi_azure_native/recoveryservices/vault.py +3 -3
  122. {pulumi_azure_native-2.70.0a1730971212.dist-info → pulumi_azure_native-2.71.0.dist-info}/METADATA +1 -1
  123. {pulumi_azure_native-2.70.0a1730971212.dist-info → pulumi_azure_native-2.71.0.dist-info}/RECORD +125 -107
  124. {pulumi_azure_native-2.70.0a1730971212.dist-info → pulumi_azure_native-2.71.0.dist-info}/WHEEL +0 -0
  125. {pulumi_azure_native-2.70.0a1730971212.dist-info → pulumi_azure_native-2.71.0.dist-info}/top_level.txt +0 -0
@@ -13926,12 +13926,20 @@ class AzurePostgreSqlLinkedServiceResponse(dict):
13926
13926
  @staticmethod
13927
13927
  def __key_warning(key: str):
13928
13928
  suggest = None
13929
- if key == "connectVia":
13929
+ if key == "commandTimeout":
13930
+ suggest = "command_timeout"
13931
+ elif key == "connectVia":
13930
13932
  suggest = "connect_via"
13931
13933
  elif key == "connectionString":
13932
13934
  suggest = "connection_string"
13933
13935
  elif key == "encryptedCredential":
13934
13936
  suggest = "encrypted_credential"
13937
+ elif key == "readBufferSize":
13938
+ suggest = "read_buffer_size"
13939
+ elif key == "sslMode":
13940
+ suggest = "ssl_mode"
13941
+ elif key == "trustServerCertificate":
13942
+ suggest = "trust_server_certificate"
13935
13943
 
13936
13944
  if suggest:
13937
13945
  pulumi.log.warn(f"Key '{key}' not found in AzurePostgreSqlLinkedServiceResponse. Access the value via the '{suggest}' property getter instead.")
@@ -13947,41 +13955,85 @@ class AzurePostgreSqlLinkedServiceResponse(dict):
13947
13955
  def __init__(__self__, *,
13948
13956
  type: str,
13949
13957
  annotations: Optional[Sequence[Any]] = None,
13958
+ command_timeout: Optional[Any] = None,
13950
13959
  connect_via: Optional['outputs.IntegrationRuntimeReferenceResponse'] = None,
13951
13960
  connection_string: Optional[Any] = None,
13961
+ database: Optional[Any] = None,
13952
13962
  description: Optional[str] = None,
13963
+ encoding: Optional[Any] = None,
13953
13964
  encrypted_credential: Optional[str] = None,
13954
13965
  parameters: Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']] = None,
13955
13966
  password: Optional['outputs.AzureKeyVaultSecretReferenceResponse'] = None,
13967
+ port: Optional[Any] = None,
13968
+ read_buffer_size: Optional[Any] = None,
13969
+ server: Optional[Any] = None,
13970
+ ssl_mode: Optional[Any] = None,
13971
+ timeout: Optional[Any] = None,
13972
+ timezone: Optional[Any] = None,
13973
+ trust_server_certificate: Optional[Any] = None,
13974
+ username: Optional[Any] = None,
13956
13975
  version: Optional[str] = None):
13957
13976
  """
13958
13977
  Azure PostgreSQL linked service.
13959
13978
  :param str type: Type of linked service.
13960
13979
  Expected value is 'AzurePostgreSql'.
13961
13980
  :param Sequence[Any] annotations: List of tags that can be used for describing the linked service.
13981
+ :param Any command_timeout: 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.
13962
13982
  :param 'IntegrationRuntimeReferenceResponse' connect_via: The integration runtime reference.
13963
13983
  :param Any connection_string: An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
13984
+ :param Any database: Database name for connection. Type: string.
13964
13985
  :param str description: Linked service description.
13986
+ :param Any encoding: Gets or sets the .NET encoding that will be used to encode/decode PostgreSQL string data. Type: string
13965
13987
  :param str encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
13966
13988
  :param Mapping[str, 'ParameterSpecificationResponse'] parameters: Parameters for linked service.
13967
13989
  :param 'AzureKeyVaultSecretReferenceResponse' password: The Azure key vault secret reference of password in connection string.
13990
+ :param Any port: The port for the connection. Type: integer.
13991
+ :param Any read_buffer_size: Determines the size of the internal buffer uses when reading. Increasing may improve performance if transferring large values from the database. Type: integer.
13992
+ :param Any server: Server name for connection. Type: string.
13993
+ :param Any ssl_mode: SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. Type: integer.
13994
+ :param Any timeout: The time to wait (in seconds) while trying to establish a connection before terminating the attempt and generating an error. Type: integer.
13995
+ :param Any timezone: Gets or sets the session timezone. Type: string.
13996
+ :param Any trust_server_certificate: Whether to trust the server certificate without validating it. Type: boolean.
13997
+ :param Any username: Username for authentication. Type: string.
13968
13998
  :param str version: Version of the linked service.
13969
13999
  """
13970
14000
  pulumi.set(__self__, "type", 'AzurePostgreSql')
13971
14001
  if annotations is not None:
13972
14002
  pulumi.set(__self__, "annotations", annotations)
14003
+ if command_timeout is not None:
14004
+ pulumi.set(__self__, "command_timeout", command_timeout)
13973
14005
  if connect_via is not None:
13974
14006
  pulumi.set(__self__, "connect_via", connect_via)
13975
14007
  if connection_string is not None:
13976
14008
  pulumi.set(__self__, "connection_string", connection_string)
14009
+ if database is not None:
14010
+ pulumi.set(__self__, "database", database)
13977
14011
  if description is not None:
13978
14012
  pulumi.set(__self__, "description", description)
14013
+ if encoding is not None:
14014
+ pulumi.set(__self__, "encoding", encoding)
13979
14015
  if encrypted_credential is not None:
13980
14016
  pulumi.set(__self__, "encrypted_credential", encrypted_credential)
13981
14017
  if parameters is not None:
13982
14018
  pulumi.set(__self__, "parameters", parameters)
13983
14019
  if password is not None:
13984
14020
  pulumi.set(__self__, "password", password)
14021
+ if port is not None:
14022
+ pulumi.set(__self__, "port", port)
14023
+ if read_buffer_size is not None:
14024
+ pulumi.set(__self__, "read_buffer_size", read_buffer_size)
14025
+ if server is not None:
14026
+ pulumi.set(__self__, "server", server)
14027
+ if ssl_mode is not None:
14028
+ pulumi.set(__self__, "ssl_mode", ssl_mode)
14029
+ if timeout is not None:
14030
+ pulumi.set(__self__, "timeout", timeout)
14031
+ if timezone is not None:
14032
+ pulumi.set(__self__, "timezone", timezone)
14033
+ if trust_server_certificate is not None:
14034
+ pulumi.set(__self__, "trust_server_certificate", trust_server_certificate)
14035
+ if username is not None:
14036
+ pulumi.set(__self__, "username", username)
13985
14037
  if version is not None:
13986
14038
  pulumi.set(__self__, "version", version)
13987
14039
 
@@ -14002,6 +14054,14 @@ class AzurePostgreSqlLinkedServiceResponse(dict):
14002
14054
  """
14003
14055
  return pulumi.get(self, "annotations")
14004
14056
 
14057
+ @property
14058
+ @pulumi.getter(name="commandTimeout")
14059
+ def command_timeout(self) -> Optional[Any]:
14060
+ """
14061
+ 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.
14062
+ """
14063
+ return pulumi.get(self, "command_timeout")
14064
+
14005
14065
  @property
14006
14066
  @pulumi.getter(name="connectVia")
14007
14067
  def connect_via(self) -> Optional['outputs.IntegrationRuntimeReferenceResponse']:
@@ -14018,6 +14078,14 @@ class AzurePostgreSqlLinkedServiceResponse(dict):
14018
14078
  """
14019
14079
  return pulumi.get(self, "connection_string")
14020
14080
 
14081
+ @property
14082
+ @pulumi.getter
14083
+ def database(self) -> Optional[Any]:
14084
+ """
14085
+ Database name for connection. Type: string.
14086
+ """
14087
+ return pulumi.get(self, "database")
14088
+
14021
14089
  @property
14022
14090
  @pulumi.getter
14023
14091
  def description(self) -> Optional[str]:
@@ -14026,6 +14094,14 @@ class AzurePostgreSqlLinkedServiceResponse(dict):
14026
14094
  """
14027
14095
  return pulumi.get(self, "description")
14028
14096
 
14097
+ @property
14098
+ @pulumi.getter
14099
+ def encoding(self) -> Optional[Any]:
14100
+ """
14101
+ Gets or sets the .NET encoding that will be used to encode/decode PostgreSQL string data. Type: string
14102
+ """
14103
+ return pulumi.get(self, "encoding")
14104
+
14029
14105
  @property
14030
14106
  @pulumi.getter(name="encryptedCredential")
14031
14107
  def encrypted_credential(self) -> Optional[str]:
@@ -14050,6 +14126,70 @@ class AzurePostgreSqlLinkedServiceResponse(dict):
14050
14126
  """
14051
14127
  return pulumi.get(self, "password")
14052
14128
 
14129
+ @property
14130
+ @pulumi.getter
14131
+ def port(self) -> Optional[Any]:
14132
+ """
14133
+ The port for the connection. Type: integer.
14134
+ """
14135
+ return pulumi.get(self, "port")
14136
+
14137
+ @property
14138
+ @pulumi.getter(name="readBufferSize")
14139
+ def read_buffer_size(self) -> Optional[Any]:
14140
+ """
14141
+ Determines the size of the internal buffer uses when reading. Increasing may improve performance if transferring large values from the database. Type: integer.
14142
+ """
14143
+ return pulumi.get(self, "read_buffer_size")
14144
+
14145
+ @property
14146
+ @pulumi.getter
14147
+ def server(self) -> Optional[Any]:
14148
+ """
14149
+ Server name for connection. Type: string.
14150
+ """
14151
+ return pulumi.get(self, "server")
14152
+
14153
+ @property
14154
+ @pulumi.getter(name="sslMode")
14155
+ def ssl_mode(self) -> Optional[Any]:
14156
+ """
14157
+ SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. Type: integer.
14158
+ """
14159
+ return pulumi.get(self, "ssl_mode")
14160
+
14161
+ @property
14162
+ @pulumi.getter
14163
+ def timeout(self) -> Optional[Any]:
14164
+ """
14165
+ The time to wait (in seconds) while trying to establish a connection before terminating the attempt and generating an error. Type: integer.
14166
+ """
14167
+ return pulumi.get(self, "timeout")
14168
+
14169
+ @property
14170
+ @pulumi.getter
14171
+ def timezone(self) -> Optional[Any]:
14172
+ """
14173
+ Gets or sets the session timezone. Type: string.
14174
+ """
14175
+ return pulumi.get(self, "timezone")
14176
+
14177
+ @property
14178
+ @pulumi.getter(name="trustServerCertificate")
14179
+ def trust_server_certificate(self) -> Optional[Any]:
14180
+ """
14181
+ Whether to trust the server certificate without validating it. Type: boolean.
14182
+ """
14183
+ return pulumi.get(self, "trust_server_certificate")
14184
+
14185
+ @property
14186
+ @pulumi.getter
14187
+ def username(self) -> Optional[Any]:
14188
+ """
14189
+ Username for authentication. Type: string.
14190
+ """
14191
+ return pulumi.get(self, "username")
14192
+
14053
14193
  @property
14054
14194
  @pulumi.getter
14055
14195
  def version(self) -> Optional[str]:
@@ -53599,16 +53739,30 @@ class MySqlLinkedServiceResponse(dict):
53599
53739
  @staticmethod
53600
53740
  def __key_warning(key: str):
53601
53741
  suggest = None
53602
- if key == "connectVia":
53742
+ if key == "allowZeroDateTime":
53743
+ suggest = "allow_zero_date_time"
53744
+ elif key == "connectVia":
53603
53745
  suggest = "connect_via"
53604
53746
  elif key == "connectionString":
53605
53747
  suggest = "connection_string"
53748
+ elif key == "connectionTimeout":
53749
+ suggest = "connection_timeout"
53750
+ elif key == "convertZeroDateTime":
53751
+ suggest = "convert_zero_date_time"
53606
53752
  elif key == "driverVersion":
53607
53753
  suggest = "driver_version"
53608
53754
  elif key == "encryptedCredential":
53609
53755
  suggest = "encrypted_credential"
53756
+ elif key == "guidFormat":
53757
+ suggest = "guid_format"
53758
+ elif key == "sslCert":
53759
+ suggest = "ssl_cert"
53760
+ elif key == "sslKey":
53761
+ suggest = "ssl_key"
53610
53762
  elif key == "sslMode":
53611
53763
  suggest = "ssl_mode"
53764
+ elif key == "treatTinyAsBoolean":
53765
+ suggest = "treat_tiny_as_boolean"
53612
53766
  elif key == "useSystemTrustStore":
53613
53767
  suggest = "use_system_trust_store"
53614
53768
 
@@ -53625,18 +53779,25 @@ class MySqlLinkedServiceResponse(dict):
53625
53779
 
53626
53780
  def __init__(__self__, *,
53627
53781
  type: str,
53782
+ allow_zero_date_time: Optional[Any] = None,
53628
53783
  annotations: Optional[Sequence[Any]] = None,
53629
53784
  connect_via: Optional['outputs.IntegrationRuntimeReferenceResponse'] = None,
53630
53785
  connection_string: Optional[Any] = None,
53786
+ connection_timeout: Optional[Any] = None,
53787
+ convert_zero_date_time: Optional[Any] = None,
53631
53788
  database: Optional[Any] = None,
53632
53789
  description: Optional[str] = None,
53633
53790
  driver_version: Optional[Any] = None,
53634
53791
  encrypted_credential: Optional[str] = None,
53792
+ guid_format: Optional[Any] = None,
53635
53793
  parameters: Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']] = None,
53636
53794
  password: Optional['outputs.AzureKeyVaultSecretReferenceResponse'] = None,
53637
53795
  port: Optional[Any] = None,
53638
53796
  server: Optional[Any] = None,
53797
+ ssl_cert: Optional[Any] = None,
53798
+ ssl_key: Optional[Any] = None,
53639
53799
  ssl_mode: Optional[Any] = None,
53800
+ treat_tiny_as_boolean: Optional[Any] = None,
53640
53801
  use_system_trust_store: Optional[Any] = None,
53641
53802
  username: Optional[Any] = None,
53642
53803
  version: Optional[str] = None):
@@ -53644,29 +53805,42 @@ class MySqlLinkedServiceResponse(dict):
53644
53805
  Linked service for MySQL data source.
53645
53806
  :param str type: Type of linked service.
53646
53807
  Expected value is 'MySql'.
53808
+ :param Any allow_zero_date_time: This allows the special “zero” date value 0000-00-00 to be retrieved from the database. Type: boolean.
53647
53809
  :param Sequence[Any] annotations: List of tags that can be used for describing the linked service.
53648
53810
  :param 'IntegrationRuntimeReferenceResponse' connect_via: The integration runtime reference.
53649
53811
  :param Any connection_string: The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
53812
+ :param Any connection_timeout: The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error. Type: integer.
53813
+ :param Any convert_zero_date_time: True to return DateTime.MinValue for date or datetime columns that have disallowed values. Type: boolean.
53650
53814
  :param Any database: Database name for connection. Type: string.
53651
53815
  :param str description: Linked service description.
53652
53816
  :param Any driver_version: The version of the MySQL 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.
53653
53817
  :param str encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
53818
+ :param Any guid_format: Determines which column type (if any) should be read as a GUID. Type: string. None: No column types are automatically read as a Guid; Char36: All CHAR(36) columns are read/written as a Guid using lowercase hex with hyphens, which matches UUID.
53654
53819
  :param Mapping[str, 'ParameterSpecificationResponse'] parameters: Parameters for linked service.
53655
53820
  :param 'AzureKeyVaultSecretReferenceResponse' password: The Azure key vault secret reference of password in connection string.
53656
53821
  :param Any port: The port for the connection. Type: integer.
53657
53822
  :param Any server: Server name for connection. Type: string.
53823
+ :param Any ssl_cert: The path to the client’s SSL certificate file in PEM format. SslKey must also be specified. Type: string.
53824
+ :param Any ssl_key: The path to the client’s SSL private key in PEM format. SslCert must also be specified. Type: string.
53658
53825
  :param Any ssl_mode: SSL mode for connection. Type: integer. 0: disable, 1: prefer, 2: require, 3: verify-ca, 4: verify-full.
53826
+ :param Any treat_tiny_as_boolean: When set to true, TINYINT(1) values are returned as booleans. Type: bool.
53659
53827
  :param Any use_system_trust_store: Use system trust store for connection. Type: integer. 0: enable, 1: disable.
53660
53828
  :param Any username: Username for authentication. Type: string.
53661
53829
  :param str version: Version of the linked service.
53662
53830
  """
53663
53831
  pulumi.set(__self__, "type", 'MySql')
53832
+ if allow_zero_date_time is not None:
53833
+ pulumi.set(__self__, "allow_zero_date_time", allow_zero_date_time)
53664
53834
  if annotations is not None:
53665
53835
  pulumi.set(__self__, "annotations", annotations)
53666
53836
  if connect_via is not None:
53667
53837
  pulumi.set(__self__, "connect_via", connect_via)
53668
53838
  if connection_string is not None:
53669
53839
  pulumi.set(__self__, "connection_string", connection_string)
53840
+ if connection_timeout is not None:
53841
+ pulumi.set(__self__, "connection_timeout", connection_timeout)
53842
+ if convert_zero_date_time is not None:
53843
+ pulumi.set(__self__, "convert_zero_date_time", convert_zero_date_time)
53670
53844
  if database is not None:
53671
53845
  pulumi.set(__self__, "database", database)
53672
53846
  if description is not None:
@@ -53675,6 +53849,8 @@ class MySqlLinkedServiceResponse(dict):
53675
53849
  pulumi.set(__self__, "driver_version", driver_version)
53676
53850
  if encrypted_credential is not None:
53677
53851
  pulumi.set(__self__, "encrypted_credential", encrypted_credential)
53852
+ if guid_format is not None:
53853
+ pulumi.set(__self__, "guid_format", guid_format)
53678
53854
  if parameters is not None:
53679
53855
  pulumi.set(__self__, "parameters", parameters)
53680
53856
  if password is not None:
@@ -53683,8 +53859,14 @@ class MySqlLinkedServiceResponse(dict):
53683
53859
  pulumi.set(__self__, "port", port)
53684
53860
  if server is not None:
53685
53861
  pulumi.set(__self__, "server", server)
53862
+ if ssl_cert is not None:
53863
+ pulumi.set(__self__, "ssl_cert", ssl_cert)
53864
+ if ssl_key is not None:
53865
+ pulumi.set(__self__, "ssl_key", ssl_key)
53686
53866
  if ssl_mode is not None:
53687
53867
  pulumi.set(__self__, "ssl_mode", ssl_mode)
53868
+ if treat_tiny_as_boolean is not None:
53869
+ pulumi.set(__self__, "treat_tiny_as_boolean", treat_tiny_as_boolean)
53688
53870
  if use_system_trust_store is not None:
53689
53871
  pulumi.set(__self__, "use_system_trust_store", use_system_trust_store)
53690
53872
  if username is not None:
@@ -53701,6 +53883,14 @@ class MySqlLinkedServiceResponse(dict):
53701
53883
  """
53702
53884
  return pulumi.get(self, "type")
53703
53885
 
53886
+ @property
53887
+ @pulumi.getter(name="allowZeroDateTime")
53888
+ def allow_zero_date_time(self) -> Optional[Any]:
53889
+ """
53890
+ This allows the special “zero” date value 0000-00-00 to be retrieved from the database. Type: boolean.
53891
+ """
53892
+ return pulumi.get(self, "allow_zero_date_time")
53893
+
53704
53894
  @property
53705
53895
  @pulumi.getter
53706
53896
  def annotations(self) -> Optional[Sequence[Any]]:
@@ -53725,6 +53915,22 @@ class MySqlLinkedServiceResponse(dict):
53725
53915
  """
53726
53916
  return pulumi.get(self, "connection_string")
53727
53917
 
53918
+ @property
53919
+ @pulumi.getter(name="connectionTimeout")
53920
+ def connection_timeout(self) -> Optional[Any]:
53921
+ """
53922
+ The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error. Type: integer.
53923
+ """
53924
+ return pulumi.get(self, "connection_timeout")
53925
+
53926
+ @property
53927
+ @pulumi.getter(name="convertZeroDateTime")
53928
+ def convert_zero_date_time(self) -> Optional[Any]:
53929
+ """
53930
+ True to return DateTime.MinValue for date or datetime columns that have disallowed values. Type: boolean.
53931
+ """
53932
+ return pulumi.get(self, "convert_zero_date_time")
53933
+
53728
53934
  @property
53729
53935
  @pulumi.getter
53730
53936
  def database(self) -> Optional[Any]:
@@ -53757,6 +53963,14 @@ class MySqlLinkedServiceResponse(dict):
53757
53963
  """
53758
53964
  return pulumi.get(self, "encrypted_credential")
53759
53965
 
53966
+ @property
53967
+ @pulumi.getter(name="guidFormat")
53968
+ def guid_format(self) -> Optional[Any]:
53969
+ """
53970
+ Determines which column type (if any) should be read as a GUID. Type: string. None: No column types are automatically read as a Guid; Char36: All CHAR(36) columns are read/written as a Guid using lowercase hex with hyphens, which matches UUID.
53971
+ """
53972
+ return pulumi.get(self, "guid_format")
53973
+
53760
53974
  @property
53761
53975
  @pulumi.getter
53762
53976
  def parameters(self) -> Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']]:
@@ -53789,6 +54003,22 @@ class MySqlLinkedServiceResponse(dict):
53789
54003
  """
53790
54004
  return pulumi.get(self, "server")
53791
54005
 
54006
+ @property
54007
+ @pulumi.getter(name="sslCert")
54008
+ def ssl_cert(self) -> Optional[Any]:
54009
+ """
54010
+ The path to the client’s SSL certificate file in PEM format. SslKey must also be specified. Type: string.
54011
+ """
54012
+ return pulumi.get(self, "ssl_cert")
54013
+
54014
+ @property
54015
+ @pulumi.getter(name="sslKey")
54016
+ def ssl_key(self) -> Optional[Any]:
54017
+ """
54018
+ The path to the client’s SSL private key in PEM format. SslCert must also be specified. Type: string.
54019
+ """
54020
+ return pulumi.get(self, "ssl_key")
54021
+
53792
54022
  @property
53793
54023
  @pulumi.getter(name="sslMode")
53794
54024
  def ssl_mode(self) -> Optional[Any]:
@@ -53797,6 +54027,14 @@ class MySqlLinkedServiceResponse(dict):
53797
54027
  """
53798
54028
  return pulumi.get(self, "ssl_mode")
53799
54029
 
54030
+ @property
54031
+ @pulumi.getter(name="treatTinyAsBoolean")
54032
+ def treat_tiny_as_boolean(self) -> Optional[Any]:
54033
+ """
54034
+ When set to true, TINYINT(1) values are returned as booleans. Type: bool.
54035
+ """
54036
+ return pulumi.get(self, "treat_tiny_as_boolean")
54037
+
53800
54038
  @property
53801
54039
  @pulumi.getter(name="useSystemTrustStore")
53802
54040
  def use_system_trust_store(self) -> Optional[Any]: