Victor Vazquez

Results 55 issues of Victor Vazquez

centos7 is EOL since 6/30 https://www.redhat.com/en/topics/linux/centos-linux-eol Moving to centos8 in this PR

> Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=container error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" example: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=3938487&view=logs&j=ca763652-7f2e-51c8-aa85-e3ed2f69b64b&t=39c22d51-0853-5144-0bae-a35a27497ae3&l=746 ![image](https://github.com/Azure/azure-dev/assets/24213737/35adf19c-dddf-415d-8f05-791e752dc2cb)

engsys

Consider the next azd project sample: ```yaml name: ehooks hooks: preprovision: shell: sh continueOnError: false interactive: true run: echo "Preprovisioning..." ``` If we run `azd provision --no-prompt` and: - there's...

pipelines
hooks

Observing issues for this tests (which usually pass after retry) Error: ``` aspire_test.go:399: 16.371s [svr-out] [sY9QECvcQE0= spinner] Analyzing Aspire Application (this might take a moment...) aspire_test.go:399: 17.855s [t-out] Failed LiveDeployRefresh...

Make azd to offer a prompt for selecting a vnet by listing all available vnets from a subscription. Use same pattern as listing resource groups during resource group deployment. Add...

feature
iac
Bicep

- missing from ado oidc - inject all system env for running terraform

Watch [your video](https://youtu.be/cw34KMPSt4k) and had a few ideas/suggestions for the repo. It looks like some of them are also suggested in other PRs already (should've taken a look to existing...

Contex: Moving an issue from the Azure Developer CLI (https://github.com/Azure/azure-dev/issues/1341) to this repo, looking for help. The Azure Developer CLI provides an easy and quick way to deploy resources to...

Needs: Triage (Functions)

This PR makes azd to get the ACA name when setting a custom name in the AppHost. The name is required only to display the endpoint. fix: https://github.com/Azure/azure-dev/issues/4489