pulumi-azure-native 2.83.0a1737355563__py3-none-any.whl → 2.84.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 (96) hide show
  1. pulumi_azure_native/__init__.py +39 -0
  2. pulumi_azure_native/dashboard/__init__.py +3 -0
  3. pulumi_azure_native/dashboard/get_grafana.py +2 -2
  4. pulumi_azure_native/dashboard/get_integration_fabric.py +4 -0
  5. pulumi_azure_native/dashboard/get_managed_private_endpoint.py +2 -2
  6. pulumi_azure_native/dashboard/get_private_endpoint_connection.py +2 -2
  7. pulumi_azure_native/dashboard/grafana.py +3 -3
  8. pulumi_azure_native/dashboard/integration_fabric.py +5 -1
  9. pulumi_azure_native/dashboard/managed_private_endpoint.py +3 -3
  10. pulumi_azure_native/dashboard/private_endpoint_connection.py +3 -3
  11. pulumi_azure_native/dashboard/v20210901preview/grafana.py +1 -1
  12. pulumi_azure_native/dashboard/v20220801/grafana.py +1 -1
  13. pulumi_azure_native/dashboard/v20220801/private_endpoint_connection.py +1 -1
  14. pulumi_azure_native/dashboard/v20221001preview/grafana.py +1 -1
  15. pulumi_azure_native/dashboard/v20221001preview/managed_private_endpoint.py +1 -1
  16. pulumi_azure_native/dashboard/v20221001preview/private_endpoint_connection.py +1 -1
  17. pulumi_azure_native/dashboard/v20230901/grafana.py +1 -1
  18. pulumi_azure_native/dashboard/v20230901/managed_private_endpoint.py +1 -1
  19. pulumi_azure_native/dashboard/v20230901/private_endpoint_connection.py +1 -1
  20. pulumi_azure_native/dashboard/v20231001preview/grafana.py +1 -1
  21. pulumi_azure_native/dashboard/v20231001preview/integration_fabric.py +1 -1
  22. pulumi_azure_native/dashboard/v20231001preview/managed_private_endpoint.py +1 -1
  23. pulumi_azure_native/dashboard/v20231001preview/private_endpoint_connection.py +1 -1
  24. pulumi_azure_native/dashboard/v20241001/__init__.py +18 -0
  25. pulumi_azure_native/dashboard/v20241001/_enums.py +93 -0
  26. pulumi_azure_native/dashboard/v20241001/_inputs.py +1009 -0
  27. pulumi_azure_native/dashboard/v20241001/get_grafana.py +199 -0
  28. pulumi_azure_native/dashboard/v20241001/get_integration_fabric.py +174 -0
  29. pulumi_azure_native/dashboard/v20241001/get_managed_private_endpoint.py +275 -0
  30. pulumi_azure_native/dashboard/v20241001/get_private_endpoint_connection.py +191 -0
  31. pulumi_azure_native/dashboard/v20241001/grafana.py +316 -0
  32. pulumi_azure_native/dashboard/v20241001/integration_fabric.py +270 -0
  33. pulumi_azure_native/dashboard/v20241001/managed_private_endpoint.py +423 -0
  34. pulumi_azure_native/dashboard/v20241001/outputs.py +1332 -0
  35. pulumi_azure_native/dashboard/v20241001/private_endpoint_connection.py +271 -0
  36. pulumi_azure_native/datafactory/_enums.py +8 -0
  37. pulumi_azure_native/datafactory/_inputs.py +180 -0
  38. pulumi_azure_native/datafactory/outputs.py +117 -1
  39. pulumi_azure_native/datafactory/v20180601/_enums.py +8 -0
  40. pulumi_azure_native/datafactory/v20180601/_inputs.py +180 -0
  41. pulumi_azure_native/datafactory/v20180601/outputs.py +117 -1
  42. pulumi_azure_native/insights/__init__.py +6 -0
  43. pulumi_azure_native/insights/get_private_endpoint_connection.py +2 -2
  44. pulumi_azure_native/insights/get_private_link_scope.py +2 -2
  45. pulumi_azure_native/insights/get_private_link_scoped_resource.py +4 -0
  46. pulumi_azure_native/insights/private_endpoint_connection.py +3 -3
  47. pulumi_azure_native/insights/private_link_scope.py +3 -3
  48. pulumi_azure_native/insights/private_link_scoped_resource.py +5 -1
  49. pulumi_azure_native/insights/v20191017preview/private_endpoint_connection.py +1 -1
  50. pulumi_azure_native/insights/v20191017preview/private_link_scope.py +1 -1
  51. pulumi_azure_native/insights/v20210701preview/private_endpoint_connection.py +1 -1
  52. pulumi_azure_native/insights/v20210701preview/private_link_scope.py +1 -1
  53. pulumi_azure_native/insights/v20210701preview/private_link_scoped_resource.py +1 -1
  54. pulumi_azure_native/insights/v20210901/__init__.py +16 -0
  55. pulumi_azure_native/insights/v20210901/_enums.py +27 -0
  56. pulumi_azure_native/insights/v20210901/_inputs.py +254 -0
  57. pulumi_azure_native/insights/v20210901/get_private_endpoint_connection.py +163 -0
  58. pulumi_azure_native/insights/v20210901/get_private_link_scope.py +199 -0
  59. pulumi_azure_native/insights/v20210901/get_private_link_scoped_resource.py +163 -0
  60. pulumi_azure_native/insights/v20210901/outputs.py +454 -0
  61. pulumi_azure_native/insights/v20210901/private_endpoint_connection.py +232 -0
  62. pulumi_azure_native/insights/v20210901/private_link_scope.py +279 -0
  63. pulumi_azure_native/insights/v20210901/private_link_scoped_resource.py +228 -0
  64. pulumi_azure_native/insights/v20230601preview/__init__.py +16 -0
  65. pulumi_azure_native/insights/v20230601preview/_enums.py +36 -0
  66. pulumi_azure_native/insights/v20230601preview/_inputs.py +254 -0
  67. pulumi_azure_native/insights/v20230601preview/get_private_endpoint_connection.py +163 -0
  68. pulumi_azure_native/insights/v20230601preview/get_private_link_scope.py +199 -0
  69. pulumi_azure_native/insights/v20230601preview/get_private_link_scoped_resource.py +191 -0
  70. pulumi_azure_native/insights/v20230601preview/outputs.py +454 -0
  71. pulumi_azure_native/insights/v20230601preview/private_endpoint_connection.py +232 -0
  72. pulumi_azure_native/insights/v20230601preview/private_link_scope.py +279 -0
  73. pulumi_azure_native/insights/v20230601preview/private_link_scoped_resource.py +287 -0
  74. pulumi_azure_native/pulumi-plugin.json +1 -1
  75. pulumi_azure_native/redhatopenshift/__init__.py +3 -0
  76. pulumi_azure_native/redhatopenshift/get_open_shift_cluster.py +2 -2
  77. pulumi_azure_native/redhatopenshift/list_open_shift_cluster_admin_credentials.py +2 -2
  78. pulumi_azure_native/redhatopenshift/list_open_shift_cluster_credentials.py +2 -2
  79. pulumi_azure_native/redhatopenshift/open_shift_cluster.py +3 -3
  80. pulumi_azure_native/redhatopenshift/v20220904/open_shift_cluster.py +1 -1
  81. pulumi_azure_native/redhatopenshift/v20230401/open_shift_cluster.py +1 -1
  82. pulumi_azure_native/redhatopenshift/v20230701preview/open_shift_cluster.py +1 -1
  83. pulumi_azure_native/redhatopenshift/v20230904/open_shift_cluster.py +1 -1
  84. pulumi_azure_native/redhatopenshift/v20231122/open_shift_cluster.py +1 -1
  85. pulumi_azure_native/redhatopenshift/v20240812preview/__init__.py +14 -0
  86. pulumi_azure_native/redhatopenshift/v20240812preview/_enums.py +78 -0
  87. pulumi_azure_native/redhatopenshift/v20240812preview/_inputs.py +910 -0
  88. pulumi_azure_native/redhatopenshift/v20240812preview/get_open_shift_cluster.py +325 -0
  89. pulumi_azure_native/redhatopenshift/v20240812preview/list_open_shift_cluster_admin_credentials.py +86 -0
  90. pulumi_azure_native/redhatopenshift/v20240812preview/list_open_shift_cluster_credentials.py +100 -0
  91. pulumi_azure_native/redhatopenshift/v20240812preview/open_shift_cluster.py +539 -0
  92. pulumi_azure_native/redhatopenshift/v20240812preview/outputs.py +1062 -0
  93. {pulumi_azure_native-2.83.0a1737355563.dist-info → pulumi_azure_native-2.84.0.dist-info}/METADATA +1 -1
  94. {pulumi_azure_native-2.83.0a1737355563.dist-info → pulumi_azure_native-2.84.0.dist-info}/RECORD +96 -56
  95. {pulumi_azure_native-2.83.0a1737355563.dist-info → pulumi_azure_native-2.84.0.dist-info}/WHEEL +0 -0
  96. {pulumi_azure_native-2.83.0a1737355563.dist-info → pulumi_azure_native-2.84.0.dist-info}/top_level.txt +0 -0
@@ -37929,12 +37929,20 @@ class GreenplumLinkedServiceResponse(dict):
37929
37929
  @staticmethod
37930
37930
  def __key_warning(key: str):
37931
37931
  suggest = None
37932
- if key == "connectVia":
37932
+ if key == "authenticationType":
37933
+ suggest = "authentication_type"
37934
+ elif key == "commandTimeout":
37935
+ suggest = "command_timeout"
37936
+ elif key == "connectVia":
37933
37937
  suggest = "connect_via"
37934
37938
  elif key == "connectionString":
37935
37939
  suggest = "connection_string"
37940
+ elif key == "connectionTimeout":
37941
+ suggest = "connection_timeout"
37936
37942
  elif key == "encryptedCredential":
37937
37943
  suggest = "encrypted_credential"
37944
+ elif key == "sslMode":
37945
+ suggest = "ssl_mode"
37938
37946
 
37939
37947
  if suggest:
37940
37948
  pulumi.log.warn(f"Key '{key}' not found in GreenplumLinkedServiceResponse. Access the value via the '{suggest}' property getter instead.")
@@ -37950,41 +37958,77 @@ class GreenplumLinkedServiceResponse(dict):
37950
37958
  def __init__(__self__, *,
37951
37959
  type: str,
37952
37960
  annotations: Optional[Sequence[Any]] = None,
37961
+ authentication_type: Optional[str] = None,
37962
+ command_timeout: Optional[Any] = None,
37953
37963
  connect_via: Optional['outputs.IntegrationRuntimeReferenceResponse'] = None,
37954
37964
  connection_string: Optional[Any] = None,
37965
+ connection_timeout: Optional[Any] = None,
37966
+ database: Optional[Any] = None,
37955
37967
  description: Optional[str] = None,
37956
37968
  encrypted_credential: Optional[str] = None,
37969
+ host: Optional[Any] = None,
37957
37970
  parameters: Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']] = None,
37971
+ password: Optional[Any] = None,
37972
+ port: Optional[Any] = None,
37958
37973
  pwd: Optional['outputs.AzureKeyVaultSecretReferenceResponse'] = None,
37974
+ ssl_mode: Optional[Any] = None,
37975
+ username: Optional[Any] = None,
37959
37976
  version: Optional[str] = None):
37960
37977
  """
37961
37978
  Greenplum Database linked service.
37962
37979
  :param str type: Type of linked service.
37963
37980
  Expected value is 'Greenplum'.
37964
37981
  :param Sequence[Any] annotations: List of tags that can be used for describing the linked service.
37982
+ :param str authentication_type: The authentication type to use. Type: string. Only used for V2.
37983
+ :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. Only used for V2.
37965
37984
  :param 'IntegrationRuntimeReferenceResponse' connect_via: The integration runtime reference.
37966
37985
  :param Any connection_string: An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
37986
+ :param Any connection_timeout: The time to wait (in seconds) while trying to establish a connection before terminating the attempt and generating an error. Type: integer. Only used for V2.
37987
+ :param Any database: Database name for connection. Type: string. Only used for V2.
37967
37988
  :param str description: Linked service description.
37968
37989
  :param str encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
37990
+ :param Any host: Host name for connection. Type: string. Only used for V2.
37969
37991
  :param Mapping[str, 'ParameterSpecificationResponse'] parameters: Parameters for linked service.
37992
+ :param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] password: The Azure key vault secret reference of password in connection string. Type: string. Only used for V2.
37993
+ :param Any port: The port for the connection. Type: integer. Only used for V2.
37970
37994
  :param 'AzureKeyVaultSecretReferenceResponse' pwd: The Azure key vault secret reference of password in connection string.
37995
+ :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. Only used for V2.
37996
+ :param Any username: Username for authentication. Type: string. Only used for V2.
37971
37997
  :param str version: Version of the linked service.
37972
37998
  """
37973
37999
  pulumi.set(__self__, "type", 'Greenplum')
37974
38000
  if annotations is not None:
37975
38001
  pulumi.set(__self__, "annotations", annotations)
38002
+ if authentication_type is not None:
38003
+ pulumi.set(__self__, "authentication_type", authentication_type)
38004
+ if command_timeout is not None:
38005
+ pulumi.set(__self__, "command_timeout", command_timeout)
37976
38006
  if connect_via is not None:
37977
38007
  pulumi.set(__self__, "connect_via", connect_via)
37978
38008
  if connection_string is not None:
37979
38009
  pulumi.set(__self__, "connection_string", connection_string)
38010
+ if connection_timeout is not None:
38011
+ pulumi.set(__self__, "connection_timeout", connection_timeout)
38012
+ if database is not None:
38013
+ pulumi.set(__self__, "database", database)
37980
38014
  if description is not None:
37981
38015
  pulumi.set(__self__, "description", description)
37982
38016
  if encrypted_credential is not None:
37983
38017
  pulumi.set(__self__, "encrypted_credential", encrypted_credential)
38018
+ if host is not None:
38019
+ pulumi.set(__self__, "host", host)
37984
38020
  if parameters is not None:
37985
38021
  pulumi.set(__self__, "parameters", parameters)
38022
+ if password is not None:
38023
+ pulumi.set(__self__, "password", password)
38024
+ if port is not None:
38025
+ pulumi.set(__self__, "port", port)
37986
38026
  if pwd is not None:
37987
38027
  pulumi.set(__self__, "pwd", pwd)
38028
+ if ssl_mode is not None:
38029
+ pulumi.set(__self__, "ssl_mode", ssl_mode)
38030
+ if username is not None:
38031
+ pulumi.set(__self__, "username", username)
37988
38032
  if version is not None:
37989
38033
  pulumi.set(__self__, "version", version)
37990
38034
 
@@ -38005,6 +38049,22 @@ class GreenplumLinkedServiceResponse(dict):
38005
38049
  """
38006
38050
  return pulumi.get(self, "annotations")
38007
38051
 
38052
+ @property
38053
+ @pulumi.getter(name="authenticationType")
38054
+ def authentication_type(self) -> Optional[str]:
38055
+ """
38056
+ The authentication type to use. Type: string. Only used for V2.
38057
+ """
38058
+ return pulumi.get(self, "authentication_type")
38059
+
38060
+ @property
38061
+ @pulumi.getter(name="commandTimeout")
38062
+ def command_timeout(self) -> Optional[Any]:
38063
+ """
38064
+ 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. Only used for V2.
38065
+ """
38066
+ return pulumi.get(self, "command_timeout")
38067
+
38008
38068
  @property
38009
38069
  @pulumi.getter(name="connectVia")
38010
38070
  def connect_via(self) -> Optional['outputs.IntegrationRuntimeReferenceResponse']:
@@ -38021,6 +38081,22 @@ class GreenplumLinkedServiceResponse(dict):
38021
38081
  """
38022
38082
  return pulumi.get(self, "connection_string")
38023
38083
 
38084
+ @property
38085
+ @pulumi.getter(name="connectionTimeout")
38086
+ def connection_timeout(self) -> Optional[Any]:
38087
+ """
38088
+ The time to wait (in seconds) while trying to establish a connection before terminating the attempt and generating an error. Type: integer. Only used for V2.
38089
+ """
38090
+ return pulumi.get(self, "connection_timeout")
38091
+
38092
+ @property
38093
+ @pulumi.getter
38094
+ def database(self) -> Optional[Any]:
38095
+ """
38096
+ Database name for connection. Type: string. Only used for V2.
38097
+ """
38098
+ return pulumi.get(self, "database")
38099
+
38024
38100
  @property
38025
38101
  @pulumi.getter
38026
38102
  def description(self) -> Optional[str]:
@@ -38037,6 +38113,14 @@ class GreenplumLinkedServiceResponse(dict):
38037
38113
  """
38038
38114
  return pulumi.get(self, "encrypted_credential")
38039
38115
 
38116
+ @property
38117
+ @pulumi.getter
38118
+ def host(self) -> Optional[Any]:
38119
+ """
38120
+ Host name for connection. Type: string. Only used for V2.
38121
+ """
38122
+ return pulumi.get(self, "host")
38123
+
38040
38124
  @property
38041
38125
  @pulumi.getter
38042
38126
  def parameters(self) -> Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']]:
@@ -38045,6 +38129,22 @@ class GreenplumLinkedServiceResponse(dict):
38045
38129
  """
38046
38130
  return pulumi.get(self, "parameters")
38047
38131
 
38132
+ @property
38133
+ @pulumi.getter
38134
+ def password(self) -> Optional[Any]:
38135
+ """
38136
+ The Azure key vault secret reference of password in connection string. Type: string. Only used for V2.
38137
+ """
38138
+ return pulumi.get(self, "password")
38139
+
38140
+ @property
38141
+ @pulumi.getter
38142
+ def port(self) -> Optional[Any]:
38143
+ """
38144
+ The port for the connection. Type: integer. Only used for V2.
38145
+ """
38146
+ return pulumi.get(self, "port")
38147
+
38048
38148
  @property
38049
38149
  @pulumi.getter
38050
38150
  def pwd(self) -> Optional['outputs.AzureKeyVaultSecretReferenceResponse']:
@@ -38053,6 +38153,22 @@ class GreenplumLinkedServiceResponse(dict):
38053
38153
  """
38054
38154
  return pulumi.get(self, "pwd")
38055
38155
 
38156
+ @property
38157
+ @pulumi.getter(name="sslMode")
38158
+ def ssl_mode(self) -> Optional[Any]:
38159
+ """
38160
+ SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. Type: integer. Only used for V2.
38161
+ """
38162
+ return pulumi.get(self, "ssl_mode")
38163
+
38164
+ @property
38165
+ @pulumi.getter
38166
+ def username(self) -> Optional[Any]:
38167
+ """
38168
+ Username for authentication. Type: string. Only used for V2.
38169
+ """
38170
+ return pulumi.get(self, "username")
38171
+
38056
38172
  @property
38057
38173
  @pulumi.getter
38058
38174
  def version(self) -> Optional[str]:
@@ -125,6 +125,8 @@ if typing.TYPE_CHECKING:
125
125
  v20210701preview = __v20210701preview
126
126
  import pulumi_azure_native.insights.v20210801 as __v20210801
127
127
  v20210801 = __v20210801
128
+ import pulumi_azure_native.insights.v20210901 as __v20210901
129
+ v20210901 = __v20210901
128
130
  import pulumi_azure_native.insights.v20211014 as __v20211014
129
131
  v20211014 = __v20211014
130
132
  import pulumi_azure_native.insights.v20220401 as __v20220401
@@ -149,6 +151,8 @@ if typing.TYPE_CHECKING:
149
151
  v20230501preview = __v20230501preview
150
152
  import pulumi_azure_native.insights.v20230601 as __v20230601
151
153
  v20230601 = __v20230601
154
+ import pulumi_azure_native.insights.v20230601preview as __v20230601preview
155
+ v20230601preview = __v20230601preview
152
156
  import pulumi_azure_native.insights.v20230901preview as __v20230901preview
153
157
  v20230901preview = __v20230901preview
154
158
  import pulumi_azure_native.insights.v20231201 as __v20231201
@@ -183,6 +187,7 @@ else:
183
187
  v20210501preview = _utilities.lazy_import('pulumi_azure_native.insights.v20210501preview')
184
188
  v20210701preview = _utilities.lazy_import('pulumi_azure_native.insights.v20210701preview')
185
189
  v20210801 = _utilities.lazy_import('pulumi_azure_native.insights.v20210801')
190
+ v20210901 = _utilities.lazy_import('pulumi_azure_native.insights.v20210901')
186
191
  v20211014 = _utilities.lazy_import('pulumi_azure_native.insights.v20211014')
187
192
  v20220401 = _utilities.lazy_import('pulumi_azure_native.insights.v20220401')
188
193
  v20220601 = _utilities.lazy_import('pulumi_azure_native.insights.v20220601')
@@ -195,6 +200,7 @@ else:
195
200
  v20230315preview = _utilities.lazy_import('pulumi_azure_native.insights.v20230315preview')
196
201
  v20230501preview = _utilities.lazy_import('pulumi_azure_native.insights.v20230501preview')
197
202
  v20230601 = _utilities.lazy_import('pulumi_azure_native.insights.v20230601')
203
+ v20230601preview = _utilities.lazy_import('pulumi_azure_native.insights.v20230601preview')
198
204
  v20230901preview = _utilities.lazy_import('pulumi_azure_native.insights.v20230901preview')
199
205
  v20231201 = _utilities.lazy_import('pulumi_azure_native.insights.v20231201')
200
206
  v20240101preview = _utilities.lazy_import('pulumi_azure_native.insights.v20240101preview')
@@ -118,7 +118,7 @@ def get_private_endpoint_connection(private_endpoint_connection_name: Optional[s
118
118
  Gets a private endpoint connection.
119
119
  Azure REST API version: 2021-07-01-preview.
120
120
 
121
- Other available API versions: 2019-10-17-preview.
121
+ Other available API versions: 2019-10-17-preview, 2021-09-01, 2023-06-01-preview.
122
122
 
123
123
 
124
124
  :param str private_endpoint_connection_name: The name of the private endpoint connection.
@@ -147,7 +147,7 @@ def get_private_endpoint_connection_output(private_endpoint_connection_name: Opt
147
147
  Gets a private endpoint connection.
148
148
  Azure REST API version: 2021-07-01-preview.
149
149
 
150
- Other available API versions: 2019-10-17-preview.
150
+ Other available API versions: 2019-10-17-preview, 2021-09-01, 2023-06-01-preview.
151
151
 
152
152
 
153
153
  :param str private_endpoint_connection_name: The name of the private endpoint connection.
@@ -153,7 +153,7 @@ def get_private_link_scope(resource_group_name: Optional[str] = None,
153
153
  Returns a Azure Monitor PrivateLinkScope.
154
154
  Azure REST API version: 2021-07-01-preview.
155
155
 
156
- Other available API versions: 2019-10-17-preview.
156
+ Other available API versions: 2019-10-17-preview, 2021-09-01, 2023-06-01-preview.
157
157
 
158
158
 
159
159
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -182,7 +182,7 @@ def get_private_link_scope_output(resource_group_name: Optional[pulumi.Input[str
182
182
  Returns a Azure Monitor PrivateLinkScope.
183
183
  Azure REST API version: 2021-07-01-preview.
184
184
 
185
- Other available API versions: 2019-10-17-preview.
185
+ Other available API versions: 2019-10-17-preview, 2021-09-01, 2023-06-01-preview.
186
186
 
187
187
 
188
188
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -118,6 +118,8 @@ def get_private_link_scoped_resource(name: Optional[str] = None,
118
118
  Gets a scoped resource in a private link scope.
119
119
  Azure REST API version: 2021-07-01-preview.
120
120
 
121
+ Other available API versions: 2021-09-01, 2023-06-01-preview.
122
+
121
123
 
122
124
  :param str name: The name of the scoped resource object.
123
125
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -145,6 +147,8 @@ def get_private_link_scoped_resource_output(name: Optional[pulumi.Input[str]] =
145
147
  Gets a scoped resource in a private link scope.
146
148
  Azure REST API version: 2021-07-01-preview.
147
149
 
150
+ Other available API versions: 2021-09-01, 2023-06-01-preview.
151
+
148
152
 
149
153
  :param str name: The name of the scoped resource object.
150
154
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -102,7 +102,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
102
102
  The Private Endpoint Connection resource.
103
103
  Azure REST API version: 2021-07-01-preview. Prior API version in Azure Native 1.x: 2019-10-17-preview.
104
104
 
105
- Other available API versions: 2019-10-17-preview.
105
+ Other available API versions: 2019-10-17-preview, 2021-09-01, 2023-06-01-preview.
106
106
 
107
107
  :param str resource_name: The name of the resource.
108
108
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -121,7 +121,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
121
121
  The Private Endpoint Connection resource.
122
122
  Azure REST API version: 2021-07-01-preview. Prior API version in Azure Native 1.x: 2019-10-17-preview.
123
123
 
124
- Other available API versions: 2019-10-17-preview.
124
+ Other available API versions: 2019-10-17-preview, 2021-09-01, 2023-06-01-preview.
125
125
 
126
126
  :param str resource_name: The name of the resource.
127
127
  :param PrivateEndpointConnectionArgs args: The arguments to use to populate this resource's properties.
@@ -165,7 +165,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
165
165
  __props__.__dict__["private_endpoint"] = None
166
166
  __props__.__dict__["provisioning_state"] = None
167
167
  __props__.__dict__["type"] = None
168
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights/v20191017preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:insights/v20210701preview:PrivateEndpointConnection")])
168
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights/v20191017preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:insights/v20210701preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:insights/v20210901:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:insights/v20230601preview:PrivateEndpointConnection")])
169
169
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
170
170
  super(PrivateEndpointConnection, __self__).__init__(
171
171
  'azure-native:insights:PrivateEndpointConnection',
@@ -120,7 +120,7 @@ class PrivateLinkScope(pulumi.CustomResource):
120
120
  An Azure Monitor PrivateLinkScope definition.
121
121
  Azure REST API version: 2021-07-01-preview. Prior API version in Azure Native 1.x: 2019-10-17-preview.
122
122
 
123
- Other available API versions: 2019-10-17-preview.
123
+ Other available API versions: 2019-10-17-preview, 2021-09-01, 2023-06-01-preview.
124
124
 
125
125
  :param str resource_name: The name of the resource.
126
126
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -140,7 +140,7 @@ class PrivateLinkScope(pulumi.CustomResource):
140
140
  An Azure Monitor PrivateLinkScope definition.
141
141
  Azure REST API version: 2021-07-01-preview. Prior API version in Azure Native 1.x: 2019-10-17-preview.
142
142
 
143
- Other available API versions: 2019-10-17-preview.
143
+ Other available API versions: 2019-10-17-preview, 2021-09-01, 2023-06-01-preview.
144
144
 
145
145
  :param str resource_name: The name of the resource.
146
146
  :param PrivateLinkScopeArgs args: The arguments to use to populate this resource's properties.
@@ -185,7 +185,7 @@ class PrivateLinkScope(pulumi.CustomResource):
185
185
  __props__.__dict__["provisioning_state"] = None
186
186
  __props__.__dict__["system_data"] = None
187
187
  __props__.__dict__["type"] = None
188
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights/v20191017preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:insights/v20210701preview:PrivateLinkScope")])
188
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights/v20191017preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:insights/v20210701preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:insights/v20210901:PrivateLinkScope"), pulumi.Alias(type_="azure-native:insights/v20230601preview:PrivateLinkScope")])
189
189
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
190
190
  super(PrivateLinkScope, __self__).__init__(
191
191
  'azure-native:insights:PrivateLinkScope',
@@ -101,6 +101,8 @@ class PrivateLinkScopedResource(pulumi.CustomResource):
101
101
  A private link scoped resource
102
102
  Azure REST API version: 2021-07-01-preview. Prior API version in Azure Native 1.x: 2019-10-17-preview.
103
103
 
104
+ Other available API versions: 2021-09-01, 2023-06-01-preview.
105
+
104
106
  :param str resource_name: The name of the resource.
105
107
  :param pulumi.ResourceOptions opts: Options for the resource.
106
108
  :param pulumi.Input[str] linked_resource_id: The resource id of the scoped Azure monitor resource.
@@ -118,6 +120,8 @@ class PrivateLinkScopedResource(pulumi.CustomResource):
118
120
  A private link scoped resource
119
121
  Azure REST API version: 2021-07-01-preview. Prior API version in Azure Native 1.x: 2019-10-17-preview.
120
122
 
123
+ Other available API versions: 2021-09-01, 2023-06-01-preview.
124
+
121
125
  :param str resource_name: The name of the resource.
122
126
  :param PrivateLinkScopedResourceArgs args: The arguments to use to populate this resource's properties.
123
127
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -157,7 +161,7 @@ class PrivateLinkScopedResource(pulumi.CustomResource):
157
161
  __props__.__dict__["provisioning_state"] = None
158
162
  __props__.__dict__["system_data"] = None
159
163
  __props__.__dict__["type"] = None
160
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights/v20191017preview:PrivateLinkScopedResource"), pulumi.Alias(type_="azure-native:insights/v20210701preview:PrivateLinkScopedResource")])
164
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights/v20191017preview:PrivateLinkScopedResource"), pulumi.Alias(type_="azure-native:insights/v20210701preview:PrivateLinkScopedResource"), pulumi.Alias(type_="azure-native:insights/v20210901:PrivateLinkScopedResource"), pulumi.Alias(type_="azure-native:insights/v20230601preview:PrivateLinkScopedResource")])
161
165
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
162
166
  super(PrivateLinkScopedResource, __self__).__init__(
163
167
  'azure-native:insights:PrivateLinkScopedResource',
@@ -176,7 +176,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
176
176
  __props__.__dict__["name"] = None
177
177
  __props__.__dict__["provisioning_state"] = None
178
178
  __props__.__dict__["type"] = None
179
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:insights/v20210701preview:PrivateEndpointConnection")])
179
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:insights/v20210701preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:insights/v20210901:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:insights/v20230601preview:PrivateEndpointConnection")])
180
180
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
181
181
  super(PrivateEndpointConnection, __self__).__init__(
182
182
  'azure-native:insights/v20191017preview:PrivateEndpointConnection',
@@ -155,7 +155,7 @@ class PrivateLinkScope(pulumi.CustomResource):
155
155
  __props__.__dict__["private_endpoint_connections"] = None
156
156
  __props__.__dict__["provisioning_state"] = None
157
157
  __props__.__dict__["type"] = None
158
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights:PrivateLinkScope"), pulumi.Alias(type_="azure-native:insights/v20210701preview:PrivateLinkScope")])
158
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights:PrivateLinkScope"), pulumi.Alias(type_="azure-native:insights/v20210701preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:insights/v20210901:PrivateLinkScope"), pulumi.Alias(type_="azure-native:insights/v20230601preview:PrivateLinkScope")])
159
159
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
160
160
  super(PrivateLinkScope, __self__).__init__(
161
161
  'azure-native:insights/v20191017preview:PrivateLinkScope',
@@ -159,7 +159,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
159
159
  __props__.__dict__["private_endpoint"] = None
160
160
  __props__.__dict__["provisioning_state"] = None
161
161
  __props__.__dict__["type"] = None
162
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:insights/v20191017preview:PrivateEndpointConnection")])
162
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:insights/v20191017preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:insights/v20210901:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:insights/v20230601preview:PrivateEndpointConnection")])
163
163
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
164
164
  super(PrivateEndpointConnection, __self__).__init__(
165
165
  'azure-native:insights/v20210701preview:PrivateEndpointConnection',
@@ -179,7 +179,7 @@ class PrivateLinkScope(pulumi.CustomResource):
179
179
  __props__.__dict__["provisioning_state"] = None
180
180
  __props__.__dict__["system_data"] = None
181
181
  __props__.__dict__["type"] = None
182
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights:PrivateLinkScope"), pulumi.Alias(type_="azure-native:insights/v20191017preview:PrivateLinkScope")])
182
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights:PrivateLinkScope"), pulumi.Alias(type_="azure-native:insights/v20191017preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:insights/v20210901:PrivateLinkScope"), pulumi.Alias(type_="azure-native:insights/v20230601preview:PrivateLinkScope")])
183
183
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
184
184
  super(PrivateLinkScope, __self__).__init__(
185
185
  'azure-native:insights/v20210701preview:PrivateLinkScope',
@@ -155,7 +155,7 @@ class PrivateLinkScopedResource(pulumi.CustomResource):
155
155
  __props__.__dict__["provisioning_state"] = None
156
156
  __props__.__dict__["system_data"] = None
157
157
  __props__.__dict__["type"] = None
158
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights:PrivateLinkScopedResource"), pulumi.Alias(type_="azure-native:insights/v20191017preview:PrivateLinkScopedResource")])
158
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights:PrivateLinkScopedResource"), pulumi.Alias(type_="azure-native:insights/v20191017preview:PrivateLinkScopedResource"), pulumi.Alias(type_="azure-native:insights/v20210901:PrivateLinkScopedResource"), pulumi.Alias(type_="azure-native:insights/v20230601preview:PrivateLinkScopedResource")])
159
159
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
160
160
  super(PrivateLinkScopedResource, __self__).__init__(
161
161
  'azure-native:insights/v20210701preview:PrivateLinkScopedResource',
@@ -0,0 +1,16 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ from ... import _utilities
6
+ import typing
7
+ # Export this package's modules as members:
8
+ from ._enums import *
9
+ from .get_private_endpoint_connection import *
10
+ from .get_private_link_scope import *
11
+ from .get_private_link_scoped_resource import *
12
+ from .private_endpoint_connection import *
13
+ from .private_link_scope import *
14
+ from .private_link_scoped_resource import *
15
+ from ._inputs import *
16
+ from . import outputs
@@ -0,0 +1,27 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ from enum import Enum
6
+
7
+ __all__ = [
8
+ 'AccessMode',
9
+ 'PrivateEndpointServiceConnectionStatus',
10
+ ]
11
+
12
+
13
+ class AccessMode(str, Enum):
14
+ """
15
+ Specifies the default access mode of queries through associated private endpoints in scope. If not specified default value is 'Open'. You can override this default setting for a specific private endpoint connection by adding an exclusion in the 'exclusions' array.
16
+ """
17
+ OPEN = "Open"
18
+ PRIVATE_ONLY = "PrivateOnly"
19
+
20
+
21
+ class PrivateEndpointServiceConnectionStatus(str, Enum):
22
+ """
23
+ Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
24
+ """
25
+ PENDING = "Pending"
26
+ APPROVED = "Approved"
27
+ REJECTED = "Rejected"