How to patch an existing application using Python Azure SDK and Graph?
问题 I am trying to add a reply_url programmatically to an Azure app registration, but I receive an azure.graphrbac.models.graph_error_py3.GraphErrorException: Specified HTTP method is not allowed for the request target. It fails when I try to update an existing application with new reply_urls . SDK I am using is: azure-graphrbac==0.61.1 My code: from azure.common.credentials import ServicePrincipalCredentials from azure.graphrbac import GraphRbacManagementClient from azure.graphrbac.models import