Skip to content

Commit

Permalink
Adding id function to postgresql flexible server (#4555)
Browse files Browse the repository at this point in the history
Signed-off-by: Hossein Rouhani <[email protected]>
  • Loading branch information
HRouhani authored Aug 15, 2024
1 parent 00a9762 commit a200c27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions providers/azure/resources/postgresql.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ func (a *mqlAzureSubscriptionPostgreSqlService) servers() ([]interface{}, error)
return res, nil
}

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

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

0 comments on commit a200c27

Please sign in to comment.