Skip to content

Commit

Permalink
Merge pull request Azure#2 from haroonf/demo
Browse files Browse the repository at this point in the history
Added missing import
  • Loading branch information
StrawnSC committed Apr 13, 2022
2 parents f114468 + 45dd7f8 commit dd38d8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/containerapp/azext_containerapp/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
GitHubActionConfiguration,
RegistryInfo as RegistryInfoModel,
AzureCredentials as AzureCredentialsModel,
SourceControl as SourceControlModel)
SourceControl as SourceControlModel,
ManagedServiceIdentity as ManagedServiceIdentityModel)
from ._utils import (_validate_subscription_registered, _get_location_from_resource_group, _ensure_location_allowed,
parse_secret_flags, store_as_secret_and_return_secret_ref, parse_env_var_flags,
_generate_log_analytics_if_not_provided, _get_existing_secrets, _convert_object_from_snake_to_camel_case,
Expand Down

0 comments on commit dd38d8d

Please sign in to comment.