[azure-cli-extensions] Deprecate astronomer from index.json - #10201
Merged
Ethan Yang (necusjz) merged 1 commit intoAug 13, 2026
Merged
Conversation
Removes the astronomer extension key from src/index.json as part of the retirement of Microsoft.Astronomer.Astro (Liftr RP deprecation, Step 8). The extension is no longer installable via az extension add. Source code removal (src/astronomer) follows in a separate PR after this merges. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sweety (sweetymhaiske)
requested review from
Yu Chen (jsntcy),
Ethan Yang (necusjz),
ZelinWang (wangzelin007) and
Julie Zhu (yanzhudd)
as code owners
August 11, 2026 10:57
|
Hi Sweety (@sweetymhaiske), |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
Removes the astronomer extension entry from the Azure CLI extensions index (src/index.json) so it is no longer discoverable/installable via the extension index, aligning with the stated Astronomer RP retirement process.
Changes:
- Deleted the
astronomerblock fromsrc/index.json(removing both 1.0.0 and 1.0.1 wheel references).
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Member
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
Contributor
Author
|
@microsoft-github-policy-service agree company="Microsoft" |
Ethan Yang (necusjz)
approved these changes
Aug 13, 2026
Sweety (sweetymhaiske)
pushed a commit
to sweetymhaiske/azure-cli-extensions
that referenced
this pull request
Aug 13, 2026
Deletes src/astronomer/ following the merged deprecation PR (Azure#10201, index.json key removal) as part of the Astronomer.Astro RP retirement (Step 8 of the Liftr RP Deprecation Process Guide). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Ethan Yang (necusjz)
pushed a commit
that referenced
this pull request
Aug 14, 2026
Deletes src/astronomer/ following the merged deprecation PR (#10201, index.json key removal) as part of the Astronomer.Astro RP retirement (Step 8 of the Liftr RP Deprecation Process Guide). Co-authored-by: Switi Mhaiske <switimhaiske@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 PR Validation — ️✔️ All clear
Deprecating the
astronomerAzure CLI extension as part of the retirement ofMicrosoft.Astronomer.Astro(Liftr RP deprecation, canonical eng.ms playbook §Step 8). This removes the extension fromsrc/index.jsonso it is no longer installable. Source code removal follows in a separate PR after this merges.Reference PR: #9661 (Neon deprecation).