Azure-Samples / azure-files-samples

This repository contains supporting code (PowerShell modules/scripts, ARM templates, etc.) for deploying, configuring, and using Azure Files.
https://docs.microsoft.com/azure/storage/files/storage-files-introduction
MIT License
226 stars 192 forks source link

New-AzDnsForwardingRuleSet conflicts with Az.DnsResolver module #229

Open HamsterExAstris opened 1 month ago

HamsterExAstris commented 1 month ago

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.