|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 0.7.0 (2022-09-28) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Struct `CloudError` has been removed |
| 7 | + |
| 8 | +### Features Added |
| 9 | + |
| 10 | +- New function `*VariableValuesClient.GetAtManagementGroup(context.Context, string, string, string, *VariableValuesClientGetAtManagementGroupOptions) (VariableValuesClientGetAtManagementGroupResponse, error)` |
| 11 | +- New function `*VariablesClient.CreateOrUpdateAtManagementGroup(context.Context, string, string, Variable, *VariablesClientCreateOrUpdateAtManagementGroupOptions) (VariablesClientCreateOrUpdateAtManagementGroupResponse, error)` |
| 12 | +- New function `*VariablesClient.DeleteAtManagementGroup(context.Context, string, string, *VariablesClientDeleteAtManagementGroupOptions) (VariablesClientDeleteAtManagementGroupResponse, error)` |
| 13 | +- New function `*VariableValuesClient.Delete(context.Context, string, string, *VariableValuesClientDeleteOptions) (VariableValuesClientDeleteResponse, error)` |
| 14 | +- New function `*VariablesClient.NewListPager(*VariablesClientListOptions) *runtime.Pager[VariablesClientListResponse]` |
| 15 | +- New function `*VariablesClient.CreateOrUpdate(context.Context, string, Variable, *VariablesClientCreateOrUpdateOptions) (VariablesClientCreateOrUpdateResponse, error)` |
| 16 | +- New function `*VariablesClient.Get(context.Context, string, *VariablesClientGetOptions) (VariablesClientGetResponse, error)` |
| 17 | +- New function `*VariableValuesClient.NewListForManagementGroupPager(string, string, *VariableValuesClientListForManagementGroupOptions) *runtime.Pager[VariableValuesClientListForManagementGroupResponse]` |
| 18 | +- New function `*VariableValuesClient.Get(context.Context, string, string, *VariableValuesClientGetOptions) (VariableValuesClientGetResponse, error)` |
| 19 | +- New function `*VariablesClient.GetAtManagementGroup(context.Context, string, string, *VariablesClientGetAtManagementGroupOptions) (VariablesClientGetAtManagementGroupResponse, error)` |
| 20 | +- New function `*VariableValuesClient.CreateOrUpdate(context.Context, string, string, VariableValue, *VariableValuesClientCreateOrUpdateOptions) (VariableValuesClientCreateOrUpdateResponse, error)` |
| 21 | +- New function `NewVariablesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*VariablesClient, error)` |
| 22 | +- New function `NewVariableValuesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*VariableValuesClient, error)` |
| 23 | +- New function `*VariableValuesClient.CreateOrUpdateAtManagementGroup(context.Context, string, string, string, VariableValue, *VariableValuesClientCreateOrUpdateAtManagementGroupOptions) (VariableValuesClientCreateOrUpdateAtManagementGroupResponse, error)` |
| 24 | +- New function `*VariablesClient.NewListForManagementGroupPager(string, *VariablesClientListForManagementGroupOptions) *runtime.Pager[VariablesClientListForManagementGroupResponse]` |
| 25 | +- New function `*VariableValuesClient.DeleteAtManagementGroup(context.Context, string, string, string, *VariableValuesClientDeleteAtManagementGroupOptions) (VariableValuesClientDeleteAtManagementGroupResponse, error)` |
| 26 | +- New function `*VariablesClient.Delete(context.Context, string, *VariablesClientDeleteOptions) (VariablesClientDeleteResponse, error)` |
| 27 | +- New function `*VariableValuesClient.NewListPager(string, *VariableValuesClientListOptions) *runtime.Pager[VariableValuesClientListResponse]` |
| 28 | +- New struct `Variable` |
| 29 | +- New struct `VariableColumn` |
| 30 | +- New struct `VariableListResult` |
| 31 | +- New struct `VariableProperties` |
| 32 | +- New struct `VariableValue` |
| 33 | +- New struct `VariableValueColumnValue` |
| 34 | +- New struct `VariableValueListResult` |
| 35 | +- New struct `VariableValueProperties` |
| 36 | +- New struct `VariableValuesClient` |
| 37 | +- New struct `VariableValuesClientCreateOrUpdateAtManagementGroupOptions` |
| 38 | +- New struct `VariableValuesClientCreateOrUpdateAtManagementGroupResponse` |
| 39 | +- New struct `VariableValuesClientCreateOrUpdateOptions` |
| 40 | +- New struct `VariableValuesClientCreateOrUpdateResponse` |
| 41 | +- New struct `VariableValuesClientDeleteAtManagementGroupOptions` |
| 42 | +- New struct `VariableValuesClientDeleteAtManagementGroupResponse` |
| 43 | +- New struct `VariableValuesClientDeleteOptions` |
| 44 | +- New struct `VariableValuesClientDeleteResponse` |
| 45 | +- New struct `VariableValuesClientGetAtManagementGroupOptions` |
| 46 | +- New struct `VariableValuesClientGetAtManagementGroupResponse` |
| 47 | +- New struct `VariableValuesClientGetOptions` |
| 48 | +- New struct `VariableValuesClientGetResponse` |
| 49 | +- New struct `VariableValuesClientListForManagementGroupOptions` |
| 50 | +- New struct `VariableValuesClientListForManagementGroupResponse` |
| 51 | +- New struct `VariableValuesClientListOptions` |
| 52 | +- New struct `VariableValuesClientListResponse` |
| 53 | +- New struct `VariablesClient` |
| 54 | +- New struct `VariablesClientCreateOrUpdateAtManagementGroupOptions` |
| 55 | +- New struct `VariablesClientCreateOrUpdateAtManagementGroupResponse` |
| 56 | +- New struct `VariablesClientCreateOrUpdateOptions` |
| 57 | +- New struct `VariablesClientCreateOrUpdateResponse` |
| 58 | +- New struct `VariablesClientDeleteAtManagementGroupOptions` |
| 59 | +- New struct `VariablesClientDeleteAtManagementGroupResponse` |
| 60 | +- New struct `VariablesClientDeleteOptions` |
| 61 | +- New struct `VariablesClientDeleteResponse` |
| 62 | +- New struct `VariablesClientGetAtManagementGroupOptions` |
| 63 | +- New struct `VariablesClientGetAtManagementGroupResponse` |
| 64 | +- New struct `VariablesClientGetOptions` |
| 65 | +- New struct `VariablesClientGetResponse` |
| 66 | +- New struct `VariablesClientListForManagementGroupOptions` |
| 67 | +- New struct `VariablesClientListForManagementGroupResponse` |
| 68 | +- New struct `VariablesClientListOptions` |
| 69 | +- New struct `VariablesClientListResponse` |
| 70 | + |
| 71 | + |
3 | 72 | ## 0.6.0 (2022-05-18) |
4 | 73 |
|
5 | 74 | The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armpolicy` is using our [next generation design principles](https://azure.github.io/azure-sdk/general_introduction.html) since version 0.6.0, which contains breaking changes. |
|
0 commit comments