Merge pull request #4164 from inspec/cw/fix-4021-sunset-warnings

Update sunset messages on 2 resources
This commit is contained in:
Miah Johnson 2019-05-30 10:57:17 -07:00 committed by GitHub
commit 965ef8ae76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -5,9 +5,9 @@ platform: linux
# apache
Use the `apache` Chef InSpec audit resource to test the state of the Apache server on Linux/Unix systems.
<p class="warning">This resource is deprecated and should not be used. It was removed in Chef InSpec 4.0. The documentation below is preserved as a reference. Replacement functionality is available in the [apache_conf](apache_conf/) resource.</p>
<p class="warning">This resource is deprecated and should not be used. It will be removed in Chef InSpec 3.0.</p>
Use the `apache` Chef InSpec audit resource to test the state of the Apache server on Linux/Unix systems.
<br>
@ -15,11 +15,11 @@ Use the `apache` Chef InSpec audit resource to test the state of the Apache serv
### Installation
This resource is distributed along with Chef InSpec itself. You can use it automatically.
This resource was distributed along with Chef InSpec itself.
### Version
This resource first became available in v1.51.15 of InSpec.
This resource first became available in v1.51.15 of InSpec and was removed in version 4.0.
## Syntax

View file

@ -4,7 +4,7 @@ title: About the azure_generic_resource Resource
# azure\_generic\_resource
<p class="warning">This resource is deprecated and should not be used. It will be removed in Chef InSpec 3.0.</p>
<p class="warning">This resource is deprecated and should not be used. It will be removed in Chef InSpec 5.0. Instead of using any of the demonstration Azure resources included with Chef InSpec, use the [`inspec-azure`](https://github.com/inspec/inspec-azure) resource pack, which offers rich functionality and specific resources to fit many common use cases.</p>
Use the `azure_generic_resource` Chef InSpec audit resource to test any valid Azure Resource. This is very useful if you need to test something that we do not yet have a specific Chef InSpec resource for.