mirror of
https://github.com/tvytlx/ai-agent-deep-dive.git
synced 2026-04-07 17:44:48 +08:00
14 lines
446 B
JavaScript
14 lines
446 B
JavaScript
/*! @azure/msal-common v15.13.1 2025-10-29 */
|
|
'use strict';
|
|
/*
|
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
* Licensed under the MIT License.
|
|
*/
|
|
function isCloudInstanceDiscoveryResponse(response) {
|
|
return (response.hasOwnProperty("tenant_discovery_endpoint") &&
|
|
response.hasOwnProperty("metadata"));
|
|
}
|
|
|
|
export { isCloudInstanceDiscoveryResponse };
|
|
//# sourceMappingURL=CloudInstanceDiscoveryResponse.mjs.map
|