pulumi-azure-native 2.84.0a1737570745__py3-none-any.whl → 2.84.0a1737706742__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.84.0a1737570745.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/METADATA +1 -1
  94. {pulumi_azure_native-2.84.0a1737570745.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/RECORD +96 -56
  95. {pulumi_azure_native-2.84.0a1737570745.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/WHEEL +0 -0
  96. {pulumi_azure_native-2.84.0a1737570745.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,270 @@
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
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._inputs import *
18
+
19
+ __all__ = ['IntegrationFabricArgs', 'IntegrationFabric']
20
+
21
+ @pulumi.input_type
22
+ class IntegrationFabricArgs:
23
+ def __init__(__self__, *,
24
+ resource_group_name: pulumi.Input[str],
25
+ workspace_name: pulumi.Input[str],
26
+ integration_fabric_name: Optional[pulumi.Input[str]] = None,
27
+ location: Optional[pulumi.Input[str]] = None,
28
+ properties: Optional[pulumi.Input['IntegrationFabricPropertiesArgs']] = None,
29
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
30
+ """
31
+ The set of arguments for constructing a IntegrationFabric resource.
32
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
33
+ :param pulumi.Input[str] workspace_name: The workspace name of Azure Managed Grafana.
34
+ :param pulumi.Input[str] integration_fabric_name: The integration fabric name of Azure Managed Grafana.
35
+ :param pulumi.Input[str] location: The geo-location where the resource lives
36
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
37
+ """
38
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
39
+ pulumi.set(__self__, "workspace_name", workspace_name)
40
+ if integration_fabric_name is not None:
41
+ pulumi.set(__self__, "integration_fabric_name", integration_fabric_name)
42
+ if location is not None:
43
+ pulumi.set(__self__, "location", location)
44
+ if properties is not None:
45
+ pulumi.set(__self__, "properties", properties)
46
+ if tags is not None:
47
+ pulumi.set(__self__, "tags", tags)
48
+
49
+ @property
50
+ @pulumi.getter(name="resourceGroupName")
51
+ def resource_group_name(self) -> pulumi.Input[str]:
52
+ """
53
+ The name of the resource group. The name is case insensitive.
54
+ """
55
+ return pulumi.get(self, "resource_group_name")
56
+
57
+ @resource_group_name.setter
58
+ def resource_group_name(self, value: pulumi.Input[str]):
59
+ pulumi.set(self, "resource_group_name", value)
60
+
61
+ @property
62
+ @pulumi.getter(name="workspaceName")
63
+ def workspace_name(self) -> pulumi.Input[str]:
64
+ """
65
+ The workspace name of Azure Managed Grafana.
66
+ """
67
+ return pulumi.get(self, "workspace_name")
68
+
69
+ @workspace_name.setter
70
+ def workspace_name(self, value: pulumi.Input[str]):
71
+ pulumi.set(self, "workspace_name", value)
72
+
73
+ @property
74
+ @pulumi.getter(name="integrationFabricName")
75
+ def integration_fabric_name(self) -> Optional[pulumi.Input[str]]:
76
+ """
77
+ The integration fabric name of Azure Managed Grafana.
78
+ """
79
+ return pulumi.get(self, "integration_fabric_name")
80
+
81
+ @integration_fabric_name.setter
82
+ def integration_fabric_name(self, value: Optional[pulumi.Input[str]]):
83
+ pulumi.set(self, "integration_fabric_name", value)
84
+
85
+ @property
86
+ @pulumi.getter
87
+ def location(self) -> Optional[pulumi.Input[str]]:
88
+ """
89
+ The geo-location where the resource lives
90
+ """
91
+ return pulumi.get(self, "location")
92
+
93
+ @location.setter
94
+ def location(self, value: Optional[pulumi.Input[str]]):
95
+ pulumi.set(self, "location", value)
96
+
97
+ @property
98
+ @pulumi.getter
99
+ def properties(self) -> Optional[pulumi.Input['IntegrationFabricPropertiesArgs']]:
100
+ return pulumi.get(self, "properties")
101
+
102
+ @properties.setter
103
+ def properties(self, value: Optional[pulumi.Input['IntegrationFabricPropertiesArgs']]):
104
+ pulumi.set(self, "properties", value)
105
+
106
+ @property
107
+ @pulumi.getter
108
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
109
+ """
110
+ Resource tags.
111
+ """
112
+ return pulumi.get(self, "tags")
113
+
114
+ @tags.setter
115
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
116
+ pulumi.set(self, "tags", value)
117
+
118
+
119
+ class IntegrationFabric(pulumi.CustomResource):
120
+ @overload
121
+ def __init__(__self__,
122
+ resource_name: str,
123
+ opts: Optional[pulumi.ResourceOptions] = None,
124
+ integration_fabric_name: Optional[pulumi.Input[str]] = None,
125
+ location: Optional[pulumi.Input[str]] = None,
126
+ properties: Optional[pulumi.Input[Union['IntegrationFabricPropertiesArgs', 'IntegrationFabricPropertiesArgsDict']]] = None,
127
+ resource_group_name: Optional[pulumi.Input[str]] = None,
128
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
129
+ workspace_name: Optional[pulumi.Input[str]] = None,
130
+ __props__=None):
131
+ """
132
+ The integration fabric resource type.
133
+
134
+ :param str resource_name: The name of the resource.
135
+ :param pulumi.ResourceOptions opts: Options for the resource.
136
+ :param pulumi.Input[str] integration_fabric_name: The integration fabric name of Azure Managed Grafana.
137
+ :param pulumi.Input[str] location: The geo-location where the resource lives
138
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
139
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
140
+ :param pulumi.Input[str] workspace_name: The workspace name of Azure Managed Grafana.
141
+ """
142
+ ...
143
+ @overload
144
+ def __init__(__self__,
145
+ resource_name: str,
146
+ args: IntegrationFabricArgs,
147
+ opts: Optional[pulumi.ResourceOptions] = None):
148
+ """
149
+ The integration fabric resource type.
150
+
151
+ :param str resource_name: The name of the resource.
152
+ :param IntegrationFabricArgs args: The arguments to use to populate this resource's properties.
153
+ :param pulumi.ResourceOptions opts: Options for the resource.
154
+ """
155
+ ...
156
+ def __init__(__self__, resource_name: str, *args, **kwargs):
157
+ resource_args, opts = _utilities.get_resource_args_opts(IntegrationFabricArgs, pulumi.ResourceOptions, *args, **kwargs)
158
+ if resource_args is not None:
159
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
160
+ else:
161
+ __self__._internal_init(resource_name, *args, **kwargs)
162
+
163
+ def _internal_init(__self__,
164
+ resource_name: str,
165
+ opts: Optional[pulumi.ResourceOptions] = None,
166
+ integration_fabric_name: Optional[pulumi.Input[str]] = None,
167
+ location: Optional[pulumi.Input[str]] = None,
168
+ properties: Optional[pulumi.Input[Union['IntegrationFabricPropertiesArgs', 'IntegrationFabricPropertiesArgsDict']]] = None,
169
+ resource_group_name: Optional[pulumi.Input[str]] = None,
170
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
171
+ workspace_name: Optional[pulumi.Input[str]] = None,
172
+ __props__=None):
173
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
174
+ if not isinstance(opts, pulumi.ResourceOptions):
175
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
176
+ if opts.id is None:
177
+ if __props__ is not None:
178
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
179
+ __props__ = IntegrationFabricArgs.__new__(IntegrationFabricArgs)
180
+
181
+ __props__.__dict__["integration_fabric_name"] = integration_fabric_name
182
+ __props__.__dict__["location"] = location
183
+ __props__.__dict__["properties"] = properties
184
+ if resource_group_name is None and not opts.urn:
185
+ raise TypeError("Missing required property 'resource_group_name'")
186
+ __props__.__dict__["resource_group_name"] = resource_group_name
187
+ __props__.__dict__["tags"] = tags
188
+ if workspace_name is None and not opts.urn:
189
+ raise TypeError("Missing required property 'workspace_name'")
190
+ __props__.__dict__["workspace_name"] = workspace_name
191
+ __props__.__dict__["name"] = None
192
+ __props__.__dict__["system_data"] = None
193
+ __props__.__dict__["type"] = None
194
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dashboard:IntegrationFabric"), pulumi.Alias(type_="azure-native:dashboard/v20231001preview:IntegrationFabric")])
195
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
196
+ super(IntegrationFabric, __self__).__init__(
197
+ 'azure-native:dashboard/v20241001:IntegrationFabric',
198
+ resource_name,
199
+ __props__,
200
+ opts)
201
+
202
+ @staticmethod
203
+ def get(resource_name: str,
204
+ id: pulumi.Input[str],
205
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'IntegrationFabric':
206
+ """
207
+ Get an existing IntegrationFabric resource's state with the given name, id, and optional extra
208
+ properties used to qualify the lookup.
209
+
210
+ :param str resource_name: The unique name of the resulting resource.
211
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
212
+ :param pulumi.ResourceOptions opts: Options for the resource.
213
+ """
214
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
215
+
216
+ __props__ = IntegrationFabricArgs.__new__(IntegrationFabricArgs)
217
+
218
+ __props__.__dict__["location"] = None
219
+ __props__.__dict__["name"] = None
220
+ __props__.__dict__["properties"] = None
221
+ __props__.__dict__["system_data"] = None
222
+ __props__.__dict__["tags"] = None
223
+ __props__.__dict__["type"] = None
224
+ return IntegrationFabric(resource_name, opts=opts, __props__=__props__)
225
+
226
+ @property
227
+ @pulumi.getter
228
+ def location(self) -> pulumi.Output[str]:
229
+ """
230
+ The geo-location where the resource lives
231
+ """
232
+ return pulumi.get(self, "location")
233
+
234
+ @property
235
+ @pulumi.getter
236
+ def name(self) -> pulumi.Output[str]:
237
+ """
238
+ The name of the resource
239
+ """
240
+ return pulumi.get(self, "name")
241
+
242
+ @property
243
+ @pulumi.getter
244
+ def properties(self) -> pulumi.Output['outputs.IntegrationFabricPropertiesResponse']:
245
+ return pulumi.get(self, "properties")
246
+
247
+ @property
248
+ @pulumi.getter(name="systemData")
249
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
250
+ """
251
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
252
+ """
253
+ return pulumi.get(self, "system_data")
254
+
255
+ @property
256
+ @pulumi.getter
257
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
258
+ """
259
+ Resource tags.
260
+ """
261
+ return pulumi.get(self, "tags")
262
+
263
+ @property
264
+ @pulumi.getter
265
+ def type(self) -> pulumi.Output[str]:
266
+ """
267
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
268
+ """
269
+ return pulumi.get(self, "type")
270
+