Initializing Az module failed in Azure DevOps
Sometimes you may get an error message saying “Az module failed” with the error message a shown below. This is mainly due to issues with Azure CLI in the azure hosted agents or in...
Sometimes you may get an error message saying “Az module failed” with the error message a shown below. This is mainly due to issues with Azure CLI in the azure hosted agents or in...
Some of the tasks in your Azure DevOps pipeline might fail after you have upgraded your nodejs from one version to another version. This may throw an error as denoted below This step requires...
CodeSearch is an extension that allows you to search the code repositories in a organization. This also enables users to search for code in the different repos in a project. Sometimes when you have...
This issue occurs when you are unable to push the code from your Visual Studio or any other IDE. This occurs mainly with Visual Studio when you have updated to the latest version where...
This error occurs when you are trying to add some comment or something to the Pull Request which has been already created and this can be easily fixed by adding appropriate permissions to the...
This error would occur during creation of pull request to merge one branch with another branch. This error occurs when there is a repository that has same name in another project (or) folk of...
Azure DevOps Issue: Work item type Test Case cannot be disabled. Disabling test work item types is not allowed. Solution : By Default TestCase workitem cannot be disabled. And along with it TestSuites/TestPlan can’t...
Azure DevOp Issue: When you try to remove TestCases from Query Based Suites, you may not find an option to remove the TestCases whereas for Static & Requirement based suites you may find a...
Azure DevOps Issue: Suppose let us say if you have Main TestPlan with 100 TestCases and for each Release, you create a clone of the MainTestPlan and name it asĀ Release-1, Release-2. Any change...