Display names for subscriptions are passed to create_subscription.
We don't need to generate the display name for a new subscription inside the _create_subscription method.
This commit is contained in:
parent
1eef40a1cf
commit
1968d458db
@ -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