Skip to content

Commit ffcce70

Browse files
committed
Bump version to 3.0.3
1 parent 279265f commit ffcce70

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

src/artifacts-helper/README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Configures Codespace to authenticate with Azure Artifact feeds
2424
| npxAlias | Create alias for npx | boolean | true |
2525
| rushAlias | Create alias for rush | boolean | true |
2626
| pnpmAlias | Create alias for pnpm | boolean | true |
27-
| azAlias | Create alias for az (Azure CLI) | boolean | true |
2827
| shimDirectory | Directory where the shims will be installed. This must be in $PATH, and needs to be as early as possible in priority for the scripts to override the base executables. | string | /usr/local/share/codespace-shims |
2928
| targetFiles | Comma separated list of files to write to. Default is '/etc/bash.bashrc,/etc/zsh/zshrc' for root and '~/.bashrc,~/.zshrc' for non-root | string | DEFAULT |
3029
| python | Install Python keyring helper for pip | boolean | false |
@@ -36,12 +35,8 @@ Configures Codespace to authenticate with Azure Artifact feeds
3635
- `ms-codespaces-tools.ado-codespaces-auth`
3736

3837
This installs [Azure Artifacts Credential Provider](https://github.com/microsoft/artifacts-credprovider)
39-
and optionally configures shims which shadow `dotnet`, `nuget`, `npm`, `yarn`, `rush`, `pnpm`, and `az`.
40-
These dynamically set an authentication token for pulling artifacts from a feed before running the command.
41-
42-
The `az` shim specifically intercepts `az account get-access-token` requests and uses the `azure-auth-helper`
43-
to acquire tokens via the ado-codespaces-auth VS Code extension. This enables `DefaultAzureCredential`'s
44-
`AzureCliCredential` to work in Codespaces without requiring `az login`.
38+
and optionally configures shims which shadow `dotnet`, `nuget`, `npm`, `yarn`, `rush`, and `pnpm`.
39+
These dynamically sets an authentication token for pulling artifacts from a feed before running the command.
4540

4641
For `npm`, `yarn`, `rush`, and `pnpm` this requires that your `~/.npmrc` file is configured to use the ${ARTIFACTS_ACCESSTOKEN}
4742
environment variable for the `authToken`. A helper script has been added that you can use to write your `~/.npmrc`

src/artifacts-helper/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Azure Artifacts Credential Helper",
33
"id": "artifacts-helper",
4-
"version": "3.0.2",
4+
"version": "3.0.3",
55
"description": "Configures Codespace to authenticate with Azure Artifact feeds",
66
"options": {
77
"nugetURIPrefixes": {

0 commit comments

Comments
 (0)