Skip to content

Commit

Permalink
remove default rg
Browse files Browse the repository at this point in the history
  • Loading branch information
lrakai committed Nov 20, 2023
1 parent f633e3a commit 72e654b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
'environment_params': {
'subscription_id': os.environ.get('AZURE_SUBSCRIPTION_ID'),
'tenant' : os.environ.get('AZURE_TENANT_ID'),
'resource_group' : os.environ.get('AZURE_RESOURCE_GROUP', 'my-rg')
'resource_group' : os.environ.get('AZURE_RESOURCE_GROUP')
}
}

0 comments on commit 72e654b

Please sign in to comment.