Skip to content

Commit 650815f

Browse files
Added deprecation information
Signed-off-by: Russell Seymour <[email protected]>
1 parent 336cb44 commit 650815f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

overview.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<div style="background-color: #99ccff; color: black; padding:4px">
2+
<strong>DEPRECATED</strong>
3+
<p>
4+
This extension is now deprecated in favour of the new Chef Extension for Azure DevOps which can be found <a href="https://marketplace.visualstudio.com/items?itemName=chef-software.chef-azdo">here</a>. The new extension allows the execution of any Chef component.
5+
</p>
6+
<p>
7+
This version of the Chef Extension will not be developed or maintained. We encourage everyone to upgrade to the new extension. Documentation and migration information can be found <a href="https://chef-partners.github.io/azuredevops-chef-extension">here</a>.
8+
</p>
9+
</div>
10+
11+
<p />
12+
13+
114
# Chef Integration for Azure Pipelines
215

316
This [Chef](http://chef.io) integration for Azure Pipelines provides a set of tasks to automate commonly performed build and release activities when using the **[Chef Automate](https://www.chef.io/automate/)** platform. Use these tasks to configure your servers ready for application deployment.

vss-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"id": "Microsoft.VisualStudio.Services"
1010
}
1111
],
12-
"description": "Tasks for performing common Chef operations against the Chef Automate platform.",
12+
"description": "DEPRECATED: Tasks for performing common Chef operations against the Chef Automate platform.",
1313
"categories": [
1414
"Build and release"
1515
],

0 commit comments

Comments
 (0)