You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If customers want to bring their own PowerShell modules, we idicate they can save them to the Modules folder and they will be included in the build package if they are uploaded to github. In our current .gitignore, we specify bin so that we don't pick up generated files but PowerShell modules can include bin folders like in https://www.powershellgallery.com/packages/Az.Storage/8.1.0 (if you expand the file list you will see the file Storage.Autorest\bin\Az.Storage.private.dll).