Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
244 changes: 128 additions & 116 deletions generated/DnsResolver/DnsResolver.Autorest/Az.DnsResolver.format.ps1xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@{
GUID = '88e239b3-f615-4018-adf3-f0952a0f46a8'
RootModule = './Az.DnsResolver.psm1'
ModuleVersion = '1.2.0'
ModuleVersion = '1.3.0'
CompatiblePSEditions = 'Core', 'Desktop'
Author = 'Microsoft Corporation'
CompanyName = 'Microsoft Corporation'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.1")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.1.1")]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Get-AzDnsForwardingRuleset -ResourceGroupName sampleRG -VirtualNetworkName virtu
.Inputs
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.IDnsForwardingRuleset
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.IDnsForwardingRuleset
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.IVirtualNetworkDnsForwardingRuleset
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.IVirtualNetworkDnsForwardingRuleset
.Notes
COMPLEX PARAMETER PROPERTIES

Expand All @@ -53,13 +53,13 @@ INPUTOBJECT <IDnsResolverIdentity>: Identity Parameter
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
[SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID.
[VirtualNetworkLinkName <String>]: The name of the virtual network link.
[VirtualNetworkName <String>]: The name of the virtual network.
[VirtualNetworkName <String>]: The name of the VirtualNetwork
.Link
https://learn.microsoft.com/powershell/module/az.dnsresolver/get-azdnsforwardingruleset
#>
function Get-AzDnsForwardingRuleset {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.IDnsForwardingRuleset], [Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.IVirtualNetworkDnsForwardingRuleset])]
[CmdletBinding(DefaultParameterSetName='List1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.IDnsForwardingRuleset], [Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.IVirtualNetworkDnsForwardingRuleset])]
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
param(
[Parameter(ParameterSetName='Get', Mandatory)]
[Alias('DnsForwardingRulesetName')]
Expand All @@ -69,7 +69,7 @@ param(
${Name},

[Parameter(ParameterSetName='Get', Mandatory)]
[Parameter(ParameterSetName='List', Mandatory)]
[Parameter(ParameterSetName='List1', Mandatory)]
[Parameter(ParameterSetName='List2', Mandatory)]
[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Category('Path')]
[System.String]
Expand Down Expand Up @@ -98,7 +98,7 @@ param(
[Parameter(ParameterSetName='List2', Mandatory)]
[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Category('Path')]
[System.String]
# The name of the virtual network.
# The name of the VirtualNetwork
${VirtualNetworkName},

[Parameter(ParameterSetName='List')]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Get-AzDnsForwardingRulesetForwardingRule -DnsForwardingRulesetName DnsResolverNa
.Inputs
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.IForwardingRule
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.IForwardingRule
.Notes
COMPLEX PARAMETER PROPERTIES

Expand All @@ -47,12 +47,12 @@ INPUTOBJECT <IDnsResolverIdentity>: Identity Parameter
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
[SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID.
[VirtualNetworkLinkName <String>]: The name of the virtual network link.
[VirtualNetworkName <String>]: The name of the virtual network.
[VirtualNetworkName <String>]: The name of the VirtualNetwork
.Link
https://learn.microsoft.com/powershell/module/az.dnsresolver/get-azdnsforwardingrulesetforwardingrule
#>
function Get-AzDnsForwardingRulesetForwardingRule {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.IForwardingRule])]
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.IForwardingRule])]
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
param(
[Parameter(ParameterSetName='Get', Mandatory)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Get-AzDnsForwardingRulesetVirtualNetworkLink -DnsForwardingRulesetName pstestdns
.Inputs
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.IVirtualNetworkLink
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.IVirtualNetworkLink
.Notes
COMPLEX PARAMETER PROPERTIES

Expand All @@ -47,12 +47,12 @@ INPUTOBJECT <IDnsResolverIdentity>: Identity Parameter
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
[SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID.
[VirtualNetworkLinkName <String>]: The name of the virtual network link.
[VirtualNetworkName <String>]: The name of the virtual network.
[VirtualNetworkName <String>]: The name of the VirtualNetwork
.Link
https://learn.microsoft.com/powershell/module/az.dnsresolver/get-azdnsforwardingrulesetvirtualnetworklink
#>
function Get-AzDnsForwardingRulesetVirtualNetworkLink {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.IVirtualNetworkLink])]
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.IVirtualNetworkLink])]
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
param(
[Parameter(ParameterSetName='Get', Mandatory)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Get-AzDnsResolver -ResourceGroupName powershell-test-rg -VirtualNetworkName virt
.Inputs
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.IDnsResolver
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.IDnsResolver
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.ISubResource
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.ISubResource
.Notes
COMPLEX PARAMETER PROPERTIES

Expand All @@ -53,13 +53,13 @@ INPUTOBJECT <IDnsResolverIdentity>: Identity Parameter
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
[SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID.
[VirtualNetworkLinkName <String>]: The name of the virtual network link.
[VirtualNetworkName <String>]: The name of the virtual network.
[VirtualNetworkName <String>]: The name of the VirtualNetwork
.Link
https://learn.microsoft.com/powershell/module/az.dnsresolver/get-azdnsresolver
#>
function Get-AzDnsResolver {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.IDnsResolver], [Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.ISubResource])]
[CmdletBinding(DefaultParameterSetName='List1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.IDnsResolver], [Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.ISubResource])]
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
param(
[Parameter(ParameterSetName='Get', Mandatory)]
[Alias('DnsResolverName')]
Expand All @@ -69,7 +69,7 @@ param(
${Name},

[Parameter(ParameterSetName='Get', Mandatory)]
[Parameter(ParameterSetName='List', Mandatory)]
[Parameter(ParameterSetName='List1', Mandatory)]
[Parameter(ParameterSetName='List2', Mandatory)]
[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Category('Path')]
[System.String]
Expand Down Expand Up @@ -98,7 +98,7 @@ param(
[Parameter(ParameterSetName='List2', Mandatory)]
[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Category('Path')]
[System.String]
# The name of the virtual network.
# The name of the VirtualNetwork
${VirtualNetworkName},

[Parameter(ParameterSetName='List')]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Get-AzDnsResolverDomainList -ResourceGroupName powershell-test-rg -Name psdnsres
.Inputs
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.IDnsResolverDomainList
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.IDnsResolverDomainList
.Notes
COMPLEX PARAMETER PROPERTIES

Expand All @@ -49,13 +49,13 @@ INPUTOBJECT <IDnsResolverIdentity>: Identity Parameter
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
[SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID.
[VirtualNetworkLinkName <String>]: The name of the virtual network link.
[VirtualNetworkName <String>]: The name of the virtual network.
[VirtualNetworkName <String>]: The name of the VirtualNetwork
.Link
https://learn.microsoft.com/powershell/module/az.dnsresolver/get-azdnsresolverdomainlist
#>
function Get-AzDnsResolverDomainList {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.IDnsResolverDomainList])]
[CmdletBinding(DefaultParameterSetName='List1', PositionalBinding=$false)]
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.IDnsResolverDomainList])]
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
param(
[Parameter(ParameterSetName='Get', Mandatory)]
[Alias('DnsResolverDomainListName')]
Expand All @@ -65,7 +65,7 @@ param(
${Name},

[Parameter(ParameterSetName='Get', Mandatory)]
[Parameter(ParameterSetName='List', Mandatory)]
[Parameter(ParameterSetName='List1', Mandatory)]
[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Category('Path')]
[System.String]
# The name of the resource group.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Get-AzDnsResolverInboundEndpoint -DnsResolverName pstestdnsresolvername -Name sa
.Inputs
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.IInboundEndpoint
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.IInboundEndpoint
.Notes
COMPLEX PARAMETER PROPERTIES

Expand All @@ -47,12 +47,12 @@ INPUTOBJECT <IDnsResolverIdentity>: Identity Parameter
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
[SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID.
[VirtualNetworkLinkName <String>]: The name of the virtual network link.
[VirtualNetworkName <String>]: The name of the virtual network.
[VirtualNetworkName <String>]: The name of the VirtualNetwork
.Link
https://learn.microsoft.com/powershell/module/az.dnsresolver/get-azdnsresolverinboundendpoint
#>
function Get-AzDnsResolverInboundEndpoint {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.IInboundEndpoint])]
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.IInboundEndpoint])]
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
param(
[Parameter(ParameterSetName='Get', Mandatory)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Get-AzDnsResolverOutboundEndpoint -DnsResolverName sampleResolver -Name sampleOu
.Inputs
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.IOutboundEndpoint
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.IOutboundEndpoint
.Notes
COMPLEX PARAMETER PROPERTIES

Expand All @@ -47,12 +47,12 @@ INPUTOBJECT <IDnsResolverIdentity>: Identity Parameter
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
[SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID.
[VirtualNetworkLinkName <String>]: The name of the virtual network link.
[VirtualNetworkName <String>]: The name of the virtual network.
[VirtualNetworkName <String>]: The name of the VirtualNetwork
.Link
https://learn.microsoft.com/powershell/module/az.dnsresolver/get-azdnsresolveroutboundendpoint
#>
function Get-AzDnsResolverOutboundEndpoint {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.IOutboundEndpoint])]
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.IOutboundEndpoint])]
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
param(
[Parameter(ParameterSetName='Get', Mandatory)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Get-AzDnsResolverPolicy -ResourceGroupName powershell-test-rg -Name psdnsresolve
.Inputs
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.IDnsResolverPolicy
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.IDnsResolverPolicy
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.ISubResource
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.ISubResource
.Notes
COMPLEX PARAMETER PROPERTIES

Expand All @@ -51,13 +51,13 @@ INPUTOBJECT <IDnsResolverIdentity>: Identity Parameter
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
[SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID.
[VirtualNetworkLinkName <String>]: The name of the virtual network link.
[VirtualNetworkName <String>]: The name of the virtual network.
[VirtualNetworkName <String>]: The name of the VirtualNetwork
.Link
https://learn.microsoft.com/powershell/module/az.dnsresolver/get-azdnsresolverpolicy
#>
function Get-AzDnsResolverPolicy {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.IDnsResolverPolicy], [Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.ISubResource])]
[CmdletBinding(DefaultParameterSetName='List1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.IDnsResolverPolicy], [Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.ISubResource])]
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
param(
[Parameter(ParameterSetName='Get', Mandatory)]
[Alias('DnsResolverPolicyName')]
Expand All @@ -67,7 +67,7 @@ param(
${Name},

[Parameter(ParameterSetName='Get', Mandatory)]
[Parameter(ParameterSetName='List', Mandatory)]
[Parameter(ParameterSetName='List1', Mandatory)]
[Parameter(ParameterSetName='List2', Mandatory)]
[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Category('Path')]
[System.String]
Expand Down Expand Up @@ -96,7 +96,7 @@ param(
[Parameter(ParameterSetName='List2', Mandatory)]
[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Category('Path')]
[System.String]
# The name of the virtual network.
# The name of the VirtualNetwork
${VirtualNetworkName},

[Parameter(ParameterSetName='List')]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Get-AzDnsResolverPolicyDnsSecurityRule -ResourceGroupName powershell-test-rg -Dn
.Inputs
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.IDnsSecurityRule
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.IDnsSecurityRule
.Notes
COMPLEX PARAMETER PROPERTIES

Expand All @@ -47,12 +47,12 @@ INPUTOBJECT <IDnsResolverIdentity>: Identity Parameter
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
[SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID.
[VirtualNetworkLinkName <String>]: The name of the virtual network link.
[VirtualNetworkName <String>]: The name of the virtual network.
[VirtualNetworkName <String>]: The name of the VirtualNetwork
.Link
https://learn.microsoft.com/powershell/module/az.dnsresolver/get-azdnsresolverpolicydnssecurityrule
#>
function Get-AzDnsResolverPolicyDnsSecurityRule {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.IDnsSecurityRule])]
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.IDnsSecurityRule])]
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
param(
[Parameter(ParameterSetName='Get', Mandatory)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Get-AzDnsResolverPolicyVirtualNetworkLink -ResourceGroupName powershell-test-rg
.Inputs
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.IDnsResolverPolicyVirtualNetworkLink
Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.IDnsResolverPolicyVirtualNetworkLink
.Notes
COMPLEX PARAMETER PROPERTIES

Expand All @@ -47,12 +47,12 @@ INPUTOBJECT <IDnsResolverIdentity>: Identity Parameter
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
[SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID.
[VirtualNetworkLinkName <String>]: The name of the virtual network link.
[VirtualNetworkName <String>]: The name of the virtual network.
[VirtualNetworkName <String>]: The name of the VirtualNetwork
.Link
https://learn.microsoft.com/powershell/module/az.dnsresolver/get-azdnsresolverpolicyvirtualnetworklink
#>
function Get-AzDnsResolverPolicyVirtualNetworkLink {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20250501.IDnsResolverPolicyVirtualNetworkLink])]
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20251001Preview.IDnsResolverPolicyVirtualNetworkLink])]
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
param(
[Parameter(ParameterSetName='Get', Mandatory)]
Expand Down
Loading