-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extensions: Adds extensions package #4718
Conversation
cc: @alexwolfmsft |
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
Adds the core components for the
azd
management plane ofazd
extensions.Features
Enables the following features:
microsoft.azd.pack
extension in the sample below.Core Components
The following are the core components for the
extensions
package.Registry
The top level schema for an
azd
extension registry source.Extension Metadata
Versions
List of available extension versions
Artifact
Available artifacts by platform (os & architecture)
Extension Manager
Manages and orchestrates all the top level operations of involved in extension management:
Source Manager
Manages operations for adding & removing extension sources. This will enable having official
azd
extension registry as well as support development time or internal/private extensionsExtension sources are store in
azd
user configuration.Source Types:
url
,file
Example Registry