Skip to content

Commit

Permalink
Merge pull request #12641 from nairraghunathgopinath/FixVersionlessId
Browse files Browse the repository at this point in the history
Make secret_id with optional version for auto sync with keyvault and azurerm_api_management_named_value.
  • Loading branch information
tombuildsstuff authored Jul 19, 2021
2 parents 2552105 + 6a7b14f commit adef012
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func resourceApiManagementNamedValue() *pluginsdk.Resource {
"secret_id": {
Type: pluginsdk.TypeString,
Required: true,
ValidateFunc: keyVaultValidate.NestedItemId,
ValidateFunc: keyVaultValidate.NestedItemIdWithOptionalVersion,
},
"identity_client_id": {
Type: pluginsdk.TypeString,
Expand Down

0 comments on commit adef012

Please sign in to comment.