Skip to content

Commit 3fa3458

Browse files
authoredNov 9, 2021
Releasing version 2.7.0
Releasing version 2.7.0
2 parents 2f98cc0 + 1e043fd commit 3fa3458

File tree

134 files changed

+568
-115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+568
-115
lines changed
 

‎CHANGELOG.md

Lines changed: 12 additions & 0 deletions

‎examples/javascript/identity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const tenancyId = {
1313
};
1414

1515
(async () => {
16-
const identityClient = await new identity.IdentityClient({
16+
const identityClient = new identity.IdentityClient({
1717
authenticationDetailsProvider: provider
1818
});
1919
const regions = await identityClient.listRegionSubscriptions(tenancyId);

0 commit comments

Comments
 (0)
Please sign in to comment.