pulumi-azure-native 2.38.1a1713975200__py3-none-any.whl → 2.38.1a1714385438__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 +173 -63
- pulumi_azure_native/authorization/v20240401/_enums.py +11 -0
- pulumi_azure_native/authorization/v20240401/get_policy_assignment.py +14 -14
- pulumi_azure_native/authorization/v20240401/policy_assignment.py +29 -29
- pulumi_azure_native/cache/v20230501preview/_inputs.py +16 -0
- pulumi_azure_native/cache/v20230501preview/outputs.py +14 -0
- pulumi_azure_native/cache/v20230801/_inputs.py +16 -0
- pulumi_azure_native/cache/v20230801/outputs.py +14 -0
- pulumi_azure_native/connectedvmwarevsphere/__init__.py +3 -0
- pulumi_azure_native/connectedvmwarevsphere/cluster.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/datastore.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/get_cluster.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_datastore.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_host.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_inventory_item.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_resource_pool.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_v_center.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_virtual_machine_template.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_virtual_network.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_vm_instance_guest_agent.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/host.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/inventory_item.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/resource_pool.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/v20220715preview/cluster.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20220715preview/datastore.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20220715preview/host.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20220715preview/inventory_item.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20220715preview/resource_pool.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20220715preview/v_center.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20220715preview/virtual_machine_template.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20220715preview/virtual_network.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/cluster.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/datastore.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/host.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/inventory_item.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/resource_pool.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/v_center.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/virtual_machine_template.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/virtual_network.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/vm_instance_guest_agent.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/cluster.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/datastore.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/host.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/inventory_item.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/resource_pool.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/v_center.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/virtual_machine_instance.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/virtual_machine_template.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/virtual_network.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/vm_instance_guest_agent.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231201/__init__.py +30 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/_enums.py +110 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/_inputs.py +1119 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/cluster.py +478 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/datastore.py +438 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_cluster.py +352 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_datastore.py +300 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_host.py +352 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_inventory_item.py +201 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_resource_pool.py +436 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_v_center.py +300 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_virtual_machine_instance.py +269 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_virtual_machine_template.py +419 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_virtual_network.py +274 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_vm_instance_guest_agent.py +230 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/host.py +478 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/inventory_item.py +342 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/outputs.py +1848 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/resource_pool.py +544 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/v_center.py +439 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/virtual_machine_instance.py +418 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/virtual_machine_template.py +533 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/virtual_network.py +418 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/vm_instance_guest_agent.py +312 -0
- pulumi_azure_native/connectedvmwarevsphere/v_center.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/virtual_machine_instance.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/virtual_machine_template.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/virtual_network.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/vm_instance_guest_agent.py +3 -3
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/fleet.py +3 -3
- pulumi_azure_native/containerservice/fleet_member.py +3 -3
- pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
- pulumi_azure_native/containerservice/get_fleet.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
- pulumi_azure_native/containerservice/get_update_run.py +2 -2
- pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
- pulumi_azure_native/containerservice/update_run.py +3 -3
- pulumi_azure_native/containerservice/v20220702preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20220702preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230315preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20230315preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230315preview/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20230615preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20230615preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230615preview/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/fleet_update_strategy.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20231015/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20231015/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20231015/fleet_update_strategy.py +1 -1
- pulumi_azure_native/containerservice/v20231015/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/fleet_update_strategy.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20240401/__init__.py +19 -0
- pulumi_azure_native/containerservice/v20240401/_enums.py +53 -0
- pulumi_azure_native/containerservice/v20240401/_inputs.py +394 -0
- pulumi_azure_native/containerservice/v20240401/fleet.py +302 -0
- pulumi_azure_native/containerservice/v20240401/fleet_member.py +264 -0
- pulumi_azure_native/containerservice/v20240401/fleet_update_strategy.py +236 -0
- pulumi_azure_native/containerservice/v20240401/get_fleet.py +196 -0
- pulumi_azure_native/containerservice/v20240401/get_fleet_member.py +175 -0
- pulumi_azure_native/containerservice/v20240401/get_fleet_update_strategy.py +162 -0
- pulumi_azure_native/containerservice/v20240401/get_update_run.py +214 -0
- pulumi_azure_native/containerservice/v20240401/list_fleet_credentials.py +79 -0
- pulumi_azure_native/containerservice/v20240401/outputs.py +1318 -0
- pulumi_azure_native/containerservice/v20240401/update_run.py +357 -0
- pulumi_azure_native/costmanagement/__init__.py +3 -0
- pulumi_azure_native/costmanagement/export.py +3 -3
- pulumi_azure_native/costmanagement/get_export.py +2 -2
- pulumi_azure_native/costmanagement/get_scheduled_action.py +2 -2
- pulumi_azure_native/costmanagement/get_scheduled_action_by_scope.py +2 -2
- pulumi_azure_native/costmanagement/get_view.py +2 -2
- pulumi_azure_native/costmanagement/get_view_by_scope.py +2 -2
- pulumi_azure_native/costmanagement/scheduled_action.py +3 -3
- pulumi_azure_native/costmanagement/scheduled_action_by_scope.py +3 -3
- pulumi_azure_native/costmanagement/v20191001/export.py +1 -1
- pulumi_azure_native/costmanagement/v20191101/view.py +1 -1
- pulumi_azure_native/costmanagement/v20191101/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20200601/view.py +1 -1
- pulumi_azure_native/costmanagement/v20200601/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20221001/view.py +1 -1
- pulumi_azure_native/costmanagement/v20221001/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20221005preview/view.py +1 -1
- pulumi_azure_native/costmanagement/v20221005preview/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230301/export.py +1 -1
- pulumi_azure_native/costmanagement/v20230301/scheduled_action.py +1 -1
- pulumi_azure_native/costmanagement/v20230301/scheduled_action_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230301/view.py +1 -1
- pulumi_azure_native/costmanagement/v20230301/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/export.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/scheduled_action.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/scheduled_action_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/view.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230701preview/__init__.py +20 -0
- pulumi_azure_native/costmanagement/v20230701preview/_enums.py +325 -0
- pulumi_azure_native/costmanagement/v20230701preview/_inputs.py +1255 -0
- pulumi_azure_native/costmanagement/v20230701preview/export.py +507 -0
- pulumi_azure_native/costmanagement/v20230701preview/get_export.py +292 -0
- pulumi_azure_native/costmanagement/v20230701preview/get_scheduled_action.py +243 -0
- pulumi_azure_native/costmanagement/v20230701preview/get_scheduled_action_by_scope.py +248 -0
- pulumi_azure_native/costmanagement/v20230701preview/get_view.py +308 -0
- pulumi_azure_native/costmanagement/v20230701preview/get_view_by_scope.py +313 -0
- pulumi_azure_native/costmanagement/v20230701preview/outputs.py +1943 -0
- pulumi_azure_native/costmanagement/v20230701preview/scheduled_action.py +420 -0
- pulumi_azure_native/costmanagement/v20230701preview/scheduled_action_by_scope.py +421 -0
- pulumi_azure_native/costmanagement/v20230701preview/view.py +582 -0
- pulumi_azure_native/costmanagement/v20230701preview/view_by_scope.py +583 -0
- pulumi_azure_native/costmanagement/v20230801/export.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/scheduled_action.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/scheduled_action_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/view.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230901/export.py +1 -1
- pulumi_azure_native/costmanagement/v20230901/scheduled_action.py +1 -1
- pulumi_azure_native/costmanagement/v20230901/scheduled_action_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230901/view.py +1 -1
- pulumi_azure_native/costmanagement/v20230901/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/export.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/scheduled_action.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/scheduled_action_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/view.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/view.py +3 -3
- pulumi_azure_native/costmanagement/view_by_scope.py +3 -3
- pulumi_azure_native/databox/v20240301preview/_enums.py +0 -31
- pulumi_azure_native/databox/v20240301preview/_inputs.py +1 -17
- pulumi_azure_native/databox/v20240301preview/outputs.py +12 -13
- pulumi_azure_native/datafactory/_enums.py +51 -0
- pulumi_azure_native/datafactory/_inputs.py +1827 -78
- pulumi_azure_native/datafactory/outputs.py +1563 -72
- pulumi_azure_native/datafactory/v20180601/_enums.py +51 -0
- pulumi_azure_native/datafactory/v20180601/_inputs.py +1827 -78
- pulumi_azure_native/datafactory/v20180601/outputs.py +1563 -72
- pulumi_azure_native/devopsinfrastructure/__init__.py +3 -0
- pulumi_azure_native/devopsinfrastructure/get_pool.py +2 -2
- pulumi_azure_native/devopsinfrastructure/pool.py +3 -3
- pulumi_azure_native/devopsinfrastructure/v20231030preview/pool.py +1 -1
- pulumi_azure_native/devopsinfrastructure/v20231213preview/pool.py +1 -1
- pulumi_azure_native/devopsinfrastructure/v20240326preview/pool.py +1 -1
- pulumi_azure_native/{machinelearningcompute/v20170801preview → devopsinfrastructure/v20240404preview}/__init__.py +2 -3
- pulumi_azure_native/devopsinfrastructure/v20240404preview/_enums.py +195 -0
- pulumi_azure_native/devopsinfrastructure/v20240404preview/_inputs.py +958 -0
- pulumi_azure_native/devopsinfrastructure/v20240404preview/get_pool.py +235 -0
- pulumi_azure_native/devopsinfrastructure/v20240404preview/outputs.py +1237 -0
- pulumi_azure_native/devopsinfrastructure/v20240404preview/pool.py +432 -0
- pulumi_azure_native/eventgrid/__init__.py +4 -0
- pulumi_azure_native/eventgrid/ca_certificate.py +3 -3
- pulumi_azure_native/eventgrid/channel.py +3 -3
- pulumi_azure_native/eventgrid/client.py +3 -3
- pulumi_azure_native/eventgrid/client_group.py +3 -3
- pulumi_azure_native/eventgrid/domain.py +3 -3
- pulumi_azure_native/eventgrid/domain_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/domain_topic.py +3 -3
- pulumi_azure_native/eventgrid/domain_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/get_ca_certificate.py +2 -2
- pulumi_azure_native/eventgrid/get_channel.py +2 -2
- pulumi_azure_native/eventgrid/get_channel_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_client.py +2 -2
- pulumi_azure_native/eventgrid/get_client_group.py +2 -2
- pulumi_azure_native/eventgrid/get_domain.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_delivery_attributes.py +4 -0
- pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_full_url.py +90 -0
- pulumi_azure_native/eventgrid/get_partner_configuration.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_destination.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_namespace.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_registration.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_permission_binding.py +2 -2
- pulumi_azure_native/eventgrid/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_space.py +2 -2
- pulumi_azure_native/eventgrid/list_domain_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_namespace_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_namespace_topic_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_partner_namespace_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_topic_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/namespace.py +3 -3
- pulumi_azure_native/eventgrid/namespace_topic.py +3 -3
- pulumi_azure_native/eventgrid/namespace_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/partner_configuration.py +3 -3
- pulumi_azure_native/eventgrid/partner_destination.py +3 -3
- pulumi_azure_native/eventgrid/partner_namespace.py +3 -3
- pulumi_azure_native/eventgrid/partner_registration.py +3 -3
- pulumi_azure_native/eventgrid/partner_topic.py +3 -3
- pulumi_azure_native/eventgrid/partner_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/permission_binding.py +3 -3
- pulumi_azure_native/eventgrid/private_endpoint_connection.py +3 -3
- pulumi_azure_native/eventgrid/system_topic.py +3 -3
- pulumi_azure_native/eventgrid/system_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/topic.py +3 -3
- pulumi_azure_native/eventgrid/topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/topic_space.py +3 -3
- pulumi_azure_native/eventgrid/v20200401preview/domain.py +1 -1
- pulumi_azure_native/eventgrid/v20200401preview/topic.py +1 -1
- pulumi_azure_native/eventgrid/v20211015preview/partner_destination.py +1 -1
- pulumi_azure_native/eventgrid/v20211015preview/partner_registration.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/channel.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/domain.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/domain_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/domain_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/domain_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/partner_configuration.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/partner_namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/partner_registration.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/partner_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/partner_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/system_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/system_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/topic.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/ca_certificate.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/channel.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/client.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/client_group.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/domain.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/domain_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/domain_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/domain_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/namespace_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/namespace_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_configuration.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_destination.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_registration.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/permission_binding.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/system_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/system_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/topic.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/topic_space.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/ca_certificate.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/channel.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/client.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/client_group.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/domain.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/domain_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/domain_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/domain_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/namespace_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/namespace_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_configuration.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_destination.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_registration.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/permission_binding.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/system_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/system_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/topic.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/topic_space.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/__init__.py +80 -0
- pulumi_azure_native/eventgrid/v20240601preview/_enums.py +473 -0
- pulumi_azure_native/eventgrid/v20240601preview/_inputs.py +5577 -0
- pulumi_azure_native/eventgrid/v20240601preview/ca_certificate.py +273 -0
- pulumi_azure_native/eventgrid/v20240601preview/channel.py +394 -0
- pulumi_azure_native/eventgrid/v20240601preview/client.py +354 -0
- pulumi_azure_native/eventgrid/v20240601preview/client_group.py +257 -0
- pulumi_azure_native/eventgrid/v20240601preview/domain.py +688 -0
- pulumi_azure_native/eventgrid/v20240601preview/domain_event_subscription.py +488 -0
- pulumi_azure_native/eventgrid/v20240601preview/domain_topic.py +195 -0
- pulumi_azure_native/eventgrid/v20240601preview/domain_topic_event_subscription.py +509 -0
- pulumi_azure_native/eventgrid/v20240601preview/event_subscription.py +467 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_ca_certificate.py +188 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_channel.py +215 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_channel_full_url.py +83 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_client.py +203 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_client_group.py +163 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_domain.py +366 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_domain_event_subscription.py +270 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_domain_event_subscription_delivery_attributes.py +84 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_domain_event_subscription_full_url.py +83 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic.py +136 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic_event_subscription.py +275 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic_event_subscription_delivery_attributes.py +89 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic_event_subscription_full_url.py +88 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_event_subscription.py +265 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_event_subscription_delivery_attributes.py +79 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_event_subscription_full_url.py +78 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_namespace.py +279 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic.py +176 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic_event_subscription.py +193 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic_event_subscription_delivery_attributes.py +89 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic_event_subscription_full_url.py +88 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_partner_configuration.py +165 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_partner_destination.py +236 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_partner_namespace.py +264 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_partner_registration.py +171 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic.py +263 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic_event_subscription.py +270 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic_event_subscription_delivery_attributes.py +84 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic_event_subscription_full_url.py +83 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_permission_binding.py +190 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_private_endpoint_connection.py +164 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_system_topic.py +209 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_system_topic_event_subscription.py +270 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_system_topic_event_subscription_delivery_attributes.py +84 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_system_topic_event_subscription_full_url.py +83 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_topic.py +354 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_topic_event_subscription.py +270 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_topic_event_subscription_delivery_attributes.py +84 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_topic_event_subscription_full_url.py +83 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_topic_space.py +166 -0
- pulumi_azure_native/eventgrid/v20240601preview/list_domain_shared_access_keys.py +91 -0
- pulumi_azure_native/eventgrid/v20240601preview/list_namespace_shared_access_keys.py +91 -0
- pulumi_azure_native/eventgrid/v20240601preview/list_namespace_topic_shared_access_keys.py +96 -0
- pulumi_azure_native/eventgrid/v20240601preview/list_partner_namespace_shared_access_keys.py +91 -0
- pulumi_azure_native/eventgrid/v20240601preview/list_topic_shared_access_keys.py +91 -0
- pulumi_azure_native/eventgrid/v20240601preview/namespace.py +515 -0
- pulumi_azure_native/eventgrid/v20240601preview/namespace_topic.py +291 -0
- pulumi_azure_native/eventgrid/v20240601preview/namespace_topic_event_subscription.py +334 -0
- pulumi_azure_native/eventgrid/v20240601preview/outputs.py +6511 -0
- pulumi_azure_native/eventgrid/v20240601preview/partner_configuration.py +262 -0
- pulumi_azure_native/eventgrid/v20240601preview/partner_destination.py +411 -0
- pulumi_azure_native/eventgrid/v20240601preview/partner_namespace.py +452 -0
- pulumi_azure_native/eventgrid/v20240601preview/partner_registration.py +265 -0
- pulumi_azure_native/eventgrid/v20240601preview/partner_topic.py +474 -0
- pulumi_azure_native/eventgrid/v20240601preview/partner_topic_event_subscription.py +488 -0
- pulumi_azure_native/eventgrid/v20240601preview/permission_binding.py +320 -0
- pulumi_azure_native/eventgrid/v20240601preview/private_endpoint_connection.py +312 -0
- pulumi_azure_native/eventgrid/v20240601preview/system_topic.py +331 -0
- pulumi_azure_native/eventgrid/v20240601preview/system_topic_event_subscription.py +488 -0
- pulumi_azure_native/eventgrid/v20240601preview/topic.py +636 -0
- pulumi_azure_native/eventgrid/v20240601preview/topic_event_subscription.py +488 -0
- pulumi_azure_native/eventgrid/v20240601preview/topic_space.py +269 -0
- pulumi_azure_native/insights/__init__.py +3 -0
- pulumi_azure_native/insights/action_group.py +5 -1
- pulumi_azure_native/insights/get_action_group.py +4 -0
- pulumi_azure_native/insights/v20230101/action_group.py +1 -1
- pulumi_azure_native/{machinelearningexperimentation/v20170501preview → insights/v20230901preview}/__init__.py +3 -6
- pulumi_azure_native/{blockchain → insights/v20230901preview}/_enums.py +4 -7
- pulumi_azure_native/insights/v20230901preview/_inputs.py +972 -0
- pulumi_azure_native/insights/v20230901preview/action_group.py +626 -0
- pulumi_azure_native/insights/v20230901preview/get_action_group.py +313 -0
- pulumi_azure_native/insights/v20230901preview/outputs.py +1072 -0
- pulumi_azure_native/machinelearningservices/__init__.py +3 -0
- pulumi_azure_native/machinelearningservices/batch_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/batch_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/code_container.py +3 -3
- pulumi_azure_native/machinelearningservices/code_version.py +3 -3
- pulumi_azure_native/machinelearningservices/component_container.py +3 -3
- pulumi_azure_native/machinelearningservices/component_version.py +3 -3
- pulumi_azure_native/machinelearningservices/compute.py +3 -3
- pulumi_azure_native/machinelearningservices/data_container.py +3 -3
- pulumi_azure_native/machinelearningservices/data_version.py +3 -3
- pulumi_azure_native/machinelearningservices/datastore.py +3 -3
- pulumi_azure_native/machinelearningservices/environment_container.py +3 -3
- pulumi_azure_native/machinelearningservices/environment_specification_version.py +1 -1
- pulumi_azure_native/machinelearningservices/environment_version.py +3 -3
- pulumi_azure_native/machinelearningservices/featureset_container_entity.py +3 -3
- pulumi_azure_native/machinelearningservices/featureset_version.py +3 -3
- pulumi_azure_native/machinelearningservices/featurestore_entity_container_entity.py +3 -3
- pulumi_azure_native/machinelearningservices/featurestore_entity_version.py +3 -3
- pulumi_azure_native/machinelearningservices/get_batch_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_batch_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_code_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_code_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_component_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_component_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_compute.py +2 -2
- pulumi_azure_native/machinelearningservices/get_data_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_data_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_datastore.py +2 -2
- pulumi_azure_native/machinelearningservices/get_environment_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_environment_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featureset_container_entity.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featureset_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_container_entity.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_job.py +2 -2
- pulumi_azure_native/machinelearningservices/get_managed_network_settings_rule.py +2 -2
- pulumi_azure_native/machinelearningservices/get_model_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_model_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_deployment_logs.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_endpoint_token.py +2 -2
- pulumi_azure_native/machinelearningservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_code_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_code_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_component_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_component_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_data_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_data_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_environment_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_environment_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_model_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_model_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_schedule.py +2 -2
- pulumi_azure_native/machinelearningservices/get_workspace.py +2 -2
- pulumi_azure_native/machinelearningservices/get_workspace_connection.py +2 -2
- pulumi_azure_native/machinelearningservices/job.py +3 -3
- pulumi_azure_native/machinelearningservices/list_batch_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_compute_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_compute_nodes.py +2 -2
- pulumi_azure_native/machinelearningservices/list_datastore_secrets.py +2 -2
- pulumi_azure_native/machinelearningservices/list_online_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_connection_secrets.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_access_token.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_storage_account_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/machine_learning_datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/managed_network_settings_rule.py +3 -3
- pulumi_azure_native/machinelearningservices/model_container.py +3 -3
- pulumi_azure_native/machinelearningservices/model_version.py +3 -3
- pulumi_azure_native/machinelearningservices/online_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/online_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/machinelearningservices/registry.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_code_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_code_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_component_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_component_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_data_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_data_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_environment_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_environment_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_model_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_model_version.py +3 -3
- pulumi_azure_native/machinelearningservices/schedule.py +3 -3
- pulumi_azure_native/machinelearningservices/v20200501preview/machine_learning_datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20200801/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20200901preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/environment_specification_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210401/machine_learning_compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210401/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220101preview/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220101preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220101preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/__init__.py +96 -0
- pulumi_azure_native/machinelearningservices/v20240401/_enums.py +2033 -0
- pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +26309 -0
- pulumi_azure_native/machinelearningservices/v20240401/batch_deployment.py +381 -0
- pulumi_azure_native/machinelearningservices/v20240401/batch_endpoint.py +360 -0
- pulumi_azure_native/machinelearningservices/v20240401/code_container.py +215 -0
- pulumi_azure_native/machinelearningservices/v20240401/code_version.py +236 -0
- pulumi_azure_native/machinelearningservices/v20240401/component_container.py +215 -0
- pulumi_azure_native/machinelearningservices/v20240401/component_version.py +236 -0
- pulumi_azure_native/machinelearningservices/v20240401/compute.py +332 -0
- pulumi_azure_native/machinelearningservices/v20240401/data_container.py +216 -0
- pulumi_azure_native/machinelearningservices/v20240401/data_version.py +236 -0
- pulumi_azure_native/machinelearningservices/v20240401/datastore.py +236 -0
- pulumi_azure_native/machinelearningservices/v20240401/environment_container.py +215 -0
- pulumi_azure_native/machinelearningservices/v20240401/environment_version.py +237 -0
- pulumi_azure_native/machinelearningservices/v20240401/featureset_container_entity.py +215 -0
- pulumi_azure_native/machinelearningservices/v20240401/featureset_version.py +237 -0
- pulumi_azure_native/machinelearningservices/v20240401/featurestore_entity_container_entity.py +215 -0
- pulumi_azure_native/machinelearningservices/v20240401/featurestore_entity_version.py +237 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_batch_deployment.py +201 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_batch_endpoint.py +196 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_code_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_code_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_component_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_component_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_compute.py +188 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_data_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_data_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_datastore.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_environment_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_environment_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_featureset_container_entity.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_featureset_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_featurestore_entity_container_entity.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_featurestore_entity_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_job.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_managed_network_settings_rule.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_model_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_model_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_online_deployment.py +201 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_online_deployment_logs.py +94 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_online_endpoint.py +196 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_online_endpoint_token.py +122 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_private_endpoint_connection.py +214 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry.py +191 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_code_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_code_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_component_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_component_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_data_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_data_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_environment_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_environment_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_model_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_model_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_schedule.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_workspace.py +587 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_workspace_connection.py +128 -0
- pulumi_azure_native/machinelearningservices/v20240401/job.py +217 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_batch_endpoint_keys.py +96 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_compute_keys.py +83 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_compute_nodes.py +97 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_datastore_secrets.py +83 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_online_endpoint_keys.py +96 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_workspace_connection_secrets.py +128 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_workspace_keys.py +113 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_workspace_notebook_access_token.py +142 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_workspace_notebook_keys.py +82 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_workspace_storage_account_keys.py +72 -0
- pulumi_azure_native/machinelearningservices/v20240401/managed_network_settings_rule.py +217 -0
- pulumi_azure_native/machinelearningservices/v20240401/model_container.py +215 -0
- pulumi_azure_native/machinelearningservices/v20240401/model_version.py +236 -0
- pulumi_azure_native/machinelearningservices/v20240401/online_deployment.py +381 -0
- pulumi_azure_native/machinelearningservices/v20240401/online_endpoint.py +360 -0
- pulumi_azure_native/machinelearningservices/v20240401/outputs.py +29784 -0
- pulumi_azure_native/machinelearningservices/v20240401/private_endpoint_connection.py +353 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry.py +339 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_code_container.py +216 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_code_version.py +237 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_component_container.py +216 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_component_version.py +237 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_data_container.py +216 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_data_version.py +236 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_environment_container.py +216 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_environment_version.py +238 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_model_container.py +216 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_model_version.py +237 -0
- pulumi_azure_native/machinelearningservices/v20240401/schedule.py +216 -0
- pulumi_azure_native/machinelearningservices/v20240401/workspace.py +1048 -0
- pulumi_azure_native/machinelearningservices/v20240401/workspace_connection.py +207 -0
- pulumi_azure_native/machinelearningservices/v20240401preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/workspace.py +3 -3
- pulumi_azure_native/machinelearningservices/workspace_connection.py +3 -3
- pulumi_azure_native/netapp/__init__.py +3 -0
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +2 -2
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_pool.py +2 -2
- pulumi_azure_native/netapp/get_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_volume.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/list_volume_replications.py +2 -2
- pulumi_azure_native/netapp/pool.py +3 -3
- pulumi_azure_native/netapp/snapshot.py +3 -3
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/subvolume.py +3 -3
- pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20220501/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501/account.py +1 -1
- pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701/account.py +1 -1
- pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101/__init__.py +35 -0
- pulumi_azure_native/netapp/v20231101/_enums.py +267 -0
- pulumi_azure_native/netapp/v20231101/_inputs.py +2253 -0
- pulumi_azure_native/netapp/v20231101/account.py +341 -0
- pulumi_azure_native/netapp/v20231101/backup.py +397 -0
- pulumi_azure_native/netapp/v20231101/backup_policy.py +409 -0
- pulumi_azure_native/{machinelearningexperimentation/v20170501preview/workspace.py → netapp/v20231101/backup_vault.py} +61 -139
- pulumi_azure_native/netapp/v20231101/get_account.py +222 -0
- pulumi_azure_native/netapp/v20231101/get_backup.py +271 -0
- pulumi_azure_native/netapp/v20231101/get_backup_policy.py +266 -0
- pulumi_azure_native/netapp/v20231101/get_backup_vault.py +162 -0
- pulumi_azure_native/netapp/v20231101/get_pool.py +279 -0
- pulumi_azure_native/netapp/v20231101/get_snapshot.py +185 -0
- pulumi_azure_native/netapp/v20231101/get_snapshot_policy.py +240 -0
- pulumi_azure_native/netapp/v20231101/get_subvolume.py +185 -0
- pulumi_azure_native/netapp/v20231101/get_subvolume_metadata.py +249 -0
- pulumi_azure_native/netapp/v20231101/get_volume.py +882 -0
- pulumi_azure_native/netapp/v20231101/get_volume_group.py +162 -0
- pulumi_azure_native/netapp/v20231101/get_volume_group_id_for_ldap_user.py +93 -0
- pulumi_azure_native/netapp/v20231101/get_volume_quota_rule.py +211 -0
- pulumi_azure_native/netapp/v20231101/list_volume_replications.py +89 -0
- pulumi_azure_native/netapp/v20231101/outputs.py +3018 -0
- pulumi_azure_native/netapp/v20231101/pool.py +457 -0
- pulumi_azure_native/netapp/v20231101/snapshot.py +286 -0
- pulumi_azure_native/netapp/v20231101/snapshot_policy.py +409 -0
- pulumi_azure_native/netapp/v20231101/subvolume.py +324 -0
- pulumi_azure_native/netapp/v20231101/volume.py +1634 -0
- pulumi_azure_native/netapp/v20231101/volume_group.py +274 -0
- pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +383 -0
- pulumi_azure_native/netapp/volume.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
- pulumi_azure_native/servicelinker/__init__.py +3 -0
- pulumi_azure_native/servicelinker/connector.py +3 -3
- pulumi_azure_native/servicelinker/connector_dryrun.py +3 -3
- pulumi_azure_native/servicelinker/get_connector.py +2 -2
- pulumi_azure_native/servicelinker/get_connector_dryrun.py +2 -2
- pulumi_azure_native/servicelinker/get_linker.py +2 -2
- pulumi_azure_native/servicelinker/get_linker_dryrun.py +2 -2
- pulumi_azure_native/servicelinker/linker.py +3 -3
- pulumi_azure_native/servicelinker/linker_dryrun.py +3 -3
- pulumi_azure_native/servicelinker/list_linker_configurations.py +2 -2
- pulumi_azure_native/servicelinker/v20211101preview/linker.py +1 -1
- pulumi_azure_native/servicelinker/v20221101preview/connector.py +1 -1
- pulumi_azure_native/servicelinker/v20221101preview/connector_dryrun.py +1 -1
- pulumi_azure_native/servicelinker/v20221101preview/linker.py +1 -1
- pulumi_azure_native/servicelinker/v20221101preview/linker_dryrun.py +1 -1
- pulumi_azure_native/servicelinker/v20230401preview/connector.py +1 -1
- pulumi_azure_native/servicelinker/v20230401preview/connector_dryrun.py +1 -1
- pulumi_azure_native/servicelinker/v20230401preview/linker.py +1 -1
- pulumi_azure_native/servicelinker/v20230401preview/linker_dryrun.py +1 -1
- pulumi_azure_native/{blockchain/v20180601preview → servicelinker/v20240401}/__init__.py +9 -7
- pulumi_azure_native/servicelinker/v20240401/_enums.py +149 -0
- pulumi_azure_native/servicelinker/v20240401/_inputs.py +1851 -0
- pulumi_azure_native/servicelinker/v20240401/connector.py +449 -0
- pulumi_azure_native/servicelinker/v20240401/connector_dryrun.py +266 -0
- pulumi_azure_native/servicelinker/v20240401/get_connector.py +245 -0
- pulumi_azure_native/servicelinker/v20240401/get_connector_dryrun.py +180 -0
- pulumi_azure_native/servicelinker/v20240401/get_linker.py +235 -0
- pulumi_azure_native/servicelinker/v20240401/get_linker_dryrun.py +170 -0
- pulumi_azure_native/servicelinker/v20240401/linker.py +408 -0
- pulumi_azure_native/servicelinker/v20240401/linker_dryrun.py +225 -0
- pulumi_azure_native/servicelinker/v20240401/list_linker_configurations.py +79 -0
- pulumi_azure_native/servicelinker/v20240401/outputs.py +2426 -0
- pulumi_azure_native/sql/server.py +20 -0
- pulumi_azure_native/storagecache/__init__.py +5 -0
- pulumi_azure_native/storagecache/_enums.py +11 -0
- pulumi_azure_native/storagecache/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/cache.py +3 -3
- pulumi_azure_native/storagecache/get_cache.py +2 -2
- pulumi_azure_native/storagecache/get_import_job.py +333 -0
- pulumi_azure_native/storagecache/get_required_aml_fs_subnets_size.py +2 -2
- pulumi_azure_native/storagecache/get_storage_target.py +2 -2
- pulumi_azure_native/storagecache/import_job.py +451 -0
- pulumi_azure_native/storagecache/storage_target.py +3 -3
- pulumi_azure_native/storagecache/v20210301/cache.py +1 -1
- pulumi_azure_native/storagecache/v20210301/storage_target.py +1 -1
- pulumi_azure_native/storagecache/v20230301preview/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/v20230301preview/cache.py +1 -1
- pulumi_azure_native/storagecache/v20230501/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/v20230501/cache.py +1 -1
- pulumi_azure_native/storagecache/v20230501/storage_target.py +1 -1
- pulumi_azure_native/storagecache/v20231101preview/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/v20231101preview/cache.py +1 -1
- pulumi_azure_native/storagecache/v20231101preview/storage_target.py +1 -1
- pulumi_azure_native/storagecache/v20240301/__init__.py +19 -0
- pulumi_azure_native/storagecache/v20240301/_enums.py +116 -0
- pulumi_azure_native/storagecache/v20240301/_inputs.py +1518 -0
- pulumi_azure_native/storagecache/v20240301/aml_filesystem.py +528 -0
- pulumi_azure_native/storagecache/v20240301/cache.py +574 -0
- pulumi_azure_native/storagecache/v20240301/get_aml_filesystem.py +313 -0
- pulumi_azure_native/storagecache/v20240301/get_cache.py +352 -0
- pulumi_azure_native/storagecache/v20240301/get_import_job.py +331 -0
- pulumi_azure_native/storagecache/v20240301/get_required_aml_fs_subnets_size.py +79 -0
- pulumi_azure_native/storagecache/v20240301/get_storage_target.py +253 -0
- pulumi_azure_native/storagecache/v20240301/import_job.py +449 -0
- pulumi_azure_native/storagecache/v20240301/outputs.py +2730 -0
- pulumi_azure_native/storagecache/v20240301/storage_target.py +421 -0
- {pulumi_azure_native-2.38.1a1713975200.dist-info → pulumi_azure_native-2.38.1a1714385438.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.38.1a1713975200.dist-info → pulumi_azure_native-2.38.1a1714385438.dist-info}/RECORD +1091 -860
- pulumi_azure_native/blockchain/__init__.py +0 -25
- pulumi_azure_native/blockchain/_inputs.py +0 -138
- pulumi_azure_native/blockchain/blockchain_member.py +0 -537
- pulumi_azure_native/blockchain/get_blockchain_member.py +0 -328
- pulumi_azure_native/blockchain/get_transaction_node.py +0 -203
- pulumi_azure_native/blockchain/list_blockchain_member_api_keys.py +0 -81
- pulumi_azure_native/blockchain/list_location_consortiums.py +0 -76
- pulumi_azure_native/blockchain/list_transaction_node_api_keys.py +0 -86
- pulumi_azure_native/blockchain/outputs.py +0 -216
- pulumi_azure_native/blockchain/transaction_node.py +0 -305
- pulumi_azure_native/blockchain/v20180601preview/_enums.py +0 -19
- pulumi_azure_native/blockchain/v20180601preview/_inputs.py +0 -138
- pulumi_azure_native/blockchain/v20180601preview/blockchain_member.py +0 -535
- pulumi_azure_native/blockchain/v20180601preview/get_blockchain_member.py +0 -326
- pulumi_azure_native/blockchain/v20180601preview/get_transaction_node.py +0 -201
- pulumi_azure_native/blockchain/v20180601preview/list_blockchain_member_api_keys.py +0 -79
- pulumi_azure_native/blockchain/v20180601preview/list_location_consortiums.py +0 -74
- pulumi_azure_native/blockchain/v20180601preview/list_transaction_node_api_keys.py +0 -84
- pulumi_azure_native/blockchain/v20180601preview/outputs.py +0 -216
- pulumi_azure_native/blockchain/v20180601preview/transaction_node.py +0 -303
- pulumi_azure_native/machinelearningcompute/__init__.py +0 -21
- pulumi_azure_native/machinelearningcompute/_enums.py +0 -99
- pulumi_azure_native/machinelearningcompute/_inputs.py +0 -570
- pulumi_azure_native/machinelearningcompute/get_operationalization_cluster.py +0 -280
- pulumi_azure_native/machinelearningcompute/list_operationalization_cluster_keys.py +0 -150
- pulumi_azure_native/machinelearningcompute/operationalization_cluster.py +0 -464
- pulumi_azure_native/machinelearningcompute/outputs.py +0 -1005
- pulumi_azure_native/machinelearningcompute/v20170801preview/_enums.py +0 -99
- pulumi_azure_native/machinelearningcompute/v20170801preview/_inputs.py +0 -570
- pulumi_azure_native/machinelearningcompute/v20170801preview/get_operationalization_cluster.py +0 -274
- pulumi_azure_native/machinelearningcompute/v20170801preview/list_operationalization_cluster_keys.py +0 -144
- pulumi_azure_native/machinelearningcompute/v20170801preview/operationalization_cluster.py +0 -458
- pulumi_azure_native/machinelearningcompute/v20170801preview/outputs.py +0 -1005
- pulumi_azure_native/machinelearningexperimentation/__init__.py +0 -23
- pulumi_azure_native/machinelearningexperimentation/_inputs.py +0 -53
- pulumi_azure_native/machinelearningexperimentation/account.py +0 -432
- pulumi_azure_native/machinelearningexperimentation/get_account.py +0 -263
- pulumi_azure_native/machinelearningexperimentation/get_project.py +0 -246
- pulumi_azure_native/machinelearningexperimentation/get_workspace.py +0 -215
- pulumi_azure_native/machinelearningexperimentation/outputs.py +0 -67
- pulumi_azure_native/machinelearningexperimentation/project.py +0 -393
- pulumi_azure_native/machinelearningexperimentation/v20170501preview/_inputs.py +0 -53
- pulumi_azure_native/machinelearningexperimentation/v20170501preview/account.py +0 -430
- pulumi_azure_native/machinelearningexperimentation/v20170501preview/get_account.py +0 -261
- pulumi_azure_native/machinelearningexperimentation/v20170501preview/get_project.py +0 -244
- pulumi_azure_native/machinelearningexperimentation/v20170501preview/get_workspace.py +0 -213
- pulumi_azure_native/machinelearningexperimentation/v20170501preview/outputs.py +0 -67
- pulumi_azure_native/machinelearningexperimentation/v20170501preview/project.py +0 -391
- pulumi_azure_native/machinelearningexperimentation/workspace.py +0 -333
- {pulumi_azure_native-2.38.1a1713975200.dist-info → pulumi_azure_native-2.38.1a1714385438.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.38.1a1713975200.dist-info → pulumi_azure_native-2.38.1a1714385438.dist-info}/top_level.txt +0 -0
|
@@ -157,7 +157,7 @@ def get_batch_endpoint(endpoint_name: Optional[str] = None,
|
|
|
157
157
|
"""
|
|
158
158
|
Azure REST API version: 2023-04-01.
|
|
159
159
|
|
|
160
|
-
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
160
|
+
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
161
161
|
|
|
162
162
|
|
|
163
163
|
:param str endpoint_name: Name for the Batch Endpoint.
|
|
@@ -192,7 +192,7 @@ def get_batch_endpoint_output(endpoint_name: Optional[pulumi.Input[str]] = None,
|
|
|
192
192
|
"""
|
|
193
193
|
Azure REST API version: 2023-04-01.
|
|
194
194
|
|
|
195
|
-
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
195
|
+
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
196
196
|
|
|
197
197
|
|
|
198
198
|
:param str endpoint_name: Name for the Batch Endpoint.
|
|
@@ -101,7 +101,7 @@ def get_code_container(name: Optional[str] = None,
|
|
|
101
101
|
Azure Resource Manager resource envelope.
|
|
102
102
|
Azure REST API version: 2023-04-01.
|
|
103
103
|
|
|
104
|
-
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
104
|
+
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
:param str name: Container name. This is case-sensitive.
|
|
@@ -132,7 +132,7 @@ def get_code_container_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
132
132
|
Azure Resource Manager resource envelope.
|
|
133
133
|
Azure REST API version: 2023-04-01.
|
|
134
134
|
|
|
135
|
-
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
135
|
+
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
:param str name: Container name. This is case-sensitive.
|
|
@@ -102,7 +102,7 @@ def get_code_version(name: Optional[str] = None,
|
|
|
102
102
|
Azure Resource Manager resource envelope.
|
|
103
103
|
Azure REST API version: 2023-04-01.
|
|
104
104
|
|
|
105
|
-
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
105
|
+
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
:param str name: Container name. This is case-sensitive.
|
|
@@ -136,7 +136,7 @@ def get_code_version_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
136
136
|
Azure Resource Manager resource envelope.
|
|
137
137
|
Azure REST API version: 2023-04-01.
|
|
138
138
|
|
|
139
|
-
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
139
|
+
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
:param str name: Container name. This is case-sensitive.
|
|
@@ -101,7 +101,7 @@ def get_component_container(name: Optional[str] = None,
|
|
|
101
101
|
Azure Resource Manager resource envelope.
|
|
102
102
|
Azure REST API version: 2023-04-01.
|
|
103
103
|
|
|
104
|
-
Other available API versions: 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
104
|
+
Other available API versions: 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
:param str name: Container name.
|
|
@@ -132,7 +132,7 @@ def get_component_container_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
132
132
|
Azure Resource Manager resource envelope.
|
|
133
133
|
Azure REST API version: 2023-04-01.
|
|
134
134
|
|
|
135
|
-
Other available API versions: 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
135
|
+
Other available API versions: 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
:param str name: Container name.
|
|
@@ -102,7 +102,7 @@ def get_component_version(name: Optional[str] = None,
|
|
|
102
102
|
Azure Resource Manager resource envelope.
|
|
103
103
|
Azure REST API version: 2023-04-01.
|
|
104
104
|
|
|
105
|
-
Other available API versions: 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
105
|
+
Other available API versions: 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
:param str name: Container name.
|
|
@@ -136,7 +136,7 @@ def get_component_version_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
136
136
|
Azure Resource Manager resource envelope.
|
|
137
137
|
Azure REST API version: 2023-04-01.
|
|
138
138
|
|
|
139
|
-
Other available API versions: 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
139
|
+
Other available API versions: 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
:param str name: Container name.
|
|
@@ -149,7 +149,7 @@ def get_compute(compute_name: Optional[str] = None,
|
|
|
149
149
|
Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.
|
|
150
150
|
Azure REST API version: 2023-04-01.
|
|
151
151
|
|
|
152
|
-
Other available API versions: 2022-01-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
152
|
+
Other available API versions: 2022-01-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
153
153
|
|
|
154
154
|
|
|
155
155
|
:param str compute_name: Name of the Azure Machine Learning compute.
|
|
@@ -184,7 +184,7 @@ def get_compute_output(compute_name: Optional[pulumi.Input[str]] = None,
|
|
|
184
184
|
Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.
|
|
185
185
|
Azure REST API version: 2023-04-01.
|
|
186
186
|
|
|
187
|
-
Other available API versions: 2022-01-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
187
|
+
Other available API versions: 2022-01-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
188
188
|
|
|
189
189
|
|
|
190
190
|
:param str compute_name: Name of the Azure Machine Learning compute.
|
|
@@ -101,7 +101,7 @@ def get_data_container(name: Optional[str] = None,
|
|
|
101
101
|
Azure Resource Manager resource envelope.
|
|
102
102
|
Azure REST API version: 2023-04-01.
|
|
103
103
|
|
|
104
|
-
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
104
|
+
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
:param str name: Container name.
|
|
@@ -132,7 +132,7 @@ def get_data_container_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
132
132
|
Azure Resource Manager resource envelope.
|
|
133
133
|
Azure REST API version: 2023-04-01.
|
|
134
134
|
|
|
135
|
-
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
135
|
+
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
:param str name: Container name.
|
|
@@ -102,7 +102,7 @@ def get_data_version(name: Optional[str] = None,
|
|
|
102
102
|
Azure Resource Manager resource envelope.
|
|
103
103
|
Azure REST API version: 2023-04-01.
|
|
104
104
|
|
|
105
|
-
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
105
|
+
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
:param str name: Container name.
|
|
@@ -136,7 +136,7 @@ def get_data_version_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
136
136
|
Azure Resource Manager resource envelope.
|
|
137
137
|
Azure REST API version: 2023-04-01.
|
|
138
138
|
|
|
139
|
-
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
139
|
+
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
:param str name: Container name.
|
|
@@ -101,7 +101,7 @@ def get_datastore(name: Optional[str] = None,
|
|
|
101
101
|
Azure Resource Manager resource envelope.
|
|
102
102
|
Azure REST API version: 2023-04-01.
|
|
103
103
|
|
|
104
|
-
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
104
|
+
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
:param str name: Datastore name.
|
|
@@ -132,7 +132,7 @@ def get_datastore_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
132
132
|
Azure Resource Manager resource envelope.
|
|
133
133
|
Azure REST API version: 2023-04-01.
|
|
134
134
|
|
|
135
|
-
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
135
|
+
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
:param str name: Datastore name.
|
|
@@ -101,7 +101,7 @@ def get_environment_container(name: Optional[str] = None,
|
|
|
101
101
|
Azure Resource Manager resource envelope.
|
|
102
102
|
Azure REST API version: 2023-04-01.
|
|
103
103
|
|
|
104
|
-
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
104
|
+
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
:param str name: Container name. This is case-sensitive.
|
|
@@ -132,7 +132,7 @@ def get_environment_container_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
132
132
|
Azure Resource Manager resource envelope.
|
|
133
133
|
Azure REST API version: 2023-04-01.
|
|
134
134
|
|
|
135
|
-
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
135
|
+
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
:param str name: Container name. This is case-sensitive.
|
|
@@ -102,7 +102,7 @@ def get_environment_version(name: Optional[str] = None,
|
|
|
102
102
|
Azure Resource Manager resource envelope.
|
|
103
103
|
Azure REST API version: 2023-04-01.
|
|
104
104
|
|
|
105
|
-
Other available API versions: 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
105
|
+
Other available API versions: 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
:param str name: Container name. This is case-sensitive.
|
|
@@ -136,7 +136,7 @@ def get_environment_version_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
136
136
|
Azure Resource Manager resource envelope.
|
|
137
137
|
Azure REST API version: 2023-04-01.
|
|
138
138
|
|
|
139
|
-
Other available API versions: 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
139
|
+
Other available API versions: 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
:param str name: Container name. This is case-sensitive.
|
|
@@ -101,7 +101,7 @@ def get_featureset_container_entity(name: Optional[str] = None,
|
|
|
101
101
|
Azure Resource Manager resource envelope.
|
|
102
102
|
Azure REST API version: 2023-04-01-preview.
|
|
103
103
|
|
|
104
|
-
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
104
|
+
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
:param str name: Container name. This is case-sensitive.
|
|
@@ -132,7 +132,7 @@ def get_featureset_container_entity_output(name: Optional[pulumi.Input[str]] = N
|
|
|
132
132
|
Azure Resource Manager resource envelope.
|
|
133
133
|
Azure REST API version: 2023-04-01-preview.
|
|
134
134
|
|
|
135
|
-
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
135
|
+
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
:param str name: Container name. This is case-sensitive.
|
|
@@ -102,7 +102,7 @@ def get_featureset_version(name: Optional[str] = None,
|
|
|
102
102
|
Azure Resource Manager resource envelope.
|
|
103
103
|
Azure REST API version: 2023-04-01-preview.
|
|
104
104
|
|
|
105
|
-
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
105
|
+
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
:param str name: Container name. This is case-sensitive.
|
|
@@ -136,7 +136,7 @@ def get_featureset_version_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
136
136
|
Azure Resource Manager resource envelope.
|
|
137
137
|
Azure REST API version: 2023-04-01-preview.
|
|
138
138
|
|
|
139
|
-
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
139
|
+
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
:param str name: Container name. This is case-sensitive.
|
|
@@ -101,7 +101,7 @@ def get_featurestore_entity_container_entity(name: Optional[str] = None,
|
|
|
101
101
|
Azure Resource Manager resource envelope.
|
|
102
102
|
Azure REST API version: 2023-04-01-preview.
|
|
103
103
|
|
|
104
|
-
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
104
|
+
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
:param str name: Container name. This is case-sensitive.
|
|
@@ -132,7 +132,7 @@ def get_featurestore_entity_container_entity_output(name: Optional[pulumi.Input[
|
|
|
132
132
|
Azure Resource Manager resource envelope.
|
|
133
133
|
Azure REST API version: 2023-04-01-preview.
|
|
134
134
|
|
|
135
|
-
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
135
|
+
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
:param str name: Container name. This is case-sensitive.
|
|
@@ -102,7 +102,7 @@ def get_featurestore_entity_version(name: Optional[str] = None,
|
|
|
102
102
|
Azure Resource Manager resource envelope.
|
|
103
103
|
Azure REST API version: 2023-04-01-preview.
|
|
104
104
|
|
|
105
|
-
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
105
|
+
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
:param str name: Container name. This is case-sensitive.
|
|
@@ -136,7 +136,7 @@ def get_featurestore_entity_version_output(name: Optional[pulumi.Input[str]] = N
|
|
|
136
136
|
Azure Resource Manager resource envelope.
|
|
137
137
|
Azure REST API version: 2023-04-01-preview.
|
|
138
138
|
|
|
139
|
-
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
139
|
+
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
:param str name: Container name. This is case-sensitive.
|
|
@@ -101,7 +101,7 @@ def get_job(id: Optional[str] = None,
|
|
|
101
101
|
Azure Resource Manager resource envelope.
|
|
102
102
|
Azure REST API version: 2023-04-01.
|
|
103
103
|
|
|
104
|
-
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
104
|
+
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
:param str id: The name and identifier for the Job. This is case-sensitive.
|
|
@@ -132,7 +132,7 @@ def get_job_output(id: Optional[pulumi.Input[str]] = None,
|
|
|
132
132
|
Azure Resource Manager resource envelope.
|
|
133
133
|
Azure REST API version: 2023-04-01.
|
|
134
134
|
|
|
135
|
-
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
135
|
+
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
:param str id: The name and identifier for the Job. This is case-sensitive.
|
|
@@ -101,7 +101,7 @@ def get_managed_network_settings_rule(resource_group_name: Optional[str] = None,
|
|
|
101
101
|
Gets an outbound rule from the managed network of a machine learning workspace.
|
|
102
102
|
Azure REST API version: 2023-04-01-preview.
|
|
103
103
|
|
|
104
|
-
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
104
|
+
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -132,7 +132,7 @@ def get_managed_network_settings_rule_output(resource_group_name: Optional[pulum
|
|
|
132
132
|
Gets an outbound rule from the managed network of a machine learning workspace.
|
|
133
133
|
Azure REST API version: 2023-04-01-preview.
|
|
134
134
|
|
|
135
|
-
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
135
|
+
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -101,7 +101,7 @@ def get_model_container(name: Optional[str] = None,
|
|
|
101
101
|
Azure Resource Manager resource envelope.
|
|
102
102
|
Azure REST API version: 2023-04-01.
|
|
103
103
|
|
|
104
|
-
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
104
|
+
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
:param str name: Container name. This is case-sensitive.
|
|
@@ -132,7 +132,7 @@ def get_model_container_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
132
132
|
Azure Resource Manager resource envelope.
|
|
133
133
|
Azure REST API version: 2023-04-01.
|
|
134
134
|
|
|
135
|
-
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
135
|
+
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
:param str name: Container name. This is case-sensitive.
|
|
@@ -102,7 +102,7 @@ def get_model_version(name: Optional[str] = None,
|
|
|
102
102
|
Azure Resource Manager resource envelope.
|
|
103
103
|
Azure REST API version: 2023-04-01.
|
|
104
104
|
|
|
105
|
-
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
105
|
+
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
:param str name: Container name. This is case-sensitive.
|
|
@@ -136,7 +136,7 @@ def get_model_version_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
136
136
|
Azure Resource Manager resource envelope.
|
|
137
137
|
Azure REST API version: 2023-04-01.
|
|
138
138
|
|
|
139
|
-
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
139
|
+
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
:param str name: Container name. This is case-sensitive.
|
|
@@ -158,7 +158,7 @@ def get_online_deployment(deployment_name: Optional[str] = None,
|
|
|
158
158
|
"""
|
|
159
159
|
Azure REST API version: 2023-04-01.
|
|
160
160
|
|
|
161
|
-
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
161
|
+
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
162
162
|
|
|
163
163
|
|
|
164
164
|
:param str deployment_name: Inference Endpoint Deployment name.
|
|
@@ -196,7 +196,7 @@ def get_online_deployment_output(deployment_name: Optional[pulumi.Input[str]] =
|
|
|
196
196
|
"""
|
|
197
197
|
Azure REST API version: 2023-04-01.
|
|
198
198
|
|
|
199
|
-
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
199
|
+
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
200
200
|
|
|
201
201
|
|
|
202
202
|
:param str deployment_name: Inference Endpoint Deployment name.
|
|
@@ -52,7 +52,7 @@ def get_online_deployment_logs(container_type: Optional[Union[str, 'ContainerTyp
|
|
|
52
52
|
"""
|
|
53
53
|
Azure REST API version: 2023-04-01.
|
|
54
54
|
|
|
55
|
-
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
55
|
+
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
56
56
|
|
|
57
57
|
|
|
58
58
|
:param Union[str, 'ContainerType'] container_type: The type of container to retrieve logs from.
|
|
@@ -87,7 +87,7 @@ def get_online_deployment_logs_output(container_type: Optional[pulumi.Input[Opti
|
|
|
87
87
|
"""
|
|
88
88
|
Azure REST API version: 2023-04-01.
|
|
89
89
|
|
|
90
|
-
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
90
|
+
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
91
91
|
|
|
92
92
|
|
|
93
93
|
:param Union[str, 'ContainerType'] container_type: The type of container to retrieve logs from.
|
|
@@ -157,7 +157,7 @@ def get_online_endpoint(endpoint_name: Optional[str] = None,
|
|
|
157
157
|
"""
|
|
158
158
|
Azure REST API version: 2023-04-01.
|
|
159
159
|
|
|
160
|
-
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
160
|
+
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
161
161
|
|
|
162
162
|
|
|
163
163
|
:param str endpoint_name: Online Endpoint name.
|
|
@@ -192,7 +192,7 @@ def get_online_endpoint_output(endpoint_name: Optional[pulumi.Input[str]] = None
|
|
|
192
192
|
"""
|
|
193
193
|
Azure REST API version: 2023-04-01.
|
|
194
194
|
|
|
195
|
-
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
195
|
+
Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
196
196
|
|
|
197
197
|
|
|
198
198
|
:param str endpoint_name: Online Endpoint name.
|
|
@@ -88,7 +88,7 @@ def get_online_endpoint_token(endpoint_name: Optional[str] = None,
|
|
|
88
88
|
Service Token
|
|
89
89
|
Azure REST API version: 2023-04-01.
|
|
90
90
|
|
|
91
|
-
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
91
|
+
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
92
92
|
|
|
93
93
|
|
|
94
94
|
:param str endpoint_name: Online Endpoint name.
|
|
@@ -118,7 +118,7 @@ def get_online_endpoint_token_output(endpoint_name: Optional[pulumi.Input[str]]
|
|
|
118
118
|
Service Token
|
|
119
119
|
Azure REST API version: 2023-04-01.
|
|
120
120
|
|
|
121
|
-
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
121
|
+
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
122
122
|
|
|
123
123
|
|
|
124
124
|
:param str endpoint_name: Online Endpoint name.
|
|
@@ -173,7 +173,7 @@ def get_private_endpoint_connection(private_endpoint_connection_name: Optional[s
|
|
|
173
173
|
Gets the specified private endpoint connection associated with the workspace.
|
|
174
174
|
Azure REST API version: 2023-04-01.
|
|
175
175
|
|
|
176
|
-
Other available API versions: 2022-01-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
176
|
+
Other available API versions: 2022-01-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
177
177
|
|
|
178
178
|
|
|
179
179
|
:param str private_endpoint_connection_name: The name of the private endpoint connection associated with the workspace
|
|
@@ -210,7 +210,7 @@ def get_private_endpoint_connection_output(private_endpoint_connection_name: Opt
|
|
|
210
210
|
Gets the specified private endpoint connection associated with the workspace.
|
|
211
211
|
Azure REST API version: 2023-04-01.
|
|
212
212
|
|
|
213
|
-
Other available API versions: 2022-01-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
213
|
+
Other available API versions: 2022-01-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
214
214
|
|
|
215
215
|
|
|
216
216
|
:param str private_endpoint_connection_name: The name of the private endpoint connection associated with the workspace
|
|
@@ -156,7 +156,7 @@ def get_registry(registry_name: Optional[str] = None,
|
|
|
156
156
|
"""
|
|
157
157
|
Azure REST API version: 2023-04-01.
|
|
158
158
|
|
|
159
|
-
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
159
|
+
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
160
160
|
|
|
161
161
|
|
|
162
162
|
:param str registry_name: Name of Azure Machine Learning registry. This is case-insensitive
|
|
@@ -188,7 +188,7 @@ def get_registry_output(registry_name: Optional[pulumi.Input[str]] = None,
|
|
|
188
188
|
"""
|
|
189
189
|
Azure REST API version: 2023-04-01.
|
|
190
190
|
|
|
191
|
-
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
191
|
+
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
192
192
|
|
|
193
193
|
|
|
194
194
|
:param str registry_name: Name of Azure Machine Learning registry. This is case-insensitive
|
|
@@ -101,7 +101,7 @@ def get_registry_code_container(code_name: Optional[str] = None,
|
|
|
101
101
|
Azure Resource Manager resource envelope.
|
|
102
102
|
Azure REST API version: 2023-04-01.
|
|
103
103
|
|
|
104
|
-
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
104
|
+
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
:param str code_name: Container name.
|
|
@@ -132,7 +132,7 @@ def get_registry_code_container_output(code_name: Optional[pulumi.Input[str]] =
|
|
|
132
132
|
Azure Resource Manager resource envelope.
|
|
133
133
|
Azure REST API version: 2023-04-01.
|
|
134
134
|
|
|
135
|
-
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
135
|
+
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
:param str code_name: Container name.
|
|
@@ -102,7 +102,7 @@ def get_registry_code_version(code_name: Optional[str] = None,
|
|
|
102
102
|
Azure Resource Manager resource envelope.
|
|
103
103
|
Azure REST API version: 2023-04-01.
|
|
104
104
|
|
|
105
|
-
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
105
|
+
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
:param str code_name: Container name.
|
|
@@ -136,7 +136,7 @@ def get_registry_code_version_output(code_name: Optional[pulumi.Input[str]] = No
|
|
|
136
136
|
Azure Resource Manager resource envelope.
|
|
137
137
|
Azure REST API version: 2023-04-01.
|
|
138
138
|
|
|
139
|
-
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
139
|
+
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
:param str code_name: Container name.
|
|
@@ -101,7 +101,7 @@ def get_registry_component_container(component_name: Optional[str] = None,
|
|
|
101
101
|
Azure Resource Manager resource envelope.
|
|
102
102
|
Azure REST API version: 2023-04-01.
|
|
103
103
|
|
|
104
|
-
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
104
|
+
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
:param str component_name: Container name.
|
|
@@ -132,7 +132,7 @@ def get_registry_component_container_output(component_name: Optional[pulumi.Inpu
|
|
|
132
132
|
Azure Resource Manager resource envelope.
|
|
133
133
|
Azure REST API version: 2023-04-01.
|
|
134
134
|
|
|
135
|
-
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
135
|
+
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
:param str component_name: Container name.
|
|
@@ -102,7 +102,7 @@ def get_registry_component_version(component_name: Optional[str] = None,
|
|
|
102
102
|
Azure Resource Manager resource envelope.
|
|
103
103
|
Azure REST API version: 2023-04-01.
|
|
104
104
|
|
|
105
|
-
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
105
|
+
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
:param str component_name: Container name.
|
|
@@ -136,7 +136,7 @@ def get_registry_component_version_output(component_name: Optional[pulumi.Input[
|
|
|
136
136
|
Azure Resource Manager resource envelope.
|
|
137
137
|
Azure REST API version: 2023-04-01.
|
|
138
138
|
|
|
139
|
-
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
139
|
+
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
:param str component_name: Container name.
|
|
@@ -101,7 +101,7 @@ def get_registry_data_container(name: Optional[str] = None,
|
|
|
101
101
|
Azure Resource Manager resource envelope.
|
|
102
102
|
Azure REST API version: 2023-04-01.
|
|
103
103
|
|
|
104
|
-
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
104
|
+
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
:param str name: Container name.
|
|
@@ -132,7 +132,7 @@ def get_registry_data_container_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
132
132
|
Azure Resource Manager resource envelope.
|
|
133
133
|
Azure REST API version: 2023-04-01.
|
|
134
134
|
|
|
135
|
-
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
135
|
+
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
:param str name: Container name.
|
|
@@ -102,7 +102,7 @@ def get_registry_data_version(name: Optional[str] = None,
|
|
|
102
102
|
Azure Resource Manager resource envelope.
|
|
103
103
|
Azure REST API version: 2023-04-01.
|
|
104
104
|
|
|
105
|
-
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
105
|
+
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
:param str name: Container name.
|
|
@@ -136,7 +136,7 @@ def get_registry_data_version_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
136
136
|
Azure Resource Manager resource envelope.
|
|
137
137
|
Azure REST API version: 2023-04-01.
|
|
138
138
|
|
|
139
|
-
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
139
|
+
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
:param str name: Container name.
|
|
@@ -101,7 +101,7 @@ def get_registry_environment_container(environment_name: Optional[str] = None,
|
|
|
101
101
|
Azure Resource Manager resource envelope.
|
|
102
102
|
Azure REST API version: 2023-04-01.
|
|
103
103
|
|
|
104
|
-
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
104
|
+
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
:param str environment_name: Container name. This is case-sensitive.
|
|
@@ -132,7 +132,7 @@ def get_registry_environment_container_output(environment_name: Optional[pulumi.
|
|
|
132
132
|
Azure Resource Manager resource envelope.
|
|
133
133
|
Azure REST API version: 2023-04-01.
|
|
134
134
|
|
|
135
|
-
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
|
|
135
|
+
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
:param str environment_name: Container name. This is case-sensitive.
|