This function retrieves a property from an Azure object, such as ms_plan, ms_plan_task, ms_team, ms_team_member, ms_drive_item.

get_azure_property(x, property)

Arguments

x

an Azure object

property

the name of the property, such as "id" or "displayName". This must exist in x or in x$properties, and will return NA otherwise.