@maxim_mazurok/gapi.client.managedidentities-v1
Advanced tools
Comparing version 0.0.20230227 to 0.0.20230323
{ | ||
"name": "@maxim_mazurok/gapi.client.managedidentities-v1", | ||
"version": "0.0.20230227", | ||
"version": "0.0.20230323", | ||
"description": "TypeScript typings for Managed Service for Microsoft Active Directory API v1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
17
tests.ts
@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.managedidentities-v1 definition tests */ | ||
// Revision: 20230227 | ||
// Revision: 20230323 | ||
@@ -129,2 +129,10 @@ 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", | ||
}, { | ||
force: true, | ||
ouName: "Test string", | ||
vmIdToken: "Test string", | ||
}); | ||
/** Extend Schema for Domain */ | ||
@@ -412,8 +420,3 @@ await gapi.client.managedidentities.projects.locations.global.domains.extendSchema({ | ||
}); | ||
/** | ||
* Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to | ||
* override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as | ||
* `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must | ||
* ensure the name binding is the parent resource, without the operations collection id. | ||
*/ | ||
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */ | ||
await gapi.client.managedidentities.projects.locations.global.operations.list({ | ||
@@ -420,0 +423,0 @@ filter: "Test string", |
Sorry, the diff of this file is too big to display
181927
3046