Skip to content

Azure Core Adoption PoC

Updated Nov 30, 2019
  

Adopt one data plane package (storage) and one management plane (storage) using azure.core in Azure CLI.

Goal:

  • CLI commands including old and new can work correctly after adoption. (i.e. msrest and azure.core can co-exist.)
  • Select some typical commands (create, update, show, delete) and some specific ones as examples for adoption.
  • Ensure this PoC is enough for CodeGen team's following work.

Output:

  • A new branch (azure-core-poc) includes all changes related to PoC.
  • Summarize the CLI code changes that CodeGen need care and ensure the result of our PoC is enough for CodeGen's following work.

Dev Tools and CI/CD Migration

Updated Jun 19, 2020
  
  1. Upgrade/Migrate functionalities of azdev in tools/ folder into the public azdev https://github.com/Azure/azure-cli-dev-tools
  2. Migrate CI from Travis to Azure DevOps

Monitor Related Issues

Updated Aug 11, 2020
  

Track status of all issues related with Monitor

App Service

Updated Jan 21, 2021
  

Tracking for Azure App Service related issues

Storage Related Issues

Updated Aug 26, 2019

No description

Network Related Issues

Updated Dec 21, 2020
  

Track status of all issues related with Network

Feature Backlog

Updated Jul 31, 2020
  

Prioritized list of features impacting external customers

Quality Reporting

Updated Jan 25, 2019

Issues related to reporting the status and quality of a specific CLI module or extension.

Scripting End User Experience

Updated Jun 3, 2019
  

Issues related to ease of scripting with the CLI.

Interactive End User Experience

Updated Jun 18, 2020
  

UX issues specific to interactive use of the CLI (not az interactive but using the CLI in a non-scripting environment)

Developer Experience

Updated Sep 17, 2019
  

Issues related to ease of developer productivity onboarding commands or tests, or running the CI.

Packaging and Release Process

Updated Jul 29, 2019
  

Issues related to the build and release process and pipeline.

Telemetry

Updated Feb 4, 2020
  

Improve the telemetry mechanism.

  • Reliability
  • Maintainability
  • Configurability
  • Performance

Test Infrastructure

Updated Dec 7, 2020
  

Specific improvements to make the test infrastructure more responsive, useful and usable. Will likely require work on azure-dev-tools repo as well as the CLI.