Skip to content

Commit

Permalink
Don't force new resource when modifying additional subnet IDs of azur…
Browse files Browse the repository at this point in the history
…erm_api_management (#12611)

Adding and removing subnet IDs (via the additional_locations block)
should not result in a new api management resource.
  • Loading branch information
koikonom authored Jul 15, 2021
1 parent 7aca3ff commit 8e1548b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ func resourceApiManagementService() *pluginsdk.Resource {
"subnet_id": {
Type: pluginsdk.TypeString,
Required: true,
ForceNew: true,
ValidateFunc: azure.ValidateResourceID,
},
},
Expand Down

0 comments on commit 8e1548b

Please sign in to comment.