Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add generation of 2023-07-01-preview and new tests for dns resolver d… #46105

Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
08c5b2a
Add generation of 2023-07-01-preview and new tests for dns resolver d…
jamesvoongms Sep 20, 2024
02660d3
Add rule and link tests
jamesvoongms Sep 24, 2024
ecf5176
Fix test domain names and add to code owners and fix readme link to s…
jamesvoongms Oct 4, 2024
60b67fe
Fix CODEOWNERS for dns resolver
jamesvoongms Oct 4, 2024
a4565e1
Merge remote-tracking branch 'origin/main' into release-2023-07-01-pr…
jamesvoong Oct 4, 2024
b6b4cb1
Merge branch 'main' into release-2023-07-01-preview-dns-resolver-poli…
jamesvoongms Oct 4, 2024
c3dfd1b
Update .github/CODEOWNERS
jamesvoongms Oct 7, 2024
cd39810
Update .github/CODEOWNERS
jamesvoongms Oct 7, 2024
482c846
Merge branch 'release-2023-07-01-preview-dns-resolver-policy-addition…
jamesvoongms Oct 7, 2024
4970154
Fix additional codeowner addition
jamesvoongms Oct 7, 2024
4f0a10b
Add Servfail to cspell word list
jamesvoongms Oct 7, 2024
e7b550d
Run Export-Api
jamesvoongms Oct 7, 2024
d3128b5
Add assets file after pushing recording
jamesvoongms Oct 7, 2024
0d266d9
Record tests for dns resolver as well
jamesvoongms Oct 7, 2024
810dd26
Change ActionType to DnsSecurityRuleActionTYpe
jamesvoongms Oct 8, 2024
1782531
Re-record DNS security rule tests after ActionType changes
jamesvoongms Oct 8, 2024
4d958d7
Change DNS resolver to DNS private resolver in codeowners
jamesvoongms Oct 8, 2024
0a749b4
Merge remote-tracking branch 'origin/main' into release-2023-07-01-pr…
jamesvoong Oct 11, 2024
98224c6
Add new release version and notes
jamesvoongms Oct 11, 2024
34fe153
Fix to using 1.2.0-beta.1 as the new version
jamesvoongms Oct 11, 2024
23976f4
Remove empty sections in the changelog
jamesvoongms Oct 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@
# ServiceOwners: @netwatchsuppgithub

# PRLabel: %Network - DNS
/sdk/dns*/ @dnssuppgithub
/sdk/dns/ @dnssuppgithub

# ServiceLabel: %Network - DNS
# ServiceOwnerS: @dnssuppgithub
Expand Down Expand Up @@ -1015,6 +1015,12 @@
# ServiceLabel: %Network - Mobile %Mgmt
# ServiceOwners: @ArthurMa1978

# PRLabel: %Network - DNS Private Resolver
/sdk/dnsresolver/Azure.ResourceManager.*/ @jamesvoongms @jotrivet

# ServiceLabel: %Network - DNS Private Resolver %Mgmt
# ServiceOwners: @jamesvoongms @jotrivet

# PRLabel: %New Relic
/sdk/newrelicobservability/Azure.ResourceManager.*/ @dipeshbhakat-microsoft @vipray-ms

Expand Down
1 change: 1 addition & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
"referer",
"renormalize",
"retriable",
"Servfail",
"setsas",
"signalr",
"signup",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Release History

## 1.2.0-beta.1 (Unreleased)
## 1.2.0-beta.1 (2024-10-18)

### Features Added

- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
- Exposed `JsonModelWriteCore` for model serialization procedure.
- Add DNS Security Policy functionality for the following resources:
- DNS Security Policy
- DNS Security Policy Links
- Dns Security Rules
- DNS Resolver Domain Lists

### Breaking Changes

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/dnsresolver/Azure.ResourceManager.DnsResolver",
"Tag": "net/dnsresolver/Azure.ResourceManager.DnsResolver_fc065926f5"
"Tag": "net/dnsresolver/Azure.ResourceManager.DnsResolver_24b7185c51"
}

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

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

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

Loading
Loading