Azure-Samples / Azure-Samples/azure-files-samples
New-AzDnsForwardingRuleSet conflicts with Az.DnsResolver module
Open
- Dominant language
- PowerShell
- Stars
- 261
- Forks
- 202
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 4
Description
The `New-AzDnsForwardingRuleSet` cmdlet now exists in the `Az.DnsResolver` module. This prevents the `Az.DnsResolver` module from being installed while the `AzFilesHybrid` module is installed (and presumably vis-versa).
> PackageManagement\Install-Package : The following commands are already available on this
system:'New-AzDnsForwardingRuleSet'. This module 'Az.DnsResolver' may override the existing commands. If you still
want to install this module 'Az.DnsResolver', use -AllowClobber parameter.
Contributor guide
Assessment
This issue has not been assessed yet.