Skip to content

Commit

Permalink
prefix zone's int with region id for the display name
Browse files Browse the repository at this point in the history
  • Loading branch information
daroczig committed Aug 21, 2024
1 parent 466338e commit 2b4e0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sc_crawler/vendors/azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ def inventory_zones(vendor):
"zone_id": zone,
"name": zone,
"api_reference": zone,
"display_name": zone,
"display_name": region.region_id + "-" + zone,
}
)
return items
Expand Down

0 comments on commit 2b4e0a6

Please sign in to comment.