|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 0.10.0 (2025-03-18) |
| 4 | +### Features Added |
| 5 | + |
| 6 | +- New function `*ClientFactory.NewDefinitionVersionsClient() *DefinitionVersionsClient` |
| 7 | +- New function `*ClientFactory.NewSetDefinitionVersionsClient() *SetDefinitionVersionsClient` |
| 8 | +- New function `NewDefinitionVersionsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DefinitionVersionsClient, error)` |
| 9 | +- New function `*DefinitionVersionsClient.CreateOrUpdate(context.Context, string, string, DefinitionVersion, *DefinitionVersionsClientCreateOrUpdateOptions) (DefinitionVersionsClientCreateOrUpdateResponse, error)` |
| 10 | +- New function `*DefinitionVersionsClient.CreateOrUpdateAtManagementGroup(context.Context, string, string, string, DefinitionVersion, *DefinitionVersionsClientCreateOrUpdateAtManagementGroupOptions) (DefinitionVersionsClientCreateOrUpdateAtManagementGroupResponse, error)` |
| 11 | +- New function `*DefinitionVersionsClient.Delete(context.Context, string, string, *DefinitionVersionsClientDeleteOptions) (DefinitionVersionsClientDeleteResponse, error)` |
| 12 | +- New function `*DefinitionVersionsClient.DeleteAtManagementGroup(context.Context, string, string, string, *DefinitionVersionsClientDeleteAtManagementGroupOptions) (DefinitionVersionsClientDeleteAtManagementGroupResponse, error)` |
| 13 | +- New function `*DefinitionVersionsClient.Get(context.Context, string, string, *DefinitionVersionsClientGetOptions) (DefinitionVersionsClientGetResponse, error)` |
| 14 | +- New function `*DefinitionVersionsClient.GetAtManagementGroup(context.Context, string, string, string, *DefinitionVersionsClientGetAtManagementGroupOptions) (DefinitionVersionsClientGetAtManagementGroupResponse, error)` |
| 15 | +- New function `*DefinitionVersionsClient.GetBuiltIn(context.Context, string, string, *DefinitionVersionsClientGetBuiltInOptions) (DefinitionVersionsClientGetBuiltInResponse, error)` |
| 16 | +- New function `*DefinitionVersionsClient.ListAll(context.Context, *DefinitionVersionsClientListAllOptions) (DefinitionVersionsClientListAllResponse, error)` |
| 17 | +- New function `*DefinitionVersionsClient.ListAllAtManagementGroup(context.Context, string, *DefinitionVersionsClientListAllAtManagementGroupOptions) (DefinitionVersionsClientListAllAtManagementGroupResponse, error)` |
| 18 | +- New function `*DefinitionVersionsClient.ListAllBuiltins(context.Context, *DefinitionVersionsClientListAllBuiltinsOptions) (DefinitionVersionsClientListAllBuiltinsResponse, error)` |
| 19 | +- New function `*DefinitionVersionsClient.NewListBuiltInPager(string, *DefinitionVersionsClientListBuiltInOptions) *runtime.Pager[DefinitionVersionsClientListBuiltInResponse]` |
| 20 | +- New function `*DefinitionVersionsClient.NewListByManagementGroupPager(string, string, *DefinitionVersionsClientListByManagementGroupOptions) *runtime.Pager[DefinitionVersionsClientListByManagementGroupResponse]` |
| 21 | +- New function `*DefinitionVersionsClient.NewListPager(string, *DefinitionVersionsClientListOptions) *runtime.Pager[DefinitionVersionsClientListResponse]` |
| 22 | +- New function `NewSetDefinitionVersionsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SetDefinitionVersionsClient, error)` |
| 23 | +- New function `*SetDefinitionVersionsClient.CreateOrUpdate(context.Context, string, string, SetDefinitionVersion, *SetDefinitionVersionsClientCreateOrUpdateOptions) (SetDefinitionVersionsClientCreateOrUpdateResponse, error)` |
| 24 | +- New function `*SetDefinitionVersionsClient.CreateOrUpdateAtManagementGroup(context.Context, string, string, string, SetDefinitionVersion, *SetDefinitionVersionsClientCreateOrUpdateAtManagementGroupOptions) (SetDefinitionVersionsClientCreateOrUpdateAtManagementGroupResponse, error)` |
| 25 | +- New function `*SetDefinitionVersionsClient.Delete(context.Context, string, string, *SetDefinitionVersionsClientDeleteOptions) (SetDefinitionVersionsClientDeleteResponse, error)` |
| 26 | +- New function `*SetDefinitionVersionsClient.DeleteAtManagementGroup(context.Context, string, string, string, *SetDefinitionVersionsClientDeleteAtManagementGroupOptions) (SetDefinitionVersionsClientDeleteAtManagementGroupResponse, error)` |
| 27 | +- New function `*SetDefinitionVersionsClient.Get(context.Context, string, string, *SetDefinitionVersionsClientGetOptions) (SetDefinitionVersionsClientGetResponse, error)` |
| 28 | +- New function `*SetDefinitionVersionsClient.GetAtManagementGroup(context.Context, string, string, string, *SetDefinitionVersionsClientGetAtManagementGroupOptions) (SetDefinitionVersionsClientGetAtManagementGroupResponse, error)` |
| 29 | +- New function `*SetDefinitionVersionsClient.GetBuiltIn(context.Context, string, string, *SetDefinitionVersionsClientGetBuiltInOptions) (SetDefinitionVersionsClientGetBuiltInResponse, error)` |
| 30 | +- New function `*SetDefinitionVersionsClient.ListAll(context.Context, *SetDefinitionVersionsClientListAllOptions) (SetDefinitionVersionsClientListAllResponse, error)` |
| 31 | +- New function `*SetDefinitionVersionsClient.ListAllAtManagementGroup(context.Context, string, *SetDefinitionVersionsClientListAllAtManagementGroupOptions) (SetDefinitionVersionsClientListAllAtManagementGroupResponse, error)` |
| 32 | +- New function `*SetDefinitionVersionsClient.ListAllBuiltins(context.Context, *SetDefinitionVersionsClientListAllBuiltinsOptions) (SetDefinitionVersionsClientListAllBuiltinsResponse, error)` |
| 33 | +- New function `*SetDefinitionVersionsClient.NewListBuiltInPager(string, *SetDefinitionVersionsClientListBuiltInOptions) *runtime.Pager[SetDefinitionVersionsClientListBuiltInResponse]` |
| 34 | +- New function `*SetDefinitionVersionsClient.NewListByManagementGroupPager(string, string, *SetDefinitionVersionsClientListByManagementGroupOptions) *runtime.Pager[SetDefinitionVersionsClientListByManagementGroupResponse]` |
| 35 | +- New function `*SetDefinitionVersionsClient.NewListPager(string, *SetDefinitionVersionsClientListOptions) *runtime.Pager[SetDefinitionVersionsClientListResponse]` |
| 36 | +- New struct `DefinitionVersion` |
| 37 | +- New struct `DefinitionVersionListResult` |
| 38 | +- New struct `DefinitionVersionProperties` |
| 39 | +- New struct `SetDefinitionVersion` |
| 40 | +- New struct `SetDefinitionVersionListResult` |
| 41 | +- New struct `SetDefinitionVersionProperties` |
| 42 | +- New field `DefinitionVersion`, `EffectiveDefinitionVersion`, `LatestDefinitionVersion` in struct `AssignmentProperties` |
| 43 | +- New field `Expand` in struct `AssignmentsClientGetByIDOptions` |
| 44 | +- New field `Expand` in struct `AssignmentsClientGetOptions` |
| 45 | +- New field `Expand` in struct `AssignmentsClientListForManagementGroupOptions` |
| 46 | +- New field `Expand` in struct `AssignmentsClientListForResourceGroupOptions` |
| 47 | +- New field `Expand` in struct `AssignmentsClientListForResourceOptions` |
| 48 | +- New field `Expand` in struct `AssignmentsClientListOptions` |
| 49 | +- New field `Version`, `Versions` in struct `DefinitionProperties` |
| 50 | +- New field `DefinitionVersion`, `EffectiveDefinitionVersion`, `LatestDefinitionVersion` in struct `DefinitionReference` |
| 51 | +- New field `Schema` in struct `ParameterDefinitionsValue` |
| 52 | +- New field `Version`, `Versions` in struct `SetDefinitionProperties` |
| 53 | +- New field `Expand` in struct `SetDefinitionsClientGetAtManagementGroupOptions` |
| 54 | +- New field `Expand` in struct `SetDefinitionsClientGetBuiltInOptions` |
| 55 | +- New field `Expand` in struct `SetDefinitionsClientGetOptions` |
| 56 | +- New field `Expand` in struct `SetDefinitionsClientListBuiltInOptions` |
| 57 | +- New field `Expand` in struct `SetDefinitionsClientListByManagementGroupOptions` |
| 58 | +- New field `Expand` in struct `SetDefinitionsClientListOptions` |
| 59 | + |
| 60 | + |
3 | 61 | ## 0.9.0 (2023-11-24) |
4 | 62 | ### Features Added |
5 | 63 |
|
|
0 commit comments