Skip to content

Commit b9972d9

Browse files
committed
Add more recordings
1 parent 484612c commit b9972d9

File tree

42 files changed

+6186
-4465
lines changed

Some content is hidden

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

42 files changed

+6186
-4465
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$NRP_SIMULATOR_URI = "https://eastus2.test.azuremresolver.net:9002"
2-
$LOCATION = "westus2"
2+
$LOCATION = "eastus2"
33
$SUBSCRIPTION_ID = "91ab65d2-c73f-4768-89d0-b061815f258b"
44
$RESOURCE_GROUP_NAME = "rg-dev-eastus2-sdk-powershell"
55
$SUBNET_NAME = "snet-sim2"

src/DnsResolver/DnsResolver.Autorest/test/Get-AzDnsForwardingRuleset.Recording.json

Lines changed: 256 additions & 0 deletions
Large diffs are not rendered by default.

src/DnsResolver/DnsResolver.Autorest/test/Get-AzDnsForwardingRulesetForwardingRule.Recording.json

Lines changed: 256 additions & 0 deletions
Large diffs are not rendered by default.

src/DnsResolver/DnsResolver.Autorest/test/Get-AzDnsForwardingRulesetVirtualNetworkLink.Recording.json

Lines changed: 256 additions & 0 deletions
Large diffs are not rendered by default.

src/DnsResolver/DnsResolver.Autorest/test/Get-AzDnsResolver.Recording.json

Lines changed: 256 additions & 0 deletions
Large diffs are not rendered by default.

src/DnsResolver/DnsResolver.Autorest/test/Get-AzDnsResolverDomainList.Recording.json

Lines changed: 156 additions & 153 deletions
Large diffs are not rendered by default.

src/DnsResolver/DnsResolver.Autorest/test/Get-AzDnsResolverInboundEndpoint.Recording.json

Lines changed: 256 additions & 0 deletions
Large diffs are not rendered by default.

src/DnsResolver/DnsResolver.Autorest/test/Get-AzDnsResolverOutboundEndpoint.Recording.json

Lines changed: 256 additions & 0 deletions
Large diffs are not rendered by default.

src/DnsResolver/DnsResolver.Autorest/test/Get-AzDnsResolverPolicy.Recording.json

Lines changed: 190 additions & 145 deletions
Large diffs are not rendered by default.

src/DnsResolver/DnsResolver.Autorest/test/Get-AzDnsResolverPolicyDnsSecurityRule.Recording.json

Lines changed: 410 additions & 234 deletions
Large diffs are not rendered by default.

src/DnsResolver/DnsResolver.Autorest/test/Get-AzDnsResolverPolicyVirtualNetworkLink.Recording.json

Lines changed: 0 additions & 640 deletions
This file was deleted.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"New-AzDnsForwardingRuleset+[NoContext]+Create new DNS forwarding ruleset+$PUT+https://management.azure.com/subscriptions/91ab65d2-c73f-4768-89d0-b061815f258b/resourceGroups/rg-dev-eastus2-sdk-powershell/providers/Microsoft.Network/dnsResolvers/psdnsresolvername24?api-version=2025-05-01+1": {
3+
"Request": {
4+
"Method": "PUT",
5+
"RequestUri": "https://management.azure.com/subscriptions/91ab65d2-c73f-4768-89d0-b061815f258b/resourceGroups/rg-dev-eastus2-sdk-powershell/providers/Microsoft.Network/dnsResolvers/psdnsresolvername24?api-version=2025-05-01",
6+
"Content": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"virtualNetwork\": {\r\n \"id\": \"/subscriptions/91ab65d2-c73f-4768-89d0-b061815f258b/resourceGroups/rg-dev-eastus2-sdk-powershell/providers/Microsoft.Network/virtualNetworks/psvirtualnetworkname24\"\r\n }\r\n }\r\n}",
7+
"isContentBase64": false,
8+
"Headers": {
9+
},
10+
"ContentHeaders": {
11+
"Content-Type": [ "application/json" ],
12+
"Content-Length": [ "265" ]
13+
}
14+
},
15+
"Response": {
16+
"StatusCode": 409,
17+
"Headers": {
18+
"Cache-Control": [ "no-cache" ],
19+
"Pragma": [ "no-cache" ],
20+
"x-ms-failure-cause": [ "gateway" ],
21+
"x-ms-request-id": [ "98ba8b50-e9f5-42fb-adef-4f1ec7788cc5" ],
22+
"x-ms-correlation-request-id": [ "98ba8b50-e9f5-42fb-adef-4f1ec7788cc5" ],
23+
"x-ms-routing-request-id": [ "WESTUS2:20250522T154052Z:98ba8b50-e9f5-42fb-adef-4f1ec7788cc5" ],
24+
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
25+
"X-Content-Type-Options": [ "nosniff" ],
26+
"X-Cache": [ "CONFIG_NOCACHE" ],
27+
"X-MSEdge-Ref": [ "Ref A: 4BDA3C92DD3B4A678096233915F3EDFA Ref B: CO6AA3150218031 Ref C: 2025-05-22T15:40:51Z" ],
28+
"Date": [ "Thu, 22 May 2025 15:40:51 GMT" ]
29+
},
30+
"ContentHeaders": {
31+
"Content-Length": [ "285" ],
32+
"Content-Type": [ "application/json; charset=utf-8" ],
33+
"Expires": [ "-1" ]
34+
},
35+
"Content": "{\"error\":{\"code\":\"InvalidResourceLocation\",\"message\":\"The resource \u0027psdnsresolvername24\u0027 already exists in location \u0027westus2\u0027 in resource group \u0027rg-dev-eastus2-sdk-powershell\u0027. A resource with the same name cannot be created in location \u0027eastus2\u0027. Please select a new resource name.\"}}",
36+
"isContentBase64": false
37+
}
38+
}
39+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"New-AzDnsForwardingRulesetForwardingRule+[NoContext]+Create new forwarding rule+$PUT+https://management.azure.com/subscriptions/91ab65d2-c73f-4768-89d0-b061815f258b/resourceGroups/rg-dev-eastus2-sdk-powershell/providers/Microsoft.Network/dnsResolvers/psdnsresolvername39?api-version=2025-05-01+1": {
3+
"Request": {
4+
"Method": "PUT",
5+
"RequestUri": "https://management.azure.com/subscriptions/91ab65d2-c73f-4768-89d0-b061815f258b/resourceGroups/rg-dev-eastus2-sdk-powershell/providers/Microsoft.Network/dnsResolvers/psdnsresolvername39?api-version=2025-05-01",
6+
"Content": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"virtualNetwork\": {\r\n \"id\": \"/subscriptions/91ab65d2-c73f-4768-89d0-b061815f258b/resourceGroups/rg-dev-eastus2-sdk-powershell/providers/Microsoft.Network/virtualNetworks/psvirtualnetworkname39\"\r\n }\r\n }\r\n}",
7+
"isContentBase64": false,
8+
"Headers": {
9+
},
10+
"ContentHeaders": {
11+
"Content-Type": [ "application/json" ],
12+
"Content-Length": [ "265" ]
13+
}
14+
},
15+
"Response": {
16+
"StatusCode": 409,
17+
"Headers": {
18+
"Cache-Control": [ "no-cache" ],
19+
"Pragma": [ "no-cache" ],
20+
"x-ms-failure-cause": [ "gateway" ],
21+
"x-ms-request-id": [ "cbc0fc1e-ebd6-4747-9228-1e154da42e11" ],
22+
"x-ms-correlation-request-id": [ "cbc0fc1e-ebd6-4747-9228-1e154da42e11" ],
23+
"x-ms-routing-request-id": [ "WESTUS2:20250522T154053Z:cbc0fc1e-ebd6-4747-9228-1e154da42e11" ],
24+
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
25+
"X-Content-Type-Options": [ "nosniff" ],
26+
"X-Cache": [ "CONFIG_NOCACHE" ],
27+
"X-MSEdge-Ref": [ "Ref A: 1EBB8586273A4628B673E1C1C9704D5D Ref B: CO6AA3150218031 Ref C: 2025-05-22T15:40:53Z" ],
28+
"Date": [ "Thu, 22 May 2025 15:40:53 GMT" ]
29+
},
30+
"ContentHeaders": {
31+
"Content-Length": [ "285" ],
32+
"Content-Type": [ "application/json; charset=utf-8" ],
33+
"Expires": [ "-1" ]
34+
},
35+
"Content": "{\"error\":{\"code\":\"InvalidResourceLocation\",\"message\":\"The resource \u0027psdnsresolvername39\u0027 already exists in location \u0027westus2\u0027 in resource group \u0027rg-dev-eastus2-sdk-powershell\u0027. A resource with the same name cannot be created in location \u0027eastus2\u0027. Please select a new resource name.\"}}",
36+
"isContentBase64": false
37+
}
38+
}
39+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"New-AzDnsForwardingRulesetVirtualNetworkLink+[NoContext]+Create new virtual network link+$PUT+https://management.azure.com/subscriptions/91ab65d2-c73f-4768-89d0-b061815f258b/resourceGroups/rg-dev-eastus2-sdk-powershell/providers/Microsoft.Network/dnsResolvers/psdnsresolvername43?api-version=2025-05-01+1": {
3+
"Request": {
4+
"Method": "PUT",
5+
"RequestUri": "https://management.azure.com/subscriptions/91ab65d2-c73f-4768-89d0-b061815f258b/resourceGroups/rg-dev-eastus2-sdk-powershell/providers/Microsoft.Network/dnsResolvers/psdnsresolvername43?api-version=2025-05-01",
6+
"Content": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"virtualNetwork\": {\r\n \"id\": \"/subscriptions/91ab65d2-c73f-4768-89d0-b061815f258b/resourceGroups/rg-dev-eastus2-sdk-powershell/providers/Microsoft.Network/virtualNetworks/psvirtualnetworkname43\"\r\n }\r\n }\r\n}",
7+
"isContentBase64": false,
8+
"Headers": {
9+
},
10+
"ContentHeaders": {
11+
"Content-Type": [ "application/json" ],
12+
"Content-Length": [ "265" ]
13+
}
14+
},
15+
"Response": {
16+
"StatusCode": 409,
17+
"Headers": {
18+
"Cache-Control": [ "no-cache" ],
19+
"Pragma": [ "no-cache" ],
20+
"x-ms-failure-cause": [ "gateway" ],
21+
"x-ms-request-id": [ "1a7c3726-823f-40a3-b260-cf04322c3622" ],
22+
"x-ms-correlation-request-id": [ "1a7c3726-823f-40a3-b260-cf04322c3622" ],
23+
"x-ms-routing-request-id": [ "WESTUS2:20250522T154054Z:1a7c3726-823f-40a3-b260-cf04322c3622" ],
24+
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
25+
"X-Content-Type-Options": [ "nosniff" ],
26+
"X-Cache": [ "CONFIG_NOCACHE" ],
27+
"X-MSEdge-Ref": [ "Ref A: 125879AEC7BE4048BCC9F0384192E3C7 Ref B: CO6AA3150218031 Ref C: 2025-05-22T15:40:54Z" ],
28+
"Date": [ "Thu, 22 May 2025 15:40:54 GMT" ]
29+
},
30+
"ContentHeaders": {
31+
"Content-Length": [ "285" ],
32+
"Content-Type": [ "application/json; charset=utf-8" ],
33+
"Expires": [ "-1" ]
34+
},
35+
"Content": "{\"error\":{\"code\":\"InvalidResourceLocation\",\"message\":\"The resource \u0027psdnsresolvername43\u0027 already exists in location \u0027westus2\u0027 in resource group \u0027rg-dev-eastus2-sdk-powershell\u0027. A resource with the same name cannot be created in location \u0027eastus2\u0027. Please select a new resource name.\"}}",
36+
"isContentBase64": false
37+
}
38+
}
39+
}

0 commit comments

Comments
 (0)