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.
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