Skip to content

Commit

Permalink
🐛 Fix azure subscription platform ids. (#2018)
Browse files Browse the repository at this point in the history
  • Loading branch information
preslavgerchev authored Oct 2, 2023
1 parent 4a49670 commit cbf2ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/azure/resources/discovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ func subToAsset(sub subscriptions.Subscription, conf *inventory.Config) *invento
},
Name: fmt.Sprintf("Azure subscription %s", *sub.DisplayName),
Connections: []*inventory.Config{conf},
PlatformIds: []string{platformId, *sub.ID},
PlatformIds: []string{platformId},
}
}

Expand Down

0 comments on commit cbf2ec2

Please sign in to comment.