How to Fix AI or github copilot its right code
How to Fix AI or github copilot its right code better than logic human and why should microsoft copilot This question is related to the following Learning Module
How to fix "Black doesn't support Format selection command" Github Copilot, Python dev
I'm learning python (v 3.13.1) development, and using VS community edition 2022. With Github Copilot, everytime I use TAB key for auto-completion, I've got a pop up telling me : Black doesn't support Format selection command. The same issue has been…
Module "About GitHub Copilot Enterprise" content update
Docsets are now referred to as knowledge bases, but the content still mentions "docsets": https://github.blog/changelog/2024-02-27-copilot-enterprise-is-now-generally-available/. The table in the section GitHub Copilot Enterprise vs. GitHub…
I forgot my working branch, how to find it..?
Hi Team, I am reaching out to seek your assistance with an issue I'm currently facing in Azure Data Factory (ADF). Unfortunately, I've forgotten the specific working branch I was using. The only detail I remember is the linked service we utilized in that…
Knowledge check not working
The knowledge check cannot be submitted at the page https://learn.microsoft.com/en-us/training/modules/develop-unit-tests-using-github-copilot-tools/7-knowledge-check?WT.mc_id=api_CatalogApi&source=learn . The submit button keeps spinning forever,…
Wrong answer or question for GitHub training knowledge check
For this Knowledge check is either the question or the answer wrong. According to the question the selected answer SUPPORT.md should be correct.
Couldn't complete knowledge check
I couldn't complete the Knowledge check in Develop unit tests using GitHub Copilot Tools of GitHub Copilot Fundamentals - Understand the AI pair programmer. …
The link to the repository points to a different module exercise
https://learn.microsoft.com/en-us/training/modules/manage-github-actions-enterprise/exercise does not point to the right repo This question is related to the following Learning Module
Azure CLI command to create Service Principal with contributor role is failing to generate the JSON file
I'm using this command: az ad sp create-for-rbac --name "devopsfoundationslabsp" --role contributor --scopes /subscriptions/$SUBCRIPTION_ID --json-auth from…
When I give the API Token value in my project and try to send it to github, I get an error
Hi Masters, I am a beginner in .net Core. If you allow me, I would like to ask a question. In the training videos I have watched, the instructor was able to add the API Key to the source file and upload it to github, but when I try to do it, I get an…
Exercise - Use a repository secret in a GitHub Actions workflow - wrong link
The button Start the exercise on Github Inside https://learn.microsoft.com/en-us/training/modules/manage-github-actions-enterprise/exercise points to https://github.com/skills/deploy-to-azure It should point to an exercise to use a repository secret in a…
Incorrect steps to enable dependabot version updates on forked repository
In module "Configure Dependabot security updates on your GitHub repo", unit "Dependabot security updates", section "Version updates on forks" it says: "To enable version updates on the fork of a repository: Go to…
Incorrect exercise
This module points has an exercise "Use a repository secret in a GitHub Actions workflow" that points to a repo that was already done in the first module of the collection "GitHub Actions" and that does not use repository secrets .…
Obsolete button caption
The image shows a caption "Set up this workflow", which is old: The new caption is "Configure": That detail is important because a question of an exam could ask about the caption of the button with options "Configure",…
Environment variables for inputs of custom actions use the "INPUT_" prefix
In this page: https://learn.microsoft.com/en-us/training/modules/manage-github-actions-enterprise/manage-encrypted-secrets if appears this: inputs: super_secret: description: 'My secret token' required: true If you need to access the…
Secrets are not environment variables
In page https://learn.microsoft.com/en-us/training/modules/manage-github-actions-enterprise/manage-encrypted-secrets it states that Secrets are encrypted environment variables you can create to... and in knowledge check…
Wrong exercise linked?
From the page "Exercise - Use a repository secret in a GitHub Actions workflow" the link "Start the exercise on Github" appears to open the wrong repository "skills/hello-github-actions" which is same exercise opened by…
Incorrect link
The module "Manage an InnerSource program by using GitHub", page "How to manage a successful InnerSource program", section "Set repository visibility and permissions"…
Incorrect term "Add project" to link project to team or repo
In the topic "How to organize and automate your project": In section "Adding a Project to a team", the step 6 should be "Link project" and not "Add project" (which doesn't exist, there is "New project"…
How do I connect my existing Visual Studio 2022 project to an existing github repository?
I set up a github repository to match the project I am working on in Visual Studio 2022. I did something wrong and only the project file exists. I followed a tutorial. But the tutorial was disappointing and the instruction was to drag the content of my…