-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore some files we lost when migrating the repository #3
Conversation
The logic we used to migrate there repository did not copy over any of the hidden files at the root of the repository. This changes re-adds these missing files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ellismg!
For future reference Copy-Item
on pwsh in Linux does NOT copy hidden files. One must use Copy-Item -Force
VSCode Extension Installation Instructions
|
Azure Dev CLI Install InstructionsInstall scripts
MacOS/Linux
Windows
Standalone Binary
Container
|
Use managed-identity instead of username and password
…Azure#3) * Support detect Azure Event Hubs: produce message only, managed identity only. * Support detect Azure Event Hubs: produce message only. Try to connect by connection string, but failed: Cant not get connection string. Issue created: Azure/bicep-registry-modules#3638 * Support detect Azure Event Hubs: produce message only, support both managed-identity and connection-string. * Change option from "Password" to "Connection string". * Rename "getAuthTypeByPrompt" to "chooseAuthType".
The logic we used to migrate there repository did not copy over any of
the hidden files at the root of the repository.
This changes re-adds these missing files.