@maxim_mazurok/gapi.client.managedidentities-v1beta1
Advanced tools
Comparing version 0.0.20220926 to 0.0.20221027
{ | ||
"name": "@maxim_mazurok/gapi.client.managedidentities-v1beta1", | ||
"version": "0.0.20220926", | ||
"version": "0.0.20221027", | ||
"description": "TypeScript typings for Managed Service for Microsoft Active Directory API v1beta1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.managedidentities-v1beta1 definition tests */ | ||
// Revision: 20220926 | ||
// Revision: 20221027 | ||
@@ -139,2 +139,9 @@ gapi.load('client', async () => { | ||
}); | ||
/** DomainJoinMachine API joins a Compute Engine VM to the domain */ | ||
await gapi.client.managedidentities.projects.locations.global.domains.domainJoinMachine({ | ||
domain: "Test string", | ||
}, { | ||
ouName: "Test string", | ||
vmIdToken: "Test string", | ||
}); | ||
/** Enable Domain Migration */ | ||
@@ -141,0 +148,0 @@ await gapi.client.managedidentities.projects.locations.global.domains.enableMigration({ |
Sorry, the diff of this file is too big to display
195194
3278