-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove deprecated resources #602
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Are these going to be deprecated or EOL'd? Either way we need to update our documentation on https://docs.chef.io/inspec/resources/ |
Nice! |
Approved. Is there more changes pending? Asking because there is a label "Do Not Merge" |
I think we've got to be careful with this. All of the azurerm resources are listed here: https://docs.chef.io/inspec/resources/#azure There's no notice under any of them that they're deprecated or when they will be EOL and so there may be people using them. It could create problems if these get yanked all of a sudden. |
@IanMadd , can we update that docs saying that it would be deprecated starting v2? |
@sathish-progress We can. Is there a deprecation date or EOL date? |
I don't have a date for now.. but when we are at 2.0 we can release them |
Signed-off-by: Deepa Kumaraswamy <dkumaras@progress.com>
❌ Deploy Preview for inspec-azure failed.
|
@@ -400,14 +400,15 @@ The behavior of the http client can be defined with the following parameters: | |||
|
|||
They can be defined as environment variables or resource parameters (has priority). | |||
|
|||
<hr> | |||
{{< warning >}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dkumaras The {{< warning >}}
shortcodes only work in Hugo, not in GitHub.
Signed-off-by: Sathish sbabu@progress.com
Description
remove deprecated resources
release as part V2
Issues Resolved
#600
Check List
rake lint
passes