Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
frasdav committed Aug 28, 2024
1 parent 35654ea commit adf0189
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Sheriff Azure DevOps Extension Changelog

## 0.0.7

* `InstallSheriffCLI` task updated to download Sheriff from releases.frontierhq.com.

## 0.0.6

* `SheriffPlan` and `SheriffApply` tasks updated to support workload identity federation authentication.
Expand Down
Binary file modified images/extension-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/large-extension-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
## About

This is an Azure DevOps extension that provides tasks for installing and running
[Sheriff](https://github.com/frontierhq/sheriff), a command line tool to
manage Microsoft Entra Privileged Identity Management (Microsoft Entra PIM)
using desired state configuration.
[Sheriff](https://frontierhq.com/products/sheriff), a command line tool to configure
and operate Microsoft Entra Privileged Identity Management (PIM) in automation.

## Usage

Expand Down
4 changes: 2 additions & 2 deletions tasks/InstallSheriffCLI/InstallSheriffCLIV0/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tasks/InstallSheriffCLI/InstallSheriffCLIV0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "install-sheriff-cli-task",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"scripts": {
"test": "run-p test:*",
Expand Down
4 changes: 2 additions & 2 deletions vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"categories": [
"Azure Pipelines"
],
"description": "Provides tasks to operate Sheriff, a command line tool to manage Microsoft Entra Privileged Identity Management (Microsoft Entra PIM) using desired state configuration.",
"description": "Provides tasks to operate Sheriff, a command line tool to configure and operate Microsoft Entra Privileged Identity Management (PIM) in automation.",
"tags": [
"Microsoft Azure",
"Microsoft Entra ID",
Expand All @@ -30,7 +30,7 @@
},
"links": {
"learn": {
"uri": "https://github.com/frontierhq/sheriff"
"uri": "https://frontierhq.com/products/sheriff"
}
},
"icons": {
Expand Down

0 comments on commit adf0189

Please sign in to comment.