Skip to content

Commit

Permalink
azrepos: mark credmode option as experimental
Browse files Browse the repository at this point in the history
Mark the Azure Repos credential mode option as experimental whilst we
iron out some of the bugs and UX.
  • Loading branch information
mjcheetham committed Mar 2, 2021
1 parent b107f44 commit 50a9a80
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/azrepos-users-and-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Azure Repos host provider supports creating multiple types of credential:

- Personal Access Token
- Azure Access Token
- Azure Access Token (experimental)

### Personal Access Tokens

Expand All @@ -19,7 +19,7 @@ PATs have a limited lifetime and new tokens must be created once they expire. In
Git Credential Manager, when a PAT expired (or was manually revoked) this
resulted in a new authentication prompt.

### Azure Access Tokens
### Azure Access Tokens (experimental)

Azure Access Tokens is the generic term for tokens issued by Azure Active
Directory for either Work and School Accounts (AAD tokens) or Personal Accounts
Expand All @@ -37,7 +37,7 @@ including the Visual Studio IDE and Azure CLI. This means that as long as you're
using Git or one of these tools with the same account, you'll never need to
re-authenticate due to expired tokens!

## User Accounts
## User Accounts (experimental)

In versions of Git Credential Manager that support Azure Access Tokens, the user
account used to authenticate for a particular Azure DevOps organization will now
Expand Down
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ Credential: "git:https://bob@github.com/example/myrepo" (user = bob)

---

### credential.azreposCredentialType
### credential.azreposCredentialType _(experimental)_

Specify the type of credential the Azure Repos host provider should return.

Expand All @@ -355,4 +355,4 @@ More information about Azure Access tokens can be found [here](azrepos-azuretoke
git config --global credential.azreposCredentialType azure
```

**Also see: [GCM_AZREPOS_CREDENTIALTYPE](environment.md#GCM_AZREPOS_CREDENTIALTYPE)**
**Also see: [GCM_AZREPOS_CREDENTIALTYPE](environment.md#GCM_AZREPOS_CREDENTIALTYPE-experimental)**
4 changes: 2 additions & 2 deletions docs/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ export GCM_MSAUTH_FLOW="devicecode"

---

### GCM_AZREPOS_CREDENTIALTYPE
### GCM_AZREPOS_CREDENTIALTYPE _(experimental)_

Specify the type of credential the Azure Repos host provider should return.

Expand All @@ -452,4 +452,4 @@ SET GCM_AZREPOS_CREDENTIALTYPE="false"
export GCM_AZREPOS_CREDENTIALTYPE="false"
```

**Also see: [credential.azreposCredentialType](configuration.md#azreposcredentialtype)**
**Also see: [credential.azreposCredentialType](configuration.md#azreposcredentialtype-experimental)**
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Set your user-level Git configuration (`~/.gitconfig`) to use GCM Core. If you p
`--system` to these commands, they act on the system-level Git configuration
(`/etc/gitconfig`) instead.
### azure-repos
### azure-repos (experimental)
Interact with the Azure Repos host provider to bind/unbind user accounts to Azure DevOps
organizations or specific remote URLs, and manage the authentication authority cache.
Expand Down

0 comments on commit 50a9a80

Please sign in to comment.