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
@@ -19592,10 +19592,6 @@ if not MYPY:
19592
19592
  """
19593
19593
  List of tags that can be used for describing the linked service.
19594
19594
  """
19595
- command_timeout: NotRequired[Any]
19596
- """
19597
- 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.
19598
- """
19599
19595
  connect_via: NotRequired[pulumi.Input['IntegrationRuntimeReferenceArgsDict']]
19600
19596
  """
19601
19597
  The integration runtime reference.
@@ -19604,18 +19600,10 @@ if not MYPY:
19604
19600
  """
19605
19601
  An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
19606
19602
  """
19607
- database: NotRequired[Any]
19608
- """
19609
- Database name for connection. Type: string.
19610
- """
19611
19603
  description: NotRequired[pulumi.Input[str]]
19612
19604
  """
19613
19605
  Linked service description.
19614
19606
  """
19615
- encoding: NotRequired[Any]
19616
- """
19617
- Gets or sets the .NET encoding that will be used to encode/decode PostgreSQL string data. Type: string
19618
- """
19619
19607
  encrypted_credential: NotRequired[pulumi.Input[str]]
19620
19608
  """
19621
19609
  The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
@@ -19628,38 +19616,6 @@ if not MYPY:
19628
19616
  """
19629
19617
  The Azure key vault secret reference of password in connection string.
19630
19618
  """
19631
- port: NotRequired[Any]
19632
- """
19633
- The port for the connection. Type: integer.
19634
- """
19635
- read_buffer_size: NotRequired[Any]
19636
- """
19637
- Determines the size of the internal buffer uses when reading. Increasing may improve performance if transferring large values from the database. Type: integer.
19638
- """
19639
- server: NotRequired[Any]
19640
- """
19641
- Server name for connection. Type: string.
19642
- """
19643
- ssl_mode: NotRequired[Any]
19644
- """
19645
- SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. Type: integer.
19646
- """
19647
- timeout: NotRequired[Any]
19648
- """
19649
- The time to wait (in seconds) while trying to establish a connection before terminating the attempt and generating an error. Type: integer.
19650
- """
19651
- timezone: NotRequired[Any]
19652
- """
19653
- Gets or sets the session timezone. Type: string.
19654
- """
19655
- trust_server_certificate: NotRequired[Any]
19656
- """
19657
- Whether to trust the server certificate without validating it. Type: boolean.
19658
- """
19659
- username: NotRequired[Any]
19660
- """
19661
- Username for authentication. Type: string.
19662
- """
19663
19619
  version: NotRequired[pulumi.Input[str]]
19664
19620
  """
19665
19621
  Version of the linked service.
@@ -19672,85 +19628,41 @@ class AzurePostgreSqlLinkedServiceArgs:
19672
19628
  def __init__(__self__, *,
19673
19629
  type: pulumi.Input[str],
19674
19630
  annotations: Optional[pulumi.Input[Sequence[Any]]] = None,
19675
- command_timeout: Optional[Any] = None,
19676
19631
  connect_via: Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']] = None,
19677
19632
  connection_string: Optional[Any] = None,
19678
- database: Optional[Any] = None,
19679
19633
  description: Optional[pulumi.Input[str]] = None,
19680
- encoding: Optional[Any] = None,
19681
19634
  encrypted_credential: Optional[pulumi.Input[str]] = None,
19682
19635
  parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]]] = None,
19683
19636
  password: Optional[pulumi.Input['AzureKeyVaultSecretReferenceArgs']] = None,
19684
- port: Optional[Any] = None,
19685
- read_buffer_size: Optional[Any] = None,
19686
- server: Optional[Any] = None,
19687
- ssl_mode: Optional[Any] = None,
19688
- timeout: Optional[Any] = None,
19689
- timezone: Optional[Any] = None,
19690
- trust_server_certificate: Optional[Any] = None,
19691
- username: Optional[Any] = None,
19692
19637
  version: Optional[pulumi.Input[str]] = None):
19693
19638
  """
19694
19639
  Azure PostgreSQL linked service.
19695
19640
  :param pulumi.Input[str] type: Type of linked service.
19696
19641
  Expected value is 'AzurePostgreSql'.
19697
19642
  :param pulumi.Input[Sequence[Any]] annotations: List of tags that can be used for describing the linked service.
19698
- :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.
19699
19643
  :param pulumi.Input['IntegrationRuntimeReferenceArgs'] connect_via: The integration runtime reference.
19700
19644
  :param Any connection_string: An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
19701
- :param Any database: Database name for connection. Type: string.
19702
19645
  :param pulumi.Input[str] description: Linked service description.
19703
- :param Any encoding: Gets or sets the .NET encoding that will be used to encode/decode PostgreSQL string data. Type: string
19704
19646
  :param pulumi.Input[str] encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
19705
19647
  :param pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]] parameters: Parameters for linked service.
19706
19648
  :param pulumi.Input['AzureKeyVaultSecretReferenceArgs'] password: The Azure key vault secret reference of password in connection string.
19707
- :param Any port: The port for the connection. Type: integer.
19708
- :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.
19709
- :param Any server: Server name for connection. Type: string.
19710
- :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.
19711
- :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.
19712
- :param Any timezone: Gets or sets the session timezone. Type: string.
19713
- :param Any trust_server_certificate: Whether to trust the server certificate without validating it. Type: boolean.
19714
- :param Any username: Username for authentication. Type: string.
19715
19649
  :param pulumi.Input[str] version: Version of the linked service.
19716
19650
  """
19717
19651
  pulumi.set(__self__, "type", 'AzurePostgreSql')
19718
19652
  if annotations is not None:
19719
19653
  pulumi.set(__self__, "annotations", annotations)
19720
- if command_timeout is not None:
19721
- pulumi.set(__self__, "command_timeout", command_timeout)
19722
19654
  if connect_via is not None:
19723
19655
  pulumi.set(__self__, "connect_via", connect_via)
19724
19656
  if connection_string is not None:
19725
19657
  pulumi.set(__self__, "connection_string", connection_string)
19726
- if database is not None:
19727
- pulumi.set(__self__, "database", database)
19728
19658
  if description is not None:
19729
19659
  pulumi.set(__self__, "description", description)
19730
- if encoding is not None:
19731
- pulumi.set(__self__, "encoding", encoding)
19732
19660
  if encrypted_credential is not None:
19733
19661
  pulumi.set(__self__, "encrypted_credential", encrypted_credential)
19734
19662
  if parameters is not None:
19735
19663
  pulumi.set(__self__, "parameters", parameters)
19736
19664
  if password is not None:
19737
19665
  pulumi.set(__self__, "password", password)
19738
- if port is not None:
19739
- pulumi.set(__self__, "port", port)
19740
- if read_buffer_size is not None:
19741
- pulumi.set(__self__, "read_buffer_size", read_buffer_size)
19742
- if server is not None:
19743
- pulumi.set(__self__, "server", server)
19744
- if ssl_mode is not None:
19745
- pulumi.set(__self__, "ssl_mode", ssl_mode)
19746
- if timeout is not None:
19747
- pulumi.set(__self__, "timeout", timeout)
19748
- if timezone is not None:
19749
- pulumi.set(__self__, "timezone", timezone)
19750
- if trust_server_certificate is not None:
19751
- pulumi.set(__self__, "trust_server_certificate", trust_server_certificate)
19752
- if username is not None:
19753
- pulumi.set(__self__, "username", username)
19754
19666
  if version is not None:
19755
19667
  pulumi.set(__self__, "version", version)
19756
19668
 
@@ -19779,18 +19691,6 @@ class AzurePostgreSqlLinkedServiceArgs:
19779
19691
  def annotations(self, value: Optional[pulumi.Input[Sequence[Any]]]):
19780
19692
  pulumi.set(self, "annotations", value)
19781
19693
 
19782
- @property
19783
- @pulumi.getter(name="commandTimeout")
19784
- def command_timeout(self) -> Optional[Any]:
19785
- """
19786
- 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.
19787
- """
19788
- return pulumi.get(self, "command_timeout")
19789
-
19790
- @command_timeout.setter
19791
- def command_timeout(self, value: Optional[Any]):
19792
- pulumi.set(self, "command_timeout", value)
19793
-
19794
19694
  @property
19795
19695
  @pulumi.getter(name="connectVia")
19796
19696
  def connect_via(self) -> Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']]:
@@ -19815,18 +19715,6 @@ class AzurePostgreSqlLinkedServiceArgs:
19815
19715
  def connection_string(self, value: Optional[Any]):
19816
19716
  pulumi.set(self, "connection_string", value)
19817
19717
 
19818
- @property
19819
- @pulumi.getter
19820
- def database(self) -> Optional[Any]:
19821
- """
19822
- Database name for connection. Type: string.
19823
- """
19824
- return pulumi.get(self, "database")
19825
-
19826
- @database.setter
19827
- def database(self, value: Optional[Any]):
19828
- pulumi.set(self, "database", value)
19829
-
19830
19718
  @property
19831
19719
  @pulumi.getter
19832
19720
  def description(self) -> Optional[pulumi.Input[str]]:
@@ -19839,18 +19727,6 @@ class AzurePostgreSqlLinkedServiceArgs:
19839
19727
  def description(self, value: Optional[pulumi.Input[str]]):
19840
19728
  pulumi.set(self, "description", value)
19841
19729
 
19842
- @property
19843
- @pulumi.getter
19844
- def encoding(self) -> Optional[Any]:
19845
- """
19846
- Gets or sets the .NET encoding that will be used to encode/decode PostgreSQL string data. Type: string
19847
- """
19848
- return pulumi.get(self, "encoding")
19849
-
19850
- @encoding.setter
19851
- def encoding(self, value: Optional[Any]):
19852
- pulumi.set(self, "encoding", value)
19853
-
19854
19730
  @property
19855
19731
  @pulumi.getter(name="encryptedCredential")
19856
19732
  def encrypted_credential(self) -> Optional[pulumi.Input[str]]:
@@ -19887,102 +19763,6 @@ class AzurePostgreSqlLinkedServiceArgs:
19887
19763
  def password(self, value: Optional[pulumi.Input['AzureKeyVaultSecretReferenceArgs']]):
19888
19764
  pulumi.set(self, "password", value)
19889
19765
 
19890
- @property
19891
- @pulumi.getter
19892
- def port(self) -> Optional[Any]:
19893
- """
19894
- The port for the connection. Type: integer.
19895
- """
19896
- return pulumi.get(self, "port")
19897
-
19898
- @port.setter
19899
- def port(self, value: Optional[Any]):
19900
- pulumi.set(self, "port", value)
19901
-
19902
- @property
19903
- @pulumi.getter(name="readBufferSize")
19904
- def read_buffer_size(self) -> Optional[Any]:
19905
- """
19906
- Determines the size of the internal buffer uses when reading. Increasing may improve performance if transferring large values from the database. Type: integer.
19907
- """
19908
- return pulumi.get(self, "read_buffer_size")
19909
-
19910
- @read_buffer_size.setter
19911
- def read_buffer_size(self, value: Optional[Any]):
19912
- pulumi.set(self, "read_buffer_size", value)
19913
-
19914
- @property
19915
- @pulumi.getter
19916
- def server(self) -> Optional[Any]:
19917
- """
19918
- Server name for connection. Type: string.
19919
- """
19920
- return pulumi.get(self, "server")
19921
-
19922
- @server.setter
19923
- def server(self, value: Optional[Any]):
19924
- pulumi.set(self, "server", value)
19925
-
19926
- @property
19927
- @pulumi.getter(name="sslMode")
19928
- def ssl_mode(self) -> Optional[Any]:
19929
- """
19930
- SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. Type: integer.
19931
- """
19932
- return pulumi.get(self, "ssl_mode")
19933
-
19934
- @ssl_mode.setter
19935
- def ssl_mode(self, value: Optional[Any]):
19936
- pulumi.set(self, "ssl_mode", value)
19937
-
19938
- @property
19939
- @pulumi.getter
19940
- def timeout(self) -> Optional[Any]:
19941
- """
19942
- The time to wait (in seconds) while trying to establish a connection before terminating the attempt and generating an error. Type: integer.
19943
- """
19944
- return pulumi.get(self, "timeout")
19945
-
19946
- @timeout.setter
19947
- def timeout(self, value: Optional[Any]):
19948
- pulumi.set(self, "timeout", value)
19949
-
19950
- @property
19951
- @pulumi.getter
19952
- def timezone(self) -> Optional[Any]:
19953
- """
19954
- Gets or sets the session timezone. Type: string.
19955
- """
19956
- return pulumi.get(self, "timezone")
19957
-
19958
- @timezone.setter
19959
- def timezone(self, value: Optional[Any]):
19960
- pulumi.set(self, "timezone", value)
19961
-
19962
- @property
19963
- @pulumi.getter(name="trustServerCertificate")
19964
- def trust_server_certificate(self) -> Optional[Any]:
19965
- """
19966
- Whether to trust the server certificate without validating it. Type: boolean.
19967
- """
19968
- return pulumi.get(self, "trust_server_certificate")
19969
-
19970
- @trust_server_certificate.setter
19971
- def trust_server_certificate(self, value: Optional[Any]):
19972
- pulumi.set(self, "trust_server_certificate", value)
19973
-
19974
- @property
19975
- @pulumi.getter
19976
- def username(self) -> Optional[Any]:
19977
- """
19978
- Username for authentication. Type: string.
19979
- """
19980
- return pulumi.get(self, "username")
19981
-
19982
- @username.setter
19983
- def username(self, value: Optional[Any]):
19984
- pulumi.set(self, "username", value)
19985
-
19986
19766
  @property
19987
19767
  @pulumi.getter
19988
19768
  def version(self) -> Optional[pulumi.Input[str]]:
@@ -73639,10 +73419,6 @@ if not MYPY:
73639
73419
  Type of linked service.
73640
73420
  Expected value is 'MySql'.
73641
73421
  """
73642
- allow_zero_date_time: NotRequired[Any]
73643
- """
73644
- This allows the special “zero” date value 0000-00-00 to be retrieved from the database. Type: boolean.
73645
- """
73646
73422
  annotations: NotRequired[pulumi.Input[Sequence[Any]]]
73647
73423
  """
73648
73424
  List of tags that can be used for describing the linked service.
@@ -73655,14 +73431,6 @@ if not MYPY:
73655
73431
  """
73656
73432
  The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
73657
73433
  """
73658
- connection_timeout: NotRequired[Any]
73659
- """
73660
- The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error. Type: integer.
73661
- """
73662
- convert_zero_date_time: NotRequired[Any]
73663
- """
73664
- True to return DateTime.MinValue for date or datetime columns that have disallowed values. Type: boolean.
73665
- """
73666
73434
  database: NotRequired[Any]
73667
73435
  """
73668
73436
  Database name for connection. Type: string.
@@ -73679,10 +73447,6 @@ if not MYPY:
73679
73447
  """
73680
73448
  The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
73681
73449
  """
73682
- guid_format: NotRequired[Any]
73683
- """
73684
- 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.
73685
- """
73686
73450
  parameters: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgsDict']]]]
73687
73451
  """
73688
73452
  Parameters for linked service.
@@ -73699,22 +73463,10 @@ if not MYPY:
73699
73463
  """
73700
73464
  Server name for connection. Type: string.
73701
73465
  """
73702
- ssl_cert: NotRequired[Any]
73703
- """
73704
- The path to the client’s SSL certificate file in PEM format. SslKey must also be specified. Type: string.
73705
- """
73706
- ssl_key: NotRequired[Any]
73707
- """
73708
- The path to the client’s SSL private key in PEM format. SslCert must also be specified. Type: string.
73709
- """
73710
73466
  ssl_mode: NotRequired[Any]
73711
73467
  """
73712
73468
  SSL mode for connection. Type: integer. 0: disable, 1: prefer, 2: require, 3: verify-ca, 4: verify-full.
73713
73469
  """
73714
- treat_tiny_as_boolean: NotRequired[Any]
73715
- """
73716
- When set to true, TINYINT(1) values are returned as booleans. Type: bool.
73717
- """
73718
73470
  use_system_trust_store: NotRequired[Any]
73719
73471
  """
73720
73472
  Use system trust store for connection. Type: integer. 0: enable, 1: disable.
@@ -73734,25 +73486,18 @@ elif False:
73734
73486
  class MySqlLinkedServiceArgs:
73735
73487
  def __init__(__self__, *,
73736
73488
  type: pulumi.Input[str],
73737
- allow_zero_date_time: Optional[Any] = None,
73738
73489
  annotations: Optional[pulumi.Input[Sequence[Any]]] = None,
73739
73490
  connect_via: Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']] = None,
73740
73491
  connection_string: Optional[Any] = None,
73741
- connection_timeout: Optional[Any] = None,
73742
- convert_zero_date_time: Optional[Any] = None,
73743
73492
  database: Optional[Any] = None,
73744
73493
  description: Optional[pulumi.Input[str]] = None,
73745
73494
  driver_version: Optional[Any] = None,
73746
73495
  encrypted_credential: Optional[pulumi.Input[str]] = None,
73747
- guid_format: Optional[Any] = None,
73748
73496
  parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]]] = None,
73749
73497
  password: Optional[pulumi.Input['AzureKeyVaultSecretReferenceArgs']] = None,
73750
73498
  port: Optional[Any] = None,
73751
73499
  server: Optional[Any] = None,
73752
- ssl_cert: Optional[Any] = None,
73753
- ssl_key: Optional[Any] = None,
73754
73500
  ssl_mode: Optional[Any] = None,
73755
- treat_tiny_as_boolean: Optional[Any] = None,
73756
73501
  use_system_trust_store: Optional[Any] = None,
73757
73502
  username: Optional[Any] = None,
73758
73503
  version: Optional[pulumi.Input[str]] = None):
@@ -73760,42 +73505,29 @@ class MySqlLinkedServiceArgs:
73760
73505
  Linked service for MySQL data source.
73761
73506
  :param pulumi.Input[str] type: Type of linked service.
73762
73507
  Expected value is 'MySql'.
73763
- :param Any allow_zero_date_time: This allows the special “zero” date value 0000-00-00 to be retrieved from the database. Type: boolean.
73764
73508
  :param pulumi.Input[Sequence[Any]] annotations: List of tags that can be used for describing the linked service.
73765
73509
  :param pulumi.Input['IntegrationRuntimeReferenceArgs'] connect_via: The integration runtime reference.
73766
73510
  :param Any connection_string: The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
73767
- :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.
73768
- :param Any convert_zero_date_time: True to return DateTime.MinValue for date or datetime columns that have disallowed values. Type: boolean.
73769
73511
  :param Any database: Database name for connection. Type: string.
73770
73512
  :param pulumi.Input[str] description: Linked service description.
73771
73513
  :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.
73772
73514
  :param pulumi.Input[str] encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
73773
- :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.
73774
73515
  :param pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]] parameters: Parameters for linked service.
73775
73516
  :param pulumi.Input['AzureKeyVaultSecretReferenceArgs'] password: The Azure key vault secret reference of password in connection string.
73776
73517
  :param Any port: The port for the connection. Type: integer.
73777
73518
  :param Any server: Server name for connection. Type: string.
73778
- :param Any ssl_cert: The path to the client’s SSL certificate file in PEM format. SslKey must also be specified. Type: string.
73779
- :param Any ssl_key: The path to the client’s SSL private key in PEM format. SslCert must also be specified. Type: string.
73780
73519
  :param Any ssl_mode: SSL mode for connection. Type: integer. 0: disable, 1: prefer, 2: require, 3: verify-ca, 4: verify-full.
73781
- :param Any treat_tiny_as_boolean: When set to true, TINYINT(1) values are returned as booleans. Type: bool.
73782
73520
  :param Any use_system_trust_store: Use system trust store for connection. Type: integer. 0: enable, 1: disable.
73783
73521
  :param Any username: Username for authentication. Type: string.
73784
73522
  :param pulumi.Input[str] version: Version of the linked service.
73785
73523
  """
73786
73524
  pulumi.set(__self__, "type", 'MySql')
73787
- if allow_zero_date_time is not None:
73788
- pulumi.set(__self__, "allow_zero_date_time", allow_zero_date_time)
73789
73525
  if annotations is not None:
73790
73526
  pulumi.set(__self__, "annotations", annotations)
73791
73527
  if connect_via is not None:
73792
73528
  pulumi.set(__self__, "connect_via", connect_via)
73793
73529
  if connection_string is not None:
73794
73530
  pulumi.set(__self__, "connection_string", connection_string)
73795
- if connection_timeout is not None:
73796
- pulumi.set(__self__, "connection_timeout", connection_timeout)
73797
- if convert_zero_date_time is not None:
73798
- pulumi.set(__self__, "convert_zero_date_time", convert_zero_date_time)
73799
73531
  if database is not None:
73800
73532
  pulumi.set(__self__, "database", database)
73801
73533
  if description is not None:
@@ -73804,8 +73536,6 @@ class MySqlLinkedServiceArgs:
73804
73536
  pulumi.set(__self__, "driver_version", driver_version)
73805
73537
  if encrypted_credential is not None:
73806
73538
  pulumi.set(__self__, "encrypted_credential", encrypted_credential)
73807
- if guid_format is not None:
73808
- pulumi.set(__self__, "guid_format", guid_format)
73809
73539
  if parameters is not None:
73810
73540
  pulumi.set(__self__, "parameters", parameters)
73811
73541
  if password is not None:
@@ -73814,14 +73544,8 @@ class MySqlLinkedServiceArgs:
73814
73544
  pulumi.set(__self__, "port", port)
73815
73545
  if server is not None:
73816
73546
  pulumi.set(__self__, "server", server)
73817
- if ssl_cert is not None:
73818
- pulumi.set(__self__, "ssl_cert", ssl_cert)
73819
- if ssl_key is not None:
73820
- pulumi.set(__self__, "ssl_key", ssl_key)
73821
73547
  if ssl_mode is not None:
73822
73548
  pulumi.set(__self__, "ssl_mode", ssl_mode)
73823
- if treat_tiny_as_boolean is not None:
73824
- pulumi.set(__self__, "treat_tiny_as_boolean", treat_tiny_as_boolean)
73825
73549
  if use_system_trust_store is not None:
73826
73550
  pulumi.set(__self__, "use_system_trust_store", use_system_trust_store)
73827
73551
  if username is not None:
@@ -73842,18 +73566,6 @@ class MySqlLinkedServiceArgs:
73842
73566
  def type(self, value: pulumi.Input[str]):
73843
73567
  pulumi.set(self, "type", value)
73844
73568
 
73845
- @property
73846
- @pulumi.getter(name="allowZeroDateTime")
73847
- def allow_zero_date_time(self) -> Optional[Any]:
73848
- """
73849
- This allows the special “zero” date value 0000-00-00 to be retrieved from the database. Type: boolean.
73850
- """
73851
- return pulumi.get(self, "allow_zero_date_time")
73852
-
73853
- @allow_zero_date_time.setter
73854
- def allow_zero_date_time(self, value: Optional[Any]):
73855
- pulumi.set(self, "allow_zero_date_time", value)
73856
-
73857
73569
  @property
73858
73570
  @pulumi.getter
73859
73571
  def annotations(self) -> Optional[pulumi.Input[Sequence[Any]]]:
@@ -73890,30 +73602,6 @@ class MySqlLinkedServiceArgs:
73890
73602
  def connection_string(self, value: Optional[Any]):
73891
73603
  pulumi.set(self, "connection_string", value)
73892
73604
 
73893
- @property
73894
- @pulumi.getter(name="connectionTimeout")
73895
- def connection_timeout(self) -> Optional[Any]:
73896
- """
73897
- The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error. Type: integer.
73898
- """
73899
- return pulumi.get(self, "connection_timeout")
73900
-
73901
- @connection_timeout.setter
73902
- def connection_timeout(self, value: Optional[Any]):
73903
- pulumi.set(self, "connection_timeout", value)
73904
-
73905
- @property
73906
- @pulumi.getter(name="convertZeroDateTime")
73907
- def convert_zero_date_time(self) -> Optional[Any]:
73908
- """
73909
- True to return DateTime.MinValue for date or datetime columns that have disallowed values. Type: boolean.
73910
- """
73911
- return pulumi.get(self, "convert_zero_date_time")
73912
-
73913
- @convert_zero_date_time.setter
73914
- def convert_zero_date_time(self, value: Optional[Any]):
73915
- pulumi.set(self, "convert_zero_date_time", value)
73916
-
73917
73605
  @property
73918
73606
  @pulumi.getter
73919
73607
  def database(self) -> Optional[Any]:
@@ -73962,18 +73650,6 @@ class MySqlLinkedServiceArgs:
73962
73650
  def encrypted_credential(self, value: Optional[pulumi.Input[str]]):
73963
73651
  pulumi.set(self, "encrypted_credential", value)
73964
73652
 
73965
- @property
73966
- @pulumi.getter(name="guidFormat")
73967
- def guid_format(self) -> Optional[Any]:
73968
- """
73969
- 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.
73970
- """
73971
- return pulumi.get(self, "guid_format")
73972
-
73973
- @guid_format.setter
73974
- def guid_format(self, value: Optional[Any]):
73975
- pulumi.set(self, "guid_format", value)
73976
-
73977
73653
  @property
73978
73654
  @pulumi.getter
73979
73655
  def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]]]:
@@ -74022,30 +73698,6 @@ class MySqlLinkedServiceArgs:
74022
73698
  def server(self, value: Optional[Any]):
74023
73699
  pulumi.set(self, "server", value)
74024
73700
 
74025
- @property
74026
- @pulumi.getter(name="sslCert")
74027
- def ssl_cert(self) -> Optional[Any]:
74028
- """
74029
- The path to the client’s SSL certificate file in PEM format. SslKey must also be specified. Type: string.
74030
- """
74031
- return pulumi.get(self, "ssl_cert")
74032
-
74033
- @ssl_cert.setter
74034
- def ssl_cert(self, value: Optional[Any]):
74035
- pulumi.set(self, "ssl_cert", value)
74036
-
74037
- @property
74038
- @pulumi.getter(name="sslKey")
74039
- def ssl_key(self) -> Optional[Any]:
74040
- """
74041
- The path to the client’s SSL private key in PEM format. SslCert must also be specified. Type: string.
74042
- """
74043
- return pulumi.get(self, "ssl_key")
74044
-
74045
- @ssl_key.setter
74046
- def ssl_key(self, value: Optional[Any]):
74047
- pulumi.set(self, "ssl_key", value)
74048
-
74049
73701
  @property
74050
73702
  @pulumi.getter(name="sslMode")
74051
73703
  def ssl_mode(self) -> Optional[Any]:
@@ -74058,18 +73710,6 @@ class MySqlLinkedServiceArgs:
74058
73710
  def ssl_mode(self, value: Optional[Any]):
74059
73711
  pulumi.set(self, "ssl_mode", value)
74060
73712
 
74061
- @property
74062
- @pulumi.getter(name="treatTinyAsBoolean")
74063
- def treat_tiny_as_boolean(self) -> Optional[Any]:
74064
- """
74065
- When set to true, TINYINT(1) values are returned as booleans. Type: bool.
74066
- """
74067
- return pulumi.get(self, "treat_tiny_as_boolean")
74068
-
74069
- @treat_tiny_as_boolean.setter
74070
- def treat_tiny_as_boolean(self, value: Optional[Any]):
74071
- pulumi.set(self, "treat_tiny_as_boolean", value)
74072
-
74073
73713
  @property
74074
73714
  @pulumi.getter(name="useSystemTrustStore")
74075
73715
  def use_system_trust_store(self) -> Optional[Any]: