|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 1.3.0 (2025-06-12) |
| 4 | +### Features Added |
| 5 | + |
| 6 | +- New enum type `Action` with values `ActionDownload`, `ActionUpload` |
| 7 | +- New enum type `ActionType` with values `ActionTypeAlert`, `ActionTypeAllow`, `ActionTypeBlock` |
| 8 | +- New enum type `DNSSecurityRuleState` with values `DNSSecurityRuleStateDisabled`, `DNSSecurityRuleStateEnabled` |
| 9 | +- New function `*ClientFactory.NewDNSSecurityRulesClient() *DNSSecurityRulesClient` |
| 10 | +- New function `*ClientFactory.NewDomainListsClient() *DomainListsClient` |
| 11 | +- New function `*ClientFactory.NewPoliciesClient() *PoliciesClient` |
| 12 | +- New function `*ClientFactory.NewPolicyVirtualNetworkLinksClient() *PolicyVirtualNetworkLinksClient` |
| 13 | +- New function `NewDNSSecurityRulesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DNSSecurityRulesClient, error)` |
| 14 | +- New function `*DNSSecurityRulesClient.BeginCreateOrUpdate(context.Context, string, string, string, DNSSecurityRule, *DNSSecurityRulesClientBeginCreateOrUpdateOptions) (*runtime.Poller[DNSSecurityRulesClientCreateOrUpdateResponse], error)` |
| 15 | +- New function `*DNSSecurityRulesClient.BeginDelete(context.Context, string, string, string, *DNSSecurityRulesClientBeginDeleteOptions) (*runtime.Poller[DNSSecurityRulesClientDeleteResponse], error)` |
| 16 | +- New function `*DNSSecurityRulesClient.Get(context.Context, string, string, string, *DNSSecurityRulesClientGetOptions) (DNSSecurityRulesClientGetResponse, error)` |
| 17 | +- New function `*DNSSecurityRulesClient.NewListPager(string, string, *DNSSecurityRulesClientListOptions) *runtime.Pager[DNSSecurityRulesClientListResponse]` |
| 18 | +- New function `*DNSSecurityRulesClient.BeginUpdate(context.Context, string, string, string, DNSSecurityRulePatch, *DNSSecurityRulesClientBeginUpdateOptions) (*runtime.Poller[DNSSecurityRulesClientUpdateResponse], error)` |
| 19 | +- New function `NewDomainListsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DomainListsClient, error)` |
| 20 | +- New function `*DomainListsClient.BeginCreateOrUpdate(context.Context, string, string, DomainList, *DomainListsClientBeginCreateOrUpdateOptions) (*runtime.Poller[DomainListsClientCreateOrUpdateResponse], error)` |
| 21 | +- New function `*DomainListsClient.BeginDelete(context.Context, string, string, *DomainListsClientBeginDeleteOptions) (*runtime.Poller[DomainListsClientDeleteResponse], error)` |
| 22 | +- New function `*DomainListsClient.Get(context.Context, string, string, *DomainListsClientGetOptions) (DomainListsClientGetResponse, error)` |
| 23 | +- New function `*DomainListsClient.NewListByResourceGroupPager(string, *DomainListsClientListByResourceGroupOptions) *runtime.Pager[DomainListsClientListByResourceGroupResponse]` |
| 24 | +- New function `*DomainListsClient.NewListPager(*DomainListsClientListOptions) *runtime.Pager[DomainListsClientListResponse]` |
| 25 | +- New function `*DomainListsClient.BeginUpdate(context.Context, string, string, DomainListPatch, *DomainListsClientBeginUpdateOptions) (*runtime.Poller[DomainListsClientUpdateResponse], error)` |
| 26 | +- New function `*DomainListsClient.BeginBulk(context.Context, string, string, DomainListBulk, *DomainListsClientBeginBulkOptions) (*runtime.Poller[DomainListsClientBulkResponse], error)` |
| 27 | +- New function `NewPoliciesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*PoliciesClient, error)` |
| 28 | +- New function `*PoliciesClient.BeginCreateOrUpdate(context.Context, string, string, Policy, *PoliciesClientBeginCreateOrUpdateOptions) (*runtime.Poller[PoliciesClientCreateOrUpdateResponse], error)` |
| 29 | +- New function `*PoliciesClient.BeginDelete(context.Context, string, string, *PoliciesClientBeginDeleteOptions) (*runtime.Poller[PoliciesClientDeleteResponse], error)` |
| 30 | +- New function `*PoliciesClient.Get(context.Context, string, string, *PoliciesClientGetOptions) (PoliciesClientGetResponse, error)` |
| 31 | +- New function `*PoliciesClient.NewListByResourceGroupPager(string, *PoliciesClientListByResourceGroupOptions) *runtime.Pager[PoliciesClientListByResourceGroupResponse]` |
| 32 | +- New function `*PoliciesClient.NewListByVirtualNetworkPager(string, string, *PoliciesClientListByVirtualNetworkOptions) *runtime.Pager[PoliciesClientListByVirtualNetworkResponse]` |
| 33 | +- New function `*PoliciesClient.NewListPager(*PoliciesClientListOptions) *runtime.Pager[PoliciesClientListResponse]` |
| 34 | +- New function `*PoliciesClient.BeginUpdate(context.Context, string, string, PolicyPatch, *PoliciesClientBeginUpdateOptions) (*runtime.Poller[PoliciesClientUpdateResponse], error)` |
| 35 | +- New function `NewPolicyVirtualNetworkLinksClient(string, azcore.TokenCredential, *arm.ClientOptions) (*PolicyVirtualNetworkLinksClient, error)` |
| 36 | +- New function `*PolicyVirtualNetworkLinksClient.BeginCreateOrUpdate(context.Context, string, string, string, PolicyVirtualNetworkLink, *PolicyVirtualNetworkLinksClientBeginCreateOrUpdateOptions) (*runtime.Poller[PolicyVirtualNetworkLinksClientCreateOrUpdateResponse], error)` |
| 37 | +- New function `*PolicyVirtualNetworkLinksClient.BeginDelete(context.Context, string, string, string, *PolicyVirtualNetworkLinksClientBeginDeleteOptions) (*runtime.Poller[PolicyVirtualNetworkLinksClientDeleteResponse], error)` |
| 38 | +- New function `*PolicyVirtualNetworkLinksClient.Get(context.Context, string, string, string, *PolicyVirtualNetworkLinksClientGetOptions) (PolicyVirtualNetworkLinksClientGetResponse, error)` |
| 39 | +- New function `*PolicyVirtualNetworkLinksClient.NewListPager(string, string, *PolicyVirtualNetworkLinksClientListOptions) *runtime.Pager[PolicyVirtualNetworkLinksClientListResponse]` |
| 40 | +- New function `*PolicyVirtualNetworkLinksClient.BeginUpdate(context.Context, string, string, string, PolicyVirtualNetworkLinkPatch, *PolicyVirtualNetworkLinksClientBeginUpdateOptions) (*runtime.Poller[PolicyVirtualNetworkLinksClientUpdateResponse], error)` |
| 41 | +- New function `PossibleActionValues() []Action` |
| 42 | +- New struct `DNSSecurityRule` |
| 43 | +- New struct `DNSSecurityRuleAction` |
| 44 | +- New struct `DNSSecurityRuleListResult` |
| 45 | +- New struct `DNSSecurityRulePatch` |
| 46 | +- New struct `DNSSecurityRulePatchProperties` |
| 47 | +- New struct `DNSSecurityRuleProperties` |
| 48 | +- New struct `DomainList` |
| 49 | +- New struct `DomainListBulk` |
| 50 | +- New struct `DomainListBulkProperties` |
| 51 | +- New struct `DomainListPatch` |
| 52 | +- New struct `DomainListPatchProperties` |
| 53 | +- New struct `DomainListProperties` |
| 54 | +- New struct `DomainListResult` |
| 55 | +- New struct `Policy` |
| 56 | +- New struct `PolicyListResult` |
| 57 | +- New struct `PolicyPatch` |
| 58 | +- New struct `PolicyProperties` |
| 59 | +- New struct `PolicyVirtualNetworkLink` |
| 60 | +- New struct `PolicyVirtualNetworkLinkListResult` |
| 61 | +- New struct `PolicyVirtualNetworkLinkPatch` |
| 62 | +- New struct `PolicyVirtualNetworkLinkProperties` |
| 63 | + |
| 64 | + |
3 | 65 | ## 1.3.0-beta.1 (2024-10-23) |
4 | 66 | ### Features Added |
5 | 67 |
|
|
0 commit comments