Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
snehapar9 committed May 14, 2024
1 parent f21a106 commit 3a52c46
Show file tree
Hide file tree
Showing 5 changed files with 1,780 additions and 2,110 deletions.
3 changes: 1 addition & 2 deletions src/containerapp/azext_containerapp/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -1646,5 +1646,4 @@
- name: Show the details of an environment.
text: |
az containerapp env dotnet-component show -n MyDotNetComponentName --environment MyContainerappEnvironment -g MyResourceGroup
"""

"""
3 changes: 1 addition & 2 deletions src/containerapp/azext_containerapp/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -2709,5 +2709,4 @@ def create_dotnet_component(cmd, dotnet_component_name, environment_name, resour
if component_type == DOTNET_COMPONENT_RESOURCE_TYPE:
aspire_dashboard_url = dotnet_component_decorator._get_aspire_dashboard_url(environment_name, resource_group_name, dotnet_component_name)
logger.warning("Access your Aspire Dashboard at %s.", aspire_dashboard_url)
return

return
Loading

0 comments on commit 3a52c46

Please sign in to comment.