-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
azurerm_bot_service_azure_bot
- support for local_authentication_enabled
#23096
Conversation
neil-yechenwei
commented
Aug 28, 2023
•
edited
Loading
edited
@@ -107,6 +107,12 @@ func (br botBaseResource) arguments(fields map[string]*pluginsdk.Schema) map[str | |||
}, false), | |||
}, | |||
|
|||
"local_auth_enabled": { |
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.
this should be local_authentication_enabled
to match other cases in the provider - can we update this?
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.
Updated
@tombuildsstuff , thanks for the comment. I updated PR. Please take another look. Thanks. |
azurerm_bot_service_azure_bot
- support for local_auth_enabled
azurerm_bot_service_azure_bot
- support for local_authentication_enabled
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.
Thanks @neil-yechenwei LGTM 👍
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |