-
Notifications
You must be signed in to change notification settings - Fork 210
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 Framework: Adds gRPC proto files and generated services #4695
base: main
Are you sure you want to change the base?
Conversation
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
@@ -0,0 +1,91 @@ | |||
package azdext |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package azdext | |
// Copyright (c) Microsoft Corporation. All rights reserved. | |
// Licensed under the MIT License. | |
package azdext |
@@ -0,0 +1,20 @@ | |||
PROTO_DIR=grpc/proto |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add notes to https://github.com/Azure/azure-dev/blob/main/cli/azd/CONTRIBUTING.md about how to run this file to generate files when needed
Adds gRPC proto files and generated services to power the
azd
extensions framework.Services
Deployment
Enables retrieving metadata for a named deployment or deployment context that includes the resources included within the most recent
azd
deploymentEnvironment
Enables interacting with
azd
environments and valuesProject
Enables the retrieval of
azd
project metadataUser Config
Enables interacting with the global
azd
user configurationPrompt
Enables support for prompting end users for prompt experience to collect data