Merge pull request #1254 from dod-ccpo/fix-csp-subscription-bug
Display names for subscriptions are passed to create_subscription.
This commit is contained in:
commit
0480e71079
@ -530,7 +530,6 @@ class AzureCloudProvider(CloudProviderInterface):
|
|||||||
):
|
):
|
||||||
sub_client = self.sdk.subscription.SubscriptionClient(credentials)
|
sub_client = self.sdk.subscription.SubscriptionClient(credentials)
|
||||||
|
|
||||||
display_name = f"{environment.application.name}_{environment.name}_{environment.id}" # proposed format
|
|
||||||
billing_profile_id = "?" # where do we source this?
|
billing_profile_id = "?" # where do we source this?
|
||||||
sku_id = AZURE_SKU_ID
|
sku_id = AZURE_SKU_ID
|
||||||
# These 2 seem like something that might be worthwhile to allow tiebacks to
|
# These 2 seem like something that might be worthwhile to allow tiebacks to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user