Skip to content

Commit dc78d06

Browse files
authored
[Az.Dns] Update generation tool version: autorest.powershell v3->v4 (#28318)
1 parent 1e746ca commit dc78d06

19 files changed

+338
-239
lines changed

src/Dns/Dns.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
2121
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
2222
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - Dns")]
23-
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.1")]
24-
[assembly: System.Reflection.AssemblyVersionAttribute("1.3.1")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.2")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("1.3.2")]
2525
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
2626
[assembly: System.CLSCompliantAttribute(false)]

src/Dns/Dns.Autorest/README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,6 @@ module-version: 0.1.0
3939
title: Dns
4040
subject-prefix: $(service-name)
4141

42-
# If there are post APIs for some kinds of actions in the RP, you may need to
43-
# uncomment following line to support viaIdentity for these post APIs
44-
# identity-correction-for-post: true
45-
resourcegroup-append: true
46-
nested-object-to-string: true
47-
48-
# For new modules, please avoid setting 3.x using the use-extension method and instead, use 4.x as the default option
49-
use-extension:
50-
"@autorest/powershell": "3.x"
51-
5242
directive:
5343
# Following is two common directive which are normally required in all the RPs
5444
# 1. Remove the unexpanded parameter set
@@ -80,18 +70,4 @@ directive:
8070
model-name: (.*)
8171
set:
8272
suppress-format: true
83-
84-
- where:
85-
verb: Get|New
86-
subject: DnssecConfig
87-
set:
88-
breaking-change:
89-
deprecated-output-properties:
90-
- SigningKey
91-
new-output-properties:
92-
- SigningKey
93-
change-description: The types of the properties 'SigningKey' will be changed from single object to 'List'.
94-
deprecated-by-version: 9.0.0
95-
deprecated-by-azversion: 15.0.0
96-
change-effective-date: 2025/11/03
9773
```

src/Dns/Dns.Autorest/docs/Az.Dns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: Az.Dns
3-
Module Guid: 71950809-d79e-44f1-ae3c-25ee2d8a9ec4
3+
Module Guid: 25235a2c-ea6a-4c3e-b299-2aff6b849a06
44
Download Help Link: https://learn.microsoft.com/powershell/module/az.dns
55
Help Version: 1.0.0.0
66
Locale: en-US
@@ -15,7 +15,7 @@ Microsoft Azure PowerShell: Dns cmdlets
1515
Gets the DNSSEC configuration.
1616

1717
### [New-AzDnsDnssecConfig](New-AzDnsDnssecConfig.md)
18-
Creates or updates the DNSSEC configuration on a DNS zone.
18+
Create the DNSSEC configuration on a DNS zone.
1919

2020
### [Remove-AzDnsDnssecConfig](Remove-AzDnsDnssecConfig.md)
2121
Deletes the DNSSEC configuration on a DNS zone.

src/Dns/Dns.Autorest/docs/Get-AzDnsDnssecConfig.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ Accept wildcard characters: False
9797
9898
### -InputObject
9999
Identity Parameter
100-
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
101100
102101
```yaml
103102
Type: Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IDnsIdentity
@@ -166,7 +165,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
166165
167166
## OUTPUTS
168167
169-
### Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IDnssecConfig
168+
### Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IDnssecConfig
170169
171170
## NOTES
172171

src/Dns/Dns.Autorest/docs/New-AzDnsDnssecConfig.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# New-AzDnsDnssecConfig
99

1010
## SYNOPSIS
11-
Creates or updates the DNSSEC configuration on a DNS zone.
11+
Create the DNSSEC configuration on a DNS zone.
1212

1313
## SYNTAX
1414

@@ -26,7 +26,7 @@ New-AzDnsDnssecConfig -InputObject <IDnsIdentity> [-IfMatch <String>] [-IfNoneMa
2626
```
2727

2828
## DESCRIPTION
29-
Creates or updates the DNSSEC configuration on a DNS zone.
29+
Create the DNSSEC configuration on a DNS zone.
3030

3131
## EXAMPLES
3232

@@ -141,7 +141,6 @@ Accept wildcard characters: False
141141
142142
### -InputObject
143143
Identity Parameter
144-
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
145144
146145
```yaml
147146
Type: Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IDnsIdentity
@@ -256,7 +255,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
256255
257256
## OUTPUTS
258257
259-
### Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IDnssecConfig
258+
### Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IDnssecConfig
260259
261260
## NOTES
262261

src/Dns/Dns.Autorest/docs/Remove-AzDnsDnssecConfig.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ Accept wildcard characters: False
9191
9292
### -InputObject
9393
Identity Parameter
94-
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
9594
9695
```yaml
9796
Type: Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IDnsIdentity
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "050d981d-c8d0-4eaa-a020-951a91d2e8c7"
2+
"generate_Id": "193bf8eb-aebe-4a85-8be9-4ba581f7c4aa"
33
}

src/Dns/Dns.Autorest/test/Get-AzDnsDnssecConfig.Recording.json

Lines changed: 59 additions & 51 deletions
Large diffs are not rendered by default.

src/Dns/Dns.Autorest/test/New-AzDnsDnssecConfig.Recording.json

Lines changed: 44 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"New-AzDnsDnssecConfig+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/a984ce58-225e-44d2-bc79-20a834ce85ae/resourceGroups/dnssecrg/providers/Microsoft.Network/dnsZones/dnstestpowershellsdk2.com/dnssecConfigs/default?api-version=2023-07-01-preview+1": {
2+
"New-AzDnsDnssecConfig+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/dnssecrg/providers/Microsoft.Network/dnsZones/dnstestpowershellsdk2.com/dnssecConfigs/default?api-version=2023-07-01-preview+1": {
33
"Request": {
44
"Method": "PUT",
5-
"RequestUri": "https://management.azure.com/subscriptions/a984ce58-225e-44d2-bc79-20a834ce85ae/resourceGroups/dnssecrg/providers/Microsoft.Network/dnsZones/dnstestpowershellsdk2.com/dnssecConfigs/default?api-version=2023-07-01-preview",
5+
"RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/dnssecrg/providers/Microsoft.Network/dnsZones/dnstestpowershellsdk2.com/dnssecConfigs/default?api-version=2023-07-01-preview",
66
"Content": null,
77
"isContentBase64": false,
88
"Headers": {
99
"x-ms-unique-id": [ "5" ],
10-
"x-ms-client-request-id": [ "4cd3e604-0b1d-4923-9f3a-e88fe6a2c417" ],
10+
"x-ms-client-request-id": [ "1a109e18-8a07-4bda-8a8b-1389e28d42ba" ],
1111
"CommandName": [ "New-AzDnsDnssecConfig" ],
1212
"FullCommandName": [ "New-AzDnsDnssecConfig_Create" ],
1313
"ParameterSetName": [ "__AllParameterSets" ],
14-
"User-Agent": [ "AzurePowershell/v10.4.1", "PSVersion/v7.3.8", "Az.Dns/2.1.0" ],
14+
"User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.Dns/0.1.0" ],
1515
"Authorization": [ "[Filtered]" ]
1616
},
1717
"ContentHeaders": {
@@ -21,39 +21,41 @@
2121
"StatusCode": 201,
2222
"Headers": {
2323
"Cache-Control": [ "private" ],
24-
"ETag": [ "6a351f75-c1c5-48e6-bdf9-23aca51283db" ],
24+
"ETag": [ "806af903-a9ea-4943-8082-d019a06a1de3" ],
2525
"X-Content-Type-Options": [ "nosniff" ],
2626
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
27-
"x-ms-request-id": [ "4cd3e604-0b1d-4923-9f3a-e88fe6a2c417" ],
28-
"Server": [ "Microsoft-IIS/10.0" ],
27+
"x-ms-request-id": [ "1a109e18-8a07-4bda-8a8b-1389e28d42ba" ],
2928
"X-Powered-By": [ "ASP.NET" ],
30-
"x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
31-
"x-ms-correlation-request-id": [ "202d159d-b5d0-4128-883c-a400d068ef69" ],
32-
"x-ms-routing-request-id": [ "WESTCENTRALUS:20231030T223303Z:202d159d-b5d0-4128-883c-a400d068ef69" ],
33-
"Date": [ "Mon, 30 Oct 2023 22:33:03 GMT" ]
29+
"x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/southeastasia/282d7b44-62c2-4141-8a13-e689a125e173" ],
30+
"x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
31+
"x-ms-correlation-request-id": [ "1021edc4-db32-4823-8ab8-2e16f47aa22d" ],
32+
"x-ms-routing-request-id": [ "SOUTHEASTASIA:20250911T063835Z:1021edc4-db32-4823-8ab8-2e16f47aa22d" ],
33+
"X-Cache": [ "CONFIG_NOCACHE" ],
34+
"X-MSEdge-Ref": [ "Ref A: A732810B206946299743EFC0C6F710DF Ref B: MAA201060514025 Ref C: 2025-09-11T06:38:31Z" ],
35+
"Date": [ "Thu, 11 Sep 2025 06:38:35 GMT" ]
3436
},
3537
"ContentHeaders": {
3638
"Content-Length": [ "357" ],
3739
"Content-Type": [ "application/json; charset=utf-8" ]
3840
},
39-
"Content": "{\"id\":\"\\/subscriptions\\/a984ce58-225e-44d2-bc79-20a834ce85ae\\/resourceGroups\\/dnssecrg\\/providers\\/Microsoft.Network\\/dnszones\\/dnstestpowershellsdk2.com\\/dnssecConfigs\\/default\",\"name\":\"default\",\"type\":\"Microsoft.Network\\/dnszones\\/dnssecConfigs\",\"etag\":\"6a351f75-c1c5-48e6-bdf9-23aca51283db\",\"properties\":{\"provisioningState\":\"Creating\",\"signingKeys\":[]}}",
41+
"Content": "{\"id\":\"\\/subscriptions\\/0e745469-49f8-48c9-873b-24ca87143db1\\/resourceGroups\\/dnssecrg\\/providers\\/Microsoft.Network\\/dnszones\\/dnstestpowershellsdk2.com\\/dnssecConfigs\\/default\",\"name\":\"default\",\"type\":\"Microsoft.Network\\/dnszones\\/dnssecConfigs\",\"etag\":\"806af903-a9ea-4943-8082-d019a06a1de3\",\"properties\":{\"provisioningState\":\"Creating\",\"signingKeys\":[]}}",
4042
"isContentBase64": false
4143
}
4244
},
43-
"New-AzDnsDnssecConfig+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/a984ce58-225e-44d2-bc79-20a834ce85ae/resourceGroups/dnssecrg/providers/Microsoft.Network/dnsZones/dnstestpowershellsdk2.com/dnssecConfigs/default?api-version=2023-07-01-preview+2": {
45+
"New-AzDnsDnssecConfig+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/dnssecrg/providers/Microsoft.Network/dnsZones/dnstestpowershellsdk2.com/dnssecConfigs/default?api-version=2023-07-01-preview+2": {
4446
"Request": {
4547
"Method": "GET",
46-
"RequestUri": "https://management.azure.com/subscriptions/a984ce58-225e-44d2-bc79-20a834ce85ae/resourceGroups/dnssecrg/providers/Microsoft.Network/dnsZones/dnstestpowershellsdk2.com/dnssecConfigs/default?api-version=2023-07-01-preview",
48+
"RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/dnssecrg/providers/Microsoft.Network/dnsZones/dnstestpowershellsdk2.com/dnssecConfigs/default?api-version=2023-07-01-preview",
4749
"Content": null,
4850
"isContentBase64": false,
4951
"Headers": {
5052
"Authorization": [ "[Filtered]" ],
5153
"x-ms-unique-id": [ "6" ],
52-
"x-ms-client-request-id": [ "4cd3e604-0b1d-4923-9f3a-e88fe6a2c417" ],
54+
"x-ms-client-request-id": [ "1a109e18-8a07-4bda-8a8b-1389e28d42ba" ],
5355
"CommandName": [ "New-AzDnsDnssecConfig" ],
5456
"FullCommandName": [ "New-AzDnsDnssecConfig_Create" ],
5557
"ParameterSetName": [ "__AllParameterSets" ],
56-
"User-Agent": [ "AzurePowershell/v10.4.1", "PSVersion/v7.3.8", "Az.Dns/2.1.0" ]
58+
"User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.Dns/0.1.0" ]
5759
},
5860
"ContentHeaders": {
5961
}
@@ -62,39 +64,41 @@
6264
"StatusCode": 200,
6365
"Headers": {
6466
"Cache-Control": [ "private" ],
65-
"ETag": [ "8a3914c6-5afb-45fa-9209-a01f31a66eb9" ],
67+
"ETag": [ "c3a2cebf-7f09-49e0-b9f2-24a670726a3a" ],
6668
"X-Content-Type-Options": [ "nosniff" ],
6769
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
68-
"x-ms-request-id": [ "4cd3e604-0b1d-4923-9f3a-e88fe6a2c417" ],
69-
"Server": [ "Microsoft-IIS/10.0" ],
70+
"x-ms-request-id": [ "1a109e18-8a07-4bda-8a8b-1389e28d42ba" ],
7071
"X-Powered-By": [ "ASP.NET" ],
71-
"x-ms-ratelimit-remaining-subscription-resource-requests": [ "496" ],
72-
"x-ms-correlation-request-id": [ "e40e661d-57d9-4f63-9a85-d360d74daf9b" ],
73-
"x-ms-routing-request-id": [ "WESTCENTRALUS:20231030T223333Z:e40e661d-57d9-4f63-9a85-d360d74daf9b" ],
74-
"Date": [ "Mon, 30 Oct 2023 22:33:33 GMT" ]
72+
"x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/southeastasia/ef96cfc0-62ee-45f6-b710-ecdb382c01ef" ],
73+
"x-ms-ratelimit-remaining-subscription-resource-requests": [ "1099" ],
74+
"x-ms-correlation-request-id": [ "1fefd373-e63a-485a-8182-25b97df63c0f" ],
75+
"x-ms-routing-request-id": [ "SOUTHEASTASIA:20250911T063906Z:1fefd373-e63a-485a-8182-25b97df63c0f" ],
76+
"X-Cache": [ "CONFIG_NOCACHE" ],
77+
"X-MSEdge-Ref": [ "Ref A: D9ACA285A9544FA2AC72BC4AF2EA140B Ref B: MAA201060514025 Ref C: 2025-09-11T06:39:05Z" ],
78+
"Date": [ "Thu, 11 Sep 2025 06:39:06 GMT" ]
7579
},
7680
"ContentHeaders": {
77-
"Content-Length": [ "947" ],
81+
"Content-Length": [ "948" ],
7882
"Content-Type": [ "application/json; charset=utf-8" ]
7983
},
80-
"Content": "{\"id\":\"\\/subscriptions\\/a984ce58-225e-44d2-bc79-20a834ce85ae\\/resourceGroups\\/dnssecrg\\/providers\\/Microsoft.Network\\/dnszones\\/dnstestpowershellsdk2.com\\/dnssecConfigs\\/default\",\"name\":\"default\",\"type\":\"Microsoft.Network\\/dnszones\\/dnssecConfigs\",\"etag\":\"8a3914c6-5afb-45fa-9209-a01f31a66eb9\",\"properties\":{\"provisioningState\":\"Succeeded\",\"signingKeys\":[{\"delegationSignerInfo\":[],\"flags\":256,\"keyTag\":10017,\"protocol\":3,\"publicKey\":\"aTbFcjS9dPM80PVr2XaHWU4MjiwBwE8Qq08LMphDoc9OHLxc\\/IhVIyEfmWUeurxNHSmKHNfk7HvwT6r8N0dqIw==\",\"securityAlgorithmType\":13},{\"delegationSignerInfo\":[{\"digestAlgorithmType\":2,\"digestValue\":\"9979567EC6AADF6B6D7E981838D260F33D76283E751ABE93458C836FF820A5D7\",\"record\":\"37012 13 2 9979567EC6AADF6B6D7E981838D260F33D76283E751ABE93458C836FF820A5D7\"}],\"flags\":257,\"keyTag\":37012,\"protocol\":3,\"publicKey\":\"BrsRImumJjaxBqWZ+qZlNAS6Yk+eC58qbgW4ZmADb856jbSdBUwBFSzP5EiMGZYvANON6BKmqIJDyk0HN38WsQ==\",\"securityAlgorithmType\":13}]}}",
84+
"Content": "{\"id\":\"\\/subscriptions\\/0e745469-49f8-48c9-873b-24ca87143db1\\/resourceGroups\\/dnssecrg\\/providers\\/Microsoft.Network\\/dnszones\\/dnstestpowershellsdk2.com\\/dnssecConfigs\\/default\",\"name\":\"default\",\"type\":\"Microsoft.Network\\/dnszones\\/dnssecConfigs\",\"etag\":\"c3a2cebf-7f09-49e0-b9f2-24a670726a3a\",\"properties\":{\"provisioningState\":\"Succeeded\",\"signingKeys\":[{\"delegationSignerInfo\":[],\"flags\":256,\"keyTag\":55812,\"protocol\":3,\"publicKey\":\"DJF5z\\/O0vSY62MRDfaK6aIiRyqZYbJlTHi+kt3WjrpGVYRdj1Xcc0iuyzJmRdvoJclmPv34BuhDc3FD3yBXojw==\",\"securityAlgorithmType\":13},{\"delegationSignerInfo\":[{\"digestAlgorithmType\":2,\"digestValue\":\"AFDC6A2F62CC88D7B360DFD4576E6CACF606FA9AD74C489E50407D13B6A62749\",\"record\":\"59825 13 2 AFDC6A2F62CC88D7B360DFD4576E6CACF606FA9AD74C489E50407D13B6A62749\"}],\"flags\":257,\"keyTag\":59825,\"protocol\":3,\"publicKey\":\"XplCt4KCYFPIDB94nTq13E+Skym1\\/AAzfSE9kqaVM9RJ5TihaqSBHM6nbsFFLpE1Eqxde3VXbjGE21rM0fRxdg==\",\"securityAlgorithmType\":13}]}}",
8185
"isContentBase64": false
8286
}
8387
},
84-
"New-AzDnsDnssecConfig+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/a984ce58-225e-44d2-bc79-20a834ce85ae/resourceGroups/dnssecrg/providers/Microsoft.Network/dnsZones/dnstestpowershellsdk2.com/dnssecConfigs/default?api-version=2023-07-01-preview+3": {
88+
"New-AzDnsDnssecConfig+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/dnssecrg/providers/Microsoft.Network/dnsZones/dnstestpowershellsdk2.com/dnssecConfigs/default?api-version=2023-07-01-preview+3": {
8589
"Request": {
8690
"Method": "GET",
87-
"RequestUri": "https://management.azure.com/subscriptions/a984ce58-225e-44d2-bc79-20a834ce85ae/resourceGroups/dnssecrg/providers/Microsoft.Network/dnsZones/dnstestpowershellsdk2.com/dnssecConfigs/default?api-version=2023-07-01-preview",
91+
"RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/dnssecrg/providers/Microsoft.Network/dnsZones/dnstestpowershellsdk2.com/dnssecConfigs/default?api-version=2023-07-01-preview",
8892
"Content": null,
8993
"isContentBase64": false,
9094
"Headers": {
9195
"Authorization": [ "[Filtered]" ],
9296
"x-ms-unique-id": [ "7" ],
93-
"x-ms-client-request-id": [ "4cd3e604-0b1d-4923-9f3a-e88fe6a2c417" ],
97+
"x-ms-client-request-id": [ "1a109e18-8a07-4bda-8a8b-1389e28d42ba" ],
9498
"CommandName": [ "New-AzDnsDnssecConfig" ],
9599
"FullCommandName": [ "New-AzDnsDnssecConfig_Create" ],
96100
"ParameterSetName": [ "__AllParameterSets" ],
97-
"User-Agent": [ "AzurePowershell/v10.4.1", "PSVersion/v7.3.8", "Az.Dns/2.1.0" ]
101+
"User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.Dns/0.1.0" ]
98102
},
99103
"ContentHeaders": {
100104
}
@@ -103,22 +107,24 @@
103107
"StatusCode": 200,
104108
"Headers": {
105109
"Cache-Control": [ "private" ],
106-
"ETag": [ "8a3914c6-5afb-45fa-9209-a01f31a66eb9" ],
110+
"ETag": [ "c3a2cebf-7f09-49e0-b9f2-24a670726a3a" ],
107111
"X-Content-Type-Options": [ "nosniff" ],
108112
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
109-
"x-ms-request-id": [ "4cd3e604-0b1d-4923-9f3a-e88fe6a2c417" ],
110-
"Server": [ "Microsoft-IIS/10.0" ],
113+
"x-ms-request-id": [ "1a109e18-8a07-4bda-8a8b-1389e28d42ba" ],
111114
"X-Powered-By": [ "ASP.NET" ],
112-
"x-ms-ratelimit-remaining-subscription-resource-requests": [ "495" ],
113-
"x-ms-correlation-request-id": [ "556f38cf-fa4d-48c1-81e3-fc0d8a0fa235" ],
114-
"x-ms-routing-request-id": [ "WESTCENTRALUS:20231030T223333Z:556f38cf-fa4d-48c1-81e3-fc0d8a0fa235" ],
115-
"Date": [ "Mon, 30 Oct 2023 22:33:33 GMT" ]
115+
"x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/southeastasia/15617cfd-c522-497a-8ff9-e71cc8aba7b7" ],
116+
"x-ms-ratelimit-remaining-subscription-resource-requests": [ "1099" ],
117+
"x-ms-correlation-request-id": [ "4edb0a73-07bd-4895-a9eb-0f40c82e96f3" ],
118+
"x-ms-routing-request-id": [ "SOUTHEASTASIA:20250911T063906Z:4edb0a73-07bd-4895-a9eb-0f40c82e96f3" ],
119+
"X-Cache": [ "CONFIG_NOCACHE" ],
120+
"X-MSEdge-Ref": [ "Ref A: 5B848D9E05C5427B86E8D8E29D6377A8 Ref B: MAA201060514025 Ref C: 2025-09-11T06:39:06Z" ],
121+
"Date": [ "Thu, 11 Sep 2025 06:39:06 GMT" ]
116122
},
117123
"ContentHeaders": {
118-
"Content-Length": [ "947" ],
124+
"Content-Length": [ "948" ],
119125
"Content-Type": [ "application/json; charset=utf-8" ]
120126
},
121-
"Content": "{\"id\":\"\\/subscriptions\\/a984ce58-225e-44d2-bc79-20a834ce85ae\\/resourceGroups\\/dnssecrg\\/providers\\/Microsoft.Network\\/dnszones\\/dnstestpowershellsdk2.com\\/dnssecConfigs\\/default\",\"name\":\"default\",\"type\":\"Microsoft.Network\\/dnszones\\/dnssecConfigs\",\"etag\":\"8a3914c6-5afb-45fa-9209-a01f31a66eb9\",\"properties\":{\"provisioningState\":\"Succeeded\",\"signingKeys\":[{\"delegationSignerInfo\":[],\"flags\":256,\"keyTag\":10017,\"protocol\":3,\"publicKey\":\"aTbFcjS9dPM80PVr2XaHWU4MjiwBwE8Qq08LMphDoc9OHLxc\\/IhVIyEfmWUeurxNHSmKHNfk7HvwT6r8N0dqIw==\",\"securityAlgorithmType\":13},{\"delegationSignerInfo\":[{\"digestAlgorithmType\":2,\"digestValue\":\"9979567EC6AADF6B6D7E981838D260F33D76283E751ABE93458C836FF820A5D7\",\"record\":\"37012 13 2 9979567EC6AADF6B6D7E981838D260F33D76283E751ABE93458C836FF820A5D7\"}],\"flags\":257,\"keyTag\":37012,\"protocol\":3,\"publicKey\":\"BrsRImumJjaxBqWZ+qZlNAS6Yk+eC58qbgW4ZmADb856jbSdBUwBFSzP5EiMGZYvANON6BKmqIJDyk0HN38WsQ==\",\"securityAlgorithmType\":13}]}}",
127+
"Content": "{\"id\":\"\\/subscriptions\\/0e745469-49f8-48c9-873b-24ca87143db1\\/resourceGroups\\/dnssecrg\\/providers\\/Microsoft.Network\\/dnszones\\/dnstestpowershellsdk2.com\\/dnssecConfigs\\/default\",\"name\":\"default\",\"type\":\"Microsoft.Network\\/dnszones\\/dnssecConfigs\",\"etag\":\"c3a2cebf-7f09-49e0-b9f2-24a670726a3a\",\"properties\":{\"provisioningState\":\"Succeeded\",\"signingKeys\":[{\"delegationSignerInfo\":[],\"flags\":256,\"keyTag\":55812,\"protocol\":3,\"publicKey\":\"DJF5z\\/O0vSY62MRDfaK6aIiRyqZYbJlTHi+kt3WjrpGVYRdj1Xcc0iuyzJmRdvoJclmPv34BuhDc3FD3yBXojw==\",\"securityAlgorithmType\":13},{\"delegationSignerInfo\":[{\"digestAlgorithmType\":2,\"digestValue\":\"AFDC6A2F62CC88D7B360DFD4576E6CACF606FA9AD74C489E50407D13B6A62749\",\"record\":\"59825 13 2 AFDC6A2F62CC88D7B360DFD4576E6CACF606FA9AD74C489E50407D13B6A62749\"}],\"flags\":257,\"keyTag\":59825,\"protocol\":3,\"publicKey\":\"XplCt4KCYFPIDB94nTq13E+Skym1\\/AAzfSE9kqaVM9RJ5TihaqSBHM6nbsFFLpE1Eqxde3VXbjGE21rM0fRxdg==\",\"securityAlgorithmType\":13}]}}",
122128
"isContentBase64": false
123129
}
124130
}

0 commit comments

Comments
 (0)