@maxim_mazurok/gapi.client.managedidentities-v1
Advanced tools
Comparing version 0.0.20230505 to 0.0.20230705
{ | ||
"name": "@maxim_mazurok/gapi.client.managedidentities-v1", | ||
"version": "0.0.20230505", | ||
"version": "0.0.20230705", | ||
"description": "TypeScript typings for Managed Service for Microsoft Active Directory API v1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.managedidentities-v1 definition tests */ | ||
// Revision: 20230505 | ||
// Revision: 20230705 | ||
@@ -64,2 +64,7 @@ gapi.load('client', async () => { | ||
}); | ||
/** CheckMigrationPermission API gets the current state of DomainMigration */ | ||
await gapi.client.managedidentities.projects.locations.global.domains.checkMigrationPermission({ | ||
domain: "Test string", | ||
}, { | ||
}); | ||
/** Creates a Microsoft AD domain. */ | ||
@@ -66,0 +71,0 @@ await gapi.client.managedidentities.projects.locations.global.domains.create({ |
Sorry, the diff of this file is too big to display
213730
4304