Open
Description
My use-case:
- Deploy LogicApp using ARM template and Azure Go SDK (this exists)
- EnableSystemIdentity() - Enable or disable "System Assigned" Identity for the LogicApp (New)
- 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