pulumi-azure-native 2.71.0__py3-none-any.whl → 2.71.0a1730993707__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 +0 -14
  2. pulumi_azure_native/datafactory/_inputs.py +0 -360
  3. pulumi_azure_native/datafactory/outputs.py +2 -240
  4. pulumi_azure_native/datafactory/v20180601/_inputs.py +0 -360
  5. pulumi_azure_native/datafactory/v20180601/outputs.py +2 -240
  6. pulumi_azure_native/machinelearningservices/_inputs.py +110 -2
  7. pulumi_azure_native/machinelearningservices/outputs.py +104 -2
  8. pulumi_azure_native/machinelearningservices/v20230401/_inputs.py +110 -2
  9. pulumi_azure_native/machinelearningservices/v20230401/outputs.py +104 -2
  10. pulumi_azure_native/machinelearningservices/v20230401preview/_inputs.py +110 -2
  11. pulumi_azure_native/machinelearningservices/v20230401preview/outputs.py +104 -2
  12. pulumi_azure_native/machinelearningservices/v20230601preview/_inputs.py +110 -2
  13. pulumi_azure_native/machinelearningservices/v20230601preview/outputs.py +104 -2
  14. pulumi_azure_native/machinelearningservices/v20230801preview/_inputs.py +110 -2
  15. pulumi_azure_native/machinelearningservices/v20230801preview/outputs.py +104 -2
  16. pulumi_azure_native/machinelearningservices/v20231001/_inputs.py +110 -2
  17. pulumi_azure_native/machinelearningservices/v20231001/outputs.py +104 -2
  18. pulumi_azure_native/machinelearningservices/v20240101preview/_inputs.py +110 -2
  19. pulumi_azure_native/machinelearningservices/v20240101preview/outputs.py +104 -2
  20. pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +110 -2
  21. pulumi_azure_native/machinelearningservices/v20240401/outputs.py +104 -2
  22. pulumi_azure_native/machinelearningservices/v20240401preview/_inputs.py +110 -2
  23. pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py +104 -2
  24. pulumi_azure_native/machinelearningservices/v20240701preview/_inputs.py +110 -2
  25. pulumi_azure_native/machinelearningservices/v20240701preview/outputs.py +104 -2
  26. pulumi_azure_native/machinelearningservices/v20241001/_enums.py +1 -1
  27. pulumi_azure_native/machinelearningservices/v20241001/_inputs.py +12 -16
  28. pulumi_azure_native/machinelearningservices/v20241001/outputs.py +8 -12
  29. pulumi_azure_native/machinelearningservices/v20241001preview/_enums.py +1 -1
  30. pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +12 -16
  31. pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +8 -12
  32. pulumi_azure_native/pulumi-plugin.json +1 -1
  33. pulumi_azure_native/recoveryservices/__init__.py +0 -3
  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/vault.py +3 -3
  104. {pulumi_azure_native-2.71.0.dist-info → pulumi_azure_native-2.71.0a1730993707.dist-info}/METADATA +1 -1
  105. {pulumi_azure_native-2.71.0.dist-info → pulumi_azure_native-2.71.0a1730993707.dist-info}/RECORD +107 -125
  106. pulumi_azure_native/recoveryservices/v20241001/__init__.py +0 -24
  107. pulumi_azure_native/recoveryservices/v20241001/_enums.py +0 -470
  108. pulumi_azure_native/recoveryservices/v20241001/_inputs.py +0 -15874
  109. pulumi_azure_native/recoveryservices/v20241001/get_private_endpoint_connection.py +0 -177
  110. pulumi_azure_native/recoveryservices/v20241001/get_protected_item.py +0 -197
  111. pulumi_azure_native/recoveryservices/v20241001/get_protection_container.py +0 -183
  112. pulumi_azure_native/recoveryservices/v20241001/get_protection_intent.py +0 -185
  113. pulumi_azure_native/recoveryservices/v20241001/get_protection_policy.py +0 -179
  114. pulumi_azure_native/recoveryservices/v20241001/get_resource_guard_proxy.py +0 -172
  115. pulumi_azure_native/recoveryservices/v20241001/get_vault.py +0 -213
  116. pulumi_azure_native/recoveryservices/v20241001/outputs.py +0 -14414
  117. pulumi_azure_native/recoveryservices/v20241001/private_endpoint_connection.py +0 -298
  118. pulumi_azure_native/recoveryservices/v20241001/protected_item.py +0 -340
  119. pulumi_azure_native/recoveryservices/v20241001/protection_container.py +0 -319
  120. pulumi_azure_native/recoveryservices/v20241001/protection_intent.py +0 -319
  121. pulumi_azure_native/recoveryservices/v20241001/protection_policy.py +0 -298
  122. pulumi_azure_native/recoveryservices/v20241001/resource_guard_proxy.py +0 -290
  123. pulumi_azure_native/recoveryservices/v20241001/vault.py +0 -326
  124. {pulumi_azure_native-2.71.0.dist-info → pulumi_azure_native-2.71.0a1730993707.dist-info}/WHEEL +0 -0
  125. {pulumi_azure_native-2.71.0.dist-info → pulumi_azure_native-2.71.0a1730993707.dist-info}/top_level.txt +0 -0
@@ -13926,20 +13926,12 @@ class AzurePostgreSqlLinkedServiceResponse(dict):
13926
13926
  @staticmethod
13927
13927
  def __key_warning(key: str):
13928
13928
  suggest = None
13929
- if key == "commandTimeout":
13930
- suggest = "command_timeout"
13931
- elif key == "connectVia":
13929
+ if key == "connectVia":
13932
13930
  suggest = "connect_via"
13933
13931
  elif key == "connectionString":
13934
13932
  suggest = "connection_string"
13935
13933
  elif key == "encryptedCredential":
13936
13934
  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"
13943
13935
 
13944
13936
  if suggest:
13945
13937
  pulumi.log.warn(f"Key '{key}' not found in AzurePostgreSqlLinkedServiceResponse. Access the value via the '{suggest}' property getter instead.")
@@ -13955,85 +13947,41 @@ class AzurePostgreSqlLinkedServiceResponse(dict):
13955
13947
  def __init__(__self__, *,
13956
13948
  type: str,
13957
13949
  annotations: Optional[Sequence[Any]] = None,
13958
- command_timeout: Optional[Any] = None,
13959
13950
  connect_via: Optional['outputs.IntegrationRuntimeReferenceResponse'] = None,
13960
13951
  connection_string: Optional[Any] = None,
13961
- database: Optional[Any] = None,
13962
13952
  description: Optional[str] = None,
13963
- encoding: Optional[Any] = None,
13964
13953
  encrypted_credential: Optional[str] = None,
13965
13954
  parameters: Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']] = None,
13966
13955
  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,
13975
13956
  version: Optional[str] = None):
13976
13957
  """
13977
13958
  Azure PostgreSQL linked service.
13978
13959
  :param str type: Type of linked service.
13979
13960
  Expected value is 'AzurePostgreSql'.
13980
13961
  :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.
13982
13962
  :param 'IntegrationRuntimeReferenceResponse' connect_via: The integration runtime reference.
13983
13963
  :param Any connection_string: An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
13984
- :param Any database: Database name for connection. Type: string.
13985
13964
  :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
13987
13965
  :param str encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
13988
13966
  :param Mapping[str, 'ParameterSpecificationResponse'] parameters: Parameters for linked service.
13989
13967
  :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.
13998
13968
  :param str version: Version of the linked service.
13999
13969
  """
14000
13970
  pulumi.set(__self__, "type", 'AzurePostgreSql')
14001
13971
  if annotations is not None:
14002
13972
  pulumi.set(__self__, "annotations", annotations)
14003
- if command_timeout is not None:
14004
- pulumi.set(__self__, "command_timeout", command_timeout)
14005
13973
  if connect_via is not None:
14006
13974
  pulumi.set(__self__, "connect_via", connect_via)
14007
13975
  if connection_string is not None:
14008
13976
  pulumi.set(__self__, "connection_string", connection_string)
14009
- if database is not None:
14010
- pulumi.set(__self__, "database", database)
14011
13977
  if description is not None:
14012
13978
  pulumi.set(__self__, "description", description)
14013
- if encoding is not None:
14014
- pulumi.set(__self__, "encoding", encoding)
14015
13979
  if encrypted_credential is not None:
14016
13980
  pulumi.set(__self__, "encrypted_credential", encrypted_credential)
14017
13981
  if parameters is not None:
14018
13982
  pulumi.set(__self__, "parameters", parameters)
14019
13983
  if password is not None:
14020
13984
  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)
14037
13985
  if version is not None:
14038
13986
  pulumi.set(__self__, "version", version)
14039
13987
 
@@ -14054,14 +14002,6 @@ class AzurePostgreSqlLinkedServiceResponse(dict):
14054
14002
  """
14055
14003
  return pulumi.get(self, "annotations")
14056
14004
 
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
-
14065
14005
  @property
14066
14006
  @pulumi.getter(name="connectVia")
14067
14007
  def connect_via(self) -> Optional['outputs.IntegrationRuntimeReferenceResponse']:
@@ -14078,14 +14018,6 @@ class AzurePostgreSqlLinkedServiceResponse(dict):
14078
14018
  """
14079
14019
  return pulumi.get(self, "connection_string")
14080
14020
 
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
-
14089
14021
  @property
14090
14022
  @pulumi.getter
14091
14023
  def description(self) -> Optional[str]:
@@ -14094,14 +14026,6 @@ class AzurePostgreSqlLinkedServiceResponse(dict):
14094
14026
  """
14095
14027
  return pulumi.get(self, "description")
14096
14028
 
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
-
14105
14029
  @property
14106
14030
  @pulumi.getter(name="encryptedCredential")
14107
14031
  def encrypted_credential(self) -> Optional[str]:
@@ -14126,70 +14050,6 @@ class AzurePostgreSqlLinkedServiceResponse(dict):
14126
14050
  """
14127
14051
  return pulumi.get(self, "password")
14128
14052
 
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
-
14193
14053
  @property
14194
14054
  @pulumi.getter
14195
14055
  def version(self) -> Optional[str]:
@@ -53739,30 +53599,16 @@ class MySqlLinkedServiceResponse(dict):
53739
53599
  @staticmethod
53740
53600
  def __key_warning(key: str):
53741
53601
  suggest = None
53742
- if key == "allowZeroDateTime":
53743
- suggest = "allow_zero_date_time"
53744
- elif key == "connectVia":
53602
+ if key == "connectVia":
53745
53603
  suggest = "connect_via"
53746
53604
  elif key == "connectionString":
53747
53605
  suggest = "connection_string"
53748
- elif key == "connectionTimeout":
53749
- suggest = "connection_timeout"
53750
- elif key == "convertZeroDateTime":
53751
- suggest = "convert_zero_date_time"
53752
53606
  elif key == "driverVersion":
53753
53607
  suggest = "driver_version"
53754
53608
  elif key == "encryptedCredential":
53755
53609
  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"
53762
53610
  elif key == "sslMode":
53763
53611
  suggest = "ssl_mode"
53764
- elif key == "treatTinyAsBoolean":
53765
- suggest = "treat_tiny_as_boolean"
53766
53612
  elif key == "useSystemTrustStore":
53767
53613
  suggest = "use_system_trust_store"
53768
53614
 
@@ -53779,25 +53625,18 @@ class MySqlLinkedServiceResponse(dict):
53779
53625
 
53780
53626
  def __init__(__self__, *,
53781
53627
  type: str,
53782
- allow_zero_date_time: Optional[Any] = None,
53783
53628
  annotations: Optional[Sequence[Any]] = None,
53784
53629
  connect_via: Optional['outputs.IntegrationRuntimeReferenceResponse'] = None,
53785
53630
  connection_string: Optional[Any] = None,
53786
- connection_timeout: Optional[Any] = None,
53787
- convert_zero_date_time: Optional[Any] = None,
53788
53631
  database: Optional[Any] = None,
53789
53632
  description: Optional[str] = None,
53790
53633
  driver_version: Optional[Any] = None,
53791
53634
  encrypted_credential: Optional[str] = None,
53792
- guid_format: Optional[Any] = None,
53793
53635
  parameters: Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']] = None,
53794
53636
  password: Optional['outputs.AzureKeyVaultSecretReferenceResponse'] = None,
53795
53637
  port: Optional[Any] = None,
53796
53638
  server: Optional[Any] = None,
53797
- ssl_cert: Optional[Any] = None,
53798
- ssl_key: Optional[Any] = None,
53799
53639
  ssl_mode: Optional[Any] = None,
53800
- treat_tiny_as_boolean: Optional[Any] = None,
53801
53640
  use_system_trust_store: Optional[Any] = None,
53802
53641
  username: Optional[Any] = None,
53803
53642
  version: Optional[str] = None):
@@ -53805,42 +53644,29 @@ class MySqlLinkedServiceResponse(dict):
53805
53644
  Linked service for MySQL data source.
53806
53645
  :param str type: Type of linked service.
53807
53646
  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.
53809
53647
  :param Sequence[Any] annotations: List of tags that can be used for describing the linked service.
53810
53648
  :param 'IntegrationRuntimeReferenceResponse' connect_via: The integration runtime reference.
53811
53649
  :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.
53814
53650
  :param Any database: Database name for connection. Type: string.
53815
53651
  :param str description: Linked service description.
53816
53652
  :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.
53817
53653
  :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.
53819
53654
  :param Mapping[str, 'ParameterSpecificationResponse'] parameters: Parameters for linked service.
53820
53655
  :param 'AzureKeyVaultSecretReferenceResponse' password: The Azure key vault secret reference of password in connection string.
53821
53656
  :param Any port: The port for the connection. Type: integer.
53822
53657
  :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.
53825
53658
  :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.
53827
53659
  :param Any use_system_trust_store: Use system trust store for connection. Type: integer. 0: enable, 1: disable.
53828
53660
  :param Any username: Username for authentication. Type: string.
53829
53661
  :param str version: Version of the linked service.
53830
53662
  """
53831
53663
  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)
53834
53664
  if annotations is not None:
53835
53665
  pulumi.set(__self__, "annotations", annotations)
53836
53666
  if connect_via is not None:
53837
53667
  pulumi.set(__self__, "connect_via", connect_via)
53838
53668
  if connection_string is not None:
53839
53669
  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)
53844
53670
  if database is not None:
53845
53671
  pulumi.set(__self__, "database", database)
53846
53672
  if description is not None:
@@ -53849,8 +53675,6 @@ class MySqlLinkedServiceResponse(dict):
53849
53675
  pulumi.set(__self__, "driver_version", driver_version)
53850
53676
  if encrypted_credential is not None:
53851
53677
  pulumi.set(__self__, "encrypted_credential", encrypted_credential)
53852
- if guid_format is not None:
53853
- pulumi.set(__self__, "guid_format", guid_format)
53854
53678
  if parameters is not None:
53855
53679
  pulumi.set(__self__, "parameters", parameters)
53856
53680
  if password is not None:
@@ -53859,14 +53683,8 @@ class MySqlLinkedServiceResponse(dict):
53859
53683
  pulumi.set(__self__, "port", port)
53860
53684
  if server is not None:
53861
53685
  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)
53866
53686
  if ssl_mode is not None:
53867
53687
  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)
53870
53688
  if use_system_trust_store is not None:
53871
53689
  pulumi.set(__self__, "use_system_trust_store", use_system_trust_store)
53872
53690
  if username is not None:
@@ -53883,14 +53701,6 @@ class MySqlLinkedServiceResponse(dict):
53883
53701
  """
53884
53702
  return pulumi.get(self, "type")
53885
53703
 
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
-
53894
53704
  @property
53895
53705
  @pulumi.getter
53896
53706
  def annotations(self) -> Optional[Sequence[Any]]:
@@ -53915,22 +53725,6 @@ class MySqlLinkedServiceResponse(dict):
53915
53725
  """
53916
53726
  return pulumi.get(self, "connection_string")
53917
53727
 
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
-
53934
53728
  @property
53935
53729
  @pulumi.getter
53936
53730
  def database(self) -> Optional[Any]:
@@ -53963,14 +53757,6 @@ class MySqlLinkedServiceResponse(dict):
53963
53757
  """
53964
53758
  return pulumi.get(self, "encrypted_credential")
53965
53759
 
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
-
53974
53760
  @property
53975
53761
  @pulumi.getter
53976
53762
  def parameters(self) -> Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']]:
@@ -54003,22 +53789,6 @@ class MySqlLinkedServiceResponse(dict):
54003
53789
  """
54004
53790
  return pulumi.get(self, "server")
54005
53791
 
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
-
54022
53792
  @property
54023
53793
  @pulumi.getter(name="sslMode")
54024
53794
  def ssl_mode(self) -> Optional[Any]:
@@ -54027,14 +53797,6 @@ class MySqlLinkedServiceResponse(dict):
54027
53797
  """
54028
53798
  return pulumi.get(self, "ssl_mode")
54029
53799
 
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
-
54038
53800
  @property
54039
53801
  @pulumi.getter(name="useSystemTrustStore")
54040
53802
  def use_system_trust_store(self) -> Optional[Any]: