Skip to content

Commit

Permalink
add link to Azure REST API specs for mysql ver 8.0 change
Browse files Browse the repository at this point in the history
  • Loading branch information
aqche committed Nov 28, 2019
1 parent b0165eb commit 9ac2842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurerm/resource_arm_mysql_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func resourceArmMySqlServer() *schema.Resource {
ValidateFunc: validation.StringInSlice([]string{
string(mysql.FiveFullStopSix),
string(mysql.FiveFullStopSeven),
"8.0", //TODO: Update to EightFullStopZero ServerVersion constant when available in Azure Go SDK
"8.0", //TODO: Update to EightFullStopZero ServerVersion constant when available in Azure Go SDK https://github.com/Azure/azure-rest-api-specs/pull/7864
}, true),
DiffSuppressFunc: suppress.CaseDifference,
ForceNew: true,
Expand Down

0 comments on commit 9ac2842

Please sign in to comment.