Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 71 additions & 0 deletions sdk/resourcemanager/resources/armpolicy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,76 @@
# Release History

## 1.0.0 (2026-02-06)
### Breaking Changes

- VariableValuesClient and it's operations has been removed
- DataPolicyManifestsClient and it's operations has been removed
- Enum `AliasPathAttributes` has been removed
- Enum `AliasPathTokenType` has been removed
- Enum `AliasPatternType` has been removed
- Enum `AliasType` has been removed
- Enum `AssignmentScopeValidation` has been removed
- Enum `ExemptionCategory` has been removed
- Function `*ClientFactory.NewExemptionsClient` has been removed
- Function `*ClientFactory.NewVariablesClient` has been removed
- Function `NewExemptionsClient` has been removed
- Function `*ExemptionsClient.CreateOrUpdate` has been removed
- Function `*ExemptionsClient.Delete` has been removed
- Function `*ExemptionsClient.Get` has been removed
- Function `*ExemptionsClient.NewListForManagementGroupPager` has been removed
- Function `*ExemptionsClient.NewListForResourceGroupPager` has been removed
- Function `*ExemptionsClient.NewListForResourcePager` has been removed
- Function `*ExemptionsClient.NewListPager` has been removed
- Function `*ExemptionsClient.Update` has been removed
- Function `NewVariablesClient` has been removed
- Function `*VariablesClient.CreateOrUpdate` has been removed
- Function `*VariablesClient.CreateOrUpdateAtManagementGroup` has been removed
- Function `*VariablesClient.Delete` has been removed
- Function `*VariablesClient.DeleteAtManagementGroup` has been removed
- Function `*VariablesClient.Get` has been removed
- Function `*VariablesClient.GetAtManagementGroup` has been removed
- Function `*VariablesClient.NewListForManagementGroupPager` has been removed
- Function `*VariablesClient.NewListPager` has been removed
- Struct `Alias` has been removed
- Struct `AliasPath` has been removed
- Struct `AliasPathMetadata` has been removed
- Struct `AliasPattern` has been removed
- Struct `DataEffect` has been removed
- Struct `Exemption` has been removed
- Struct `ExemptionListResult` has been removed
- Struct `ExemptionProperties` has been removed
- Struct `ExemptionUpdate` has been removed
- Struct `ExemptionUpdateProperties` has been removed
- Struct `ResourceTypeAliases` has been removed
- Struct `Variable` has been removed
- Struct `VariableColumn` has been removed
- Struct `VariableListResult` has been removed
- Struct `VariableProperties` has been removed
- Field `Expand` of struct `AssignmentsClientGetByIDOptions` has been removed

### Features Added

- New value `EnforcementModeEnroll` added to enum type `EnforcementMode`
- New value `OverrideKindDefinitionVersion` added to enum type `OverrideKind`
- New enum type `AssignmentType` with values `AssignmentTypeCustom`, `AssignmentTypeNotSpecified`, `AssignmentTypeSystem`, `AssignmentTypeSystemHidden`
- New enum type `ExternalEndpointResult` with values `ExternalEndpointResultFailed`, `ExternalEndpointResultSucceeded`
- New enum type `PolicyTokenResult` with values `PolicyTokenResultFailed`, `PolicyTokenResultSucceeded`
- New function `*ClientFactory.NewTokensClient() *TokensClient`
- New function `NewTokensClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*TokensClient, error)`
- New function `*TokensClient.Acquire(ctx context.Context, parameters TokenRequest, options *TokensClientAcquireOptions) (TokensClientAcquireResponse, error)`
- New function `*TokensClient.AcquireAtManagementGroup(ctx context.Context, managementGroupName string, parameters TokenRequest, options *TokensClientAcquireAtManagementGroupOptions) (TokensClientAcquireAtManagementGroupResponse, error)`
- New struct `ExternalEvaluationEndpointInvocationResult`
- New struct `ExternalEvaluationEndpointSettings`
- New struct `ExternalEvaluationEnforcementSettings`
- New struct `LogInfo`
- New struct `TokenOperation`
- New struct `TokenRequest`
- New struct `TokenResponse`
- New field `AssignmentType`, `InstanceID` in struct `AssignmentProperties`
- New field `ExternalEvaluationEnforcementSettings` in struct `DefinitionProperties`
- New field `ExternalEvaluationEnforcementSettings` in struct `DefinitionVersionProperties`


## 0.10.0 (2025-03-18)
### Features Added

Expand Down
2 changes: 1 addition & 1 deletion sdk/resourcemanager/resources/armpolicy/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "go",
"TagPrefix": "go/resourcemanager/resources/armpolicy",
"Tag": "go/resourcemanager/resources/armpolicy_22cd1d3678"
"Tag": "go/resourcemanager/resources/armpolicy_ab53483a65"
}
Loading