Skip to content

Commit

Permalink
[Release] sdk/resourcemanager/dnsresolver/armdnsresolver/1.3.0-beta.1 (
Browse files Browse the repository at this point in the history
…#23645)

* [Release] sdk/resourcemanager/dnsresolver/armdnsresolver/1.3.0-beta.1 generation from spec commit: 366aaa13cdd218b9adac716680e49473673410c8

* update recording

* update recording
  • Loading branch information
tadelesh authored Oct 24, 2024
1 parent 8988b49 commit a85cf18
Show file tree
Hide file tree
Showing 37 changed files with 6,697 additions and 406 deletions.
58 changes: 58 additions & 0 deletions sdk/resourcemanager/dnsresolver/armdnsresolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,63 @@
# Release History

## 1.3.0-beta.1 (2024-10-23)
### Features Added

- New enum type `ActionType` with values `ActionTypeAlert`, `ActionTypeAllow`, `ActionTypeBlock`
- New enum type `BlockResponseCode` with values `BlockResponseCodeSERVFAIL`
- New enum type `DNSSecurityRuleState` with values `DNSSecurityRuleStateDisabled`, `DNSSecurityRuleStateEnabled`
- New function `*ClientFactory.NewDNSSecurityRulesClient() *DNSSecurityRulesClient`
- New function `*ClientFactory.NewDomainListsClient() *DomainListsClient`
- New function `*ClientFactory.NewPoliciesClient() *PoliciesClient`
- New function `*ClientFactory.NewPolicyVirtualNetworkLinksClient() *PolicyVirtualNetworkLinksClient`
- New function `NewDNSSecurityRulesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DNSSecurityRulesClient, error)`
- New function `*DNSSecurityRulesClient.BeginCreateOrUpdate(context.Context, string, string, string, DNSSecurityRule, *DNSSecurityRulesClientBeginCreateOrUpdateOptions) (*runtime.Poller[DNSSecurityRulesClientCreateOrUpdateResponse], error)`
- New function `*DNSSecurityRulesClient.BeginDelete(context.Context, string, string, string, *DNSSecurityRulesClientBeginDeleteOptions) (*runtime.Poller[DNSSecurityRulesClientDeleteResponse], error)`
- New function `*DNSSecurityRulesClient.Get(context.Context, string, string, string, *DNSSecurityRulesClientGetOptions) (DNSSecurityRulesClientGetResponse, error)`
- New function `*DNSSecurityRulesClient.NewListPager(string, string, *DNSSecurityRulesClientListOptions) *runtime.Pager[DNSSecurityRulesClientListResponse]`
- New function `*DNSSecurityRulesClient.BeginUpdate(context.Context, string, string, string, DNSSecurityRulePatch, *DNSSecurityRulesClientBeginUpdateOptions) (*runtime.Poller[DNSSecurityRulesClientUpdateResponse], error)`
- New function `NewDomainListsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DomainListsClient, error)`
- New function `*DomainListsClient.BeginCreateOrUpdate(context.Context, string, string, DomainList, *DomainListsClientBeginCreateOrUpdateOptions) (*runtime.Poller[DomainListsClientCreateOrUpdateResponse], error)`
- New function `*DomainListsClient.BeginDelete(context.Context, string, string, *DomainListsClientBeginDeleteOptions) (*runtime.Poller[DomainListsClientDeleteResponse], error)`
- New function `*DomainListsClient.Get(context.Context, string, string, *DomainListsClientGetOptions) (DomainListsClientGetResponse, error)`
- New function `*DomainListsClient.NewListByResourceGroupPager(string, *DomainListsClientListByResourceGroupOptions) *runtime.Pager[DomainListsClientListByResourceGroupResponse]`
- New function `*DomainListsClient.NewListPager(*DomainListsClientListOptions) *runtime.Pager[DomainListsClientListResponse]`
- New function `*DomainListsClient.BeginUpdate(context.Context, string, string, DomainListPatch, *DomainListsClientBeginUpdateOptions) (*runtime.Poller[DomainListsClientUpdateResponse], error)`
- New function `NewPoliciesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*PoliciesClient, error)`
- New function `*PoliciesClient.BeginCreateOrUpdate(context.Context, string, string, Policy, *PoliciesClientBeginCreateOrUpdateOptions) (*runtime.Poller[PoliciesClientCreateOrUpdateResponse], error)`
- New function `*PoliciesClient.BeginDelete(context.Context, string, string, *PoliciesClientBeginDeleteOptions) (*runtime.Poller[PoliciesClientDeleteResponse], error)`
- New function `*PoliciesClient.Get(context.Context, string, string, *PoliciesClientGetOptions) (PoliciesClientGetResponse, error)`
- New function `*PoliciesClient.NewListByResourceGroupPager(string, *PoliciesClientListByResourceGroupOptions) *runtime.Pager[PoliciesClientListByResourceGroupResponse]`
- New function `*PoliciesClient.NewListByVirtualNetworkPager(string, string, *PoliciesClientListByVirtualNetworkOptions) *runtime.Pager[PoliciesClientListByVirtualNetworkResponse]`
- New function `*PoliciesClient.NewListPager(*PoliciesClientListOptions) *runtime.Pager[PoliciesClientListResponse]`
- New function `*PoliciesClient.BeginUpdate(context.Context, string, string, PolicyPatch, *PoliciesClientBeginUpdateOptions) (*runtime.Poller[PoliciesClientUpdateResponse], error)`
- New function `NewPolicyVirtualNetworkLinksClient(string, azcore.TokenCredential, *arm.ClientOptions) (*PolicyVirtualNetworkLinksClient, error)`
- New function `*PolicyVirtualNetworkLinksClient.BeginCreateOrUpdate(context.Context, string, string, string, PolicyVirtualNetworkLink, *PolicyVirtualNetworkLinksClientBeginCreateOrUpdateOptions) (*runtime.Poller[PolicyVirtualNetworkLinksClientCreateOrUpdateResponse], error)`
- New function `*PolicyVirtualNetworkLinksClient.BeginDelete(context.Context, string, string, string, *PolicyVirtualNetworkLinksClientBeginDeleteOptions) (*runtime.Poller[PolicyVirtualNetworkLinksClientDeleteResponse], error)`
- New function `*PolicyVirtualNetworkLinksClient.Get(context.Context, string, string, string, *PolicyVirtualNetworkLinksClientGetOptions) (PolicyVirtualNetworkLinksClientGetResponse, error)`
- New function `*PolicyVirtualNetworkLinksClient.NewListPager(string, string, *PolicyVirtualNetworkLinksClientListOptions) *runtime.Pager[PolicyVirtualNetworkLinksClientListResponse]`
- New function `*PolicyVirtualNetworkLinksClient.BeginUpdate(context.Context, string, string, string, PolicyVirtualNetworkLinkPatch, *PolicyVirtualNetworkLinksClientBeginUpdateOptions) (*runtime.Poller[PolicyVirtualNetworkLinksClientUpdateResponse], error)`
- New struct `DNSSecurityRule`
- New struct `DNSSecurityRuleAction`
- New struct `DNSSecurityRuleListResult`
- New struct `DNSSecurityRulePatch`
- New struct `DNSSecurityRulePatchProperties`
- New struct `DNSSecurityRuleProperties`
- New struct `DomainList`
- New struct `DomainListPatch`
- New struct `DomainListPatchProperties`
- New struct `DomainListProperties`
- New struct `DomainListResult`
- New struct `Policy`
- New struct `PolicyListResult`
- New struct `PolicyPatch`
- New struct `PolicyProperties`
- New struct `PolicyVirtualNetworkLink`
- New struct `PolicyVirtualNetworkLinkListResult`
- New struct `PolicyVirtualNetworkLinkPatch`
- New struct `PolicyVirtualNetworkLinkProperties`


## 1.2.0 (2023-11-24)
### Features Added

Expand Down
2 changes: 1 addition & 1 deletion sdk/resourcemanager/dnsresolver/armdnsresolver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ clientFactory, err := armdnsresolver.NewClientFactory(<subscription ID>, cred, &
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.

```go
client := clientFactory.NewDNSResolversClient()
client := clientFactory.NewDNSForwardingRulesetsClient()
```

## Fakes
Expand Down
2 changes: 1 addition & 1 deletion sdk/resourcemanager/dnsresolver/armdnsresolver/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/dnsresolver/armdnsresolver",
"Tag": "go/resourcemanager/dnsresolver/armdnsresolver_53886873ff"
"Tag": "go/resourcemanager/dnsresolver/armdnsresolver_c6631016f8"
}
8 changes: 4 additions & 4 deletions sdk/resourcemanager/dnsresolver/armdnsresolver/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/b749953e21e5c3f275d839862323920ef7bf716e/specification/dnsresolver/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/b749953e21e5c3f275d839862323920ef7bf716e/specification/dnsresolver/resource-manager/readme.go.md
- https://github.com/Azure/azure-rest-api-specs/blob/366aaa13cdd218b9adac716680e49473673410c8/specification/dnsresolver/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/366aaa13cdd218b9adac716680e49473673410c8/specification/dnsresolver/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 1.2.0

module-version: 1.3.0-beta.1
tag: package-preview-2023-07
```
79 changes: 61 additions & 18 deletions sdk/resourcemanager/dnsresolver/armdnsresolver/client_factory.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 49 additions & 1 deletion sdk/resourcemanager/dnsresolver/armdnsresolver/constants.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a85cf18

Please sign in to comment.