We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
swagger has identity, example also has it. https://github.com/joannajiang112628/azure-rest-api-specs/blob/c9b373e139e99eb283da5a46196257a57b31e9fe/specification/communication/resource-manager/Microsoft.Communication/preview/2023-04-01-preview/CommunicationServices.json#L824-L851
identity
Also, generated interface does have WithIdentity and WithLinkedDomain.
WithIdentity
WithLinkedDomain
But sample generated in SDK seems without the identity and linkedDomains. Only tag exists.
linkedDomains
tag
public static void updateResourceToAddAUserAssignedManagedIdentity( com.azure.resourcemanager.communication.CommunicationManager manager) { CommunicationServiceResource resource = manager .communicationServices() .getByResourceGroupWithResponse( "MyResourceGroup", "MyCommunicationResource", com.azure.core.util.Context.NONE) .getValue(); resource.update().withTags(mapOf("newTag", "newVal")).apply(); }
The text was updated successfully, but these errors were encountered:
service problem.
json should have identity under parameters, like in create https://github.com/joannajiang112628/azure-rest-api-specs/blob/c9b373e139e99eb283da5a46196257a57b31e9fe/specification/communication/resource-manager/Microsoft.Communication/preview/2023-04-01-preview/examples/communicationServices/createOrUpdateWithSystemAssignedIdentity.json#L7-L15
parameters
Sorry, something went wrong.
No branches or pull requests
swagger has
identity
, example also has it.https://github.com/joannajiang112628/azure-rest-api-specs/blob/c9b373e139e99eb283da5a46196257a57b31e9fe/specification/communication/resource-manager/Microsoft.Communication/preview/2023-04-01-preview/CommunicationServices.json#L824-L851
Also, generated interface does have
WithIdentity
andWithLinkedDomain
.But sample generated in SDK seems without the
identity
andlinkedDomains
. Onlytag
exists.The text was updated successfully, but these errors were encountered: