Skip to content

Commit

Permalink
Same changes as preview swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
argagnej committed Jun 22, 2022
1 parent f126396 commit 7ce9c57
Show file tree
Hide file tree
Showing 36 changed files with 72 additions and 128 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "DnsResolverManagementClient",
"description": "The DNS Resolver Management Client.",
"version": "2022-06-21"
"version": "2020-04-01-preview"
},
"host": "management.azure.com",
"schemes": [
Expand Down Expand Up @@ -1830,9 +1830,6 @@
"DnsResolver": {
"description": "Describes a DNS resolver.",
"type": "object",
"required": [
"properties"
],
"properties": {
"etag": {
"description": "ETag of the DNS resolver.",
Expand Down Expand Up @@ -1895,9 +1892,6 @@
"InboundEndpointProperties": {
"description": "Represents the properties of an inbound endpoint for a DNS resolver.",
"type": "object",
"required": [
"ipConfigurations"
],
"properties": {
"ipConfigurations": {
"description": "IP configurations for the inbound endpoint.",
Expand All @@ -1922,9 +1916,6 @@
"InboundEndpoint": {
"description": "Describes an inbound endpoint for a DNS resolver.",
"type": "object",
"required": [
"properties"
],
"properties": {
"etag": {
"description": "ETag of the inbound endpoint.",
Expand Down Expand Up @@ -1987,9 +1978,6 @@
"OutboundEndpointProperties": {
"description": "Represents the properties of an outbound endpoint for a DNS resolver.",
"type": "object",
"required": [
"subnet"
],
"properties": {
"subnet": {
"description": "The reference to the subnet used for the outbound endpoint.",
Expand All @@ -2010,9 +1998,6 @@
"OutboundEndpoint": {
"description": "Describes an outbound endpoint for a DNS resolver.",
"type": "object",
"required": [
"properties"
],
"properties": {
"etag": {
"description": "ETag of the outbound endpoint.",
Expand Down Expand Up @@ -2075,9 +2060,6 @@
"DnsForwardingRulesetProperties": {
"description": "Represents the properties of a DNS forwarding ruleset.",
"type": "object",
"required": [
"dnsResolverOutboundEndpoints"
],
"properties": {
"dnsResolverOutboundEndpoints": {
"description": "The reference to the DNS resolver outbound endpoints that are used to route DNS queries matching the forwarding rules in the ruleset to the target DNS servers.",
Expand All @@ -2101,9 +2083,6 @@
"DnsForwardingRuleset": {
"description": "Describes a DNS forwarding ruleset.",
"type": "object",
"required": [
"properties"
],
"properties": {
"etag": {
"description": "ETag of the DNS forwarding ruleset.",
Expand Down Expand Up @@ -2131,13 +2110,6 @@
"description": "Describes a DNS forwarding ruleset PATCH operation.",
"type": "object",
"properties": {
"dnsResolverOutboundEndpoints": {
"description": "The reference to the DNS resolver outbound endpoints that are used to route DNS queries matching the forwarding rules in the ruleset to the target DNS servers.",
"type": "array",
"items": {
"$ref": "#/definitions/SubResource"
}
},
"tags": {
"type": "object",
"additionalProperties": {
Expand Down Expand Up @@ -2219,9 +2191,6 @@
"ForwardingRule": {
"description": "Describes a forwarding rule within a DNS forwarding ruleset.",
"type": "object",
"required": [
"properties"
],
"properties": {
"etag": {
"description": "ETag of the forwarding rule.",
Expand Down Expand Up @@ -2311,9 +2280,6 @@
"VirtualNetworkLinkProperties": {
"description": "Represents the properties of a virtual network link.",
"type": "object",
"required": [
"virtualNetwork"
],
"properties": {
"virtualNetwork": {
"description": "The reference to the virtual network. This cannot be changed after creation.",
Expand All @@ -2336,9 +2302,6 @@
"VirtualNetworkLink": {
"description": "Describes a virtual network link.",
"type": "object",
"required": [
"properties"
],
"properties": {
"etag": {
"description": "ETag of the virtual network link.",
Expand Down Expand Up @@ -2407,9 +2370,6 @@
"IpConfiguration": {
"description": "IP configuration.",
"type": "object",
"required": [
"subnet"
],
"properties": {
"subnet": {
"description": "The reference to the subnet bound to the IP configuration.",
Expand Down Expand Up @@ -2437,9 +2397,6 @@
"TargetDnsServer": {
"description": "Describes a server to forward the DNS queries to.",
"type": "object",
"required": [
"ipAddress"
],
"properties": {
"ipAddress": {
"description": "DNS server IP address.",
Expand Down Expand Up @@ -2494,9 +2451,6 @@
"SubResource": {
"description": "Reference to another ARM resource.",
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"subscriptionId": "abdd4249-9f34-4cc6-8e42-c2e32110603e",
"resourceGroupName": "sampleResourceGroup",
"dnsForwardingRulesetName": "samplednsForwardingRulesetName",
"api-version": "2022-06-21"
"api-version": "2020-04-01-preview"
},
"responses": {
"200": {},
"204": {},
"202": {
"headers": {
"Location": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/locations/westus2/dnsResolverOperationResults/asyncOperationId?api-version=2022-06-21",
"Azure-AsyncOperation": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/locations/westus2/dnsResolverOperationStatuses/asyncOperationId?api-version=2022-06-21"
"Location": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/locations/westus2/dnsResolverOperationResults/asyncOperationId?api-version=2020-04-01-preview",
"Azure-AsyncOperation": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/locations/westus2/dnsResolverOperationStatuses/asyncOperationId?api-version=2020-04-01-preview"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "abdd4249-9f34-4cc6-8e42-c2e32110603e",
"resourceGroupName": "sampleResourceGroup",
"dnsForwardingRulesetName": "sampleDnsForwardingRuleset",
"api-version": "2022-06-21"
"api-version": "2020-04-01-preview"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"parameters": {
"subscriptionId": "abdd4249-9f34-4cc6-8e42-c2e32110603e",
"resourceGroupName": "sampleResourceGroup",
"api-version": "2022-06-21"
"api-version": "2020-04-01-preview"
},
"responses": {
"200": {
Expand Down Expand Up @@ -65,7 +65,7 @@
}
}
],
"nextLink": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/dnsForwardingRulesets?$skipToken=skipToken&api-version=2022-06-21"
"nextLink": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/dnsForwardingRulesets?$skipToken=skipToken&api-version=2020-04-01-preview"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"subscriptionId": "abdd4249-9f34-4cc6-8e42-c2e32110603e",
"api-version": "2022-06-21"
"api-version": "2020-04-01-preview"
},
"responses": {
"200": {
Expand Down Expand Up @@ -64,7 +64,7 @@
}
}
],
"nextLink": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/providers/Microsoft.Network/dnsForwardingRulesets?$skipToken=skipToken&api-version=2022-06-21"
"nextLink": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/providers/Microsoft.Network/dnsForwardingRulesets?$skipToken=skipToken&api-version=2020-04-01-preview"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "abdd4249-9f34-4cc6-8e42-c2e32110603e",
"resourceGroupName": "sampleResourceGroup",
"virtualNetworkName": "sampleVirtualNetwork",
"api-version": "2022-06-21"
"api-version": "2020-04-01-preview"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "abdd4249-9f34-4cc6-8e42-c2e32110603e",
"resourceGroupName": "sampleResourceGroup",
"dnsForwardingRulesetName": "sampleDnsForwardingRuleset",
"api-version": "2022-06-21",
"api-version": "2020-04-01-preview",
"parameters": {
"tags": {
"key1": "value1"
Expand Down Expand Up @@ -43,8 +43,8 @@
},
"202": {
"headers": {
"Location": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/locations/westus2/dnsResolverOperationResults/asyncOperationId?api-version=2022-06-21",
"Azure-AsyncOperation": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/locations/westus2/dnsResolverOperationStatuses/asyncOperationId?api-version=2022-06-21"
"Location": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/locations/westus2/dnsResolverOperationResults/asyncOperationId?api-version=2020-04-01-preview",
"Azure-AsyncOperation": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/locations/westus2/dnsResolverOperationStatuses/asyncOperationId?api-version=2020-04-01-preview"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "abdd4249-9f34-4cc6-8e42-c2e32110603e",
"resourceGroupName": "sampleResourceGroup",
"dnsForwardingRulesetName": "samplednsForwardingRuleset",
"api-version": "2022-06-21",
"api-version": "2020-04-01-preview",
"parameters": {
"tags": {
"key1": "value1"
Expand Down Expand Up @@ -84,8 +84,8 @@
},
"202": {
"headers": {
"Location": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/locations/westus2/dnsResolverOperationResults/asyncOperationId?api-version=2022-06-21",
"Azure-AsyncOperation": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/locations/westus2/dnsResolverOperationStatuses/asyncOperationId?api-version=2022-06-21"
"Location": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/locations/westus2/dnsResolverOperationResults/asyncOperationId?api-version=2020-04-01-preview",
"Azure-AsyncOperation": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/locations/westus2/dnsResolverOperationStatuses/asyncOperationId?api-version=2020-04-01-preview"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"subscriptionId": "abdd4249-9f34-4cc6-8e42-c2e32110603e",
"resourceGroupName": "sampleResourceGroup",
"dnsResolverName": "sampleDnsResolver",
"api-version": "2022-06-21"
"api-version": "2020-04-01-preview"
},
"responses": {
"200": {},
"204": {},
"202": {
"headers": {
"Location": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/locations/westus2/dnsResolverOperationResults/asyncOperationId?api-version=2022-06-21",
"Azure-AsyncOperation": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/locations/westus2/dnsResolverOperationStatuses/asyncOperationId?api-version=2022-06-21"
"Location": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/locations/westus2/dnsResolverOperationResults/asyncOperationId?api-version=2020-04-01-preview",
"Azure-AsyncOperation": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/locations/westus2/dnsResolverOperationStatuses/asyncOperationId?api-version=2020-04-01-preview"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "abdd4249-9f34-4cc6-8e42-c2e32110603e",
"resourceGroupName": "sampleResourceGroup",
"dnsResolverName": "sampleDnsResolver",
"api-version": "2022-06-21"
"api-version": "2020-04-01-preview"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"parameters": {
"subscriptionId": "abdd4249-9f34-4cc6-8e42-c2e32110603e",
"resourceGroupName": "sampleResourceGroup",
"api-version": "2022-06-21"
"api-version": "2020-04-01-preview"
},
"responses": {
"200": {
Expand Down Expand Up @@ -57,7 +57,7 @@
}
}
],
"nextLink": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/dnsResolvers?$skipToken=skipToken&api-version=2022-06-21"
"nextLink": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/dnsResolvers?$skipToken=skipToken&api-version=2020-04-01-preview"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"subscriptionId": "abdd4249-9f34-4cc6-8e42-c2e32110603e",
"api-version": "2022-06-21"
"api-version": "2020-04-01-preview"
},
"responses": {
"200": {
Expand Down Expand Up @@ -56,7 +56,7 @@
}
}
],
"nextLink": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/providers/Microsoft.Network/dnsResolvers?$skipToken=skipToken&api-version=2022-06-21"
"nextLink": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/providers/Microsoft.Network/dnsResolvers?$skipToken=skipToken&api-version=2020-04-01-preview"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "abdd4249-9f34-4cc6-8e42-c2e32110603e",
"resourceGroupName": "sampleResourceGroup",
"virtualNetworkName": "sampleVirtualNetwork",
"api-version": "2022-06-21"
"api-version": "2020-04-01-preview"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "abdd4249-9f34-4cc6-8e42-c2e32110603e",
"resourceGroupName": "sampleResourceGroup",
"dnsResolverName": "sampleDnsResolver",
"api-version": "2022-06-21",
"api-version": "2020-04-01-preview",
"parameters": {
"tags": {
"key1": "value1"
Expand Down Expand Up @@ -39,8 +39,8 @@
},
"202": {
"headers": {
"Location": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/locations/westus2/dnsResolverOperationResults/asyncOperationId?api-version=2022-06-21",
"Azure-AsyncOperation": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/locations/westus2/dnsResolverOperationStatuses/asyncOperationId?api-version=2022-06-21"
"Location": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/locations/westus2/dnsResolverOperationResults/asyncOperationId?api-version=2020-04-01-preview",
"Azure-AsyncOperation": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/locations/westus2/dnsResolverOperationStatuses/asyncOperationId?api-version=2020-04-01-preview"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "abdd4249-9f34-4cc6-8e42-c2e32110603e",
"resourceGroupName": "sampleResourceGroup",
"dnsResolverName": "sampleDnsResolver",
"api-version": "2022-06-21",
"api-version": "2020-04-01-preview",
"parameters": {
"tags": {
"key1": "value1"
Expand Down Expand Up @@ -65,8 +65,8 @@
},
"202": {
"headers": {
"Location": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/locations/westus2/dnsResolverOperationResults/asyncOperationId?api-version=2022-06-21",
"Azure-AsyncOperation": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/locations/westus2/dnsResolverOperationStatuses/asyncOperationId?api-version=2022-06-21"
"Location": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/locations/westus2/dnsResolverOperationResults/asyncOperationId?api-version=2020-04-01-preview",
"Azure-AsyncOperation": "https://management.azure.com/api/mresolver/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/locations/westus2/dnsResolverOperationStatuses/asyncOperationId?api-version=2020-04-01-preview"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resourceGroupName": "sampleResourceGroup",
"dnsForwardingRulesetName": "sampleDnsForwardingRuleset",
"forwardingRuleName": "sampleForwardingRule",
"api-version": "2022-06-21"
"api-version": "2020-04-01-preview"
},
"responses": {
"200": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resourceGroupName": "sampleResourceGroup",
"dnsForwardingRulesetName": "sampleDnsForwardingRuleset",
"forwardingRuleName": "sampleForwardingRule",
"api-version": "2022-06-21"
"api-version": "2020-04-01-preview"
},
"responses": {
"200": {
Expand Down
Loading

0 comments on commit 7ce9c57

Please sign in to comment.