Skip to content

Commit 34e6eac

Browse files
authored
Az.DNSResolver Additions For 2025-05-01 (#27887)
1 parent 66ba285 commit 34e6eac

File tree

201 files changed

+2902
-12775
lines changed

Some content is hidden

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

201 files changed

+2902
-12775
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
@{
2+
GUID = '9435e7a6-441e-47d6-a9a8-fce807710d97'
3+
RootModule = './Az.DnsResolver.psm1'
4+
ModuleVersion = '1.2.0'
5+
CompatiblePSEditions = 'Core', 'Desktop'
6+
Author = 'Microsoft Corporation'
7+
CompanyName = 'Microsoft Corporation'
8+
Copyright = 'Microsoft Corporation. All rights reserved.'
9+
Description = 'Microsoft Azure PowerShell: DnsResolver cmdlets'
10+
PowerShellVersion = '5.1'
11+
DotNetFrameworkVersion = '4.7.2'
12+
RequiredAssemblies = './bin/Az.DnsResolver.private.dll'
13+
FormatsToProcess = './Az.DnsResolver.format.ps1xml'
14+
FunctionsToExport = 'Get-AzDnsForwardingRuleset', 'Get-AzDnsForwardingRulesetForwardingRule', 'Get-AzDnsForwardingRulesetVirtualNetworkLink', 'Get-AzDnsResolver', 'Get-AzDnsResolverDomainList', 'Get-AzDnsResolverInboundEndpoint', 'Get-AzDnsResolverOutboundEndpoint', 'Get-AzDnsResolverPolicy', 'Get-AzDnsResolverPolicyDnsSecurityRule', 'Get-AzDnsResolverPolicyVirtualNetworkLink', 'Invoke-AzDnsResolverBulkDnsResolverDomainList', 'New-AzDnsForwardingRuleset', 'New-AzDnsForwardingRulesetForwardingRule', 'New-AzDnsForwardingRulesetVirtualNetworkLink', 'New-AzDnsResolver', 'New-AzDnsResolverDomainList', 'New-AzDnsResolverInboundEndpoint', 'New-AzDnsResolverIPConfigurationObject', 'New-AzDnsResolverOutboundEndpoint', 'New-AzDnsResolverPolicy', 'New-AzDnsResolverPolicyDnsSecurityRule', 'New-AzDnsResolverPolicyVirtualNetworkLink', 'New-AzDnsResolverTargetDnsServerObject', 'Remove-AzDnsForwardingRuleset', 'Remove-AzDnsForwardingRulesetForwardingRule', 'Remove-AzDnsForwardingRulesetVirtualNetworkLink', 'Remove-AzDnsResolver', 'Remove-AzDnsResolverDomainList', 'Remove-AzDnsResolverInboundEndpoint', 'Remove-AzDnsResolverOutboundEndpoint', 'Remove-AzDnsResolverPolicy', 'Remove-AzDnsResolverPolicyDnsSecurityRule', 'Remove-AzDnsResolverPolicyVirtualNetworkLink', 'Update-AzDnsForwardingRuleset', 'Update-AzDnsForwardingRulesetForwardingRule', 'Update-AzDnsForwardingRulesetVirtualNetworkLink', 'Update-AzDnsResolver', 'Update-AzDnsResolverDomainList', 'Update-AzDnsResolverInboundEndpoint', 'Update-AzDnsResolverOutboundEndpoint', 'Update-AzDnsResolverPolicy', 'Update-AzDnsResolverPolicyDnsSecurityRule', 'Update-AzDnsResolverPolicyVirtualNetworkLink', '*'
15+
AliasesToExport = '*'
16+
PrivateData = @{
17+
PSData = @{
18+
Prerelease = 'preview'
19+
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'DnsResolver'
20+
LicenseUri = 'https://aka.ms/azps-license'
21+
ProjectUri = 'https://github.com/Azure/azure-powershell'
22+
ReleaseNotes = ''
23+
}
24+
}
25+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0 (the ""License"");
3+
// you may not use this file except in compliance with the License.
4+
// You may obtain a copy of the License at
5+
// http://www.apache.org/licenses/LICENSE-2.0
6+
// Unless required by applicable law or agreed to in writing, software
7+
// distributed under the License is distributed on an ""AS IS"" BASIS,
8+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// See the License for the specific language governing permissions and
10+
// limitations under the License.
11+
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
12+
// is regenerated.
13+
14+
using System;
15+
using System.Reflection;
16+
using System.Runtime.CompilerServices;
17+
using System.Runtime.InteropServices;
18+
19+
[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
20+
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
21+
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
22+
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - DnsResolver")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.1")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("1.1.1")]
25+
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]

src/DnsResolver/DnsResolver.Autorest/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ In this directory, run AutoRest:
6767
> see https://aka.ms/autorest
6868
6969
``` yaml
70-
commit: 6286ea80b3ac7eecfc2f230d65b2034a656f10bf
70+
commit: 8600539fa5ba6c774b4454a401d9cd3cf01a36a7
7171
require:
7272
- $(this-folder)/../../readme.azure.noprofile.md
7373
input-file:
74-
- $(repo)/specification/dnsresolver/resource-manager/Microsoft.Network/preview/2023-07-01-preview/dnsresolver.json
75-
- $(repo)/specification/dnsresolver/resource-manager/Microsoft.Network/preview/2023-07-01-preview/dnsresolverpolicy.json
74+
- $(repo)/specification/dnsresolver/resource-manager/Microsoft.Network/stable/2025-05-01/dnsresolver.json
75+
- $(repo)/specification/dnsresolver/resource-manager/Microsoft.Network/stable/2025-05-01/dnsresolverpolicy.json
7676

77-
module-version: 0.2.9
77+
module-version: 1.2.0-preview
7878
title: DnsResolver
7979
subject-prefix: DnsResolver
8080

src/DnsResolver/DnsResolver.Autorest/UX/Microsoft.Network/dnsForwardingRulesets-forwardingRules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "dnsForwardingRulesets/forwardingRules",
3-
"apiVersion": "2023-07-01-preview",
3+
"apiVersion": "2025-05-01",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.dnsresolver"
66
},

src/DnsResolver/DnsResolver.Autorest/UX/Microsoft.Network/dnsForwardingRulesets-virtualNetworkLinks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "dnsForwardingRulesets/virtualNetworkLinks",
3-
"apiVersion": "2023-07-01-preview",
3+
"apiVersion": "2025-05-01",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.dnsresolver"
66
},

src/DnsResolver/DnsResolver.Autorest/UX/Microsoft.Network/dnsForwardingRulesets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "dnsForwardingRulesets",
3-
"apiVersion": "2023-07-01-preview",
3+
"apiVersion": "2025-05-01",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.dnsresolver"
66
},

src/DnsResolver/DnsResolver.Autorest/UX/Microsoft.Network/dnsResolverDomainLists.json

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "dnsResolverDomainLists",
3-
"apiVersion": "2023-07-01-preview",
3+
"apiVersion": "2025-05-01",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.dnsresolver"
66
},
@@ -43,6 +43,44 @@
4343
}
4444
]
4545
},
46+
{
47+
"name": "Invoke-AzDnsResolverBulkDnsResolverDomainList",
48+
"description": "Uploads or downloads the list of domains for a DNS Resolver Domain List from a storage link.",
49+
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsResolverDomainLists/{dnsResolverDomainListName}/bulk",
50+
"help": {
51+
"learnMore": {
52+
"url": "https://learn.microsoft.com/powershell/module/az.dnsresolver/invoke-azdnsresolverbulkdnsresolverdomainlist"
53+
},
54+
"parameterSets": [
55+
{
56+
"parameters": [
57+
"-DnsResolverDomainListName <String>",
58+
"-ResourceGroupName <String>",
59+
"[-SubscriptionId <String>]"
60+
]
61+
}
62+
]
63+
},
64+
"examples": [
65+
{
66+
"description": "Uploads or downloads the list of domains for a DNS Resolver Domain List from a storage link.",
67+
"parameters": [
68+
{
69+
"name": "-DnsResolverDomainListName",
70+
"value": "[Path.dnsResolverDomainListName]"
71+
},
72+
{
73+
"name": "-ResourceGroupName",
74+
"value": "[Path.resourceGroupName]"
75+
},
76+
{
77+
"name": "-SubscriptionId",
78+
"value": "[Path.subscriptionId]"
79+
}
80+
]
81+
}
82+
]
83+
},
4684
{
4785
"name": "Remove-AzDnsResolverDomainList",
4886
"description": "Deletes a DNS resolver domain list.\nWARNING: This operation cannot be undone.",

src/DnsResolver/DnsResolver.Autorest/UX/Microsoft.Network/dnsResolverPolicies-dnsSecurityRules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "dnsResolverPolicies/dnsSecurityRules",
3-
"apiVersion": "2023-07-01-preview",
3+
"apiVersion": "2025-05-01",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.dnsresolver"
66
},

src/DnsResolver/DnsResolver.Autorest/UX/Microsoft.Network/dnsResolverPolicies-virtualNetworkLinks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "dnsResolverPolicies/virtualNetworkLinks",
3-
"apiVersion": "2023-07-01-preview",
3+
"apiVersion": "2025-05-01",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.dnsresolver"
66
},

src/DnsResolver/DnsResolver.Autorest/UX/Microsoft.Network/dnsResolverPolicies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "dnsResolverPolicies",
3-
"apiVersion": "2023-07-01-preview",
3+
"apiVersion": "2025-05-01",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.dnsresolver"
66
},

0 commit comments

Comments
 (0)