Azure Cloud Shell after remove will auto add back to the list #14727

Closed
opened 2026-01-31 04:17:55 +00:00 by claunia · 3 comments
Owner

Originally created by @phken91 on GitHub (Jul 30, 2021).

Windows Terminal version (or Windows build number)

1.9.1942.0

Other Software

No response

Steps to reproduce

  1. open settings.json
  2. comment / remove Azure cloud shell block from the list

Expected Behavior

Azure Cloud Shell should remove without problem

Actual Behavior

Azure Cloud Shell automatic add back to the list

Originally created by @phken91 on GitHub (Jul 30, 2021). ### Windows Terminal version (or Windows build number) 1.9.1942.0 ### Other Software _No response_ ### Steps to reproduce 1. open `settings.json` 2. comment / remove `Azure cloud shell` block from the list ### Expected Behavior Azure Cloud Shell should remove without problem ### Actual Behavior `Azure Cloud Shell` automatic add back to the list
Author
Owner

@uvicorn commented on GitHub (Jul 30, 2021):

    "disabledProfileSources":
    [
        "Windows.Terminal.Azure"
    ],

can fix it

@uvicorn commented on GitHub (Jul 30, 2021): ```json "disabledProfileSources": [ "Windows.Terminal.Azure" ], ``` can fix it
Author
Owner

@phken91 commented on GitHub (Jul 30, 2021):

hi @peach-lasagna , will test it later

thanks for advices

@phken91 commented on GitHub (Jul 30, 2021): hi @peach-lasagna , will test it later thanks for advices
Author
Owner

@zadjii-msft commented on GitHub (Aug 2, 2021):

Yep, the azure shell is a Dynamic Profile. You'll need to either disable the profile source, or add

"hidden": true

to the profile to remove it from the dropdown.

@zadjii-msft commented on GitHub (Aug 2, 2021): Yep, the azure shell is a [Dynamic Profile](https://docs.microsoft.com/en-us/windows/terminal/dynamic-profiles). You'll need to either disable the profile source, or add ```json "hidden": true ``` to the profile to remove it from the dropdown.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#14727