Skip to content

Commit

Permalink
azurerm_search_service allows configuration of `network_rule_bypass…
Browse files Browse the repository at this point in the history
…_option`

Refs: #26575
Signed-off-by: patst <[email protected]>
  • Loading branch information
patst committed Nov 28, 2024
1 parent 23fcfc4 commit fe688a2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions internal/services/search/search_service_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,16 +185,6 @@ func resourceSearchService() *pluginsdk.Resource {
validate.CIDR,
),
},
}, // NetworkRuleBypassOptions: pointer.To(registries.NetworkRuleBypassOptions(d.Get("network_rule_bypass_option").(string))),

"network_rule_bypass_option": {
Type: pluginsdk.TypeString,
Optional: true,
ValidateFunc: validation.StringInSlice([]string{
string(services.SearchBypassAzureServices),
string(services.SearchBypassNone),
}, false),
Default: string(services.SearchBypassNone),
},

"network_rule_bypass_option": {
Expand Down

0 comments on commit fe688a2

Please sign in to comment.