1.0.0b2 (2025-11-14)
Features Added
- Added support for service version 2025-11-15-preview.
Breaking Changes
-
Changed parameter type from
DeleteDeploymentDetailstoProjectResourceIdswhen callingbegin_delete_deployment_from_resources, with property name changed fromassigned_resource_idstoazure_resource_ids. -
Changed function name from
list_deployment_Resourcestolist_project_resources, change its return type fromAssignedDeploymentResourcetoAssignedProjectResource. -
Changed function name from
begin_assign_deployment_resourcestobegin_assign_project_resources, and its parameter type fromAssignDeploymentResourcesDetailstoAssignProjectResourcesDetails. -
Changed function name from
begin_unassign_deployment_resourcestobegin_unassign_project_resources, changed its parameter type fromUnassignDeploymentResourcesDetailstoProjectResourceIds. -
Changed function name from
get_assign_deployment_resources_statustoget_assign_project_resources_status, change its return type fromDeploymentResourcesStatetoProjectResourcesState. -
Changed function name from
get_unassign_deployment_resources_statustoget_unassign_project_resources_status, change its return type fromDeploymentResourcesStatetoProjectResourcesState.
Other Changes
- Add samples for the following functions(sync and async):
- list_assigned_resource_deployments
- list_project_resources
- delete_deployment_from_resources
- get_assign_project_resources_status
- get_unassign_project_resources_status
- get_deployment_delete_from_resources_status