[PR #2195] [MERGED] Azure connector only shows up if available #24841

Open
opened 2026-01-31 09:05:40 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/2195
Author: @PankajBhojwani
Created: 8/1/2019
Status: Merged
Merged: 8/2/2019
Merged by: @PankajBhojwani

Base: masterHead: fixes


📝 Commits (5)

  • a63b053 minor fixes
  • f0c094a Fix connectionType issue caused by bad merge. Remove ED fix from this branch so it can go into its own.
  • 74c5972 this is its own PR now, addressed comments
  • f8be48d alignment
  • c849aee fix spacing

📊 Changes

8 files changed (+114 additions, -22 deletions)

View changed files

📝 src/cascadia/TerminalApp/App.cpp (+3 -5)
📝 src/cascadia/TerminalApp/CascadiaSettings.cpp (+15 -16)
src/cascadia/TerminalConnection/AzureConnection-ARM64.cpp (+50 -0)
src/cascadia/TerminalConnection/AzureConnection-ARM64.h (+31 -0)
📝 src/cascadia/TerminalConnection/AzureConnection.cpp (+9 -0)
📝 src/cascadia/TerminalConnection/AzureConnection.h (+1 -0)
📝 src/cascadia/TerminalConnection/AzureConnection.idl (+2 -0)
📝 src/cascadia/TerminalConnection/TerminalConnection.vcxproj (+3 -1)

📄 Description

Summary of the Pull Request

The Azure connection profile will not show up as an option anymore if the user is on an ARM64 build or if they're on a local build (and so they do not have the required clientID).

References

PR Checklist

  • Closes Bug Report (#2170)
  • CLA signed. If not, go over here and sign the CLA
  • Tests added/passed
  • Requires documentation to be updated
  • I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx

Detailed Description of the Pull Request / Additional comments

Validation Steps Performed


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/2195 **Author:** [@PankajBhojwani](https://github.com/PankajBhojwani) **Created:** 8/1/2019 **Status:** ✅ Merged **Merged:** 8/2/2019 **Merged by:** [@PankajBhojwani](https://github.com/PankajBhojwani) **Base:** `master` ← **Head:** `fixes` --- ### 📝 Commits (5) - [`a63b053`](https://github.com/microsoft/terminal/commit/a63b0533fdddc4d16909136f6c3e3e00728659d9) minor fixes - [`f0c094a`](https://github.com/microsoft/terminal/commit/f0c094a7f4d76a99f650f83f0f0090bd4afd5840) Fix connectionType issue caused by bad merge. Remove ED fix from this branch so it can go into its own. - [`74c5972`](https://github.com/microsoft/terminal/commit/74c5972889fe2fd1093282c1f2499c1aac791f72) this is its own PR now, addressed comments - [`f8be48d`](https://github.com/microsoft/terminal/commit/f8be48d3cb715f47842d7304c91ddde5789d4247) alignment - [`c849aee`](https://github.com/microsoft/terminal/commit/c849aee07aeb0ae695b3f0df3049d94158f78f68) fix spacing ### 📊 Changes **8 files changed** (+114 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/App.cpp` (+3 -5) 📝 `src/cascadia/TerminalApp/CascadiaSettings.cpp` (+15 -16) ➕ `src/cascadia/TerminalConnection/AzureConnection-ARM64.cpp` (+50 -0) ➕ `src/cascadia/TerminalConnection/AzureConnection-ARM64.h` (+31 -0) 📝 `src/cascadia/TerminalConnection/AzureConnection.cpp` (+9 -0) 📝 `src/cascadia/TerminalConnection/AzureConnection.h` (+1 -0) 📝 `src/cascadia/TerminalConnection/AzureConnection.idl` (+2 -0) 📝 `src/cascadia/TerminalConnection/TerminalConnection.vcxproj` (+3 -1) </details> ### 📄 Description <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request The Azure connection profile will not show up as an option anymore if the user is on an ARM64 build or if they're on a local build (and so they do not have the required clientID). <!-- Other than the issue solved, is this relevant to any other issues/existing PRs? --> ## References <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [X] Closes #2170 * [ ] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Requires documentation to be updated * [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx <!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here --> ## Detailed Description of the Pull Request / Additional comments <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:05:40 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#24841