|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 1.0.0b3 (2026-05-26) |
| 4 | + |
| 5 | +### Features Added |
| 6 | + |
| 7 | + - Client `PolicyClient` added method `send_request` |
| 8 | + - Client `PolicyClient` added operation group `policy_enrollments` |
| 9 | + - Client `PolicyClient` added operation group `policy_exemptions` |
| 10 | + - Client `PolicyClient` added operation group `variables` |
| 11 | + - Client `PolicyClient` added operation group `variable_values` |
| 12 | + - Model `DataPolicyManifest` added property `system_data` |
| 13 | + - Model `ExternalEvaluationEndpointInvocationResult` added property `endpoint_kind` |
| 14 | + - Model `ExternalEvaluationEndpointInvocationResult` added property `policy_action` |
| 15 | + - Model `ExternalEvaluationEndpointInvocationResult` added property `policy_evaluation_details` |
| 16 | + - Model `ExternalEvaluationEndpointInvocationResult` added property `additional_info` |
| 17 | + - Model `PolicyTokenResponse` added property `request_details` |
| 18 | + - Enum `SelectorKind` added member `GROUP_PRINCIPAL_ID` |
| 19 | + - Enum `SelectorKind` added member `USER_PRINCIPAL_ID` |
| 20 | + - Added enum `AssignmentScopeValidation` |
| 21 | + - Added model `DataManifestResourceFunctionsDefinition` |
| 22 | + - Added enum `ExemptionCategory` |
| 23 | + - Added model `ExtensionResource` |
| 24 | + - Added enum `PolicyAction` |
| 25 | + - Added model `PolicyEnrollment` |
| 26 | + - Added model `PolicyEnrollmentProperties` |
| 27 | + - Added model `PolicyEnrollmentUpdate` |
| 28 | + - Added model `PolicyEnrollmentUpdateProperties` |
| 29 | + - Added model `PolicyExemption` |
| 30 | + - Added model `PolicyExemptionProperties` |
| 31 | + - Added model `PolicyExemptionUpdate` |
| 32 | + - Added model `PolicyExemptionUpdateProperties` |
| 33 | + - Added model `PolicyTokenEvaluatedRequestDetails` |
| 34 | + - Added model `PolicyVariableColumn` |
| 35 | + - Added model `PolicyVariableProperties` |
| 36 | + - Added model `PolicyVariableValueColumnValue` |
| 37 | + - Added model `PolicyVariableValueProperties` |
| 38 | + - Added model `SelfServeExemptionSettings` |
| 39 | + - Added model `Variable` |
| 40 | + - Added model `VariableValue` |
| 41 | + |
| 42 | +### Breaking Changes |
| 43 | + |
| 44 | + - 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. |
| 45 | + - Model `PolicyLogInfo` deleted property `policy_set_definition_display_name`/`policy_set_definition_category`/`policy_definition_display_name`/`policy_definition_group_names`/`policy_assignment_display_name`/`resource_location`/`ancestors`/`compliance_reason_code`/`policy_exemption_ids` to match actual service behavior |
| 46 | + - Method `PolicyAssignmentsOperations.get` changed its parameter `expand` from `positional_or_keyword` to `keyword_only` |
| 47 | + - Method `PolicyAssignmentsOperations.get_by_id` deleted or renamed its parameter `expand` of kind `positional_or_keyword` |
| 48 | + - Method `PolicyAssignmentsOperations.list` changed its parameter `expand` from `positional_or_keyword` to `keyword_only` |
| 49 | + - Method `PolicyAssignmentsOperations.list_for_management_group` changed its parameter `expand` from `positional_or_keyword` to `keyword_only` |
| 50 | + - Method `PolicyAssignmentsOperations.list_for_resource` changed its parameter `expand` from `positional_or_keyword` to `keyword_only` |
| 51 | + - Method `PolicyAssignmentsOperations.list_for_resource_group` changed its parameter `expand` from `positional_or_keyword` to `keyword_only` |
| 52 | + - Method `PolicySetDefinitionVersionsOperations.get` changed its parameter `expand` from `positional_or_keyword` to `keyword_only` |
| 53 | + - Method `PolicySetDefinitionVersionsOperations.get_at_management_group` changed its parameter `expand` from `positional_or_keyword` to `keyword_only` |
| 54 | + - Method `PolicySetDefinitionVersionsOperations.get_built_in` changed its parameter `expand` from `positional_or_keyword` to `keyword_only` |
| 55 | + - Method `PolicySetDefinitionVersionsOperations.list` changed its parameter `expand` from `positional_or_keyword` to `keyword_only` |
| 56 | + - Method `PolicySetDefinitionVersionsOperations.list_built_in` changed its parameter `expand` from `positional_or_keyword` to `keyword_only` |
| 57 | + - Method `PolicySetDefinitionVersionsOperations.list_by_management_group` changed its parameter `expand` from `positional_or_keyword` to `keyword_only` |
| 58 | + - Method `PolicySetDefinitionsOperations.get` changed its parameter `expand` from `positional_or_keyword` to `keyword_only` |
| 59 | + - Method `PolicySetDefinitionsOperations.get_at_management_group` changed its parameter `expand` from `positional_or_keyword` to `keyword_only` |
| 60 | + - Method `PolicySetDefinitionsOperations.get_built_in` changed its parameter `expand` from `positional_or_keyword` to `keyword_only` |
| 61 | + - Method `PolicySetDefinitionsOperations.list` changed its parameter `expand` from `positional_or_keyword` to `keyword_only` |
| 62 | + - Method `PolicySetDefinitionsOperations.list_built_in` changed its parameter `expand` from `positional_or_keyword` to `keyword_only` |
| 63 | + - Method `PolicySetDefinitionsOperations.list_by_management_group` changed its parameter `expand` from `positional_or_keyword` to `keyword_only` |
| 64 | + |
3 | 65 | ## 1.0.0b2 (2026-02-28) |
4 | 66 |
|
5 | 67 | ### Features Added |
|
0 commit comments