Skip to content
Merged
Show file tree
Hide file tree
Changes from 17 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
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

Check failure on line 1018 in .github/CODEOWNERS

View check run for this annotation

Azure Pipelines / net - codeowners-linter - ci

.github/CODEOWNERS#L1018

.github/CODEOWNERS(1018,1): error : Error(s) on line 1018 Source Line: # PRLabel: %Network - DNS Private Resolver -'Network - DNS Private Resolver' is not a valid label for this repository.
/sdk/dnsresolver/Azure.ResourceManager.*/ @jamesvoongms @jotrivet

# ServiceLabel: %Network - DNS Private Resolver %Mgmt

Check failure on line 1021 in .github/CODEOWNERS

View check run for this annotation

Azure Pipelines / net - codeowners-linter - ci

.github/CODEOWNERS#L1021

.github/CODEOWNERS(1021,1): error : Error(s) on line 1021 Source Line: # ServiceLabel: %Network - DNS Private Resolver %Mgmt -'Network - DNS Private Resolver' is not a valid label for this repository.
# 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

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.

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

Loading
Loading