Skip to content

Commit

Permalink
Merge pull request #621 from microsoft/ianhelle/fix-res-graph-496-202…
Browse files Browse the repository at this point in the history
…3-02-02

Reverting PR #496 - Removing blank sub-id from resource graph list
  • Loading branch information
petebryan committed Feb 3, 2023
2 parents 3cc6811 + 085158d commit cbbe119
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions msticpy/data/drivers/resource_graph_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ def connect(self, connection_str: str = None, **kwargs):
self.subscription_ids = [
sub.subscription_id for sub in self.sub_client.subscriptions.list()
]
# Add blank subscription to match items with no subscription PR #496
self.subscription_ids.append("")

self._connected = True
self._loaded = True
Expand Down

0 comments on commit cbbe119

Please sign in to comment.