ServiceInformation type
resourceId - resource ID of API Management service "subscriptions/[subscription-id]/resourceGroups/[resource-group-name]/providers/Microsoft.ApiManagement/service/[service-name]"
managementApiEndpoint - URL with protocol (e.g. https://management.azure.com)
apiVersion - optional to override default (e.g. "2019-01-01")
tokenOverride - optional, provides token to use for auth, instead of 'az login' approach
type ServiceInformation = {
apiVersion?: string
managementApiEndpoint: string
resourceId: string
tokenOverride?: string
}