Skip to content

Commit

Permalink
🐛 Add id function for sql service firewall rules. (#3089)
Browse files Browse the repository at this point in the history
Signed-off-by: Preslav <[email protected]>
  • Loading branch information
preslavgerchev authored Jan 22, 2024
1 parent 1da52db commit 89abd49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions providers/azure/resources/sql.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ func (a *mqlAzureSubscriptionSqlServiceServerVulnerabilityassessmentsettings) id
return a.Id.Data, nil
}

func (a *mqlAzureSubscriptionSqlServiceFirewallrule) id() (string, error) {
return a.Id.Data, nil
}

func (a *mqlAzureSubscriptionSqlService) servers() ([]interface{}, error) {
conn := a.MqlRuntime.Connection.(*connection.AzureConnection)
ctx := context.Background()
Expand Down

0 comments on commit 89abd49

Please sign in to comment.