Skip to content

Commit

Permalink
fix azure postgresql asset url
Browse files Browse the repository at this point in the history
  • Loading branch information
jaym committed Nov 18, 2024
1 parent 4620887 commit 3ede5e6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions providers/azure/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ var Config = plugin.Provider{
"*": {
Key: "service",
Values: map[string]*inventory.AssetUrlBranch{
"account": nil,
"compute": nil,
"mysql": nil,
"postgres": nil,
"mariadb": nil,
"sql": nil,
"account": nil,
"compute": nil,
"mysql": nil,
"postgresql": nil,
"mariadb": nil,
"sql": nil,
"storage": {
Key: "object",
Values: map[string]*inventory.AssetUrlBranch{
Expand Down

0 comments on commit 3ede5e6

Please sign in to comment.