Azure / azure-rest-api-specs

The source for REST API specifications for Microsoft Azure.
MIT License
2.5k stars 4.93k forks source link

Feature request: Add Identity-related APIs for LogicApp #5779

Open sopatwar opened 5 years ago

sopatwar commented 5 years ago

LogicApp APIs

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

ghost commented 4 years ago

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

lilyjma commented 3 years ago

@Azure/azure-logicapps-team do we have any updates on this?