Skip to content

Commit d1b1a3f

Browse files
authored
[Release] sdk/resourcemanager/dnsresolver/armdnsresolver/1.3.0 (Azure#24783)
* [Release] sdk/resourcemanager/dnsresolver/armdnsresolver/1.3.0 generation from spec commit: d0d3a9b4fe0fce880fded7a617e71f84406bacbd * update asset --------- Co-authored-by: ReleaseHelper <ReleaseHelper>
1 parent 9a4975b commit d1b1a3f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1313
-733
lines changed

sdk/resourcemanager/dnsresolver/armdnsresolver/CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,67 @@
11
# Release History
22

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+
365
## 1.3.0-beta.1 (2024-10-23)
466
### Features Added
567

sdk/resourcemanager/dnsresolver/armdnsresolver/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "go",
44
"TagPrefix": "go/resourcemanager/dnsresolver/armdnsresolver",
5-
"Tag": "go/resourcemanager/dnsresolver/armdnsresolver_c6631016f8"
5+
"Tag": "go/resourcemanager/dnsresolver/armdnsresolver_a992dd81f0"
66
}

sdk/resourcemanager/dnsresolver/armdnsresolver/autorest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/366aaa13cdd218b9adac716680e49473673410c8/specification/dnsresolver/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/366aaa13cdd218b9adac716680e49473673410c8/specification/dnsresolver/resource-manager/readme.go.md
8+
- https://github.com/Azure/azure-rest-api-specs/blob/d0d3a9b4fe0fce880fded7a617e71f84406bacbd/specification/dnsresolver/resource-manager/readme.md
9+
- https://github.com/Azure/azure-rest-api-specs/blob/d0d3a9b4fe0fce880fded7a617e71f84406bacbd/specification/dnsresolver/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 1.3.0-beta.1
12-
tag: package-preview-2023-07
11+
module-version: 1.3.0
12+
tag: package-2025-05
1313
```

sdk/resourcemanager/dnsresolver/armdnsresolver/client_factory.go

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/dnsresolver/armdnsresolver/constants.go

Lines changed: 17 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/dnsresolver/armdnsresolver/dnsforwardingrulesets_client.go

Lines changed: 18 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)