Skip to content

Installers: Default to using "latest" channel#18

Merged
danieljurek merged 2 commits into
Azure:mainfrom
danieljurek:install-from-latest-release
Jul 11, 2022
Merged

Installers: Default to using "latest" channel#18
danieljurek merged 2 commits into
Azure:mainfrom
danieljurek:install-from-latest-release

Conversation

@danieljurek
Copy link
Copy Markdown
Member

Private preview used "daily" as the channel for delivering bits. For Public Preview we want to use the latest cut release.

@danieljurek danieljurek added the engsys Engineering systems label Jul 8, 2022
@azure-sdk
Copy link
Copy Markdown
Collaborator

VSCode Extension Installation Instructions

  1. Download the extension at https://azuresdkreleasepreview.blob.core.windows.net/azd/vscode/pr/18/azure-dev-0.1.0.vsix
  2. Extract the extension from the compressed file
  3. In vscode
    a. Open "Extensions" (Ctrl+Shift+X)
    b. Click the ...\ menu at top of Extensions sidebar
    c. Click "Install from VSIX"
    d. Select location of downloaded file

@danieljurek danieljurek added this to the Public Preview milestone Jul 8, 2022
@jongio jongio modified the milestones: Public Preview, Next Jul 8, 2022
@azure-sdk
Copy link
Copy Markdown
Collaborator

Azure Dev CLI Install Instructions

Install scripts

Make sure you've uninstalled the npm package if it's still on your system using npm uninstall -g @azure/az-dev-cli

MacOS/Linux

May elevate using sudo on some platforms and configurations

curl -fsSL https://azuresdkreleasepreview.blob.core.windows.net/azd/standalone/pr/18/uninstall-azd.sh | bash;
curl -fsSL https://azuresdkreleasepreview.blob.core.windows.net/azd/standalone/pr/18/install-azd.sh | bash -s -- --base-url https://azuresdkreleasepreview.blob.core.windows.net/azd/standalone/pr/18 --version '' --verbose

Windows

powershell -c "Set-ExecutionPolicy Bypass Process; irm 'https://azuresdkreleasepreview.blob.core.windows.net/azd/standalone/pr/18/uninstall-azd.ps1' > uninstall-azd.ps1; ./uninstall-azd.ps1;"
powershell -c "Set-ExecutionPolicy Bypass Process; irm 'https://azuresdkreleasepreview.blob.core.windows.net/azd/standalone/pr/18/install-azd.ps1' > install-azd.ps1; ./install-azd.ps1 -BaseUrl 'https://azuresdkreleasepreview.blob.core.windows.net/azd/standalone/pr/18' -Version '' -Verbose;"

Standalone Binary

Container

docker run -it azdevcliextacr.azurecr.io/azure-dev:pr-18

Copy link
Copy Markdown
Member

@ellismg ellismg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

engsys Engineering systems

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants