-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update NGINXaaS API: 2024-09-01-preview (#27776)
* Use NGINXaaS API 2024-09-01-preview This commit updates the NGINXaaS API version to be the latest: 2024-09-01-preview. * `azurerm_nginx_configuration`: Update config handlers to deprecate content of protected_files The service provider has never returned the contents of a protected file in the API response. The latest swagger splits up the request,response objects on protected files, and this commit incorporates the swagger change while deprecating the `content` field on the protect file wherever we do a READ on it. * `azurerm_nginx_deployment`: Deprecate `managed_resource_group` field This field was deprecated by the service provider a long time back. This commit just deprectes the same field in terrform in the next provider version. * Read protected file content from config * Update provider upgrade guide with breaking changes for NGINXaaS The provider upgrade guide needs to be updated to call out deprecated fields that will be removed in 5.0. * Update nginxaas provider docs - Updates to docs to remove deprecated properties.
- Loading branch information
1 parent
b167519
commit 8f0d6be
Showing
117 changed files
with
1,029 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.