We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad4e21 commit c32274fCopy full SHA for c32274f
articles/communication-services/concepts/includes/identifiers/identifiers-java.md
@@ -118,7 +118,7 @@ OrganizationCollectionPage organizations = graphClient.organization()
118
.get();
119
String tenantId = organizations.getCurrentPage().get(0).id;
120
121
-//Communication Services Resource ID
+// Communication Services Resource ID
122
var resourceId = "<resource-id-guid>";
123
124
// create an identifier
0 commit comments