Azure / Azure/azure-rest-api-specs

Feature request: Add Identity-related APIs for LogicApp

Open
#5,779 2 comments 0 reactions 0 assignees View on GitHub
Logic App Service Attention
Dominant language
TypeSpec
Stars
3.1k
Forks
5.9k
Avg merge
3d 2h
Merged PRs (30d)
424

Description

[LogicApp APIs](https://github.com/Azure/azure-rest-api-specs/blob/master/specification/logic/resource-manager/Microsoft.Logic/preview/2018-07-01-preview/examples/Operations_List.json)

My use-case:
1) Deploy LogicApp using ARM template and Azure Go SDK (this exists)
2) **EnableSystemIdentity()** - Enable or disable "System Assigned" Identity for the LogicApp (*New*)
3) **ListIdentity()** - this will return the OID corresponding to the System Assigned Identity (*New*)
The OID will be used for Role Assignment to enable the LogicApp to GET/POST to Azure REST endpoints

Note: ListIdentity() would be similar to ListCallbackURL() to provide system-generated IDs to the caller.

Please add support for the items in Bold.

Thanks,
Sourabh

Contributor guide

Open the contributing guide

Research direction

Start with the LogicApp API specification and the linked preview example, especially Operations_List.json, then compare the requested methods with ListCallbackURL. Define the specification changes needed for enabling or disabling a system-assigned identity and returning its OID, and verify that both requested operations are represented consistently.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, go, openapi
Domain
api, cloud
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.