pulumi-azure-native 2.34.0__py3-none-any.whl → 2.34.1a1712062553__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.
- pulumi_azure_native/__init__.py +60 -0
- pulumi_azure_native/azurestackhci/__init__.py +3 -0
- pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
- pulumi_azure_native/azurestackhci/cluster.py +3 -3
- pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
- pulumi_azure_native/azurestackhci/edge_device.py +3 -3
- pulumi_azure_native/azurestackhci/extension.py +3 -3
- pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
- pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_edge_device.py +2 -2
- pulumi_azure_native/azurestackhci/get_extension.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_update.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
- pulumi_azure_native/azurestackhci/security_setting.py +3 -3
- pulumi_azure_native/azurestackhci/update.py +3 -3
- pulumi_azure_native/azurestackhci/update_run.py +3 -3
- pulumi_azure_native/azurestackhci/update_summary.py +3 -3
- pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20220101/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20220901/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/__init__.py +28 -0
- pulumi_azure_native/azurestackhci/v20240215preview/_enums.py +181 -0
- pulumi_azure_native/azurestackhci/v20240215preview/_inputs.py +2355 -0
- pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py +401 -0
- pulumi_azure_native/azurestackhci/v20240215preview/cluster.py +646 -0
- pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py +297 -0
- pulumi_azure_native/azurestackhci/v20240215preview/extension.py +468 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_arc_setting.py +253 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_cluster.py +469 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_deployment_setting.py +188 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_extension.py +271 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_hci_edge_device.py +145 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_security_setting.py +162 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_update.py +357 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_update_run.py +297 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_update_summary.py +235 -0
- pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py +228 -0
- pulumi_azure_native/azurestackhci/v20240215preview/outputs.py +5337 -0
- pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py +239 -0
- pulumi_azure_native/azurestackhci/v20240215preview/update.py +690 -0
- pulumi_azure_native/azurestackhci/v20240215preview/update_run.py +585 -0
- pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py +408 -0
- pulumi_azure_native/devcenter/__init__.py +7 -0
- pulumi_azure_native/devcenter/_enums.py +9 -0
- pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
- pulumi_azure_native/devcenter/catalog.py +3 -3
- pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
- pulumi_azure_native/devcenter/dev_center.py +3 -3
- pulumi_azure_native/devcenter/environment_type.py +3 -3
- pulumi_azure_native/devcenter/gallery.py +3 -3
- pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
- pulumi_azure_native/devcenter/get_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_gallery.py +2 -2
- pulumi_azure_native/devcenter/get_network_connection.py +2 -2
- pulumi_azure_native/devcenter/get_pool.py +2 -2
- pulumi_azure_native/devcenter/get_project.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog.py +255 -0
- pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +91 -0
- pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +112 -0
- pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_schedule.py +2 -2
- pulumi_azure_native/devcenter/network_connection.py +3 -3
- pulumi_azure_native/devcenter/outputs.py +111 -0
- pulumi_azure_native/devcenter/pool.py +3 -3
- pulumi_azure_native/devcenter/project.py +3 -3
- pulumi_azure_native/devcenter/project_catalog.py +365 -0
- pulumi_azure_native/devcenter/project_environment_type.py +3 -3
- pulumi_azure_native/devcenter/schedule.py +3 -3
- pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
- pulumi_azure_native/devcenter/v20230401/project.py +1 -1
- pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240201/__init__.py +38 -0
- pulumi_azure_native/devcenter/v20240201/_enums.py +162 -0
- pulumi_azure_native/devcenter/v20240201/_inputs.py +504 -0
- pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +255 -0
- pulumi_azure_native/devcenter/v20240201/catalog.py +363 -0
- pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +413 -0
- pulumi_azure_native/devcenter/v20240201/dev_center.py +360 -0
- pulumi_azure_native/devcenter/v20240201/environment_type.py +253 -0
- pulumi_azure_native/devcenter/v20240201/gallery.py +225 -0
- pulumi_azure_native/devcenter/v20240201/get_attached_network_by_dev_center.py +188 -0
- pulumi_azure_native/devcenter/v20240201/get_catalog.py +253 -0
- pulumi_azure_native/devcenter/v20240201/get_catalog_sync_error_details.py +110 -0
- pulumi_azure_native/devcenter/v20240201/get_dev_box_definition.py +266 -0
- pulumi_azure_native/devcenter/v20240201/get_dev_center.py +222 -0
- pulumi_azure_native/devcenter/v20240201/get_environment_definition_error_details.py +89 -0
- pulumi_azure_native/devcenter/v20240201/get_environment_type.py +162 -0
- pulumi_azure_native/devcenter/v20240201/get_gallery.py +149 -0
- pulumi_azure_native/devcenter/v20240201/get_network_connection.py +261 -0
- pulumi_azure_native/devcenter/v20240201/get_pool.py +318 -0
- pulumi_azure_native/devcenter/v20240201/get_project.py +248 -0
- pulumi_azure_native/devcenter/v20240201/get_project_catalog.py +253 -0
- pulumi_azure_native/devcenter/v20240201/get_project_catalog_environment_definition_error_details.py +89 -0
- pulumi_azure_native/devcenter/v20240201/get_project_catalog_sync_error_details.py +110 -0
- pulumi_azure_native/devcenter/v20240201/get_project_environment_type.py +253 -0
- pulumi_azure_native/devcenter/v20240201/get_schedule.py +224 -0
- pulumi_azure_native/devcenter/v20240201/network_connection.py +448 -0
- pulumi_azure_native/devcenter/v20240201/outputs.py +1138 -0
- pulumi_azure_native/devcenter/v20240201/pool.py +550 -0
- pulumi_azure_native/devcenter/v20240201/project.py +418 -0
- pulumi_azure_native/devcenter/v20240201/project_catalog.py +363 -0
- pulumi_azure_native/devcenter/v20240201/project_environment_type.py +439 -0
- pulumi_azure_native/devcenter/v20240201/schedule.py +434 -0
- pulumi_azure_native/devopsinfrastructure/__init__.py +3 -0
- pulumi_azure_native/devopsinfrastructure/get_pool.py +2 -2
- pulumi_azure_native/devopsinfrastructure/pool.py +3 -3
- pulumi_azure_native/devopsinfrastructure/v20231030preview/pool.py +1 -1
- pulumi_azure_native/devopsinfrastructure/v20231213preview/pool.py +1 -1
- pulumi_azure_native/devopsinfrastructure/v20240326preview/__init__.py +12 -0
- pulumi_azure_native/devopsinfrastructure/v20240326preview/_enums.py +153 -0
- pulumi_azure_native/devopsinfrastructure/v20240326preview/_inputs.py +841 -0
- pulumi_azure_native/devopsinfrastructure/v20240326preview/get_pool.py +235 -0
- pulumi_azure_native/devopsinfrastructure/v20240326preview/outputs.py +1115 -0
- pulumi_azure_native/devopsinfrastructure/v20240326preview/pool.py +432 -0
- pulumi_azure_native/kubernetesconfiguration/__init__.py +3 -0
- pulumi_azure_native/kubernetesconfiguration/flux_configuration.py +3 -3
- pulumi_azure_native/kubernetesconfiguration/get_flux_configuration.py +2 -2
- pulumi_azure_native/kubernetesconfiguration/v20211101preview/flux_configuration.py +1 -1
- pulumi_azure_native/kubernetesconfiguration/v20220101preview/flux_configuration.py +1 -1
- pulumi_azure_native/kubernetesconfiguration/v20230501/flux_configuration.py +1 -1
- pulumi_azure_native/kubernetesconfiguration/v20240401preview/__init__.py +12 -0
- pulumi_azure_native/kubernetesconfiguration/v20240401preview/_enums.py +37 -0
- pulumi_azure_native/kubernetesconfiguration/v20240401preview/_inputs.py +1356 -0
- pulumi_azure_native/kubernetesconfiguration/v20240401preview/flux_configuration.py +669 -0
- pulumi_azure_native/kubernetesconfiguration/v20240401preview/get_flux_configuration.py +393 -0
- pulumi_azure_native/kubernetesconfiguration/v20240401preview/outputs.py +1832 -0
- pulumi_azure_native/security/__init__.py +3 -0
- pulumi_azure_native/security/get_security_connector.py +2 -2
- pulumi_azure_native/security/security_connector.py +3 -3
- pulumi_azure_native/security/v20210701preview/security_connector.py +1 -1
- pulumi_azure_native/security/v20230301preview/security_connector.py +1 -1
- pulumi_azure_native/security/v20231001preview/security_connector.py +1 -1
- pulumi_azure_native/security/v20240301preview/__init__.py +12 -0
- pulumi_azure_native/security/v20240301preview/_enums.py +88 -0
- pulumi_azure_native/security/v20240301preview/_inputs.py +3620 -0
- pulumi_azure_native/security/v20240301preview/get_security_connector.py +235 -0
- pulumi_azure_native/security/v20240301preview/outputs.py +4544 -0
- pulumi_azure_native/security/v20240301preview/security_connector.py +389 -0
- {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.34.1a1712062553.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.34.1a1712062553.dist-info}/RECORD +231 -155
- {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.34.1a1712062553.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.34.1a1712062553.dist-info}/top_level.txt +0 -0
|
@@ -149,7 +149,7 @@ def get_catalog(catalog_name: Optional[str] = None,
|
|
|
149
149
|
Gets a catalog
|
|
150
150
|
Azure REST API version: 2023-04-01.
|
|
151
151
|
|
|
152
|
-
Other available API versions: 2023-08-01-preview, 2023-10-01-preview.
|
|
152
|
+
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01.
|
|
153
153
|
|
|
154
154
|
|
|
155
155
|
:param str catalog_name: The name of the Catalog.
|
|
@@ -184,7 +184,7 @@ def get_catalog_output(catalog_name: Optional[pulumi.Input[str]] = None,
|
|
|
184
184
|
Gets a catalog
|
|
185
185
|
Azure REST API version: 2023-04-01.
|
|
186
186
|
|
|
187
|
-
Other available API versions: 2023-08-01-preview, 2023-10-01-preview.
|
|
187
|
+
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01.
|
|
188
188
|
|
|
189
189
|
|
|
190
190
|
:param str catalog_name: The name of the Catalog.
|
|
@@ -77,7 +77,7 @@ def get_catalog_sync_error_details(catalog_name: Optional[str] = None,
|
|
|
77
77
|
Gets catalog synchronization error details
|
|
78
78
|
Azure REST API version: 2023-08-01-preview.
|
|
79
79
|
|
|
80
|
-
Other available API versions: 2023-10-01-preview.
|
|
80
|
+
Other available API versions: 2023-10-01-preview, 2024-02-01.
|
|
81
81
|
|
|
82
82
|
|
|
83
83
|
:param str catalog_name: The name of the Catalog.
|
|
@@ -106,7 +106,7 @@ def get_catalog_sync_error_details_output(catalog_name: Optional[pulumi.Input[st
|
|
|
106
106
|
Gets catalog synchronization error details
|
|
107
107
|
Azure REST API version: 2023-08-01-preview.
|
|
108
108
|
|
|
109
|
-
Other available API versions: 2023-10-01-preview.
|
|
109
|
+
Other available API versions: 2023-10-01-preview, 2024-02-01.
|
|
110
110
|
|
|
111
111
|
|
|
112
112
|
:param str catalog_name: The name of the Catalog.
|
|
@@ -209,7 +209,7 @@ def get_dev_box_definition(dev_box_definition_name: Optional[str] = None,
|
|
|
209
209
|
Gets a Dev Box definition
|
|
210
210
|
Azure REST API version: 2023-04-01.
|
|
211
211
|
|
|
212
|
-
Other available API versions: 2022-11-11-preview, 2023-08-01-preview, 2023-10-01-preview.
|
|
212
|
+
Other available API versions: 2022-11-11-preview, 2023-08-01-preview, 2023-10-01-preview, 2024-02-01.
|
|
213
213
|
|
|
214
214
|
|
|
215
215
|
:param str dev_box_definition_name: The name of the Dev Box definition.
|
|
@@ -249,7 +249,7 @@ def get_dev_box_definition_output(dev_box_definition_name: Optional[pulumi.Input
|
|
|
249
249
|
Gets a Dev Box definition
|
|
250
250
|
Azure REST API version: 2023-04-01.
|
|
251
251
|
|
|
252
|
-
Other available API versions: 2022-11-11-preview, 2023-08-01-preview, 2023-10-01-preview.
|
|
252
|
+
Other available API versions: 2022-11-11-preview, 2023-08-01-preview, 2023-10-01-preview, 2024-02-01.
|
|
253
253
|
|
|
254
254
|
|
|
255
255
|
:param str dev_box_definition_name: The name of the Dev Box definition.
|
|
@@ -148,7 +148,7 @@ def get_dev_center(dev_center_name: Optional[str] = None,
|
|
|
148
148
|
Gets a devcenter.
|
|
149
149
|
Azure REST API version: 2023-04-01.
|
|
150
150
|
|
|
151
|
-
Other available API versions: 2023-08-01-preview, 2023-10-01-preview.
|
|
151
|
+
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01.
|
|
152
152
|
|
|
153
153
|
|
|
154
154
|
:param str dev_center_name: The name of the devcenter.
|
|
@@ -180,7 +180,7 @@ def get_dev_center_output(dev_center_name: Optional[pulumi.Input[str]] = None,
|
|
|
180
180
|
Gets a devcenter.
|
|
181
181
|
Azure REST API version: 2023-04-01.
|
|
182
182
|
|
|
183
|
-
Other available API versions: 2023-08-01-preview, 2023-10-01-preview.
|
|
183
|
+
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01.
|
|
184
184
|
|
|
185
185
|
|
|
186
186
|
:param str dev_center_name: The name of the devcenter.
|
|
@@ -54,7 +54,7 @@ def get_environment_definition_error_details(catalog_name: Optional[str] = None,
|
|
|
54
54
|
Gets Environment Definition error details
|
|
55
55
|
Azure REST API version: 2023-08-01-preview.
|
|
56
56
|
|
|
57
|
-
Other available API versions: 2023-10-01-preview.
|
|
57
|
+
Other available API versions: 2023-10-01-preview, 2024-02-01.
|
|
58
58
|
|
|
59
59
|
|
|
60
60
|
:param str catalog_name: The name of the Catalog.
|
|
@@ -84,7 +84,7 @@ def get_environment_definition_error_details_output(catalog_name: Optional[pulum
|
|
|
84
84
|
Gets Environment Definition error details
|
|
85
85
|
Azure REST API version: 2023-08-01-preview.
|
|
86
86
|
|
|
87
|
-
Other available API versions: 2023-10-01-preview.
|
|
87
|
+
Other available API versions: 2023-10-01-preview, 2024-02-01.
|
|
88
88
|
|
|
89
89
|
|
|
90
90
|
:param str catalog_name: The name of the Catalog.
|
|
@@ -113,7 +113,7 @@ def get_environment_type(dev_center_name: Optional[str] = None,
|
|
|
113
113
|
Gets an environment type.
|
|
114
114
|
Azure REST API version: 2023-04-01.
|
|
115
115
|
|
|
116
|
-
Other available API versions: 2023-08-01-preview, 2023-10-01-preview.
|
|
116
|
+
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01.
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
:param str dev_center_name: The name of the devcenter.
|
|
@@ -145,7 +145,7 @@ def get_environment_type_output(dev_center_name: Optional[pulumi.Input[str]] = N
|
|
|
145
145
|
Gets an environment type.
|
|
146
146
|
Azure REST API version: 2023-04-01.
|
|
147
147
|
|
|
148
|
-
Other available API versions: 2023-08-01-preview, 2023-10-01-preview.
|
|
148
|
+
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01.
|
|
149
149
|
|
|
150
150
|
|
|
151
151
|
:param str dev_center_name: The name of the devcenter.
|
|
@@ -113,7 +113,7 @@ def get_gallery(dev_center_name: Optional[str] = None,
|
|
|
113
113
|
Gets a gallery
|
|
114
114
|
Azure REST API version: 2023-04-01.
|
|
115
115
|
|
|
116
|
-
Other available API versions: 2023-08-01-preview, 2023-10-01-preview.
|
|
116
|
+
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01.
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
:param str dev_center_name: The name of the devcenter.
|
|
@@ -145,7 +145,7 @@ def get_gallery_output(dev_center_name: Optional[pulumi.Input[str]] = None,
|
|
|
145
145
|
Gets a gallery
|
|
146
146
|
Azure REST API version: 2023-04-01.
|
|
147
147
|
|
|
148
|
-
Other available API versions: 2023-08-01-preview, 2023-10-01-preview.
|
|
148
|
+
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01.
|
|
149
149
|
|
|
150
150
|
|
|
151
151
|
:param str dev_center_name: The name of the devcenter.
|
|
@@ -220,7 +220,7 @@ def get_network_connection(network_connection_name: Optional[str] = None,
|
|
|
220
220
|
Gets a network connection resource
|
|
221
221
|
Azure REST API version: 2023-04-01.
|
|
222
222
|
|
|
223
|
-
Other available API versions: 2023-08-01-preview, 2023-10-01-preview.
|
|
223
|
+
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01.
|
|
224
224
|
|
|
225
225
|
|
|
226
226
|
:param str network_connection_name: Name of the Network Connection that can be applied to a Pool.
|
|
@@ -258,7 +258,7 @@ def get_network_connection_output(network_connection_name: Optional[pulumi.Input
|
|
|
258
258
|
Gets a network connection resource
|
|
259
259
|
Azure REST API version: 2023-04-01.
|
|
260
260
|
|
|
261
|
-
Other available API versions: 2023-08-01-preview, 2023-10-01-preview.
|
|
261
|
+
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01.
|
|
262
262
|
|
|
263
263
|
|
|
264
264
|
:param str network_connection_name: Name of the Network Connection that can be applied to a Pool.
|
|
@@ -209,7 +209,7 @@ def get_pool(pool_name: Optional[str] = None,
|
|
|
209
209
|
Gets a machine pool
|
|
210
210
|
Azure REST API version: 2023-04-01.
|
|
211
211
|
|
|
212
|
-
Other available API versions: 2023-08-01-preview, 2023-10-01-preview.
|
|
212
|
+
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01.
|
|
213
213
|
|
|
214
214
|
|
|
215
215
|
:param str pool_name: Name of the pool.
|
|
@@ -249,7 +249,7 @@ def get_pool_output(pool_name: Optional[pulumi.Input[str]] = None,
|
|
|
249
249
|
Gets a machine pool
|
|
250
250
|
Azure REST API version: 2023-04-01.
|
|
251
251
|
|
|
252
|
-
Other available API versions: 2023-08-01-preview, 2023-10-01-preview.
|
|
252
|
+
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01.
|
|
253
253
|
|
|
254
254
|
|
|
255
255
|
:param str pool_name: Name of the pool.
|
|
@@ -172,7 +172,7 @@ def get_project(project_name: Optional[str] = None,
|
|
|
172
172
|
Gets a specific project.
|
|
173
173
|
Azure REST API version: 2023-04-01.
|
|
174
174
|
|
|
175
|
-
Other available API versions: 2023-08-01-preview, 2023-10-01-preview.
|
|
175
|
+
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01.
|
|
176
176
|
|
|
177
177
|
|
|
178
178
|
:param str project_name: The name of the project.
|
|
@@ -206,7 +206,7 @@ def get_project_output(project_name: Optional[pulumi.Input[str]] = None,
|
|
|
206
206
|
Gets a specific project.
|
|
207
207
|
Azure REST API version: 2023-04-01.
|
|
208
208
|
|
|
209
|
-
Other available API versions: 2023-08-01-preview, 2023-10-01-preview.
|
|
209
|
+
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01.
|
|
210
210
|
|
|
211
211
|
|
|
212
212
|
:param str project_name: The name of the project.
|
|
@@ -0,0 +1,255 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from .. import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetProjectCatalogResult',
|
|
15
|
+
'AwaitableGetProjectCatalogResult',
|
|
16
|
+
'get_project_catalog',
|
|
17
|
+
'get_project_catalog_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetProjectCatalogResult:
|
|
22
|
+
"""
|
|
23
|
+
Represents a catalog.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, ado_git=None, connection_state=None, git_hub=None, id=None, last_connection_time=None, last_sync_stats=None, last_sync_time=None, name=None, provisioning_state=None, sync_state=None, sync_type=None, system_data=None, tags=None, type=None):
|
|
26
|
+
if ado_git and not isinstance(ado_git, dict):
|
|
27
|
+
raise TypeError("Expected argument 'ado_git' to be a dict")
|
|
28
|
+
pulumi.set(__self__, "ado_git", ado_git)
|
|
29
|
+
if connection_state and not isinstance(connection_state, str):
|
|
30
|
+
raise TypeError("Expected argument 'connection_state' to be a str")
|
|
31
|
+
pulumi.set(__self__, "connection_state", connection_state)
|
|
32
|
+
if git_hub and not isinstance(git_hub, dict):
|
|
33
|
+
raise TypeError("Expected argument 'git_hub' to be a dict")
|
|
34
|
+
pulumi.set(__self__, "git_hub", git_hub)
|
|
35
|
+
if id and not isinstance(id, str):
|
|
36
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
37
|
+
pulumi.set(__self__, "id", id)
|
|
38
|
+
if last_connection_time and not isinstance(last_connection_time, str):
|
|
39
|
+
raise TypeError("Expected argument 'last_connection_time' to be a str")
|
|
40
|
+
pulumi.set(__self__, "last_connection_time", last_connection_time)
|
|
41
|
+
if last_sync_stats and not isinstance(last_sync_stats, dict):
|
|
42
|
+
raise TypeError("Expected argument 'last_sync_stats' to be a dict")
|
|
43
|
+
pulumi.set(__self__, "last_sync_stats", last_sync_stats)
|
|
44
|
+
if last_sync_time and not isinstance(last_sync_time, str):
|
|
45
|
+
raise TypeError("Expected argument 'last_sync_time' to be a str")
|
|
46
|
+
pulumi.set(__self__, "last_sync_time", last_sync_time)
|
|
47
|
+
if name and not isinstance(name, str):
|
|
48
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
49
|
+
pulumi.set(__self__, "name", name)
|
|
50
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
51
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
52
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
53
|
+
if sync_state and not isinstance(sync_state, str):
|
|
54
|
+
raise TypeError("Expected argument 'sync_state' to be a str")
|
|
55
|
+
pulumi.set(__self__, "sync_state", sync_state)
|
|
56
|
+
if sync_type and not isinstance(sync_type, str):
|
|
57
|
+
raise TypeError("Expected argument 'sync_type' to be a str")
|
|
58
|
+
pulumi.set(__self__, "sync_type", sync_type)
|
|
59
|
+
if system_data and not isinstance(system_data, dict):
|
|
60
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
61
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
62
|
+
if tags and not isinstance(tags, dict):
|
|
63
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
64
|
+
pulumi.set(__self__, "tags", tags)
|
|
65
|
+
if type and not isinstance(type, str):
|
|
66
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
67
|
+
pulumi.set(__self__, "type", type)
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter(name="adoGit")
|
|
71
|
+
def ado_git(self) -> Optional['outputs.GitCatalogResponse']:
|
|
72
|
+
"""
|
|
73
|
+
Properties for an Azure DevOps catalog type.
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "ado_git")
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter(name="connectionState")
|
|
79
|
+
def connection_state(self) -> str:
|
|
80
|
+
"""
|
|
81
|
+
The connection state of the catalog.
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "connection_state")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter(name="gitHub")
|
|
87
|
+
def git_hub(self) -> Optional['outputs.GitCatalogResponse']:
|
|
88
|
+
"""
|
|
89
|
+
Properties for a GitHub catalog type.
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "git_hub")
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter
|
|
95
|
+
def id(self) -> str:
|
|
96
|
+
"""
|
|
97
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "id")
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
@pulumi.getter(name="lastConnectionTime")
|
|
103
|
+
def last_connection_time(self) -> str:
|
|
104
|
+
"""
|
|
105
|
+
When the catalog was last connected.
|
|
106
|
+
"""
|
|
107
|
+
return pulumi.get(self, "last_connection_time")
|
|
108
|
+
|
|
109
|
+
@property
|
|
110
|
+
@pulumi.getter(name="lastSyncStats")
|
|
111
|
+
def last_sync_stats(self) -> 'outputs.SyncStatsResponse':
|
|
112
|
+
"""
|
|
113
|
+
Stats of the latest synchronization.
|
|
114
|
+
"""
|
|
115
|
+
return pulumi.get(self, "last_sync_stats")
|
|
116
|
+
|
|
117
|
+
@property
|
|
118
|
+
@pulumi.getter(name="lastSyncTime")
|
|
119
|
+
def last_sync_time(self) -> str:
|
|
120
|
+
"""
|
|
121
|
+
When the catalog was last synced.
|
|
122
|
+
"""
|
|
123
|
+
return pulumi.get(self, "last_sync_time")
|
|
124
|
+
|
|
125
|
+
@property
|
|
126
|
+
@pulumi.getter
|
|
127
|
+
def name(self) -> str:
|
|
128
|
+
"""
|
|
129
|
+
The name of the resource
|
|
130
|
+
"""
|
|
131
|
+
return pulumi.get(self, "name")
|
|
132
|
+
|
|
133
|
+
@property
|
|
134
|
+
@pulumi.getter(name="provisioningState")
|
|
135
|
+
def provisioning_state(self) -> str:
|
|
136
|
+
"""
|
|
137
|
+
The provisioning state of the resource.
|
|
138
|
+
"""
|
|
139
|
+
return pulumi.get(self, "provisioning_state")
|
|
140
|
+
|
|
141
|
+
@property
|
|
142
|
+
@pulumi.getter(name="syncState")
|
|
143
|
+
def sync_state(self) -> str:
|
|
144
|
+
"""
|
|
145
|
+
The synchronization state of the catalog.
|
|
146
|
+
"""
|
|
147
|
+
return pulumi.get(self, "sync_state")
|
|
148
|
+
|
|
149
|
+
@property
|
|
150
|
+
@pulumi.getter(name="syncType")
|
|
151
|
+
def sync_type(self) -> Optional[str]:
|
|
152
|
+
"""
|
|
153
|
+
Indicates the type of sync that is configured for the catalog.
|
|
154
|
+
"""
|
|
155
|
+
return pulumi.get(self, "sync_type")
|
|
156
|
+
|
|
157
|
+
@property
|
|
158
|
+
@pulumi.getter(name="systemData")
|
|
159
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
160
|
+
"""
|
|
161
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
162
|
+
"""
|
|
163
|
+
return pulumi.get(self, "system_data")
|
|
164
|
+
|
|
165
|
+
@property
|
|
166
|
+
@pulumi.getter
|
|
167
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
168
|
+
"""
|
|
169
|
+
Resource tags.
|
|
170
|
+
"""
|
|
171
|
+
return pulumi.get(self, "tags")
|
|
172
|
+
|
|
173
|
+
@property
|
|
174
|
+
@pulumi.getter
|
|
175
|
+
def type(self) -> str:
|
|
176
|
+
"""
|
|
177
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
178
|
+
"""
|
|
179
|
+
return pulumi.get(self, "type")
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
class AwaitableGetProjectCatalogResult(GetProjectCatalogResult):
|
|
183
|
+
# pylint: disable=using-constant-test
|
|
184
|
+
def __await__(self):
|
|
185
|
+
if False:
|
|
186
|
+
yield self
|
|
187
|
+
return GetProjectCatalogResult(
|
|
188
|
+
ado_git=self.ado_git,
|
|
189
|
+
connection_state=self.connection_state,
|
|
190
|
+
git_hub=self.git_hub,
|
|
191
|
+
id=self.id,
|
|
192
|
+
last_connection_time=self.last_connection_time,
|
|
193
|
+
last_sync_stats=self.last_sync_stats,
|
|
194
|
+
last_sync_time=self.last_sync_time,
|
|
195
|
+
name=self.name,
|
|
196
|
+
provisioning_state=self.provisioning_state,
|
|
197
|
+
sync_state=self.sync_state,
|
|
198
|
+
sync_type=self.sync_type,
|
|
199
|
+
system_data=self.system_data,
|
|
200
|
+
tags=self.tags,
|
|
201
|
+
type=self.type)
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
def get_project_catalog(catalog_name: Optional[str] = None,
|
|
205
|
+
project_name: Optional[str] = None,
|
|
206
|
+
resource_group_name: Optional[str] = None,
|
|
207
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProjectCatalogResult:
|
|
208
|
+
"""
|
|
209
|
+
Gets an associated project catalog.
|
|
210
|
+
Azure REST API version: 2024-02-01.
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
:param str catalog_name: The name of the Catalog.
|
|
214
|
+
:param str project_name: The name of the project.
|
|
215
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
216
|
+
"""
|
|
217
|
+
__args__ = dict()
|
|
218
|
+
__args__['catalogName'] = catalog_name
|
|
219
|
+
__args__['projectName'] = project_name
|
|
220
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
221
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
222
|
+
__ret__ = pulumi.runtime.invoke('azure-native:devcenter:getProjectCatalog', __args__, opts=opts, typ=GetProjectCatalogResult).value
|
|
223
|
+
|
|
224
|
+
return AwaitableGetProjectCatalogResult(
|
|
225
|
+
ado_git=pulumi.get(__ret__, 'ado_git'),
|
|
226
|
+
connection_state=pulumi.get(__ret__, 'connection_state'),
|
|
227
|
+
git_hub=pulumi.get(__ret__, 'git_hub'),
|
|
228
|
+
id=pulumi.get(__ret__, 'id'),
|
|
229
|
+
last_connection_time=pulumi.get(__ret__, 'last_connection_time'),
|
|
230
|
+
last_sync_stats=pulumi.get(__ret__, 'last_sync_stats'),
|
|
231
|
+
last_sync_time=pulumi.get(__ret__, 'last_sync_time'),
|
|
232
|
+
name=pulumi.get(__ret__, 'name'),
|
|
233
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
234
|
+
sync_state=pulumi.get(__ret__, 'sync_state'),
|
|
235
|
+
sync_type=pulumi.get(__ret__, 'sync_type'),
|
|
236
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
237
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
238
|
+
type=pulumi.get(__ret__, 'type'))
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
@_utilities.lift_output_func(get_project_catalog)
|
|
242
|
+
def get_project_catalog_output(catalog_name: Optional[pulumi.Input[str]] = None,
|
|
243
|
+
project_name: Optional[pulumi.Input[str]] = None,
|
|
244
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
245
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectCatalogResult]:
|
|
246
|
+
"""
|
|
247
|
+
Gets an associated project catalog.
|
|
248
|
+
Azure REST API version: 2024-02-01.
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
:param str catalog_name: The name of the Catalog.
|
|
252
|
+
:param str project_name: The name of the project.
|
|
253
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
254
|
+
"""
|
|
255
|
+
...
|
|
@@ -0,0 +1,91 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from .. import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetProjectCatalogEnvironmentDefinitionErrorDetailsResult',
|
|
15
|
+
'AwaitableGetProjectCatalogEnvironmentDefinitionErrorDetailsResult',
|
|
16
|
+
'get_project_catalog_environment_definition_error_details',
|
|
17
|
+
'get_project_catalog_environment_definition_error_details_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetProjectCatalogEnvironmentDefinitionErrorDetailsResult:
|
|
22
|
+
"""
|
|
23
|
+
List of validator error details. Populated when changes are made to the resource or its dependent resources that impact the validity of the Catalog resource.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, errors=None):
|
|
26
|
+
if errors and not isinstance(errors, list):
|
|
27
|
+
raise TypeError("Expected argument 'errors' to be a list")
|
|
28
|
+
pulumi.set(__self__, "errors", errors)
|
|
29
|
+
|
|
30
|
+
@property
|
|
31
|
+
@pulumi.getter
|
|
32
|
+
def errors(self) -> Sequence['outputs.CatalogErrorDetailsResponse']:
|
|
33
|
+
"""
|
|
34
|
+
Errors associated with resources synchronized from the catalog.
|
|
35
|
+
"""
|
|
36
|
+
return pulumi.get(self, "errors")
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
class AwaitableGetProjectCatalogEnvironmentDefinitionErrorDetailsResult(GetProjectCatalogEnvironmentDefinitionErrorDetailsResult):
|
|
40
|
+
# pylint: disable=using-constant-test
|
|
41
|
+
def __await__(self):
|
|
42
|
+
if False:
|
|
43
|
+
yield self
|
|
44
|
+
return GetProjectCatalogEnvironmentDefinitionErrorDetailsResult(
|
|
45
|
+
errors=self.errors)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
def get_project_catalog_environment_definition_error_details(catalog_name: Optional[str] = None,
|
|
49
|
+
environment_definition_name: Optional[str] = None,
|
|
50
|
+
project_name: Optional[str] = None,
|
|
51
|
+
resource_group_name: Optional[str] = None,
|
|
52
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProjectCatalogEnvironmentDefinitionErrorDetailsResult:
|
|
53
|
+
"""
|
|
54
|
+
Gets Environment Definition error details
|
|
55
|
+
Azure REST API version: 2024-02-01.
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
:param str catalog_name: The name of the Catalog.
|
|
59
|
+
:param str environment_definition_name: The name of the Environment Definition.
|
|
60
|
+
:param str project_name: The name of the project.
|
|
61
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
62
|
+
"""
|
|
63
|
+
__args__ = dict()
|
|
64
|
+
__args__['catalogName'] = catalog_name
|
|
65
|
+
__args__['environmentDefinitionName'] = environment_definition_name
|
|
66
|
+
__args__['projectName'] = project_name
|
|
67
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
68
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
69
|
+
__ret__ = pulumi.runtime.invoke('azure-native:devcenter:getProjectCatalogEnvironmentDefinitionErrorDetails', __args__, opts=opts, typ=GetProjectCatalogEnvironmentDefinitionErrorDetailsResult).value
|
|
70
|
+
|
|
71
|
+
return AwaitableGetProjectCatalogEnvironmentDefinitionErrorDetailsResult(
|
|
72
|
+
errors=pulumi.get(__ret__, 'errors'))
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
@_utilities.lift_output_func(get_project_catalog_environment_definition_error_details)
|
|
76
|
+
def get_project_catalog_environment_definition_error_details_output(catalog_name: Optional[pulumi.Input[str]] = None,
|
|
77
|
+
environment_definition_name: Optional[pulumi.Input[str]] = None,
|
|
78
|
+
project_name: Optional[pulumi.Input[str]] = None,
|
|
79
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
80
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectCatalogEnvironmentDefinitionErrorDetailsResult]:
|
|
81
|
+
"""
|
|
82
|
+
Gets Environment Definition error details
|
|
83
|
+
Azure REST API version: 2024-02-01.
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
:param str catalog_name: The name of the Catalog.
|
|
87
|
+
:param str environment_definition_name: The name of the Environment Definition.
|
|
88
|
+
:param str project_name: The name of the project.
|
|
89
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
90
|
+
"""
|
|
91
|
+
...
|
|
@@ -0,0 +1,112 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from .. import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetProjectCatalogSyncErrorDetailsResult',
|
|
15
|
+
'AwaitableGetProjectCatalogSyncErrorDetailsResult',
|
|
16
|
+
'get_project_catalog_sync_error_details',
|
|
17
|
+
'get_project_catalog_sync_error_details_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetProjectCatalogSyncErrorDetailsResult:
|
|
22
|
+
"""
|
|
23
|
+
Synchronization error details.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, conflicts=None, errors=None, operation_error=None):
|
|
26
|
+
if conflicts and not isinstance(conflicts, list):
|
|
27
|
+
raise TypeError("Expected argument 'conflicts' to be a list")
|
|
28
|
+
pulumi.set(__self__, "conflicts", conflicts)
|
|
29
|
+
if errors and not isinstance(errors, list):
|
|
30
|
+
raise TypeError("Expected argument 'errors' to be a list")
|
|
31
|
+
pulumi.set(__self__, "errors", errors)
|
|
32
|
+
if operation_error and not isinstance(operation_error, dict):
|
|
33
|
+
raise TypeError("Expected argument 'operation_error' to be a dict")
|
|
34
|
+
pulumi.set(__self__, "operation_error", operation_error)
|
|
35
|
+
|
|
36
|
+
@property
|
|
37
|
+
@pulumi.getter
|
|
38
|
+
def conflicts(self) -> Sequence['outputs.CatalogConflictErrorResponse']:
|
|
39
|
+
"""
|
|
40
|
+
Catalog items that have conflicting names.
|
|
41
|
+
"""
|
|
42
|
+
return pulumi.get(self, "conflicts")
|
|
43
|
+
|
|
44
|
+
@property
|
|
45
|
+
@pulumi.getter
|
|
46
|
+
def errors(self) -> Sequence['outputs.CatalogSyncErrorResponse']:
|
|
47
|
+
"""
|
|
48
|
+
Errors that occured during synchronization.
|
|
49
|
+
"""
|
|
50
|
+
return pulumi.get(self, "errors")
|
|
51
|
+
|
|
52
|
+
@property
|
|
53
|
+
@pulumi.getter(name="operationError")
|
|
54
|
+
def operation_error(self) -> 'outputs.CatalogErrorDetailsResponse':
|
|
55
|
+
"""
|
|
56
|
+
Error information for the overall synchronization operation.
|
|
57
|
+
"""
|
|
58
|
+
return pulumi.get(self, "operation_error")
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
class AwaitableGetProjectCatalogSyncErrorDetailsResult(GetProjectCatalogSyncErrorDetailsResult):
|
|
62
|
+
# pylint: disable=using-constant-test
|
|
63
|
+
def __await__(self):
|
|
64
|
+
if False:
|
|
65
|
+
yield self
|
|
66
|
+
return GetProjectCatalogSyncErrorDetailsResult(
|
|
67
|
+
conflicts=self.conflicts,
|
|
68
|
+
errors=self.errors,
|
|
69
|
+
operation_error=self.operation_error)
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
def get_project_catalog_sync_error_details(catalog_name: Optional[str] = None,
|
|
73
|
+
project_name: Optional[str] = None,
|
|
74
|
+
resource_group_name: Optional[str] = None,
|
|
75
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProjectCatalogSyncErrorDetailsResult:
|
|
76
|
+
"""
|
|
77
|
+
Gets project catalog synchronization error details
|
|
78
|
+
Azure REST API version: 2024-02-01.
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
:param str catalog_name: The name of the Catalog.
|
|
82
|
+
:param str project_name: The name of the project.
|
|
83
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
84
|
+
"""
|
|
85
|
+
__args__ = dict()
|
|
86
|
+
__args__['catalogName'] = catalog_name
|
|
87
|
+
__args__['projectName'] = project_name
|
|
88
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
89
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
90
|
+
__ret__ = pulumi.runtime.invoke('azure-native:devcenter:getProjectCatalogSyncErrorDetails', __args__, opts=opts, typ=GetProjectCatalogSyncErrorDetailsResult).value
|
|
91
|
+
|
|
92
|
+
return AwaitableGetProjectCatalogSyncErrorDetailsResult(
|
|
93
|
+
conflicts=pulumi.get(__ret__, 'conflicts'),
|
|
94
|
+
errors=pulumi.get(__ret__, 'errors'),
|
|
95
|
+
operation_error=pulumi.get(__ret__, 'operation_error'))
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
@_utilities.lift_output_func(get_project_catalog_sync_error_details)
|
|
99
|
+
def get_project_catalog_sync_error_details_output(catalog_name: Optional[pulumi.Input[str]] = None,
|
|
100
|
+
project_name: Optional[pulumi.Input[str]] = None,
|
|
101
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
102
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectCatalogSyncErrorDetailsResult]:
|
|
103
|
+
"""
|
|
104
|
+
Gets project catalog synchronization error details
|
|
105
|
+
Azure REST API version: 2024-02-01.
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
:param str catalog_name: The name of the Catalog.
|
|
109
|
+
:param str project_name: The name of the project.
|
|
110
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
111
|
+
"""
|
|
112
|
+
...
|
|
@@ -185,7 +185,7 @@ def get_project_environment_type(environment_type_name: Optional[str] = None,
|
|
|
185
185
|
Gets a project environment type.
|
|
186
186
|
Azure REST API version: 2023-04-01.
|
|
187
187
|
|
|
188
|
-
Other available API versions: 2023-08-01-preview, 2023-10-01-preview.
|
|
188
|
+
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01.
|
|
189
189
|
|
|
190
190
|
|
|
191
191
|
:param str environment_type_name: The name of the environment type.
|
|
@@ -223,7 +223,7 @@ def get_project_environment_type_output(environment_type_name: Optional[pulumi.I
|
|
|
223
223
|
Gets a project environment type.
|
|
224
224
|
Azure REST API version: 2023-04-01.
|
|
225
225
|
|
|
226
|
-
Other available API versions: 2023-08-01-preview, 2023-10-01-preview.
|
|
226
|
+
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01.
|
|
227
227
|
|
|
228
228
|
|
|
229
229
|
:param str environment_type_name: The name of the environment type.
|