...
Run the following commands to trust the PSGallery:
Code Block |
---|
Set-PSRepository -Name 'PSGallery' -InstallationPolicy Trusted |
Run the following commands to define the names of the Azure PowerShell module collection and of any modules that are a dependency for other modules the collection:
...