1.0.0b3 (2026-05-27)
Features Added
- Client
EducationManagementClientadded parametercloud_settingin method__init__ - Client
EducationManagementClientadded methodsend_request - Added model
ProxyResource
Breaking Changes
- This version introduces new hybrid models which have dual dictionary and model nature. Please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
- For the method breakings, please refer to https://aka.ms/azsdk/python/migrate/operations for migration.
- Model
GrantDetailsmoved instance variableoffer_cap,effective_date,offer_type,expiration_date,statusandallocated_budgetunder propertypropertieswhose type isGrantDetailProperties - Model
JoinRequestDetailsmoved instance variablefirst_name,last_name,emailandstatusunder propertypropertieswhose type isJoinRequestProperties - Model
LabDetailsmoved instance variabledisplay_name,budget_per_student,description,expiration_date,effective_date,status,max_student_count,invitation_code,currency_properties_total_allocated_budget_currency,value_properties_total_allocated_budget_value,currency_properties_total_budget_currencyandvalue_properties_total_budget_valueunder propertypropertieswhose type isLabProperties - Model
StudentDetailsmoved instance variablefirst_name,last_name,email,role,budget,subscription_id,expiration_date,status,effective_date,subscription_aliasandsubscription_invite_last_sent_dateunder propertypropertieswhose type isStudentProperties - Model
StudentLabDetailsmoved instance variabledisplay_name,description,expiration_date,role,budget,subscription_id,status,effective_dateandlab_scopeunder propertypropertieswhose type isStudentLabProperties - Method
GrantsOperations.getchanged its parameterinclude_allocated_budgetfrompositional_or_keywordtokeyword_only - Method
GrantsOperations.listchanged its parameterinclude_allocated_budgetfrompositional_or_keywordtokeyword_only - Method
GrantsOperations.list_allchanged its parameterinclude_allocated_budgetfrompositional_or_keywordtokeyword_only - Method
JoinRequestsOperations.listchanged its parameterinclude_deniedfrompositional_or_keywordtokeyword_only - Method
LabsOperations.generate_invite_codechanged its parameteronly_update_student_count_parameterfrompositional_or_keywordtokeyword_only - Method
LabsOperations.getchanged its parameterinclude_budgetfrompositional_or_keywordtokeyword_only - Method
LabsOperations.listchanged its parameterinclude_budgetfrompositional_or_keywordtokeyword_only - Method
LabsOperations.list_allchanged its parameterinclude_budget/include_deletedfrompositional_or_keywordtokeyword_only - Method
StudentsOperations.listchanged its parameterinclude_deletedfrompositional_or_keywordtokeyword_only - Renamed operation group
EducationManagementClientOperationsMixinto_EducationManagementClientOperationsMixin
Other Changes
- Deleted model
GrantListResponse/JoinRequestListwhich actually were not used by SDK users