-
Notifications
You must be signed in to change notification settings - Fork 5k
azurerm_ai_services - mark as deprecated for 5.0
#31809
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
base: main
Are you sure you want to change the base?
Changes from 1 commit
8d0084e
06b4555
ab5acc2
bad3e53
7974a7e
46dffe7
c6a9706
59ac194
7e9597f
26ba93b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -34,6 +34,10 @@ Please follow the format in the example below for adding removed resources: | |||||
| This deprecated resource has been superseded/retired and has been removed from the Azure Provider. | ||||||
| ``` | ||||||
|
|
||||||
| ### `azurerm_ai_services` | ||||||
|
|
||||||
| * This deprecated resource has been retired and has been removed from the Azure Provider. | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please use the wording format for superseded removal
Suggested change
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fixed |
||||||
|
|
||||||
| ### `azurerm_automation_software_update_configuration` | ||||||
|
|
||||||
| * This deprecated resource has been retired and has been removed from the Azure Provider. | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -10,6 +10,9 @@ description: |- | |||||
|
|
||||||
| Manages an AI Services Account. | ||||||
|
|
||||||
| ~> **Note:** The `azurerm_ai_services` resource has been deprecated and will be removed in v5.0 of the AzureRM Provider. Please use [`azurerm_cognitive_account`](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/cognitive_account) resource instead. | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do not hardcode full URI, use relative link instead
Suggested change
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fixed |
||||||
|
|
||||||
|
|
||||||
| ## Example Usage | ||||||
|
|
||||||
| ```hcl | ||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.