Skip to content
#

azure-devops

Here are 565 public repositories matching this topic...

renovate
geverghe
geverghe commented Apr 3, 2020

In each of the top level commands - az boards, az pipelines, az repos, az artifacts and az devops, we include the line indicating that this command is a part of azure-devops extension. In addition to this, we need to include the link out to the documentation - https://docs.microsoft.com/en-us/azure/devops/cli/?view=azure-devops as well.

Azure/azure-cli-extensions#1454

willsmythe
willsmythe commented Apr 30, 2019

Need better docs (or more easier to find docs) for contributing (e.g. coding standards, etc). The snippets contributor guide is currently buried under snippets ... consider elevating it to the root and generalizing it to apply to all samples.

SebastianSchuetze
SebastianSchuetze commented Apr 23, 2020

I suggest using plaster to scaffold all files needed for new cmdlets

https://github.com/PowerShell/Plaster/blob/master/

I suggest the following things to scaffold from templates:

  • cmdlet file with name Verb-VSteamAction
  • create markdown docs with synopsis file and basic doc file
  • check whether during scaffold we can already define parameters for the cmdlet and also add it to the files

This reference architecture walks you through the decision-making process involved in designing, developing, and delivering a serverless application using a microservices architecture through hands-on instructions for configuring and deploying all of the architecture's components along the way. The goal is to provide practical hands-on experience in working with several Azure services and the technologies that effectively use them in a cohesive and unified way to build a serverless-based microservices architecture.

  • Updated Jun 7, 2020
  • C#
mithunshanbhag
mithunshanbhag commented Jan 8, 2020

Describe the bug
When Safari browser is used to print diagrams (PNG/JPG etc), it has a black background.

To Reproduce
Steps to reproduce the behavior:

  1. Print or export any diagram while using safari browser on MacOS.
  2. The printed/exported diagram will unexpectedly have a black background.

Expected behavior

  1. No black background in the diagram.

Screenshots
TBD

bug
bacongobbler
bacongobbler commented Jul 26, 2018

Due to the complexity of the setup, ingress support in draft was removed in favour of draft connect (see Azure/draft#573). In 0.12.0 and above, it's recommended in the documentation to use draft connect as it initiates a tunnel straight to all the pods without needing to set up ingress controllers, DNS, etc. Are there plans to eventually migrate over, or are there limitations with the current

haakonstorm
haakonstorm commented Dec 14, 2019

Would it be possible somehow to use the vscode-powertools to "pin" certain files, so that they won't close with cmd+w (on mac)?

I'm thinking to remap cmd+w to a powertool somehow, and make it call the vscode default close action, but first compare the file path with a simple list of files (".vscode-pinned-files") to see if the files are there. I can make a safe-to-close.sh shell script myse

mahidharguggilam
mahidharguggilam commented Apr 30, 2020

If there is any inline image of description with file name like "screen shot.jpg" are not mapping. So I fixed it like this in Agent.cs class. As the images is getting saved as "screen+shot.jpg" when Jira son is exported

private void CorrectImagePath(WorkItem wi, WiItem wiItem, WiRevision rev, ref string textField, ref bool isUpdated)
{
foreach (var att in wiItem.Revisions

prabhu
prabhu commented Mar 17, 2020

It appears like Visual Studio 2019 with SARIF viewer extension is not working quite well.

  • Visual Studio is expecting the version attribute to be at the top! When we do to_json(sarif schema) the attributes are getting sorted alphabetically so the runs attribute is on the top and version is at the bottom. We need to find a workaround for this
  • Our url encode is encoding and converting the
rossj81
rossj81 commented Mar 19, 2020

I'm trying to set up a new instance of Aggregator CLI as an Azure function app. I've created the app on Azure and think I've installed Aggregator CLI, but don't know how to save my Azure DevOps (VSTS) Personal Access Token (PAT) to Aggregator in order for the app to authenticate against DevOps.

What I've done so far

  1. Created a new resource group on Azure
  2. Created a function app on Az

Improve this page

Add a description, image, and links to the azure-devops topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the azure-devops topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.