I had an email today from Microsoft:
Action required: Azure DevOps global PATs are retiring
Global PATs allow a single token to access all Azure DevOps organizations you belong to. To reduce risk from broadly scoped credentials and support regional data requirements, this token type is being retired.
You’re receiving this email because one or more global personal access token(s) associated with your account was used in 1 organization(s) in the last 30 days.
The only global PAT I know of is the one used to publish extensions. I believe it's currently a requirement for this to be global, and the docs at https://code.visualstudio.com/api/working-with-extensions/publishing-extension do say to make it global:
In the Create a new personal access token modal, select the following details for the token:
Organization: All accessible organizations
So this is a request to support organization-specific tokens before December 1st 2026. If it's already supported (I haven't tested it recently), then just the docs need updating.
I had an email today from Microsoft:
The only global PAT I know of is the one used to publish extensions. I believe it's currently a requirement for this to be global, and the docs at https://code.visualstudio.com/api/working-with-extensions/publishing-extension do say to make it global:
So this is a request to support organization-specific tokens before December 1st 2026. If it's already supported (I haven't tested it recently), then just the docs need updating.