You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecated: "`single_sign_on_enabled` has been deprecated in favour of the `single_sign_on` property and will be removed in v5.0 of the AzureRM Provider.",
Copy file name to clipboardExpand all lines: website/docs/5.0-upgrade-guide.html.markdown
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,10 @@ Please follow the format in the example below for listing breaking changes in re
128
128
129
129
* The `logs_destination` property is no longer Computed and now must be set to `log-analytics` to be able to specify a value for `log_analytics_workspace_id`. It will now default to empty, meaning Streaming Only in the Azure Portal.
130
130
131
+
### `azurerm_datadog_monitor_sso_configuration`
132
+
133
+
* The deprecated `single_sign_on_enabled` property has been removed in favour of the `single_sign_on` property.
134
+
131
135
### `azurerm_eventhub`
132
136
133
137
* The deprecated `namespace_name` property has been removed in favour of the `namespace_id` property.
@@ -50,7 +50,7 @@ The following arguments are supported:
50
50
51
51
*`datadog_monitor_id` - (Required) The Datadog Monitor Id which should be used for this Datadog Monitor SSO Configuration. Changing this forces a new Datadog Monitor SSO Configuration to be created.
52
52
53
-
*`single_sign_on_enabled` - (Required) The state of SingleSignOn configuration. Possible values are `Enable`and `Disable`.
53
+
*`single_sign_on` - (Required) The state of SingleSignOn configuration. Possible values are `Enable`, `Disable`, `Initial`and `Existing`.
54
54
55
55
*`enterprise_application_id` - (Required) The application Id to perform SSO operation.
0 commit comments