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

[FEATURE REQ] Function App key management #34915

Closed
JDECOMBE opened this issue Mar 14, 2023 · 7 comments
Closed

[FEATURE REQ] Function App key management #34915

JDECOMBE opened this issue Mar 14, 2023 · 7 comments
Assignees
Labels
App Services feature-request This issue requires a new behavior in the product in order be resolved. Mgmt This issue is related to a management-plane library. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team

Comments

@JDECOMBE
Copy link

Library name

Azure.ResourceManager.AppService

Please describe the feature.

Hi,

Would it be possible to be able to Create/Set/Delete Function App keys ? For now only listing is available but the Azure CLI is able to modify those properties (az functionapp function keys).
I haven't found any route that would expose this logic in the Rest API so I'm guessing it's not just the client part of the SDK that needs to be implemented.

@ghost ghost added needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Mar 14, 2023
@jsquire jsquire added App Services Mgmt This issue is related to a management-plane library. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team and removed needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. labels Mar 14, 2023
@jsquire
Copy link
Member

jsquire commented Mar 14, 2023

Thank you for your feedback. Tagging and routing to the team member best able to assist.

@JDECOMBE
Copy link
Author

JDECOMBE commented Mar 15, 2023

Looking more into the code, it seems that the WebAppsRestOperations.CreateOrUpdateHostSecretAsync method does exactly that.
Unfortunately, this method is broken right now.
I've found this issue where a similar issue was discussed (and fixed if you look into the PR linked in the comment) for the Go SDK. (Link goes to the Azure/azure-rest-api-specs repository)
I opened a PR #34936 to fix this issue.

@ArthurMa1978 ArthurMa1978 added feature-request This issue requires a new behavior in the product in order be resolved. and removed question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels May 22, 2023
@live1206
Copy link
Member

@JDECOMBE As I can see, the issue in swagger has not been addressed. Please check the latest stable version of swagger.

According to Azure/azure-rest-api-specs#17653 (comment), service team will update the source to properly fix the generated swagger, which has not happened yet.

@live1206 live1206 added the Service Attention Workflow: This issue is responsible by Azure service team. label May 29, 2023
@github-actions
Copy link

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @antcp @AzureAppServiceCLI.

@live1206
Copy link
Member

Thanks to @mathewc, the next version of WebApps.json will be fixed.

@ArthurMa1978
Copy link
Member

Need release new sdk

@ArthurMa1978 ArthurMa1978 removed customer-reported Issues that are reported by GitHub users external to the Azure organization. Service Attention Workflow: This issue is responsible by Azure service team. labels Mar 28, 2024
@ArthurMa1978
Copy link
Member

The release is tracked by #43752

@github-actions github-actions bot locked and limited conversation to collaborators Jul 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
App Services feature-request This issue requires a new behavior in the product in order be resolved. Mgmt This issue is related to a management-plane library. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team
Projects
None yet
Development

No branches or pull requests

4 participants