pulumi-azure-native 2.40.0a1714997514__py3-none-any.whl → 2.41.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.
- pulumi_azure_native/__init__.py +153 -0
- pulumi_azure_native/chaos/__init__.py +3 -0
- pulumi_azure_native/chaos/capability.py +3 -3
- pulumi_azure_native/chaos/experiment.py +3 -3
- pulumi_azure_native/chaos/get_capability.py +2 -2
- pulumi_azure_native/chaos/get_experiment.py +2 -2
- pulumi_azure_native/chaos/get_experiment_execution_details.py +2 -2
- pulumi_azure_native/chaos/get_private_access.py +4 -0
- pulumi_azure_native/chaos/get_target.py +2 -2
- pulumi_azure_native/chaos/private_access.py +5 -1
- pulumi_azure_native/chaos/target.py +3 -3
- pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/target.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/private_access.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/target.py +1 -1
- pulumi_azure_native/chaos/v20231101/capability.py +1 -1
- pulumi_azure_native/chaos/v20231101/experiment.py +1 -1
- pulumi_azure_native/chaos/v20231101/target.py +1 -1
- pulumi_azure_native/chaos/v20240101/capability.py +1 -1
- pulumi_azure_native/chaos/v20240101/experiment.py +1 -1
- pulumi_azure_native/chaos/v20240101/target.py +1 -1
- pulumi_azure_native/chaos/v20240322preview/__init__.py +19 -0
- pulumi_azure_native/chaos/v20240322preview/_enums.py +53 -0
- pulumi_azure_native/chaos/v20240322preview/_inputs.py +746 -0
- pulumi_azure_native/chaos/v20240322preview/capability.py +258 -0
- pulumi_azure_native/chaos/v20240322preview/experiment.py +283 -0
- pulumi_azure_native/chaos/v20240322preview/get_capability.py +151 -0
- pulumi_azure_native/chaos/v20240322preview/get_experiment.py +170 -0
- pulumi_azure_native/chaos/v20240322preview/get_experiment_execution_details.py +188 -0
- pulumi_azure_native/chaos/v20240322preview/get_private_access.py +183 -0
- pulumi_azure_native/chaos/v20240322preview/get_target.py +159 -0
- pulumi_azure_native/chaos/v20240322preview/outputs.py +1556 -0
- pulumi_azure_native/chaos/v20240322preview/private_access.py +272 -0
- pulumi_azure_native/chaos/v20240322preview/target.py +286 -0
- pulumi_azure_native/cognitiveservices/__init__.py +3 -0
- pulumi_azure_native/cognitiveservices/account.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
- pulumi_azure_native/cognitiveservices/deployment.py +3 -3
- pulumi_azure_native/cognitiveservices/encryption_scope.py +5 -1
- pulumi_azure_native/cognitiveservices/get_account.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
- pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
- pulumi_azure_native/cognitiveservices/get_encryption_scope.py +4 -0
- pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +4 -0
- pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +4 -0
- pulumi_azure_native/cognitiveservices/get_rai_policy.py +4 -0
- pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
- pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_blocklist.py +5 -1
- pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +5 -1
- pulumi_azure_native/cognitiveservices/rai_policy.py +5 -1
- pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
- pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/__init__.py +31 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/_enums.py +155 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/_inputs.py +1871 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/account.py +350 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan.py +342 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan_association.py +253 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/deployment.py +284 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/encryption_scope.py +255 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_account.py +209 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_commitment_plan.py +201 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_commitment_plan_association.py +162 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_deployment.py +175 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_encryption_scope.py +162 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_private_endpoint_connection.py +162 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_blocklist.py +162 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_blocklist_item.py +167 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_policy.py +162 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_shared_commitment_plan.py +196 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/list_account_keys.py +91 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/outputs.py +3208 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/private_endpoint_connection.py +255 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist.py +254 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist_item.py +275 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_policy.py +255 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/shared_commitment_plan.py +321 -0
- pulumi_azure_native/communication/domain.py +4 -0
- pulumi_azure_native/databricks/__init__.py +3 -0
- pulumi_azure_native/databricks/access_connector.py +3 -3
- pulumi_azure_native/databricks/get_access_connector.py +2 -2
- pulumi_azure_native/databricks/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/databricks/get_workspace.py +2 -2
- pulumi_azure_native/databricks/private_endpoint_connection.py +3 -3
- pulumi_azure_native/databricks/v20220401preview/access_connector.py +1 -1
- pulumi_azure_native/databricks/v20230201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/databricks/v20230201/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/v20230201/workspace.py +1 -1
- pulumi_azure_native/databricks/v20230501/access_connector.py +1 -1
- pulumi_azure_native/databricks/v20230915preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/databricks/v20230915preview/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/v20230915preview/workspace.py +1 -1
- pulumi_azure_native/databricks/v20240501/__init__.py +18 -0
- pulumi_azure_native/databricks/v20240501/_enums.py +121 -0
- pulumi_azure_native/databricks/v20240501/_inputs.py +1228 -0
- pulumi_azure_native/databricks/v20240501/access_connector.py +263 -0
- pulumi_azure_native/databricks/v20240501/get_access_connector.py +170 -0
- pulumi_azure_native/databricks/v20240501/get_private_endpoint_connection.py +123 -0
- pulumi_azure_native/databricks/v20240501/get_v_net_peering.py +240 -0
- pulumi_azure_native/databricks/v20240501/get_workspace.py +443 -0
- pulumi_azure_native/databricks/v20240501/outputs.py +1949 -0
- pulumi_azure_native/databricks/v20240501/private_endpoint_connection.py +207 -0
- pulumi_azure_native/databricks/v20240501/v_net_peering.py +429 -0
- pulumi_azure_native/databricks/v20240501/workspace.py +683 -0
- pulumi_azure_native/databricks/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/workspace.py +3 -3
- pulumi_azure_native/datafactory/_enums.py +1 -0
- pulumi_azure_native/datafactory/_inputs.py +46 -14
- pulumi_azure_native/datafactory/outputs.py +35 -11
- pulumi_azure_native/datafactory/v20180601/_enums.py +1 -0
- pulumi_azure_native/datafactory/v20180601/_inputs.py +46 -14
- pulumi_azure_native/datafactory/v20180601/outputs.py +35 -11
- pulumi_azure_native/dbforpostgresql/v20230302preview/_enums.py +12 -0
- pulumi_azure_native/dbforpostgresql/v20230302preview/_inputs.py +90 -0
- pulumi_azure_native/dbforpostgresql/v20230302preview/cluster.py +78 -0
- pulumi_azure_native/dbforpostgresql/v20230302preview/get_cluster.py +53 -1
- pulumi_azure_native/dbforpostgresql/v20230302preview/outputs.py +165 -0
- pulumi_azure_native/desktopvirtualization/__init__.py +3 -0
- pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/application.py +3 -3
- pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
- pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/__init__.py +32 -0
- pulumi_azure_native/desktopvirtualization/v20240403/_enums.py +265 -0
- pulumi_azure_native/desktopvirtualization/v20240403/_inputs.py +1332 -0
- pulumi_azure_native/desktopvirtualization/v20240403/app_attach_package.py +254 -0
- pulumi_azure_native/desktopvirtualization/v20240403/application.py +536 -0
- pulumi_azure_native/desktopvirtualization/v20240403/application_group.py +532 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_app_attach_package.py +157 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_application.py +305 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_application_group.py +317 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_host_pool.py +525 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_msix_package.py +266 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_private_endpoint_connection_by_host_pool.py +175 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_private_endpoint_connection_by_workspace.py +175 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan.py +317 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan_personal_schedule.py +461 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan_pooled_schedule.py +344 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_workspace.py +304 -0
- pulumi_azure_native/desktopvirtualization/v20240403/host_pool.py +959 -0
- pulumi_azure_native/desktopvirtualization/v20240403/msix_package.py +505 -0
- pulumi_azure_native/desktopvirtualization/v20240403/outputs.py +1651 -0
- pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_host_pool.py +247 -0
- pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_workspace.py +247 -0
- pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan.py +573 -0
- pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_personal_schedule.py +957 -0
- pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_pooled_schedule.py +680 -0
- pulumi_azure_native/desktopvirtualization/v20240403/workspace.py +501 -0
- pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
- pulumi_azure_native/documentdb/__init__.py +5 -0
- pulumi_azure_native/documentdb/firewall_rule.py +257 -0
- pulumi_azure_native/documentdb/get_firewall_rule.py +164 -0
- pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
- pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
- pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
- pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
- pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20240301preview/__init__.py +17 -0
- pulumi_azure_native/documentdb/v20240301preview/_enums.py +59 -0
- pulumi_azure_native/documentdb/v20240301preview/_inputs.py +202 -0
- pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +255 -0
- pulumi_azure_native/documentdb/v20240301preview/get_firewall_rule.py +162 -0
- pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +261 -0
- pulumi_azure_native/documentdb/v20240301preview/get_private_endpoint_connection.py +175 -0
- pulumi_azure_native/documentdb/v20240301preview/list_mongo_cluster_connection_strings.py +79 -0
- pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +450 -0
- pulumi_azure_native/documentdb/v20240301preview/outputs.py +507 -0
- pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +245 -0
- pulumi_azure_native/hybridcompute/__init__.py +5 -0
- pulumi_azure_native/hybridcompute/_enums.py +8 -0
- pulumi_azure_native/hybridcompute/gateway.py +313 -0
- pulumi_azure_native/hybridcompute/get_gateway.py +211 -0
- pulumi_azure_native/hybridcompute/get_license.py +2 -2
- pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine_run_command.py +4 -0
- pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
- pulumi_azure_native/hybridcompute/license.py +3 -3
- pulumi_azure_native/hybridcompute/license_profile.py +3 -3
- pulumi_azure_native/hybridcompute/machine.py +3 -3
- pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
- pulumi_azure_native/hybridcompute/machine_run_command.py +5 -1
- pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
- pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
- pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/__init__.py +26 -0
- pulumi_azure_native/hybridcompute/v20240331preview/_enums.py +170 -0
- pulumi_azure_native/hybridcompute/v20240331preview/_inputs.py +1376 -0
- pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +311 -0
- pulumi_azure_native/hybridcompute/v20240331preview/get_gateway.py +209 -0
- pulumi_azure_native/hybridcompute/v20240331preview/get_license.py +196 -0
- pulumi_azure_native/hybridcompute/v20240331preview/get_license_profile.py +331 -0
- pulumi_azure_native/hybridcompute/v20240331preview/get_machine.py +591 -0
- pulumi_azure_native/hybridcompute/v20240331preview/get_machine_extension.py +162 -0
- pulumi_azure_native/hybridcompute/v20240331preview/get_machine_run_command.py +318 -0
- pulumi_azure_native/hybridcompute/v20240331preview/get_private_endpoint_connection.py +136 -0
- pulumi_azure_native/hybridcompute/v20240331preview/get_private_link_scope.py +157 -0
- pulumi_azure_native/hybridcompute/v20240331preview/license.py +321 -0
- pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +480 -0
- pulumi_azure_native/hybridcompute/v20240331preview/machine.py +850 -0
- pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +274 -0
- pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +587 -0
- pulumi_azure_native/hybridcompute/v20240331preview/outputs.py +3054 -0
- pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +215 -0
- pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +253 -0
- pulumi_azure_native/mobilenetwork/__init__.py +4 -0
- pulumi_azure_native/mobilenetwork/attached_data_network.py +3 -3
- pulumi_azure_native/mobilenetwork/data_network.py +3 -3
- pulumi_azure_native/mobilenetwork/diagnostics_package.py +3 -3
- pulumi_azure_native/mobilenetwork/get_attached_data_network.py +2 -2
- pulumi_azure_native/mobilenetwork/get_data_network.py +2 -2
- pulumi_azure_native/mobilenetwork/get_diagnostics_package.py +2 -2
- pulumi_azure_native/mobilenetwork/get_mobile_network.py +2 -2
- pulumi_azure_native/mobilenetwork/get_packet_capture.py +2 -2
- pulumi_azure_native/mobilenetwork/get_packet_core_control_plane.py +2 -2
- pulumi_azure_native/mobilenetwork/get_packet_core_data_plane.py +2 -2
- pulumi_azure_native/mobilenetwork/get_service.py +2 -2
- pulumi_azure_native/mobilenetwork/get_sim.py +2 -2
- pulumi_azure_native/mobilenetwork/get_sim_group.py +2 -2
- pulumi_azure_native/mobilenetwork/get_sim_policy.py +2 -2
- pulumi_azure_native/mobilenetwork/get_site.py +2 -2
- pulumi_azure_native/mobilenetwork/get_slice.py +2 -2
- pulumi_azure_native/mobilenetwork/list_mobile_network_sim_groups.py +94 -0
- pulumi_azure_native/mobilenetwork/mobile_network.py +3 -3
- pulumi_azure_native/mobilenetwork/outputs.py +126 -0
- pulumi_azure_native/mobilenetwork/packet_capture.py +3 -3
- pulumi_azure_native/mobilenetwork/packet_core_control_plane.py +3 -3
- pulumi_azure_native/mobilenetwork/packet_core_data_plane.py +3 -3
- pulumi_azure_native/mobilenetwork/service.py +3 -3
- pulumi_azure_native/mobilenetwork/sim.py +3 -3
- pulumi_azure_native/mobilenetwork/sim_group.py +3 -3
- pulumi_azure_native/mobilenetwork/sim_policy.py +3 -3
- pulumi_azure_native/mobilenetwork/site.py +3 -3
- pulumi_azure_native/mobilenetwork/slice.py +3 -3
- pulumi_azure_native/mobilenetwork/v20220301preview/packet_core_control_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/attached_data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/mobile_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/packet_core_control_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/packet_core_data_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/service.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/sim.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/sim_group.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/sim_policy.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/site.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/slice.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/attached_data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/mobile_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/packet_core_control_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/packet_core_data_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/service.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/sim.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/sim_group.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/sim_policy.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/site.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/slice.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/attached_data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/diagnostics_package.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/mobile_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/packet_capture.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/packet_core_control_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/packet_core_data_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/service.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/sim.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/sim_group.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/sim_policy.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/site.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/slice.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230901/attached_data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230901/data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230901/diagnostics_package.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230901/mobile_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230901/packet_capture.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230901/packet_core_control_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230901/packet_core_data_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230901/service.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230901/sim.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230901/sim_group.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230901/sim_policy.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230901/site.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230901/slice.py +1 -1
- pulumi_azure_native/mobilenetwork/v20240201/attached_data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20240201/data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20240201/diagnostics_package.py +1 -1
- pulumi_azure_native/mobilenetwork/v20240201/mobile_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20240201/packet_capture.py +1 -1
- pulumi_azure_native/mobilenetwork/v20240201/packet_core_control_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/v20240201/packet_core_data_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/v20240201/service.py +1 -1
- pulumi_azure_native/mobilenetwork/v20240201/sim.py +1 -1
- pulumi_azure_native/mobilenetwork/v20240201/sim_group.py +1 -1
- pulumi_azure_native/mobilenetwork/v20240201/sim_policy.py +1 -1
- pulumi_azure_native/mobilenetwork/v20240201/site.py +1 -1
- pulumi_azure_native/mobilenetwork/v20240201/slice.py +1 -1
- pulumi_azure_native/mobilenetwork/v20240401/__init__.py +37 -0
- pulumi_azure_native/mobilenetwork/v20240401/_enums.py +215 -0
- pulumi_azure_native/mobilenetwork/v20240401/_inputs.py +1998 -0
- pulumi_azure_native/mobilenetwork/v20240401/attached_data_network.py +443 -0
- pulumi_azure_native/mobilenetwork/v20240401/data_network.py +282 -0
- pulumi_azure_native/mobilenetwork/v20240401/diagnostics_package.py +215 -0
- pulumi_azure_native/mobilenetwork/v20240401/get_attached_data_network.py +237 -0
- pulumi_azure_native/mobilenetwork/v20240401/get_data_network.py +175 -0
- pulumi_azure_native/mobilenetwork/v20240401/get_diagnostics_package.py +162 -0
- pulumi_azure_native/mobilenetwork/v20240401/get_mobile_network.py +209 -0
- pulumi_azure_native/mobilenetwork/v20240401/get_packet_capture.py +240 -0
- pulumi_azure_native/mobilenetwork/v20240401/get_packet_core_control_plane.py +404 -0
- pulumi_azure_native/mobilenetwork/v20240401/get_packet_core_data_plane.py +188 -0
- pulumi_azure_native/mobilenetwork/v20240401/get_service.py +201 -0
- pulumi_azure_native/mobilenetwork/v20240401/get_sim.py +253 -0
- pulumi_azure_native/mobilenetwork/v20240401/get_sim_group.py +196 -0
- pulumi_azure_native/mobilenetwork/v20240401/get_sim_policy.py +240 -0
- pulumi_azure_native/mobilenetwork/v20240401/get_site.py +175 -0
- pulumi_azure_native/mobilenetwork/v20240401/get_slice.py +188 -0
- pulumi_azure_native/mobilenetwork/v20240401/list_mobile_network_sim_groups.py +92 -0
- pulumi_azure_native/mobilenetwork/v20240401/mobile_network.py +332 -0
- pulumi_azure_native/mobilenetwork/v20240401/outputs.py +2668 -0
- pulumi_azure_native/mobilenetwork/v20240401/packet_capture.py +363 -0
- pulumi_azure_native/mobilenetwork/v20240401/packet_core_control_plane.py +737 -0
- pulumi_azure_native/mobilenetwork/v20240401/packet_core_data_plane.py +313 -0
- pulumi_azure_native/mobilenetwork/v20240401/service.py +344 -0
- pulumi_azure_native/mobilenetwork/v20240401/sim.py +422 -0
- pulumi_azure_native/mobilenetwork/v20240401/sim_group.py +321 -0
- pulumi_azure_native/mobilenetwork/v20240401/sim_policy.py +417 -0
- pulumi_azure_native/mobilenetwork/v20240401/site.py +263 -0
- pulumi_azure_native/mobilenetwork/v20240401/slice.py +313 -0
- pulumi_azure_native/monitor/_enums.py +9 -0
- pulumi_azure_native/monitor/azure_monitor_workspace.py +22 -2
- pulumi_azure_native/monitor/get_azure_monitor_workspace.py +1 -1
- pulumi_azure_native/monitor/v20230403/__init__.py +1 -0
- pulumi_azure_native/monitor/v20230403/_enums.py +17 -0
- pulumi_azure_native/monitor/v20230403/azure_monitor_workspace.py +22 -2
- pulumi_azure_native/monitor/v20230403/get_azure_monitor_workspace.py +1 -1
- pulumi_azure_native/monitor/v20230403/outputs.py +1 -0
- pulumi_azure_native/network/v20231101/flow_log.py +0 -29
- pulumi_azure_native/network/v20231101/get_flow_log.py +1 -14
- pulumi_azure_native/network/v20231101/outputs.py +0 -12
- pulumi_azure_native/recoveryservices/__init__.py +3 -0
- pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
- pulumi_azure_native/recoveryservices/get_vault.py +2 -2
- pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/recoveryservices/protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/protection_container.py +3 -3
- pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
- pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
- pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
- pulumi_azure_native/recoveryservices/v20200202/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20240430preview/__init__.py +24 -0
- pulumi_azure_native/recoveryservices/v20240430preview/_enums.py +470 -0
- pulumi_azure_native/recoveryservices/v20240430preview/_inputs.py +12162 -0
- pulumi_azure_native/recoveryservices/v20240430preview/get_private_endpoint_connection.py +162 -0
- pulumi_azure_native/recoveryservices/v20240430preview/get_protected_item.py +179 -0
- pulumi_azure_native/recoveryservices/v20240430preview/get_protection_container.py +167 -0
- pulumi_azure_native/recoveryservices/v20240430preview/get_protection_intent.py +169 -0
- pulumi_azure_native/recoveryservices/v20240430preview/get_protection_policy.py +164 -0
- pulumi_azure_native/recoveryservices/v20240430preview/get_resource_guard_proxy.py +157 -0
- pulumi_azure_native/recoveryservices/v20240430preview/get_vault.py +196 -0
- pulumi_azure_native/recoveryservices/v20240430preview/outputs.py +14409 -0
- pulumi_azure_native/recoveryservices/v20240430preview/private_endpoint_connection.py +293 -0
- pulumi_azure_native/recoveryservices/v20240430preview/protected_item.py +335 -0
- pulumi_azure_native/recoveryservices/v20240430preview/protection_container.py +314 -0
- pulumi_azure_native/recoveryservices/v20240430preview/protection_intent.py +314 -0
- pulumi_azure_native/recoveryservices/v20240430preview/protection_policy.py +293 -0
- pulumi_azure_native/recoveryservices/v20240430preview/resource_guard_proxy.py +285 -0
- pulumi_azure_native/recoveryservices/v20240430preview/vault.py +321 -0
- pulumi_azure_native/recoveryservices/vault.py +3 -3
- pulumi_azure_native/security/v20231201preview/_inputs.py +1 -1
- pulumi_azure_native/security/v20231201preview/outputs.py +2 -2
- pulumi_azure_native/storage/__init__.py +5 -0
- pulumi_azure_native/storage/_enums.py +17 -0
- pulumi_azure_native/storage/_inputs.py +315 -0
- pulumi_azure_native/storage/blob_container.py +3 -3
- pulumi_azure_native/storage/blob_container_immutability_policy.py +3 -3
- pulumi_azure_native/storage/blob_inventory_policy.py +3 -3
- pulumi_azure_native/storage/blob_service_properties.py +3 -3
- pulumi_azure_native/storage/encryption_scope.py +3 -3
- pulumi_azure_native/storage/file_service_properties.py +3 -3
- pulumi_azure_native/storage/file_share.py +3 -3
- pulumi_azure_native/storage/get_blob_container.py +2 -2
- pulumi_azure_native/storage/get_blob_container_immutability_policy.py +2 -2
- pulumi_azure_native/storage/get_blob_inventory_policy.py +2 -2
- pulumi_azure_native/storage/get_blob_service_properties.py +2 -2
- pulumi_azure_native/storage/get_encryption_scope.py +2 -2
- pulumi_azure_native/storage/get_file_service_properties.py +2 -2
- pulumi_azure_native/storage/get_file_share.py +2 -2
- pulumi_azure_native/storage/get_local_user.py +2 -2
- pulumi_azure_native/storage/get_management_policy.py +2 -2
- pulumi_azure_native/storage/get_object_replication_policy.py +2 -2
- pulumi_azure_native/storage/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/storage/get_queue.py +2 -2
- pulumi_azure_native/storage/get_queue_service_properties.py +2 -2
- pulumi_azure_native/storage/get_storage_account.py +2 -2
- pulumi_azure_native/storage/get_storage_task_assignment.py +138 -0
- pulumi_azure_native/storage/get_table.py +2 -2
- pulumi_azure_native/storage/get_table_service_properties.py +2 -2
- pulumi_azure_native/storage/list_local_user_keys.py +2 -2
- pulumi_azure_native/storage/list_storage_account_keys.py +2 -2
- pulumi_azure_native/storage/list_storage_account_sas.py +2 -2
- pulumi_azure_native/storage/list_storage_account_service_sas.py +2 -2
- pulumi_azure_native/storage/local_user.py +3 -3
- pulumi_azure_native/storage/management_policy.py +3 -3
- pulumi_azure_native/storage/object_replication_policy.py +3 -3
- pulumi_azure_native/storage/outputs.py +560 -0
- pulumi_azure_native/storage/private_endpoint_connection.py +3 -3
- pulumi_azure_native/storage/queue.py +3 -3
- pulumi_azure_native/storage/queue_service_properties.py +3 -3
- pulumi_azure_native/storage/storage_account.py +3 -3
- pulumi_azure_native/storage/storage_task_assignment.py +218 -0
- pulumi_azure_native/storage/table.py +3 -3
- pulumi_azure_native/storage/table_service_properties.py +3 -3
- pulumi_azure_native/storage/v20220901/blob_container.py +1 -1
- pulumi_azure_native/storage/v20220901/blob_container_immutability_policy.py +1 -1
- pulumi_azure_native/storage/v20220901/blob_inventory_policy.py +1 -1
- pulumi_azure_native/storage/v20220901/blob_service_properties.py +1 -1
- pulumi_azure_native/storage/v20220901/encryption_scope.py +1 -1
- pulumi_azure_native/storage/v20220901/file_service_properties.py +1 -1
- pulumi_azure_native/storage/v20220901/file_share.py +1 -1
- pulumi_azure_native/storage/v20220901/local_user.py +1 -1
- pulumi_azure_native/storage/v20220901/management_policy.py +1 -1
- pulumi_azure_native/storage/v20220901/object_replication_policy.py +1 -1
- pulumi_azure_native/storage/v20220901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/storage/v20220901/queue.py +1 -1
- pulumi_azure_native/storage/v20220901/queue_service_properties.py +1 -1
- pulumi_azure_native/storage/v20220901/storage_account.py +1 -1
- pulumi_azure_native/storage/v20220901/table.py +1 -1
- pulumi_azure_native/storage/v20220901/table_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230101/blob_container.py +1 -1
- pulumi_azure_native/storage/v20230101/blob_container_immutability_policy.py +1 -1
- pulumi_azure_native/storage/v20230101/blob_inventory_policy.py +1 -1
- pulumi_azure_native/storage/v20230101/blob_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230101/encryption_scope.py +1 -1
- pulumi_azure_native/storage/v20230101/file_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230101/file_share.py +1 -1
- pulumi_azure_native/storage/v20230101/local_user.py +1 -1
- pulumi_azure_native/storage/v20230101/management_policy.py +1 -1
- pulumi_azure_native/storage/v20230101/object_replication_policy.py +1 -1
- pulumi_azure_native/storage/v20230101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/storage/v20230101/queue.py +1 -1
- pulumi_azure_native/storage/v20230101/queue_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230101/storage_account.py +1 -1
- pulumi_azure_native/storage/v20230101/table.py +1 -1
- pulumi_azure_native/storage/v20230101/table_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230401/blob_container.py +1 -1
- pulumi_azure_native/storage/v20230401/blob_container_immutability_policy.py +1 -1
- pulumi_azure_native/storage/v20230401/blob_inventory_policy.py +1 -1
- pulumi_azure_native/storage/v20230401/blob_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230401/encryption_scope.py +1 -1
- pulumi_azure_native/storage/v20230401/file_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230401/file_share.py +1 -1
- pulumi_azure_native/storage/v20230401/local_user.py +1 -1
- pulumi_azure_native/storage/v20230401/management_policy.py +1 -1
- pulumi_azure_native/storage/v20230401/object_replication_policy.py +1 -1
- pulumi_azure_native/storage/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/storage/v20230401/queue.py +1 -1
- pulumi_azure_native/storage/v20230401/queue_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230401/storage_account.py +1 -1
- pulumi_azure_native/storage/v20230401/table.py +1 -1
- pulumi_azure_native/storage/v20230401/table_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230501/__init__.py +48 -0
- pulumi_azure_native/storage/v20230501/_enums.py +434 -0
- pulumi_azure_native/storage/v20230501/_inputs.py +3435 -0
- pulumi_azure_native/storage/v20230501/blob_container.py +510 -0
- pulumi_azure_native/storage/v20230501/blob_container_immutability_policy.py +302 -0
- pulumi_azure_native/storage/v20230501/blob_inventory_policy.py +227 -0
- pulumi_azure_native/storage/v20230501/blob_service_properties.py +448 -0
- pulumi_azure_native/storage/v20230501/encryption_scope.py +313 -0
- pulumi_azure_native/storage/v20230501/file_service_properties.py +274 -0
- pulumi_azure_native/storage/v20230501/file_share.py +501 -0
- pulumi_azure_native/storage/v20230501/get_blob_container.py +370 -0
- pulumi_azure_native/storage/v20230501/get_blob_container_immutability_policy.py +179 -0
- pulumi_azure_native/storage/v20230501/get_blob_inventory_policy.py +149 -0
- pulumi_azure_native/storage/v20230501/get_blob_service_properties.py +240 -0
- pulumi_azure_native/storage/v20230501/get_encryption_scope.py +188 -0
- pulumi_azure_native/storage/v20230501/get_file_service_properties.py +162 -0
- pulumi_azure_native/storage/v20230501/get_file_share.py +362 -0
- pulumi_azure_native/storage/v20230501/get_local_user.py +279 -0
- pulumi_azure_native/storage/v20230501/get_management_policy.py +136 -0
- pulumi_azure_native/storage/v20230501/get_object_replication_policy.py +175 -0
- pulumi_azure_native/storage/v20230501/get_private_endpoint_connection.py +149 -0
- pulumi_azure_native/storage/v20230501/get_queue.py +132 -0
- pulumi_azure_native/storage/v20230501/get_queue_service_properties.py +123 -0
- pulumi_azure_native/storage/v20230501/get_storage_account.py +708 -0
- pulumi_azure_native/storage/v20230501/get_storage_task_assignment.py +136 -0
- pulumi_azure_native/storage/v20230501/get_table.py +136 -0
- pulumi_azure_native/storage/v20230501/get_table_service_properties.py +123 -0
- pulumi_azure_native/storage/v20230501/list_local_user_keys.py +97 -0
- pulumi_azure_native/storage/v20230501/list_storage_account_keys.py +84 -0
- pulumi_azure_native/storage/v20230501/list_storage_account_sas.py +119 -0
- pulumi_azure_native/storage/v20230501/list_storage_account_service_sas.py +169 -0
- pulumi_azure_native/storage/v20230501/local_user.py +496 -0
- pulumi_azure_native/storage/v20230501/management_policy.py +217 -0
- pulumi_azure_native/storage/v20230501/object_replication_policy.py +285 -0
- pulumi_azure_native/storage/v20230501/outputs.py +5640 -0
- pulumi_azure_native/storage/v20230501/private_endpoint_connection.py +227 -0
- pulumi_azure_native/storage/v20230501/queue.py +211 -0
- pulumi_azure_native/storage/v20230501/queue_service_properties.py +206 -0
- pulumi_azure_native/storage/v20230501/storage_account.py +1169 -0
- pulumi_azure_native/storage/v20230501/storage_task_assignment.py +216 -0
- pulumi_azure_native/storage/v20230501/table.py +214 -0
- pulumi_azure_native/storage/v20230501/table_service_properties.py +206 -0
- pulumi_azure_native/storageactions/_inputs.py +2 -2
- pulumi_azure_native/storageactions/get_storage_task.py +1 -1
- pulumi_azure_native/storageactions/outputs.py +2 -2
- pulumi_azure_native/storageactions/storage_task.py +18 -17
- pulumi_azure_native/storageactions/v20230101/_inputs.py +2 -2
- pulumi_azure_native/storageactions/v20230101/get_storage_task.py +1 -1
- pulumi_azure_native/storageactions/v20230101/outputs.py +2 -2
- pulumi_azure_native/storageactions/v20230101/storage_task.py +18 -17
- pulumi_azure_native/workloads/__init__.py +3 -0
- pulumi_azure_native/workloads/_enums.py +15 -0
- pulumi_azure_native/workloads/get_monitor.py +4 -0
- pulumi_azure_native/workloads/get_provider_instance.py +2 -2
- pulumi_azure_native/workloads/get_sap_landscape_monitor.py +2 -2
- pulumi_azure_native/workloads/monitor.py +5 -1
- pulumi_azure_native/workloads/provider_instance.py +3 -3
- pulumi_azure_native/workloads/sap_landscape_monitor.py +3 -3
- pulumi_azure_native/workloads/v20230401/monitor.py +1 -1
- pulumi_azure_native/workloads/v20230401/provider_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_landscape_monitor.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/monitor.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/provider_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_landscape_monitor.py +1 -1
- pulumi_azure_native/workloads/v20231201preview/__init__.py +16 -0
- pulumi_azure_native/workloads/v20231201preview/_enums.py +68 -0
- pulumi_azure_native/workloads/v20231201preview/_inputs.py +1216 -0
- pulumi_azure_native/workloads/v20231201preview/get_monitor.py +300 -0
- pulumi_azure_native/workloads/v20231201preview/get_provider_instance.py +175 -0
- pulumi_azure_native/workloads/v20231201preview/get_sap_landscape_monitor.py +157 -0
- pulumi_azure_native/workloads/v20231201preview/monitor.py +496 -0
- pulumi_azure_native/workloads/v20231201preview/outputs.py +1583 -0
- pulumi_azure_native/workloads/v20231201preview/provider_instance.py +246 -0
- pulumi_azure_native/workloads/v20231201preview/sap_landscape_monitor.py +234 -0
- {pulumi_azure_native-2.40.0a1714997514.dist-info → pulumi_azure_native-2.41.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.40.0a1714997514.dist-info → pulumi_azure_native-2.41.0.dist-info}/RECORD +746 -530
- {pulumi_azure_native-2.40.0a1714997514.dist-info → pulumi_azure_native-2.41.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.40.0a1714997514.dist-info → pulumi_azure_native-2.41.0.dist-info}/top_level.txt +0 -0
|
@@ -36,6 +36,8 @@ __all__ = [
|
|
|
36
36
|
'EncryptionServiceResponse',
|
|
37
37
|
'EncryptionServicesResponse',
|
|
38
38
|
'EndpointsResponse',
|
|
39
|
+
'ExecutionTargetResponse',
|
|
40
|
+
'ExecutionTriggerResponse',
|
|
39
41
|
'ExtendedLocationResponse',
|
|
40
42
|
'GeoReplicationStatsResponse',
|
|
41
43
|
'IPRuleResponse',
|
|
@@ -78,11 +80,16 @@ __all__ = [
|
|
|
78
80
|
'StorageAccountKeyResponse',
|
|
79
81
|
'StorageAccountMicrosoftEndpointsResponse',
|
|
80
82
|
'StorageAccountSkuConversionStatusResponse',
|
|
83
|
+
'StorageTaskAssignmentExecutionContextResponse',
|
|
84
|
+
'StorageTaskAssignmentPropertiesResponse',
|
|
85
|
+
'StorageTaskAssignmentReportResponse',
|
|
86
|
+
'StorageTaskReportPropertiesResponse',
|
|
81
87
|
'SystemDataResponse',
|
|
82
88
|
'TableAccessPolicyResponse',
|
|
83
89
|
'TableSignedIdentifierResponse',
|
|
84
90
|
'TagFilterResponse',
|
|
85
91
|
'TagPropertyResponse',
|
|
92
|
+
'TriggerParametersResponse',
|
|
86
93
|
'UpdateHistoryPropertyResponse',
|
|
87
94
|
'UserAssignedIdentityResponse',
|
|
88
95
|
'VirtualNetworkRuleResponse',
|
|
@@ -1796,6 +1803,90 @@ class EndpointsResponse(dict):
|
|
|
1796
1803
|
return pulumi.get(self, "microsoft_endpoints")
|
|
1797
1804
|
|
|
1798
1805
|
|
|
1806
|
+
@pulumi.output_type
|
|
1807
|
+
class ExecutionTargetResponse(dict):
|
|
1808
|
+
"""
|
|
1809
|
+
Target helps provide filter parameters for the objects in the storage account and forms the execution context for the storage task
|
|
1810
|
+
"""
|
|
1811
|
+
@staticmethod
|
|
1812
|
+
def __key_warning(key: str):
|
|
1813
|
+
suggest = None
|
|
1814
|
+
if key == "excludePrefix":
|
|
1815
|
+
suggest = "exclude_prefix"
|
|
1816
|
+
|
|
1817
|
+
if suggest:
|
|
1818
|
+
pulumi.log.warn(f"Key '{key}' not found in ExecutionTargetResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1819
|
+
|
|
1820
|
+
def __getitem__(self, key: str) -> Any:
|
|
1821
|
+
ExecutionTargetResponse.__key_warning(key)
|
|
1822
|
+
return super().__getitem__(key)
|
|
1823
|
+
|
|
1824
|
+
def get(self, key: str, default = None) -> Any:
|
|
1825
|
+
ExecutionTargetResponse.__key_warning(key)
|
|
1826
|
+
return super().get(key, default)
|
|
1827
|
+
|
|
1828
|
+
def __init__(__self__, *,
|
|
1829
|
+
prefix: Sequence[str],
|
|
1830
|
+
exclude_prefix: Optional[Sequence[str]] = None):
|
|
1831
|
+
"""
|
|
1832
|
+
Target helps provide filter parameters for the objects in the storage account and forms the execution context for the storage task
|
|
1833
|
+
:param Sequence[str] prefix: Required list of object prefixes to be included for task execution
|
|
1834
|
+
:param Sequence[str] exclude_prefix: List of object prefixes to be excluded from task execution. If there is a conflict between include and exclude prefixes, the exclude prefix will be the determining factor
|
|
1835
|
+
"""
|
|
1836
|
+
pulumi.set(__self__, "prefix", prefix)
|
|
1837
|
+
if exclude_prefix is not None:
|
|
1838
|
+
pulumi.set(__self__, "exclude_prefix", exclude_prefix)
|
|
1839
|
+
|
|
1840
|
+
@property
|
|
1841
|
+
@pulumi.getter
|
|
1842
|
+
def prefix(self) -> Sequence[str]:
|
|
1843
|
+
"""
|
|
1844
|
+
Required list of object prefixes to be included for task execution
|
|
1845
|
+
"""
|
|
1846
|
+
return pulumi.get(self, "prefix")
|
|
1847
|
+
|
|
1848
|
+
@property
|
|
1849
|
+
@pulumi.getter(name="excludePrefix")
|
|
1850
|
+
def exclude_prefix(self) -> Optional[Sequence[str]]:
|
|
1851
|
+
"""
|
|
1852
|
+
List of object prefixes to be excluded from task execution. If there is a conflict between include and exclude prefixes, the exclude prefix will be the determining factor
|
|
1853
|
+
"""
|
|
1854
|
+
return pulumi.get(self, "exclude_prefix")
|
|
1855
|
+
|
|
1856
|
+
|
|
1857
|
+
@pulumi.output_type
|
|
1858
|
+
class ExecutionTriggerResponse(dict):
|
|
1859
|
+
"""
|
|
1860
|
+
Execution trigger for storage task assignment
|
|
1861
|
+
"""
|
|
1862
|
+
def __init__(__self__, *,
|
|
1863
|
+
parameters: 'outputs.TriggerParametersResponse',
|
|
1864
|
+
type: str):
|
|
1865
|
+
"""
|
|
1866
|
+
Execution trigger for storage task assignment
|
|
1867
|
+
:param 'TriggerParametersResponse' parameters: The trigger parameters of the storage task assignment execution
|
|
1868
|
+
:param str type: The trigger type of the storage task assignment execution
|
|
1869
|
+
"""
|
|
1870
|
+
pulumi.set(__self__, "parameters", parameters)
|
|
1871
|
+
pulumi.set(__self__, "type", type)
|
|
1872
|
+
|
|
1873
|
+
@property
|
|
1874
|
+
@pulumi.getter
|
|
1875
|
+
def parameters(self) -> 'outputs.TriggerParametersResponse':
|
|
1876
|
+
"""
|
|
1877
|
+
The trigger parameters of the storage task assignment execution
|
|
1878
|
+
"""
|
|
1879
|
+
return pulumi.get(self, "parameters")
|
|
1880
|
+
|
|
1881
|
+
@property
|
|
1882
|
+
@pulumi.getter
|
|
1883
|
+
def type(self) -> str:
|
|
1884
|
+
"""
|
|
1885
|
+
The trigger type of the storage task assignment execution
|
|
1886
|
+
"""
|
|
1887
|
+
return pulumi.get(self, "type")
|
|
1888
|
+
|
|
1889
|
+
|
|
1799
1890
|
@pulumi.output_type
|
|
1800
1891
|
class ExtendedLocationResponse(dict):
|
|
1801
1892
|
"""
|
|
@@ -4386,6 +4477,381 @@ class StorageAccountSkuConversionStatusResponse(dict):
|
|
|
4386
4477
|
return pulumi.get(self, "target_sku_name")
|
|
4387
4478
|
|
|
4388
4479
|
|
|
4480
|
+
@pulumi.output_type
|
|
4481
|
+
class StorageTaskAssignmentExecutionContextResponse(dict):
|
|
4482
|
+
"""
|
|
4483
|
+
Execution context of the storage task assignment.
|
|
4484
|
+
"""
|
|
4485
|
+
def __init__(__self__, *,
|
|
4486
|
+
target: 'outputs.ExecutionTargetResponse',
|
|
4487
|
+
trigger: 'outputs.ExecutionTriggerResponse'):
|
|
4488
|
+
"""
|
|
4489
|
+
Execution context of the storage task assignment.
|
|
4490
|
+
:param 'ExecutionTargetResponse' target: Execution target of the storage task assignment
|
|
4491
|
+
:param 'ExecutionTriggerResponse' trigger: Execution trigger of the storage task assignment
|
|
4492
|
+
"""
|
|
4493
|
+
pulumi.set(__self__, "target", target)
|
|
4494
|
+
pulumi.set(__self__, "trigger", trigger)
|
|
4495
|
+
|
|
4496
|
+
@property
|
|
4497
|
+
@pulumi.getter
|
|
4498
|
+
def target(self) -> 'outputs.ExecutionTargetResponse':
|
|
4499
|
+
"""
|
|
4500
|
+
Execution target of the storage task assignment
|
|
4501
|
+
"""
|
|
4502
|
+
return pulumi.get(self, "target")
|
|
4503
|
+
|
|
4504
|
+
@property
|
|
4505
|
+
@pulumi.getter
|
|
4506
|
+
def trigger(self) -> 'outputs.ExecutionTriggerResponse':
|
|
4507
|
+
"""
|
|
4508
|
+
Execution trigger of the storage task assignment
|
|
4509
|
+
"""
|
|
4510
|
+
return pulumi.get(self, "trigger")
|
|
4511
|
+
|
|
4512
|
+
|
|
4513
|
+
@pulumi.output_type
|
|
4514
|
+
class StorageTaskAssignmentPropertiesResponse(dict):
|
|
4515
|
+
"""
|
|
4516
|
+
Properties of the storage task assignment.
|
|
4517
|
+
"""
|
|
4518
|
+
@staticmethod
|
|
4519
|
+
def __key_warning(key: str):
|
|
4520
|
+
suggest = None
|
|
4521
|
+
if key == "executionContext":
|
|
4522
|
+
suggest = "execution_context"
|
|
4523
|
+
elif key == "provisioningState":
|
|
4524
|
+
suggest = "provisioning_state"
|
|
4525
|
+
elif key == "taskId":
|
|
4526
|
+
suggest = "task_id"
|
|
4527
|
+
elif key == "runStatus":
|
|
4528
|
+
suggest = "run_status"
|
|
4529
|
+
|
|
4530
|
+
if suggest:
|
|
4531
|
+
pulumi.log.warn(f"Key '{key}' not found in StorageTaskAssignmentPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4532
|
+
|
|
4533
|
+
def __getitem__(self, key: str) -> Any:
|
|
4534
|
+
StorageTaskAssignmentPropertiesResponse.__key_warning(key)
|
|
4535
|
+
return super().__getitem__(key)
|
|
4536
|
+
|
|
4537
|
+
def get(self, key: str, default = None) -> Any:
|
|
4538
|
+
StorageTaskAssignmentPropertiesResponse.__key_warning(key)
|
|
4539
|
+
return super().get(key, default)
|
|
4540
|
+
|
|
4541
|
+
def __init__(__self__, *,
|
|
4542
|
+
description: str,
|
|
4543
|
+
enabled: bool,
|
|
4544
|
+
execution_context: 'outputs.StorageTaskAssignmentExecutionContextResponse',
|
|
4545
|
+
provisioning_state: str,
|
|
4546
|
+
report: 'outputs.StorageTaskAssignmentReportResponse',
|
|
4547
|
+
task_id: str,
|
|
4548
|
+
run_status: Optional['outputs.StorageTaskReportPropertiesResponse'] = None):
|
|
4549
|
+
"""
|
|
4550
|
+
Properties of the storage task assignment.
|
|
4551
|
+
:param str description: Text that describes the purpose of the storage task assignment
|
|
4552
|
+
:param bool enabled: Whether the storage task assignment is enabled or not
|
|
4553
|
+
:param 'StorageTaskAssignmentExecutionContextResponse' execution_context: The storage task assignment execution context
|
|
4554
|
+
:param str provisioning_state: Represents the provisioning state of the storage task assignment.
|
|
4555
|
+
:param 'StorageTaskAssignmentReportResponse' report: The storage task assignment report
|
|
4556
|
+
:param str task_id: Id of the corresponding storage task
|
|
4557
|
+
:param 'StorageTaskReportPropertiesResponse' run_status: Run status of storage task assignment
|
|
4558
|
+
"""
|
|
4559
|
+
pulumi.set(__self__, "description", description)
|
|
4560
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
4561
|
+
pulumi.set(__self__, "execution_context", execution_context)
|
|
4562
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
4563
|
+
pulumi.set(__self__, "report", report)
|
|
4564
|
+
pulumi.set(__self__, "task_id", task_id)
|
|
4565
|
+
if run_status is not None:
|
|
4566
|
+
pulumi.set(__self__, "run_status", run_status)
|
|
4567
|
+
|
|
4568
|
+
@property
|
|
4569
|
+
@pulumi.getter
|
|
4570
|
+
def description(self) -> str:
|
|
4571
|
+
"""
|
|
4572
|
+
Text that describes the purpose of the storage task assignment
|
|
4573
|
+
"""
|
|
4574
|
+
return pulumi.get(self, "description")
|
|
4575
|
+
|
|
4576
|
+
@property
|
|
4577
|
+
@pulumi.getter
|
|
4578
|
+
def enabled(self) -> bool:
|
|
4579
|
+
"""
|
|
4580
|
+
Whether the storage task assignment is enabled or not
|
|
4581
|
+
"""
|
|
4582
|
+
return pulumi.get(self, "enabled")
|
|
4583
|
+
|
|
4584
|
+
@property
|
|
4585
|
+
@pulumi.getter(name="executionContext")
|
|
4586
|
+
def execution_context(self) -> 'outputs.StorageTaskAssignmentExecutionContextResponse':
|
|
4587
|
+
"""
|
|
4588
|
+
The storage task assignment execution context
|
|
4589
|
+
"""
|
|
4590
|
+
return pulumi.get(self, "execution_context")
|
|
4591
|
+
|
|
4592
|
+
@property
|
|
4593
|
+
@pulumi.getter(name="provisioningState")
|
|
4594
|
+
def provisioning_state(self) -> str:
|
|
4595
|
+
"""
|
|
4596
|
+
Represents the provisioning state of the storage task assignment.
|
|
4597
|
+
"""
|
|
4598
|
+
return pulumi.get(self, "provisioning_state")
|
|
4599
|
+
|
|
4600
|
+
@property
|
|
4601
|
+
@pulumi.getter
|
|
4602
|
+
def report(self) -> 'outputs.StorageTaskAssignmentReportResponse':
|
|
4603
|
+
"""
|
|
4604
|
+
The storage task assignment report
|
|
4605
|
+
"""
|
|
4606
|
+
return pulumi.get(self, "report")
|
|
4607
|
+
|
|
4608
|
+
@property
|
|
4609
|
+
@pulumi.getter(name="taskId")
|
|
4610
|
+
def task_id(self) -> str:
|
|
4611
|
+
"""
|
|
4612
|
+
Id of the corresponding storage task
|
|
4613
|
+
"""
|
|
4614
|
+
return pulumi.get(self, "task_id")
|
|
4615
|
+
|
|
4616
|
+
@property
|
|
4617
|
+
@pulumi.getter(name="runStatus")
|
|
4618
|
+
def run_status(self) -> Optional['outputs.StorageTaskReportPropertiesResponse']:
|
|
4619
|
+
"""
|
|
4620
|
+
Run status of storage task assignment
|
|
4621
|
+
"""
|
|
4622
|
+
return pulumi.get(self, "run_status")
|
|
4623
|
+
|
|
4624
|
+
|
|
4625
|
+
@pulumi.output_type
|
|
4626
|
+
class StorageTaskAssignmentReportResponse(dict):
|
|
4627
|
+
"""
|
|
4628
|
+
The storage task assignment report
|
|
4629
|
+
"""
|
|
4630
|
+
def __init__(__self__, *,
|
|
4631
|
+
prefix: str):
|
|
4632
|
+
"""
|
|
4633
|
+
The storage task assignment report
|
|
4634
|
+
:param str prefix: The container prefix for the location of storage task assignment report
|
|
4635
|
+
"""
|
|
4636
|
+
pulumi.set(__self__, "prefix", prefix)
|
|
4637
|
+
|
|
4638
|
+
@property
|
|
4639
|
+
@pulumi.getter
|
|
4640
|
+
def prefix(self) -> str:
|
|
4641
|
+
"""
|
|
4642
|
+
The container prefix for the location of storage task assignment report
|
|
4643
|
+
"""
|
|
4644
|
+
return pulumi.get(self, "prefix")
|
|
4645
|
+
|
|
4646
|
+
|
|
4647
|
+
@pulumi.output_type
|
|
4648
|
+
class StorageTaskReportPropertiesResponse(dict):
|
|
4649
|
+
"""
|
|
4650
|
+
Storage task execution report for a run instance.
|
|
4651
|
+
"""
|
|
4652
|
+
@staticmethod
|
|
4653
|
+
def __key_warning(key: str):
|
|
4654
|
+
suggest = None
|
|
4655
|
+
if key == "finishTime":
|
|
4656
|
+
suggest = "finish_time"
|
|
4657
|
+
elif key == "objectFailedCount":
|
|
4658
|
+
suggest = "object_failed_count"
|
|
4659
|
+
elif key == "objectsOperatedOnCount":
|
|
4660
|
+
suggest = "objects_operated_on_count"
|
|
4661
|
+
elif key == "objectsSucceededCount":
|
|
4662
|
+
suggest = "objects_succeeded_count"
|
|
4663
|
+
elif key == "objectsTargetedCount":
|
|
4664
|
+
suggest = "objects_targeted_count"
|
|
4665
|
+
elif key == "runResult":
|
|
4666
|
+
suggest = "run_result"
|
|
4667
|
+
elif key == "runStatusEnum":
|
|
4668
|
+
suggest = "run_status_enum"
|
|
4669
|
+
elif key == "runStatusError":
|
|
4670
|
+
suggest = "run_status_error"
|
|
4671
|
+
elif key == "startTime":
|
|
4672
|
+
suggest = "start_time"
|
|
4673
|
+
elif key == "storageAccountId":
|
|
4674
|
+
suggest = "storage_account_id"
|
|
4675
|
+
elif key == "summaryReportPath":
|
|
4676
|
+
suggest = "summary_report_path"
|
|
4677
|
+
elif key == "taskAssignmentId":
|
|
4678
|
+
suggest = "task_assignment_id"
|
|
4679
|
+
elif key == "taskId":
|
|
4680
|
+
suggest = "task_id"
|
|
4681
|
+
elif key == "taskVersion":
|
|
4682
|
+
suggest = "task_version"
|
|
4683
|
+
|
|
4684
|
+
if suggest:
|
|
4685
|
+
pulumi.log.warn(f"Key '{key}' not found in StorageTaskReportPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4686
|
+
|
|
4687
|
+
def __getitem__(self, key: str) -> Any:
|
|
4688
|
+
StorageTaskReportPropertiesResponse.__key_warning(key)
|
|
4689
|
+
return super().__getitem__(key)
|
|
4690
|
+
|
|
4691
|
+
def get(self, key: str, default = None) -> Any:
|
|
4692
|
+
StorageTaskReportPropertiesResponse.__key_warning(key)
|
|
4693
|
+
return super().get(key, default)
|
|
4694
|
+
|
|
4695
|
+
def __init__(__self__, *,
|
|
4696
|
+
finish_time: str,
|
|
4697
|
+
object_failed_count: str,
|
|
4698
|
+
objects_operated_on_count: str,
|
|
4699
|
+
objects_succeeded_count: str,
|
|
4700
|
+
objects_targeted_count: str,
|
|
4701
|
+
run_result: str,
|
|
4702
|
+
run_status_enum: str,
|
|
4703
|
+
run_status_error: str,
|
|
4704
|
+
start_time: str,
|
|
4705
|
+
storage_account_id: str,
|
|
4706
|
+
summary_report_path: str,
|
|
4707
|
+
task_assignment_id: str,
|
|
4708
|
+
task_id: str,
|
|
4709
|
+
task_version: str):
|
|
4710
|
+
"""
|
|
4711
|
+
Storage task execution report for a run instance.
|
|
4712
|
+
:param str finish_time: End time of the run instance. Filter options such as startTime gt '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for DateTime properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
|
|
4713
|
+
:param str object_failed_count: Total number of objects where task operation failed when was attempted. Filter options such as objectFailedCount eq 0 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
|
|
4714
|
+
:param str objects_operated_on_count: Total number of objects that meet the storage tasks condition and were operated upon. Filter options such as objectsOperatedOnCount ge 100 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
|
|
4715
|
+
:param str objects_succeeded_count: Total number of objects where task operation succeeded when was attempted.Filter options such as objectsSucceededCount gt 150 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
|
|
4716
|
+
:param str objects_targeted_count: Total number of objects that meet the condition as defined in the storage task assignment execution context. Filter options such as objectsTargetedCount gt 50 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
|
|
4717
|
+
:param str run_result: Represents the overall result of the execution for the run instance
|
|
4718
|
+
:param str run_status_enum: Represents the status of the execution.
|
|
4719
|
+
:param str run_status_error: Well known Azure Storage error code that represents the error encountered during execution of the run instance.
|
|
4720
|
+
:param str start_time: Start time of the run instance. Filter options such as startTime gt '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for DateTime properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
|
|
4721
|
+
:param str storage_account_id: Represents the Storage Account Id where the storage task definition was applied and executed.
|
|
4722
|
+
:param str summary_report_path: Full path to the verbose report stored in the reporting container as specified in the assignment execution context for the storage account.
|
|
4723
|
+
:param str task_assignment_id: Represents the Storage Task Assignment Id associated with the storage task that provided an execution context.
|
|
4724
|
+
:param str task_id: Storage Task Arm Id.
|
|
4725
|
+
:param str task_version: Storage Task Version
|
|
4726
|
+
"""
|
|
4727
|
+
pulumi.set(__self__, "finish_time", finish_time)
|
|
4728
|
+
pulumi.set(__self__, "object_failed_count", object_failed_count)
|
|
4729
|
+
pulumi.set(__self__, "objects_operated_on_count", objects_operated_on_count)
|
|
4730
|
+
pulumi.set(__self__, "objects_succeeded_count", objects_succeeded_count)
|
|
4731
|
+
pulumi.set(__self__, "objects_targeted_count", objects_targeted_count)
|
|
4732
|
+
pulumi.set(__self__, "run_result", run_result)
|
|
4733
|
+
pulumi.set(__self__, "run_status_enum", run_status_enum)
|
|
4734
|
+
pulumi.set(__self__, "run_status_error", run_status_error)
|
|
4735
|
+
pulumi.set(__self__, "start_time", start_time)
|
|
4736
|
+
pulumi.set(__self__, "storage_account_id", storage_account_id)
|
|
4737
|
+
pulumi.set(__self__, "summary_report_path", summary_report_path)
|
|
4738
|
+
pulumi.set(__self__, "task_assignment_id", task_assignment_id)
|
|
4739
|
+
pulumi.set(__self__, "task_id", task_id)
|
|
4740
|
+
pulumi.set(__self__, "task_version", task_version)
|
|
4741
|
+
|
|
4742
|
+
@property
|
|
4743
|
+
@pulumi.getter(name="finishTime")
|
|
4744
|
+
def finish_time(self) -> str:
|
|
4745
|
+
"""
|
|
4746
|
+
End time of the run instance. Filter options such as startTime gt '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for DateTime properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
|
|
4747
|
+
"""
|
|
4748
|
+
return pulumi.get(self, "finish_time")
|
|
4749
|
+
|
|
4750
|
+
@property
|
|
4751
|
+
@pulumi.getter(name="objectFailedCount")
|
|
4752
|
+
def object_failed_count(self) -> str:
|
|
4753
|
+
"""
|
|
4754
|
+
Total number of objects where task operation failed when was attempted. Filter options such as objectFailedCount eq 0 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
|
|
4755
|
+
"""
|
|
4756
|
+
return pulumi.get(self, "object_failed_count")
|
|
4757
|
+
|
|
4758
|
+
@property
|
|
4759
|
+
@pulumi.getter(name="objectsOperatedOnCount")
|
|
4760
|
+
def objects_operated_on_count(self) -> str:
|
|
4761
|
+
"""
|
|
4762
|
+
Total number of objects that meet the storage tasks condition and were operated upon. Filter options such as objectsOperatedOnCount ge 100 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
|
|
4763
|
+
"""
|
|
4764
|
+
return pulumi.get(self, "objects_operated_on_count")
|
|
4765
|
+
|
|
4766
|
+
@property
|
|
4767
|
+
@pulumi.getter(name="objectsSucceededCount")
|
|
4768
|
+
def objects_succeeded_count(self) -> str:
|
|
4769
|
+
"""
|
|
4770
|
+
Total number of objects where task operation succeeded when was attempted.Filter options such as objectsSucceededCount gt 150 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
|
|
4771
|
+
"""
|
|
4772
|
+
return pulumi.get(self, "objects_succeeded_count")
|
|
4773
|
+
|
|
4774
|
+
@property
|
|
4775
|
+
@pulumi.getter(name="objectsTargetedCount")
|
|
4776
|
+
def objects_targeted_count(self) -> str:
|
|
4777
|
+
"""
|
|
4778
|
+
Total number of objects that meet the condition as defined in the storage task assignment execution context. Filter options such as objectsTargetedCount gt 50 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
|
|
4779
|
+
"""
|
|
4780
|
+
return pulumi.get(self, "objects_targeted_count")
|
|
4781
|
+
|
|
4782
|
+
@property
|
|
4783
|
+
@pulumi.getter(name="runResult")
|
|
4784
|
+
def run_result(self) -> str:
|
|
4785
|
+
"""
|
|
4786
|
+
Represents the overall result of the execution for the run instance
|
|
4787
|
+
"""
|
|
4788
|
+
return pulumi.get(self, "run_result")
|
|
4789
|
+
|
|
4790
|
+
@property
|
|
4791
|
+
@pulumi.getter(name="runStatusEnum")
|
|
4792
|
+
def run_status_enum(self) -> str:
|
|
4793
|
+
"""
|
|
4794
|
+
Represents the status of the execution.
|
|
4795
|
+
"""
|
|
4796
|
+
return pulumi.get(self, "run_status_enum")
|
|
4797
|
+
|
|
4798
|
+
@property
|
|
4799
|
+
@pulumi.getter(name="runStatusError")
|
|
4800
|
+
def run_status_error(self) -> str:
|
|
4801
|
+
"""
|
|
4802
|
+
Well known Azure Storage error code that represents the error encountered during execution of the run instance.
|
|
4803
|
+
"""
|
|
4804
|
+
return pulumi.get(self, "run_status_error")
|
|
4805
|
+
|
|
4806
|
+
@property
|
|
4807
|
+
@pulumi.getter(name="startTime")
|
|
4808
|
+
def start_time(self) -> str:
|
|
4809
|
+
"""
|
|
4810
|
+
Start time of the run instance. Filter options such as startTime gt '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for DateTime properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
|
|
4811
|
+
"""
|
|
4812
|
+
return pulumi.get(self, "start_time")
|
|
4813
|
+
|
|
4814
|
+
@property
|
|
4815
|
+
@pulumi.getter(name="storageAccountId")
|
|
4816
|
+
def storage_account_id(self) -> str:
|
|
4817
|
+
"""
|
|
4818
|
+
Represents the Storage Account Id where the storage task definition was applied and executed.
|
|
4819
|
+
"""
|
|
4820
|
+
return pulumi.get(self, "storage_account_id")
|
|
4821
|
+
|
|
4822
|
+
@property
|
|
4823
|
+
@pulumi.getter(name="summaryReportPath")
|
|
4824
|
+
def summary_report_path(self) -> str:
|
|
4825
|
+
"""
|
|
4826
|
+
Full path to the verbose report stored in the reporting container as specified in the assignment execution context for the storage account.
|
|
4827
|
+
"""
|
|
4828
|
+
return pulumi.get(self, "summary_report_path")
|
|
4829
|
+
|
|
4830
|
+
@property
|
|
4831
|
+
@pulumi.getter(name="taskAssignmentId")
|
|
4832
|
+
def task_assignment_id(self) -> str:
|
|
4833
|
+
"""
|
|
4834
|
+
Represents the Storage Task Assignment Id associated with the storage task that provided an execution context.
|
|
4835
|
+
"""
|
|
4836
|
+
return pulumi.get(self, "task_assignment_id")
|
|
4837
|
+
|
|
4838
|
+
@property
|
|
4839
|
+
@pulumi.getter(name="taskId")
|
|
4840
|
+
def task_id(self) -> str:
|
|
4841
|
+
"""
|
|
4842
|
+
Storage Task Arm Id.
|
|
4843
|
+
"""
|
|
4844
|
+
return pulumi.get(self, "task_id")
|
|
4845
|
+
|
|
4846
|
+
@property
|
|
4847
|
+
@pulumi.getter(name="taskVersion")
|
|
4848
|
+
def task_version(self) -> str:
|
|
4849
|
+
"""
|
|
4850
|
+
Storage Task Version
|
|
4851
|
+
"""
|
|
4852
|
+
return pulumi.get(self, "task_version")
|
|
4853
|
+
|
|
4854
|
+
|
|
4389
4855
|
@pulumi.output_type
|
|
4390
4856
|
class SystemDataResponse(dict):
|
|
4391
4857
|
"""
|
|
@@ -4741,6 +5207,100 @@ class TagPropertyResponse(dict):
|
|
|
4741
5207
|
return pulumi.get(self, "upn")
|
|
4742
5208
|
|
|
4743
5209
|
|
|
5210
|
+
@pulumi.output_type
|
|
5211
|
+
class TriggerParametersResponse(dict):
|
|
5212
|
+
"""
|
|
5213
|
+
The trigger parameters update for the storage task assignment execution
|
|
5214
|
+
"""
|
|
5215
|
+
@staticmethod
|
|
5216
|
+
def __key_warning(key: str):
|
|
5217
|
+
suggest = None
|
|
5218
|
+
if key == "endBy":
|
|
5219
|
+
suggest = "end_by"
|
|
5220
|
+
elif key == "intervalUnit":
|
|
5221
|
+
suggest = "interval_unit"
|
|
5222
|
+
elif key == "startFrom":
|
|
5223
|
+
suggest = "start_from"
|
|
5224
|
+
elif key == "startOn":
|
|
5225
|
+
suggest = "start_on"
|
|
5226
|
+
|
|
5227
|
+
if suggest:
|
|
5228
|
+
pulumi.log.warn(f"Key '{key}' not found in TriggerParametersResponse. Access the value via the '{suggest}' property getter instead.")
|
|
5229
|
+
|
|
5230
|
+
def __getitem__(self, key: str) -> Any:
|
|
5231
|
+
TriggerParametersResponse.__key_warning(key)
|
|
5232
|
+
return super().__getitem__(key)
|
|
5233
|
+
|
|
5234
|
+
def get(self, key: str, default = None) -> Any:
|
|
5235
|
+
TriggerParametersResponse.__key_warning(key)
|
|
5236
|
+
return super().get(key, default)
|
|
5237
|
+
|
|
5238
|
+
def __init__(__self__, *,
|
|
5239
|
+
end_by: Optional[str] = None,
|
|
5240
|
+
interval: Optional[int] = None,
|
|
5241
|
+
interval_unit: Optional[str] = None,
|
|
5242
|
+
start_from: Optional[str] = None,
|
|
5243
|
+
start_on: Optional[str] = None):
|
|
5244
|
+
"""
|
|
5245
|
+
The trigger parameters update for the storage task assignment execution
|
|
5246
|
+
:param str end_by: When to end task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
|
|
5247
|
+
:param int interval: Run interval of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
|
|
5248
|
+
:param str interval_unit: Run interval unit of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
|
|
5249
|
+
:param str start_from: When to start task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
|
|
5250
|
+
:param str start_on: When to start task execution. This is an optional field when ExecutionTrigger.properties.type is 'RunOnce'; this property should not be present when ExecutionTrigger.properties.type is 'OnSchedule'
|
|
5251
|
+
"""
|
|
5252
|
+
if end_by is not None:
|
|
5253
|
+
pulumi.set(__self__, "end_by", end_by)
|
|
5254
|
+
if interval is not None:
|
|
5255
|
+
pulumi.set(__self__, "interval", interval)
|
|
5256
|
+
if interval_unit is not None:
|
|
5257
|
+
pulumi.set(__self__, "interval_unit", interval_unit)
|
|
5258
|
+
if start_from is not None:
|
|
5259
|
+
pulumi.set(__self__, "start_from", start_from)
|
|
5260
|
+
if start_on is not None:
|
|
5261
|
+
pulumi.set(__self__, "start_on", start_on)
|
|
5262
|
+
|
|
5263
|
+
@property
|
|
5264
|
+
@pulumi.getter(name="endBy")
|
|
5265
|
+
def end_by(self) -> Optional[str]:
|
|
5266
|
+
"""
|
|
5267
|
+
When to end task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
|
|
5268
|
+
"""
|
|
5269
|
+
return pulumi.get(self, "end_by")
|
|
5270
|
+
|
|
5271
|
+
@property
|
|
5272
|
+
@pulumi.getter
|
|
5273
|
+
def interval(self) -> Optional[int]:
|
|
5274
|
+
"""
|
|
5275
|
+
Run interval of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
|
|
5276
|
+
"""
|
|
5277
|
+
return pulumi.get(self, "interval")
|
|
5278
|
+
|
|
5279
|
+
@property
|
|
5280
|
+
@pulumi.getter(name="intervalUnit")
|
|
5281
|
+
def interval_unit(self) -> Optional[str]:
|
|
5282
|
+
"""
|
|
5283
|
+
Run interval unit of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
|
|
5284
|
+
"""
|
|
5285
|
+
return pulumi.get(self, "interval_unit")
|
|
5286
|
+
|
|
5287
|
+
@property
|
|
5288
|
+
@pulumi.getter(name="startFrom")
|
|
5289
|
+
def start_from(self) -> Optional[str]:
|
|
5290
|
+
"""
|
|
5291
|
+
When to start task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
|
|
5292
|
+
"""
|
|
5293
|
+
return pulumi.get(self, "start_from")
|
|
5294
|
+
|
|
5295
|
+
@property
|
|
5296
|
+
@pulumi.getter(name="startOn")
|
|
5297
|
+
def start_on(self) -> Optional[str]:
|
|
5298
|
+
"""
|
|
5299
|
+
When to start task execution. This is an optional field when ExecutionTrigger.properties.type is 'RunOnce'; this property should not be present when ExecutionTrigger.properties.type is 'OnSchedule'
|
|
5300
|
+
"""
|
|
5301
|
+
return pulumi.get(self, "start_on")
|
|
5302
|
+
|
|
5303
|
+
|
|
4744
5304
|
@pulumi.output_type
|
|
4745
5305
|
class UpdateHistoryPropertyResponse(dict):
|
|
4746
5306
|
"""
|
|
@@ -97,7 +97,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
|
|
|
97
97
|
The Private Endpoint Connection resource.
|
|
98
98
|
Azure REST API version: 2022-09-01. Prior API version in Azure Native 1.x: 2021-02-01.
|
|
99
99
|
|
|
100
|
-
Other available API versions: 2023-01-01, 2023-04-01.
|
|
100
|
+
Other available API versions: 2023-01-01, 2023-04-01, 2023-05-01.
|
|
101
101
|
|
|
102
102
|
:param str resource_name: The name of the resource.
|
|
103
103
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -116,7 +116,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
|
|
|
116
116
|
The Private Endpoint Connection resource.
|
|
117
117
|
Azure REST API version: 2022-09-01. Prior API version in Azure Native 1.x: 2021-02-01.
|
|
118
118
|
|
|
119
|
-
Other available API versions: 2023-01-01, 2023-04-01.
|
|
119
|
+
Other available API versions: 2023-01-01, 2023-04-01, 2023-05-01.
|
|
120
120
|
|
|
121
121
|
:param str resource_name: The name of the resource.
|
|
122
122
|
:param PrivateEndpointConnectionArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -160,7 +160,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
|
|
|
160
160
|
__props__.__dict__["private_endpoint"] = None
|
|
161
161
|
__props__.__dict__["provisioning_state"] = None
|
|
162
162
|
__props__.__dict__["type"] = None
|
|
163
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:storage/v20190601:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:storage/v20200801preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:storage/v20210101:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:storage/v20210201:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:storage/v20210401:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:storage/v20210601:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:storage/v20210801:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:storage/v20210901:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:storage/v20220501:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:storage/v20220901:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:storage/v20230101:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:storage/v20230401:PrivateEndpointConnection")])
|
|
163
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:storage/v20190601:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:storage/v20200801preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:storage/v20210101:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:storage/v20210201:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:storage/v20210401:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:storage/v20210601:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:storage/v20210801:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:storage/v20210901:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:storage/v20220501:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:storage/v20220901:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:storage/v20230101:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:storage/v20230401:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:storage/v20230501:PrivateEndpointConnection")])
|
|
164
164
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
165
165
|
super(PrivateEndpointConnection, __self__).__init__(
|
|
166
166
|
'azure-native:storage:PrivateEndpointConnection',
|
|
@@ -94,7 +94,7 @@ class Queue(pulumi.CustomResource):
|
|
|
94
94
|
"""
|
|
95
95
|
Azure REST API version: 2022-09-01. Prior API version in Azure Native 1.x: 2021-02-01.
|
|
96
96
|
|
|
97
|
-
Other available API versions: 2023-01-01, 2023-04-01.
|
|
97
|
+
Other available API versions: 2023-01-01, 2023-04-01, 2023-05-01.
|
|
98
98
|
|
|
99
99
|
:param str resource_name: The name of the resource.
|
|
100
100
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -112,7 +112,7 @@ class Queue(pulumi.CustomResource):
|
|
|
112
112
|
"""
|
|
113
113
|
Azure REST API version: 2022-09-01. Prior API version in Azure Native 1.x: 2021-02-01.
|
|
114
114
|
|
|
115
|
-
Other available API versions: 2023-01-01, 2023-04-01.
|
|
115
|
+
Other available API versions: 2023-01-01, 2023-04-01, 2023-05-01.
|
|
116
116
|
|
|
117
117
|
:param str resource_name: The name of the resource.
|
|
118
118
|
:param QueueArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -153,7 +153,7 @@ class Queue(pulumi.CustomResource):
|
|
|
153
153
|
__props__.__dict__["approximate_message_count"] = None
|
|
154
154
|
__props__.__dict__["name"] = None
|
|
155
155
|
__props__.__dict__["type"] = None
|
|
156
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:storage/v20190601:Queue"), pulumi.Alias(type_="azure-native:storage/v20200801preview:Queue"), pulumi.Alias(type_="azure-native:storage/v20210101:Queue"), pulumi.Alias(type_="azure-native:storage/v20210201:Queue"), pulumi.Alias(type_="azure-native:storage/v20210401:Queue"), pulumi.Alias(type_="azure-native:storage/v20210601:Queue"), pulumi.Alias(type_="azure-native:storage/v20210801:Queue"), pulumi.Alias(type_="azure-native:storage/v20210901:Queue"), pulumi.Alias(type_="azure-native:storage/v20220501:Queue"), pulumi.Alias(type_="azure-native:storage/v20220901:Queue"), pulumi.Alias(type_="azure-native:storage/v20230101:Queue"), pulumi.Alias(type_="azure-native:storage/v20230401:Queue")])
|
|
156
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:storage/v20190601:Queue"), pulumi.Alias(type_="azure-native:storage/v20200801preview:Queue"), pulumi.Alias(type_="azure-native:storage/v20210101:Queue"), pulumi.Alias(type_="azure-native:storage/v20210201:Queue"), pulumi.Alias(type_="azure-native:storage/v20210401:Queue"), pulumi.Alias(type_="azure-native:storage/v20210601:Queue"), pulumi.Alias(type_="azure-native:storage/v20210801:Queue"), pulumi.Alias(type_="azure-native:storage/v20210901:Queue"), pulumi.Alias(type_="azure-native:storage/v20220501:Queue"), pulumi.Alias(type_="azure-native:storage/v20220901:Queue"), pulumi.Alias(type_="azure-native:storage/v20230101:Queue"), pulumi.Alias(type_="azure-native:storage/v20230401:Queue"), pulumi.Alias(type_="azure-native:storage/v20230501:Queue")])
|
|
157
157
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
158
158
|
super(Queue, __self__).__init__(
|
|
159
159
|
'azure-native:storage:Queue',
|