Skip to content

Commit

Permalink
Merge pull request #16847 from hashicorp/f/deprecating-video-analyzer
Browse files Browse the repository at this point in the history
videoanalyzer: deprecating since this is scheduled for removal on 2022-11-30
  • Loading branch information
tombuildsstuff authored May 19, 2022
2 parents e0cc6a4 + fdacaa3 commit 5aaaa31
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ func resourceVideoAnalyzerEdgeModule() *pluginsdk.Resource {
return err
}),

DeprecationMessage: `Video Analyzer (Preview) is now Deprecated and will be Retired on 2022-11-30 - as such the 'azurerm_video_analyzer_edge_module' resource is deprecated and will be removed in v4.0 of the AzureRM Provider`,

Schema: map[string]*pluginsdk.Schema{
"name": {
Type: pluginsdk.TypeString,
Expand Down
2 changes: 2 additions & 0 deletions internal/services/videoanalyzer/video_analyzer_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ func resourceVideoAnalyzer() *pluginsdk.Resource {
return err
}),

DeprecationMessage: `Video Analyzer (Preview) is now Deprecated and will be Retired on 2022-11-30 - as such the 'azurerm_video_analyzer' resource is deprecated and will be removed in v4.0 of the AzureRM Provider`,

Schema: map[string]*pluginsdk.Schema{
"name": {
Type: pluginsdk.TypeString,
Expand Down
2 changes: 2 additions & 0 deletions website/docs/r/video_analyzer.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ description: |-

Manages a Video Analyzer.

!> Video Analyzer (Preview) is now Deprecated and will be Retired on 2022-11-30 - as such the `azurerm_video_analyzer` resource is deprecated and will be removed in v4.0 of the AzureRM Provider.

## Example Usage

```hcl
Expand Down
4 changes: 3 additions & 1 deletion website/docs/r/video_analyzer_edge_module.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ description: |-
Manages a Video Analyzer Edge Module.
---

# azurerm_video_analyzer
# azurerm_video_analyzer_edge_module

Manages a Video Analyzer Edge Module.

!> Video Analyzer (Preview) is now Deprecated and will be Retired on 2022-11-30 - as such the `azurerm_video_analyzer_edge_module` resource is deprecated and will be removed in v4.0 of the AzureRM Provider.

## Example Usage

```hcl
Expand Down

0 comments on commit 5aaaa31

Please sign in to comment.