Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Reference feedback]: az containerapp ssl - --ids is unclear #31023

Open
camilosantana opened this issue Mar 13, 2025 · 2 comments
Open

[Reference feedback]: az containerapp ssl - --ids is unclear #31023

camilosantana opened this issue Mar 13, 2025 · 2 comments
Labels
Auto-Assign Auto assign by bot ContainerApp customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-triage This is a new issue that needs to be triaged to the appropriate team. Possible-Solution Service Attention This issue is responsible by Azure service team. Similar-Issue

Comments

@camilosantana
Copy link

Type of issue

Other (describe below)

Reference command name

az containerapp ssl

Feedback

ref: https://learn.microsoft.com/en-us/cli/azure/containerapp/ssl?view=azure-cli-latest

--ids
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

one or ore resource ids of what? please clarify and re-word.

Page URL

https://learn.microsoft.com/en-us/cli/azure/containerapp/ssl?view=azure-cli-latest

Content source URL

https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/latest/docs-ref-autogen/containerapp/ssl.yml

Author

@dbradish-microsoft

Document Id

7b3ab48f-1c3f-4f36-48ee-e03985ed3310

@camilosantana camilosantana added the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Mar 13, 2025
@yonzhan
Copy link
Collaborator

yonzhan commented Mar 13, 2025

Thank you for opening this issue, we will look into it.

Copy link

Here are some similar issues that might help you. Please check if they can solve your problem.


Possible solution (Extracted from existing issue, might be incorrect; please verify carefully)

The --ids parameter is a convenient way to assign Resource Id Arguments in CLI. For example, in the az network nsg rule show command, the arguments in Resource Id Arguments except --ids are --name, --nsg-name, --resource-group, --subscription. So a valid value of --ids should contain all of these values. This means that the --ids parameter should contain the complete resource ID of the specific resource you are working with, such as an NSG rule in this example.

Reference:

Powered by issue-sentinel

@microsoft-github-policy-service microsoft-github-policy-service bot added customer-reported Issues that are reported by GitHub users external to the Azure organization. Auto-Assign Auto assign by bot ContainerApp Service Attention This issue is responsible by Azure service team. labels Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto-Assign Auto assign by bot ContainerApp customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-triage This is a new issue that needs to be triaged to the appropriate team. Possible-Solution Service Attention This issue is responsible by Azure service team. Similar-Issue
Projects
None yet
Development

No branches or pull requests

2 participants