@microsoft/teamsfx-core 2.0.2-alpha.9fd4f497a.0 → 2.0.2-alpha.ae74bc360.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/common/constants.d.ts +0 -22
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +1 -25
- package/build/common/constants.js.map +1 -1
- package/build/common/deps-checker/internal/funcToolChecker.d.ts +0 -2
- package/build/common/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/funcToolChecker.js +1 -3
- package/build/common/deps-checker/internal/funcToolChecker.js.map +1 -1
- package/build/common/featureFlags.d.ts +3 -0
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +13 -1
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/projectSettingsHelper.d.ts +2 -4
- package/build/common/projectSettingsHelper.d.ts.map +1 -1
- package/build/common/projectSettingsHelper.js +3 -15
- package/build/common/projectSettingsHelper.js.map +1 -1
- package/build/common/projectSettingsHelperV3.d.ts +1 -14
- package/build/common/projectSettingsHelperV3.d.ts.map +1 -1
- package/build/common/projectSettingsHelperV3.js +3 -64
- package/build/common/projectSettingsHelperV3.js.map +1 -1
- package/build/common/samples.d.ts +1 -1
- package/build/common/samples.d.ts.map +1 -1
- package/build/common/samples.js +2 -2
- package/build/common/samples.js.map +1 -1
- package/build/common/tools.d.ts +4 -18
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +24 -127
- package/build/common/tools.js.map +1 -1
- package/build/common/utils.d.ts +0 -1
- package/build/common/utils.d.ts.map +1 -1
- package/build/common/utils.js +1 -22
- package/build/common/utils.js.map +1 -1
- package/build/common/versionMetadata.d.ts +1 -0
- package/build/common/versionMetadata.d.ts.map +1 -1
- package/build/common/versionMetadata.js +1 -0
- package/build/common/versionMetadata.js.map +1 -1
- package/build/component/constants.d.ts +1 -20
- package/build/component/constants.d.ts.map +1 -1
- package/build/component/constants.js +2 -219
- package/build/component/constants.js.map +1 -1
- package/build/component/coordinator/index.d.ts +7 -4
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +51 -51
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/developerPortalScaffoldUtils.d.ts +3 -7
- package/build/component/developerPortalScaffoldUtils.d.ts.map +1 -1
- package/build/component/developerPortalScaffoldUtils.js +44 -62
- package/build/component/developerPortalScaffoldUtils.js.map +1 -1
- package/build/component/driver/aad/create.d.ts.map +1 -1
- package/build/component/driver/aad/create.js +15 -16
- package/build/component/driver/aad/create.js.map +1 -1
- package/build/component/driver/aad/error/aadManifestError.d.ts +15 -0
- package/build/component/driver/aad/error/aadManifestError.d.ts.map +1 -0
- package/build/component/driver/aad/error/aadManifestError.js +22 -0
- package/build/component/driver/aad/error/aadManifestError.js.map +1 -0
- package/build/component/driver/aad/interface/AADApplication.d.ts.map +1 -0
- package/build/component/{resource/aadApp/interfaces → driver/aad/interface}/AADApplication.js +2 -0
- package/build/component/driver/aad/interface/AADApplication.js.map +1 -0
- package/build/component/driver/aad/interface/AADManifest.d.ts.map +1 -0
- package/build/component/{resource/aadApp/interfaces → driver/aad/interface}/AADManifest.js +2 -0
- package/build/component/driver/aad/interface/AADManifest.js.map +1 -0
- package/build/component/driver/aad/interface/IAADDefinition.d.ts.map +1 -0
- package/build/component/driver/aad/interface/IAADDefinition.js.map +1 -0
- package/build/component/driver/aad/interface/IPermissionList.d.ts.map +1 -0
- package/build/component/driver/aad/interface/IPermissionList.js.map +1 -0
- package/build/component/driver/aad/permissions/index.d.ts.map +1 -0
- package/build/component/driver/aad/permissions/index.js.map +1 -0
- package/build/component/driver/aad/utility/aadAppClient.d.ts +5 -2
- package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.js +40 -3
- package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
- package/build/component/{resource/aadApp/utils → driver/aad/utility}/aadManifestHelper.d.ts +2 -2
- package/build/component/driver/aad/utility/aadManifestHelper.d.ts.map +1 -0
- package/build/component/{resource/aadApp/utils → driver/aad/utility}/aadManifestHelper.js +15 -13
- package/build/component/driver/aad/utility/aadManifestHelper.js.map +1 -0
- package/build/component/driver/aad/utility/buildAadManifest.d.ts +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.d.ts.map +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.js +3 -1
- package/build/component/driver/aad/utility/buildAadManifest.js.map +1 -1
- package/build/component/driver/aad/utility/constants.d.ts +10 -0
- package/build/component/driver/aad/utility/constants.d.ts.map +1 -1
- package/build/component/driver/aad/utility/constants.js +11 -1
- package/build/component/driver/aad/utility/constants.js.map +1 -1
- package/build/component/driver/add/addWebPart.js +1 -1
- package/build/component/driver/add/addWebPart.js.map +1 -1
- package/build/component/driver/arm/deployImpl.d.ts +5 -2
- package/build/component/driver/arm/deployImpl.d.ts.map +1 -1
- package/build/component/driver/arm/deployImpl.js +14 -14
- package/build/component/driver/arm/deployImpl.js.map +1 -1
- package/build/component/driver/arm/util/bicepChecker.d.ts.map +1 -1
- package/build/component/driver/arm/util/bicepChecker.js +4 -3
- package/build/component/driver/arm/util/bicepChecker.js.map +1 -1
- package/build/component/driver/arm/util/handleError.d.ts +2 -2
- package/build/component/driver/arm/util/handleError.d.ts.map +1 -1
- package/build/component/driver/arm/util/handleError.js.map +1 -1
- package/build/component/driver/botAadApp/create.d.ts.map +1 -1
- package/build/component/driver/botAadApp/create.js +26 -29
- package/build/component/driver/botAadApp/create.js.map +1 -1
- package/build/component/driver/botAadApp/utility/constants.d.ts +6 -0
- package/build/component/driver/botAadApp/utility/constants.d.ts.map +1 -1
- package/build/component/driver/botAadApp/utility/constants.js +7 -1
- package/build/component/driver/botAadApp/utility/constants.js.map +1 -1
- package/build/component/driver/botFramework/createOrUpdateBot.d.ts.map +1 -1
- package/build/component/driver/botFramework/createOrUpdateBot.js +5 -0
- package/build/component/driver/botFramework/createOrUpdateBot.js.map +1 -1
- package/build/component/driver/botFramework/error/invalidBotIdError.d.ts +5 -0
- package/build/component/driver/botFramework/error/invalidBotIdError.d.ts.map +1 -0
- package/build/component/driver/botFramework/error/invalidBotIdError.js +22 -0
- package/build/component/driver/botFramework/error/invalidBotIdError.js.map +1 -0
- package/build/component/driver/botFramework/interface/createOrUpdateBotFrameworkBotArgs.d.ts +2 -1
- package/build/component/driver/botFramework/interface/createOrUpdateBotFrameworkBotArgs.d.ts.map +1 -1
- package/build/component/driver/devTool/constant.d.ts +0 -6
- package/build/component/driver/devTool/constant.d.ts.map +1 -1
- package/build/component/driver/devTool/constant.js +1 -7
- package/build/component/driver/devTool/constant.js.map +1 -1
- package/build/component/driver/file/interface/generateEnvArgs.d.ts +2 -1
- package/build/component/driver/file/interface/generateEnvArgs.d.ts.map +1 -1
- package/build/component/driver/file/interface/generateJsonArgs.d.ts +2 -1
- package/build/component/driver/file/interface/generateJsonArgs.d.ts.map +1 -1
- package/build/component/driver/script/dotnetBuildDriver.d.ts +2 -0
- package/build/component/driver/script/dotnetBuildDriver.d.ts.map +1 -1
- package/build/component/driver/script/dotnetBuildDriver.js +9 -0
- package/build/component/driver/script/dotnetBuildDriver.js.map +1 -1
- package/build/component/driver/script/npmBuildDriver.d.ts +2 -0
- package/build/component/driver/script/npmBuildDriver.d.ts.map +1 -1
- package/build/component/driver/script/npmBuildDriver.js +9 -0
- package/build/component/driver/script/npmBuildDriver.js.map +1 -1
- package/build/component/driver/script/npxBuildDriver.d.ts +2 -0
- package/build/component/driver/script/npxBuildDriver.d.ts.map +1 -1
- package/build/component/driver/script/npxBuildDriver.js +9 -0
- package/build/component/driver/script/npxBuildDriver.js.map +1 -1
- package/build/component/driver/teamsApp/appStudio.d.ts +7 -0
- package/build/component/driver/teamsApp/appStudio.d.ts.map +1 -0
- package/build/component/{resource/appManifest → driver/teamsApp}/appStudio.js +7 -5
- package/build/component/driver/teamsApp/appStudio.js.map +1 -0
- package/build/component/driver/teamsApp/clients/appStudioClient.d.ts +13 -7
- package/build/component/driver/teamsApp/clients/appStudioClient.d.ts.map +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.js +28 -24
- package/build/component/driver/teamsApp/clients/appStudioClient.js.map +1 -1
- package/build/component/driver/teamsApp/clients/authSvcClient.js +4 -4
- package/build/component/driver/teamsApp/clients/authSvcClient.js.map +1 -1
- package/build/component/driver/teamsApp/configure.js +5 -5
- package/build/component/driver/teamsApp/configure.js.map +1 -1
- package/build/component/{resource/appManifest → driver/teamsApp}/constants.d.ts +0 -2
- package/build/component/driver/teamsApp/constants.d.ts.map +1 -0
- package/build/component/{resource/appManifest → driver/teamsApp}/constants.js +7 -8
- package/build/component/driver/teamsApp/constants.js.map +1 -0
- package/build/component/driver/teamsApp/copyAppPackageToSPFx.js +1 -1
- package/build/component/driver/teamsApp/copyAppPackageToSPFx.js.map +1 -1
- package/build/component/driver/teamsApp/create.js +4 -4
- package/build/component/driver/teamsApp/create.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +2 -2
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/errors.d.ts.map +1 -0
- package/build/component/driver/teamsApp/errors.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/IPublishingAppDefinition.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/IPublishingAppDefinition.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/IValidationResult.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/IValidationResult.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/activitiesDefinitionItem.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/activitiesDefinitionItem.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/activityDefinitionItem.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/activityDefinitionItem.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appAuthorizationItem.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appAuthorizationItem.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appCategory.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appCategory.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appDefinition.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appDefinition.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appEnvironment.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appEnvironment.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appEnvironmentProperty.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appEnvironmentProperty.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appItemHostedCapability.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appItemHostedCapability.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appItemIndustry.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appItemIndustry.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appPackage.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appPackage.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appPermissionNodeItem.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appPermissionNodeItem.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appPermissionNodeItemType.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appPermissionNodeItemType.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appPermissionsItem.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appPermissionsItem.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appUser.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appUser.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appUserSetting.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/appUserSetting.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/bot.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/bot.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/botCommand.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/botCommand.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/configurableTab.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/configurableTab.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/connector.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/connector.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/defaultGroupCapability.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/defaultGroupCapability.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/disabledScopeItemType.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/disabledScopeItemType.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/graphConnector.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/graphConnector.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/language.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/language.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/localizationInfo.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/localizationInfo.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/meetingExtensionDefinitionItem.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/meetingExtensionDefinitionItem.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/messagingExtension.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/messagingExtension.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/messagingExtensionCommand.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/messagingExtensionCommand.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/messagingExtensionCommandParameter.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/messagingExtensionCommandParameter.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/messagingExtensionCommandTaskInfo.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/messagingExtensionCommandTaskInfo.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/messagingExtensionMessageHandler.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/messagingExtensionMessageHandler.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/messagingExtensionMessageHandlerLink.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/messagingExtensionMessageHandlerLink.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/messagingExtensionParameterChoice.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/messagingExtensionParameterChoice.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/staticTab.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/staticTab.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/subscriptionOffer.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/subscriptionOffer.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/togetherModeSceneItem.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/togetherModeSceneItem.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/webApplicationInfoItem.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/webApplicationInfoItem.js.map +1 -0
- package/build/component/driver/teamsApp/publishAppPackage.js +3 -3
- package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/results.d.ts.map +1 -0
- package/build/component/driver/teamsApp/results.js.map +1 -0
- package/build/component/{resource/appManifest → driver/teamsApp}/utils/ManifestUtils.d.ts +3 -6
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -0
- package/build/component/{resource/appManifest → driver/teamsApp}/utils/ManifestUtils.js +45 -165
- package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -0
- package/build/component/{resource/appManifest → driver/teamsApp}/utils/telemetry.d.ts +6 -23
- package/build/component/driver/teamsApp/utils/telemetry.d.ts.map +1 -0
- package/build/component/{resource/appManifest → driver/teamsApp}/utils/telemetry.js +2 -37
- package/build/component/driver/teamsApp/utils/telemetry.js.map +1 -0
- package/build/component/{resource/appManifest → driver/teamsApp}/utils/utils.d.ts +1 -1
- package/build/component/driver/teamsApp/utils/utils.d.ts.map +1 -0
- package/build/component/{resource/appManifest → driver/teamsApp}/utils/utils.js +10 -3
- package/build/component/driver/teamsApp/utils/utils.js.map +1 -0
- package/build/component/driver/teamsApp/validate.js +4 -4
- package/build/component/driver/teamsApp/validate.js.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.js +5 -5
- package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
- package/build/component/driver/util/wrapUtil.d.ts +2 -1
- package/build/component/driver/util/wrapUtil.d.ts.map +1 -1
- package/build/component/feature/collaboration.d.ts +20 -0
- package/build/component/feature/collaboration.d.ts.map +1 -0
- package/build/component/feature/collaboration.js +228 -0
- package/build/component/feature/collaboration.js.map +1 -0
- package/build/component/{resource/aadApp/utils.d.ts → feature/createAuthFiles.d.ts} +1 -1
- package/build/component/feature/createAuthFiles.d.ts.map +1 -0
- package/build/component/{resource/aadApp/utils.js → feature/createAuthFiles.js} +6 -6
- package/build/component/feature/createAuthFiles.js.map +1 -0
- package/build/component/feature/sso.d.ts +2 -13
- package/build/component/feature/sso.d.ts.map +1 -1
- package/build/component/feature/sso.js +3 -78
- package/build/component/feature/sso.js.map +1 -1
- package/build/component/generator/constant.d.ts +0 -5
- package/build/component/generator/constant.d.ts.map +1 -1
- package/build/component/generator/constant.js +1 -6
- package/build/component/generator/constant.js.map +1 -1
- package/build/component/generator/generator.d.ts +4 -3
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +2 -2
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts +3 -3
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +2 -2
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/officeAddin/helperMethods.js +1 -1
- package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
- package/build/component/generator/officeAddin/question.d.ts +0 -8
- package/build/component/generator/officeAddin/question.d.ts.map +1 -1
- package/build/component/generator/officeAddin/question.js +11 -30
- package/build/component/generator/officeAddin/question.js.map +1 -1
- package/build/component/generator/spfx/depsChecker/dependencyChecker.d.ts +0 -4
- package/build/component/generator/spfx/depsChecker/dependencyChecker.d.ts.map +1 -1
- package/build/component/generator/spfx/depsChecker/generatorChecker.d.ts +2 -2
- package/build/component/generator/spfx/depsChecker/generatorChecker.d.ts.map +1 -1
- package/build/component/generator/spfx/depsChecker/generatorChecker.js.map +1 -1
- package/build/component/generator/spfx/depsChecker/yoChecker.d.ts +2 -2
- package/build/component/generator/spfx/depsChecker/yoChecker.d.ts.map +1 -1
- package/build/component/generator/spfx/depsChecker/yoChecker.js.map +1 -1
- package/build/component/generator/spfx/error.d.ts +3 -0
- package/build/component/generator/spfx/error.d.ts.map +1 -1
- package/build/component/generator/spfx/error.js +30 -1
- package/build/component/generator/spfx/error.js.map +1 -1
- package/build/component/generator/spfx/spfxGenerator.d.ts +7 -3
- package/build/component/generator/spfx/spfxGenerator.d.ts.map +1 -1
- package/build/component/generator/spfx/spfxGenerator.js +206 -2
- package/build/component/generator/spfx/spfxGenerator.js.map +1 -1
- package/build/component/generator/spfx/utils/constants.d.ts +3 -1
- package/build/component/generator/spfx/utils/constants.d.ts.map +1 -1
- package/build/component/generator/spfx/utils/constants.js +3 -1
- package/build/component/generator/spfx/utils/constants.js.map +1 -1
- package/build/component/generator/spfx/utils/questions.d.ts +0 -1
- package/build/component/generator/spfx/utils/questions.d.ts.map +1 -1
- package/build/component/generator/spfx/utils/questions.js +20 -19
- package/build/component/generator/spfx/utils/questions.js.map +1 -1
- package/build/component/generator/spfx/utils/telemetry-helper.d.ts +3 -3
- package/build/component/generator/spfx/utils/telemetry-helper.d.ts.map +1 -1
- package/build/component/generator/spfx/utils/telemetry-helper.js.map +1 -1
- package/build/component/generator/spfx/utils/utils.d.ts +0 -1
- package/build/component/generator/spfx/utils/utils.d.ts.map +1 -1
- package/build/component/generator/spfx/utils/utils.js +1 -5
- package/build/component/generator/spfx/utils/utils.js.map +1 -1
- package/build/component/generator/utils.d.ts +0 -1
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +1 -2
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/middleware/actionExecutionMW.d.ts +7 -2
- package/build/component/middleware/actionExecutionMW.d.ts.map +1 -1
- package/build/component/middleware/actionExecutionMW.js +0 -3
- package/build/component/middleware/actionExecutionMW.js.map +1 -1
- package/build/component/middleware/questionMW.d.ts +2 -2
- package/build/component/middleware/questionMW.d.ts.map +1 -1
- package/build/component/middleware/questionMW.js.map +1 -1
- package/build/component/migrate.d.ts +1 -94
- package/build/component/migrate.d.ts.map +1 -1
- package/build/component/migrate.js +3 -45
- package/build/component/migrate.js.map +1 -1
- package/build/component/provisionUtils.d.ts +1 -1
- package/build/component/provisionUtils.d.ts.map +1 -1
- package/build/component/provisionUtils.js +2 -2
- package/build/component/provisionUtils.js.map +1 -1
- package/build/component/question.d.ts +4 -5
- package/build/component/question.d.ts.map +1 -1
- package/build/component/question.js +6 -43
- package/build/component/question.js.map +1 -1
- package/build/component/resource/botService/appStudio/appStudioClient.d.ts +3 -4
- package/build/component/resource/botService/appStudio/appStudioClient.d.ts.map +1 -1
- package/build/component/resource/botService/appStudio/appStudioClient.js +8 -9
- package/build/component/resource/botService/appStudio/appStudioClient.js.map +1 -1
- package/build/component/resource/botService/appStudio/interfaces/IBotRegistration.d.ts +1 -1
- package/build/component/resource/botService/appStudio/interfaces/IBotRegistration.js +1 -1
- package/build/component/resource/botService/botRegistration/utils.d.ts +1 -1
- package/build/component/resource/botService/common.d.ts +3 -1
- package/build/component/resource/botService/common.d.ts.map +1 -1
- package/build/component/resource/botService/common.js +1 -11
- package/build/component/resource/botService/common.js.map +1 -1
- package/build/component/resource/botService/constants.d.ts +1 -19
- package/build/component/resource/botService/constants.d.ts.map +1 -1
- package/build/component/resource/botService/constants.js +3 -26
- package/build/component/resource/botService/constants.js.map +1 -1
- package/build/component/resource/botService/errors.d.ts +8 -21
- package/build/component/resource/botService/errors.d.ts.map +1 -1
- package/build/component/resource/botService/errors.js +10 -80
- package/build/component/resource/botService/errors.js.map +1 -1
- package/build/component/resource/botService/messages.d.ts +0 -1
- package/build/component/resource/botService/messages.d.ts.map +1 -1
- package/build/component/resource/botService/messages.js +2 -3
- package/build/component/resource/botService/messages.js.map +1 -1
- package/build/component/resource/botService/retryHandler.js +1 -1
- package/build/component/resource/botService/strings.d.ts +0 -2
- package/build/component/resource/botService/strings.d.ts.map +1 -1
- package/build/component/resource/botService/strings.js +0 -2
- package/build/component/resource/botService/strings.js.map +1 -1
- package/build/component/telemetry.d.ts +1 -10
- package/build/component/telemetry.d.ts.map +1 -1
- package/build/component/telemetry.js +8 -178
- package/build/component/telemetry.js.map +1 -1
- package/build/component/utils/ResourceGroupHelper.js +3 -2
- package/build/component/utils/ResourceGroupHelper.js.map +1 -1
- package/build/component/utils/depsChecker/common.d.ts +0 -5
- package/build/component/utils/depsChecker/common.d.ts.map +1 -1
- package/build/component/utils/depsChecker/common.js +1 -18
- package/build/component/utils/depsChecker/common.js.map +1 -1
- package/build/component/utils/envUtil.d.ts +1 -0
- package/build/component/utils/envUtil.d.ts.map +1 -1
- package/build/component/utils/envUtil.js +8 -2
- package/build/component/utils/envUtil.js.map +1 -1
- package/build/component/utils/metadataUtil.d.ts +2 -2
- package/build/component/utils/metadataUtil.d.ts.map +1 -1
- package/build/component/utils/metadataUtil.js +4 -2
- package/build/component/utils/metadataUtil.js.map +1 -1
- package/build/component/utils/teamsFxTelemetryReporter.d.ts.map +1 -1
- package/build/component/utils/teamsFxTelemetryReporter.js +1 -1
- package/build/component/utils/teamsFxTelemetryReporter.js.map +1 -1
- package/build/component/utils.d.ts +3 -3
- package/build/component/utils.d.ts.map +1 -1
- package/build/component/utils.js +0 -15
- package/build/component/utils.js.map +1 -1
- package/build/component/workflow.d.ts +2 -3
- package/build/component/workflow.d.ts.map +1 -1
- package/build/component/workflow.js.map +1 -1
- package/build/core/FxCore.d.ts +5 -7
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +29 -130
- package/build/core/FxCore.js.map +1 -1
- package/build/core/FxCoreImplementV3.d.ts +12 -12
- package/build/core/FxCoreImplementV3.d.ts.map +1 -1
- package/build/core/FxCoreImplementV3.js +68 -64
- package/build/core/FxCoreImplementV3.js.map +1 -1
- package/build/core/collaborator.d.ts +8 -10
- package/build/core/collaborator.d.ts.map +1 -1
- package/build/core/collaborator.js +84 -186
- package/build/core/collaborator.js.map +1 -1
- package/build/core/environment.d.ts +1 -26
- package/build/core/environment.d.ts.map +1 -1
- package/build/core/environment.js +1 -256
- package/build/core/environment.js.map +1 -1
- package/build/core/error.d.ts +0 -1
- package/build/core/error.d.ts.map +1 -1
- package/build/core/error.js +1 -7
- package/build/core/error.js.map +1 -1
- package/build/core/middleware/errorHandler.js +1 -1
- package/build/core/middleware/errorHandler.js.map +1 -1
- package/build/core/middleware/projectMigratorV3.d.ts +0 -25
- package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
- package/build/core/middleware/projectMigratorV3.js +27 -43
- package/build/core/middleware/projectMigratorV3.js.map +1 -1
- package/build/core/middleware/projectSettingsLoader.d.ts +2 -5
- package/build/core/middleware/projectSettingsLoader.d.ts.map +1 -1
- package/build/core/middleware/projectSettingsLoader.js +5 -46
- package/build/core/middleware/projectSettingsLoader.js.map +1 -1
- package/build/core/middleware/projectVersionChecker.d.ts.map +1 -1
- package/build/core/middleware/projectVersionChecker.js +2 -10
- package/build/core/middleware/projectVersionChecker.js.map +1 -1
- package/build/core/middleware/questionModel.d.ts +0 -3
- package/build/core/middleware/questionModel.d.ts.map +1 -1
- package/build/core/middleware/questionModel.js +4 -238
- package/build/core/middleware/questionModel.js.map +1 -1
- package/build/core/middleware/utils/appYmlGenerator.d.ts +3 -4
- package/build/core/middleware/utils/appYmlGenerator.d.ts.map +1 -1
- package/build/core/middleware/utils/appYmlGenerator.js.map +1 -1
- package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts +1 -2
- package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts.map +1 -1
- package/build/core/middleware/utils/debug/appLocalYmlGenerator.js.map +1 -1
- package/build/core/middleware/utils/debug/debugMigrationContext.d.ts +2 -3
- package/build/core/middleware/utils/debug/debugMigrationContext.d.ts.map +1 -1
- package/build/core/middleware/utils/debug/debugMigrationContext.js.map +1 -1
- package/build/core/middleware/utils/debug/debugV3MigrationUtils.d.ts +6 -7
- package/build/core/middleware/utils/debug/debugV3MigrationUtils.d.ts.map +1 -1
- package/build/core/middleware/utils/debug/debugV3MigrationUtils.js.map +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.d.ts +2 -2
- package/build/core/middleware/utils/v3MigrationUtils.d.ts.map +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.js +6 -5
- package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
- package/build/core/question.d.ts +2 -63
- package/build/core/question.d.ts.map +1 -1
- package/build/core/question.js +27 -519
- package/build/core/question.js.map +1 -1
- package/build/index.d.ts +25 -18
- package/build/index.d.ts.map +1 -1
- package/build/index.js +35 -24
- package/build/index.js.map +1 -1
- package/build/question/create.d.ts +94 -0
- package/build/question/create.d.ts.map +1 -0
- package/build/question/create.js +1215 -0
- package/build/question/create.js.map +1 -0
- package/build/question/index.d.ts +3 -0
- package/build/question/index.d.ts.map +1 -0
- package/build/question/index.js +6 -0
- package/build/question/index.js.map +1 -0
- package/build/question/questionNames.d.ts +48 -0
- package/build/question/questionNames.d.ts.map +1 -0
- package/build/question/questionNames.js +52 -0
- package/build/question/questionNames.js.map +1 -0
- package/build/ui/visitor.d.ts +3 -4
- package/build/ui/visitor.d.ts.map +1 -1
- package/build/ui/visitor.js +17 -0
- package/build/ui/visitor.js.map +1 -1
- package/package.json +14 -9
- package/resource/package.nls.cs.json +225 -620
- package/resource/package.nls.de.json +224 -619
- package/resource/package.nls.es.json +224 -619
- package/resource/package.nls.fr.json +225 -620
- package/resource/package.nls.it.json +223 -618
- package/resource/package.nls.ja.json +226 -621
- package/resource/package.nls.json +16 -43
- package/resource/package.nls.ko.json +225 -620
- package/resource/package.nls.pl.json +225 -620
- package/resource/package.nls.pt-BR.json +224 -619
- package/resource/package.nls.ru.json +226 -621
- package/resource/package.nls.tr.json +224 -619
- package/resource/package.nls.zh-Hans.json +226 -621
- package/resource/package.nls.zh-Hant.json +225 -620
- package/templates/core/v3Migration/csharp.app.yml +2 -2
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/build/component/feature/bot/constants.d.ts +0 -35
- package/build/component/feature/bot/constants.d.ts.map +0 -1
- package/build/component/feature/bot/constants.js +0 -40
- package/build/component/feature/bot/constants.js.map +0 -1
- package/build/component/feature/bot/question.d.ts +0 -27
- package/build/component/feature/bot/question.d.ts.map +0 -1
- package/build/component/feature/bot/question.js +0 -142
- package/build/component/feature/bot/question.js.map +0 -1
- package/build/component/resource/aadApp/aadApp.d.ts +0 -12
- package/build/component/resource/aadApp/aadApp.d.ts.map +0 -1
- package/build/component/resource/aadApp/aadApp.js +0 -97
- package/build/component/resource/aadApp/aadApp.js.map +0 -1
- package/build/component/resource/aadApp/aadAppClient.d.ts +0 -10
- package/build/component/resource/aadApp/aadAppClient.d.ts.map +0 -1
- package/build/component/resource/aadApp/aadAppClient.js +0 -91
- package/build/component/resource/aadApp/aadAppClient.js.map +0 -1
- package/build/component/resource/aadApp/aadAppForTeamsImpl.d.ts +0 -9
- package/build/component/resource/aadApp/aadAppForTeamsImpl.d.ts.map +0 -1
- package/build/component/resource/aadApp/aadAppForTeamsImpl.js +0 -84
- package/build/component/resource/aadApp/aadAppForTeamsImpl.js.map +0 -1
- package/build/component/resource/aadApp/constants.d.ts +0 -78
- package/build/component/resource/aadApp/constants.d.ts.map +0 -1
- package/build/component/resource/aadApp/constants.js +0 -103
- package/build/component/resource/aadApp/constants.js.map +0 -1
- package/build/component/resource/aadApp/errorCodes.d.ts +0 -2
- package/build/component/resource/aadApp/errorCodes.d.ts.map +0 -1
- package/build/component/resource/aadApp/errorCodes.js +0 -16
- package/build/component/resource/aadApp/errorCodes.js.map +0 -1
- package/build/component/resource/aadApp/errors.d.ts +0 -42
- package/build/component/resource/aadApp/errors.d.ts.map +0 -1
- package/build/component/resource/aadApp/errors.js +0 -119
- package/build/component/resource/aadApp/errors.js.map +0 -1
- package/build/component/resource/aadApp/graph.d.ts +0 -8
- package/build/component/resource/aadApp/graph.d.ts.map +0 -1
- package/build/component/resource/aadApp/graph.js +0 -72
- package/build/component/resource/aadApp/graph.js.map +0 -1
- package/build/component/resource/aadApp/interfaces/AADApplication.d.ts.map +0 -1
- package/build/component/resource/aadApp/interfaces/AADApplication.js.map +0 -1
- package/build/component/resource/aadApp/interfaces/AADManifest.d.ts.map +0 -1
- package/build/component/resource/aadApp/interfaces/AADManifest.js.map +0 -1
- package/build/component/resource/aadApp/interfaces/IAADDefinition.d.ts.map +0 -1
- package/build/component/resource/aadApp/interfaces/IAADDefinition.js.map +0 -1
- package/build/component/resource/aadApp/interfaces/IPermissionList.d.ts.map +0 -1
- package/build/component/resource/aadApp/interfaces/IPermissionList.js.map +0 -1
- package/build/component/resource/aadApp/permissions/index.d.ts.map +0 -1
- package/build/component/resource/aadApp/permissions/index.js.map +0 -1
- package/build/component/resource/aadApp/results.d.ts +0 -9
- package/build/component/resource/aadApp/results.d.ts.map +0 -1
- package/build/component/resource/aadApp/results.js +0 -35
- package/build/component/resource/aadApp/results.js.map +0 -1
- package/build/component/resource/aadApp/utils/aadManifestHelper.d.ts.map +0 -1
- package/build/component/resource/aadApp/utils/aadManifestHelper.js.map +0 -1
- package/build/component/resource/aadApp/utils/configs.d.ts +0 -2
- package/build/component/resource/aadApp/utils/configs.d.ts.map +0 -1
- package/build/component/resource/aadApp/utils/configs.js +0 -13
- package/build/component/resource/aadApp/utils/configs.js.map +0 -1
- package/build/component/resource/aadApp/utils/dialog.d.ts +0 -8
- package/build/component/resource/aadApp/utils/dialog.d.ts.map +0 -1
- package/build/component/resource/aadApp/utils/dialog.js +0 -19
- package/build/component/resource/aadApp/utils/dialog.js.map +0 -1
- package/build/component/resource/aadApp/utils/telemetry.d.ts +0 -14
- package/build/component/resource/aadApp/utils/telemetry.d.ts.map +0 -1
- package/build/component/resource/aadApp/utils/telemetry.js +0 -37
- package/build/component/resource/aadApp/utils/telemetry.js.map +0 -1
- package/build/component/resource/aadApp/utils/tokenProvider.d.ts +0 -15
- package/build/component/resource/aadApp/utils/tokenProvider.d.ts.map +0 -1
- package/build/component/resource/aadApp/utils/tokenProvider.js +0 -52
- package/build/component/resource/aadApp/utils/tokenProvider.js.map +0 -1
- package/build/component/resource/aadApp/utils.d.ts.map +0 -1
- package/build/component/resource/aadApp/utils.js.map +0 -1
- package/build/component/resource/appManifest/appManifest.d.ts +0 -26
- package/build/component/resource/appManifest/appManifest.d.ts.map +0 -1
- package/build/component/resource/appManifest/appManifest.js +0 -243
- package/build/component/resource/appManifest/appManifest.js.map +0 -1
- package/build/component/resource/appManifest/appStudio.d.ts +0 -7
- package/build/component/resource/appManifest/appStudio.d.ts.map +0 -1
- package/build/component/resource/appManifest/appStudio.js.map +0 -1
- package/build/component/resource/appManifest/constants.d.ts.map +0 -1
- package/build/component/resource/appManifest/constants.js.map +0 -1
- package/build/component/resource/appManifest/errors.d.ts.map +0 -1
- package/build/component/resource/appManifest/errors.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/IPublishingAppDefinition.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/IPublishingAppDefinition.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/IValidationResult.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/IValidationResult.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/activitiesDefinitionItem.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/activitiesDefinitionItem.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/activityDefinitionItem.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/activityDefinitionItem.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/appAuthorizationItem.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/appAuthorizationItem.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/appCategory.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/appCategory.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/appDefinition.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/appDefinition.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/appEnvironment.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/appEnvironment.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/appEnvironmentProperty.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/appEnvironmentProperty.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/appItemHostedCapability.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/appItemHostedCapability.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/appItemIndustry.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/appItemIndustry.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/appPackage.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/appPackage.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/appPermissionNodeItem.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/appPermissionNodeItem.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/appPermissionNodeItemType.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/appPermissionNodeItemType.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/appPermissionsItem.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/appPermissionsItem.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/appUser.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/appUser.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/appUserSetting.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/appUserSetting.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/bot.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/bot.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/botCommand.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/botCommand.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/configurableTab.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/configurableTab.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/connector.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/connector.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/defaultGroupCapability.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/defaultGroupCapability.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/disabledScopeItemType.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/disabledScopeItemType.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/graphConnector.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/graphConnector.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/language.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/language.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/localizationInfo.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/localizationInfo.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/meetingExtensionDefinitionItem.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/meetingExtensionDefinitionItem.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/messagingExtension.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/messagingExtension.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/messagingExtensionCommand.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/messagingExtensionCommand.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/messagingExtensionCommandParameter.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/messagingExtensionCommandParameter.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/messagingExtensionCommandTaskInfo.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/messagingExtensionCommandTaskInfo.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/messagingExtensionMessageHandler.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/messagingExtensionMessageHandler.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/messagingExtensionMessageHandlerLink.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/messagingExtensionMessageHandlerLink.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/messagingExtensionParameterChoice.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/messagingExtensionParameterChoice.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/staticTab.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/staticTab.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/subscriptionOffer.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/subscriptionOffer.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/togetherModeSceneItem.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/togetherModeSceneItem.js.map +0 -1
- package/build/component/resource/appManifest/interfaces/webApplicationInfoItem.d.ts.map +0 -1
- package/build/component/resource/appManifest/interfaces/webApplicationInfoItem.js.map +0 -1
- package/build/component/resource/appManifest/results.d.ts.map +0 -1
- package/build/component/resource/appManifest/results.js.map +0 -1
- package/build/component/resource/appManifest/utils/ManifestUtils.d.ts.map +0 -1
- package/build/component/resource/appManifest/utils/ManifestUtils.js.map +0 -1
- package/build/component/resource/appManifest/utils/telemetry.d.ts.map +0 -1
- package/build/component/resource/appManifest/utils/telemetry.js.map +0 -1
- package/build/component/resource/appManifest/utils/utils.d.ts.map +0 -1
- package/build/component/resource/appManifest/utils/utils.js.map +0 -1
- package/build/component/resource/botService/AadAppCredentials.d.ts +0 -8
- package/build/component/resource/botService/AadAppCredentials.d.ts.map +0 -1
- package/build/component/resource/botService/AadAppCredentials.js +0 -5
- package/build/component/resource/botService/AadAppCredentials.js.map +0 -1
- package/build/component/resource/botService/appStudio/interfaces/IAADApplication.d.ts +0 -17
- package/build/component/resource/botService/appStudio/interfaces/IAADApplication.d.ts.map +0 -1
- package/build/component/resource/botService/appStudio/interfaces/IAADApplication.js +0 -5
- package/build/component/resource/botService/appStudio/interfaces/IAADApplication.js.map +0 -1
- package/build/component/resource/botService/appStudio/interfaces/IAADDefinition.d.ts +0 -62
- package/build/component/resource/botService/appStudio/interfaces/IAADDefinition.d.ts.map +0 -1
- package/build/component/resource/botService/appStudio/interfaces/IAADDefinition.js +0 -5
- package/build/component/resource/botService/appStudio/interfaces/IAADDefinition.js.map +0 -1
- package/build/component/resource/botService/botAuthCredential.d.ts +0 -9
- package/build/component/resource/botService/botAuthCredential.d.ts.map +0 -1
- package/build/component/resource/botService/botAuthCredential.js +0 -12
- package/build/component/resource/botService/botAuthCredential.js.map +0 -1
- package/build/component/resource/botService/botRegistration/botAadApp.d.ts +0 -11
- package/build/component/resource/botService/botRegistration/botAadApp.d.ts.map +0 -1
- package/build/component/resource/botService/botRegistration/botAadApp.js +0 -61
- package/build/component/resource/botService/botRegistration/botAadApp.js.map +0 -1
- package/build/component/resource/botService/botRegistration/constants.d.ts +0 -13
- package/build/component/resource/botService/botRegistration/constants.d.ts.map +0 -1
- package/build/component/resource/botService/botRegistration/constants.js +0 -18
- package/build/component/resource/botService/botRegistration/constants.js.map +0 -1
- package/build/component/resource/botService/botRegistration/graphClient.d.ts +0 -5
- package/build/component/resource/botService/botRegistration/graphClient.d.ts.map +0 -1
- package/build/component/resource/botService/botRegistration/graphClient.js +0 -61
- package/build/component/resource/botService/botRegistration/graphClient.js.map +0 -1
- package/build/component/resource/botService/telemetryHelper.d.ts +0 -6
- package/build/component/resource/botService/telemetryHelper.d.ts.map +0 -1
- package/build/component/resource/botService/telemetryHelper.js +0 -26
- package/build/component/resource/botService/telemetryHelper.js.map +0 -1
- package/resource/aad-manifest-change-logs.md +0 -27
- package/resource/bundles.json +0 -5
- package/resource/unify-config-and-aad-manifest-change-logs.md +0 -35
- package/resource/upgrade-change-logs.md +0 -21
- package/templates/components/aadApp/manifest/aadApp.template.json +0 -96
- package/templates/core/README.md +0 -46
- package/templates/plugins/resource/apim/bicep/apimConfiguration.bicep +0 -69
- package/templates/plugins/resource/apim/bicep/apimProvision.bicep +0 -38
- package/templates/plugins/resource/apim/bicep/config.template.bicep +0 -13
- package/templates/plugins/resource/apim/bicep/parameters.json +0 -6
- package/templates/plugins/resource/apim/bicep/provision.template.bicep +0 -13
- package/templates/plugins/resource/bot/bicep/botConfiguration.template.bicep +0 -64
- package/templates/plugins/resource/bot/bicep/botProvision.template.bicep +0 -97
- package/templates/plugins/resource/bot/bicep/config.template.bicep +0 -12
- package/templates/plugins/resource/bot/bicep/funcHostedBotProvision.template.bicep +0 -127
- package/templates/plugins/resource/bot/bicep/parameters.json +0 -4
- package/templates/plugins/resource/bot/bicep/provision.template.bicep +0 -18
- package/templates/plugins/resource/botservice/bicep/botServiceProvision.template.bicep +0 -34
- package/templates/plugins/resource/botservice/bicep/parameters.json +0 -4
- package/templates/plugins/resource/botservice/bicep/provision.template.bicep +0 -13
- package/templates/plugins/resource/frontend/bicep/frontendHostingProvision.bicep +0 -25
- package/templates/plugins/resource/frontend/bicep/provision.template.bicep +0 -15
- package/templates/plugins/resource/function/bicep/config.template.bicep +0 -14
- package/templates/plugins/resource/function/bicep/functionConfiguration.template.bicep +0 -101
- package/templates/plugins/resource/function/bicep/functionProvision.template.bicep +0 -85
- package/templates/plugins/resource/function/bicep/provision.template.bicep +0 -14
- package/templates/plugins/resource/hosting/bicep/botservice/botserviceProvision.template.bicep +0 -34
- package/templates/plugins/resource/hosting/bicep/botservice/parameters.json +0 -4
- package/templates/plugins/resource/hosting/bicep/botservice/provision.template.bicep +0 -8
- package/templates/plugins/resource/hosting/bicep/function/config.template.bicep +0 -12
- package/templates/plugins/resource/hosting/bicep/function/functionConfiguration.template.bicep +0 -71
- package/templates/plugins/resource/hosting/bicep/function/functionProvision.template.bicep +0 -108
- package/templates/plugins/resource/hosting/bicep/function/provision.template.bicep +0 -19
- package/templates/plugins/resource/hosting/bicep/webapp/config.template.bicep +0 -12
- package/templates/plugins/resource/hosting/bicep/webapp/provision.template.bicep +0 -20
- package/templates/plugins/resource/hosting/bicep/webapp/webappConfiguration.template.bicep +0 -74
- package/templates/plugins/resource/hosting/bicep/webapp/webappProvision.template.bicep +0 -69
- package/templates/plugins/resource/webapp/bicep/config.template.bicep +0 -10
- package/templates/plugins/resource/webapp/bicep/provision.template.bicep +0 -16
- package/templates/plugins/resource/webapp/bicep/webappConfiguration.template.bicep +0 -52
- package/templates/plugins/resource/webapp/bicep/webappProvision.template.bicep +0 -51
- /package/build/component/{resource/aadApp/interfaces → driver/aad/interface}/AADApplication.d.ts +0 -0
- /package/build/component/{resource/aadApp/interfaces → driver/aad/interface}/AADManifest.d.ts +0 -0
- /package/build/component/{resource/aadApp/interfaces → driver/aad/interface}/IAADDefinition.d.ts +0 -0
- /package/build/component/{resource/aadApp/interfaces → driver/aad/interface}/IAADDefinition.js +0 -0
- /package/build/component/{resource/aadApp/interfaces → driver/aad/interface}/IPermissionList.d.ts +0 -0
- /package/build/component/{resource/aadApp/interfaces → driver/aad/interface}/IPermissionList.js +0 -0
- /package/build/component/{resource/aadApp → driver/aad}/permissions/index.d.ts +0 -0
- /package/build/component/{resource/aadApp → driver/aad}/permissions/index.js +0 -0
- /package/build/component/{resource/aadApp → driver/aad}/permissions/permissions.json +0 -0
- /package/build/component/{resource/appManifest → driver/teamsApp}/errors.d.ts +0 -0
- /package/build/component/{resource/appManifest → driver/teamsApp}/errors.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/IPublishingAppDefinition.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/IPublishingAppDefinition.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/IValidationResult.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/IValidationResult.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/activitiesDefinitionItem.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/activitiesDefinitionItem.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/activityDefinitionItem.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/activityDefinitionItem.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appAuthorizationItem.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appAuthorizationItem.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appCategory.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appCategory.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appDefinition.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appDefinition.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appEnvironment.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appEnvironment.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appEnvironmentProperty.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appEnvironmentProperty.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appItemHostedCapability.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appItemHostedCapability.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appItemIndustry.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appItemIndustry.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appPackage.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appPackage.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appPermissionNodeItem.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appPermissionNodeItem.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appPermissionNodeItemType.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appPermissionNodeItemType.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appPermissionsItem.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appPermissionsItem.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appUser.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appUser.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appUserSetting.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/appUserSetting.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/bot.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/bot.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/botCommand.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/botCommand.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/configurableTab.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/configurableTab.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/connector.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/connector.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/defaultGroupCapability.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/defaultGroupCapability.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/disabledScopeItemType.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/disabledScopeItemType.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/graphConnector.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/graphConnector.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/language.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/language.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/localizationInfo.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/localizationInfo.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/meetingExtensionDefinitionItem.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/meetingExtensionDefinitionItem.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/messagingExtension.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/messagingExtension.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/messagingExtensionCommand.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/messagingExtensionCommand.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/messagingExtensionCommandParameter.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/messagingExtensionCommandParameter.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/messagingExtensionCommandTaskInfo.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/messagingExtensionCommandTaskInfo.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/messagingExtensionMessageHandler.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/messagingExtensionMessageHandler.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/messagingExtensionMessageHandlerLink.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/messagingExtensionMessageHandlerLink.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/messagingExtensionParameterChoice.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/messagingExtensionParameterChoice.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/staticTab.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/staticTab.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/subscriptionOffer.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/subscriptionOffer.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/togetherModeSceneItem.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/togetherModeSceneItem.js +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/webApplicationInfoItem.d.ts +0 -0
- /package/build/component/{resource/appManifest/interfaces → driver/teamsApp/interfaces/appdefinitions}/webApplicationInfoItem.js +0 -0
- /package/build/component/{resource/appManifest → driver/teamsApp}/results.d.ts +0 -0
- /package/build/component/{resource/appManifest → driver/teamsApp}/results.js +0 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.AadManifestErrorMessage = void 0;
|
|
6
|
+
const localizeUtils_1 = require("../../../../common/localizeUtils");
|
|
7
|
+
class AadManifestErrorMessage {
|
|
8
|
+
}
|
|
9
|
+
exports.AadManifestErrorMessage = AadManifestErrorMessage;
|
|
10
|
+
AadManifestErrorMessage.NameIsMissing = localizeUtils_1.getLocalizedString("error.aad.manifest.NameIsMissing");
|
|
11
|
+
AadManifestErrorMessage.SignInAudienceIsMissing = localizeUtils_1.getLocalizedString("error.aad.manifest.SignInAudienceIsMissing");
|
|
12
|
+
AadManifestErrorMessage.RequiredResourceAccessIsMissing = localizeUtils_1.getLocalizedString("error.aad.manifest.RequiredResourceAccessIsMissing");
|
|
13
|
+
AadManifestErrorMessage.Oauth2PermissionsIsMissing = localizeUtils_1.getLocalizedString("error.aad.manifest.Oauth2PermissionsIsMissing");
|
|
14
|
+
AadManifestErrorMessage.PreAuthorizedApplicationsIsMissing = localizeUtils_1.getLocalizedString("error.aad.manifest.PreAuthorizedApplicationsIsMissing");
|
|
15
|
+
AadManifestErrorMessage.AccessTokenAcceptedVersionIs1 = localizeUtils_1.getLocalizedString("error.aad.manifest.AccessTokenAcceptedVersionIs1");
|
|
16
|
+
AadManifestErrorMessage.OptionalClaimsIsMissing = localizeUtils_1.getLocalizedString("error.aad.manifest.OptionalClaimsIsMissing");
|
|
17
|
+
AadManifestErrorMessage.OptionalClaimsMissingIdtypClaim = localizeUtils_1.getLocalizedString("error.aad.manifest.OptionalClaimsMissingIdtypClaim");
|
|
18
|
+
AadManifestErrorMessage.AADManifestIssues = localizeUtils_1.getLocalizedString("error.aad.manifest.AADManifestIssues");
|
|
19
|
+
AadManifestErrorMessage.UnknownResourceAppId = localizeUtils_1.getLocalizedString("error.aad.manifest.UnknownResourceAppId");
|
|
20
|
+
AadManifestErrorMessage.UnknownResourceAccessType = localizeUtils_1.getLocalizedString("error.aad.manifest.UnknownResourceAccessType");
|
|
21
|
+
AadManifestErrorMessage.UnknownResourceAccessId = localizeUtils_1.getLocalizedString("error.aad.manifest.UnknownResourceAccessId");
|
|
22
|
+
//# sourceMappingURL=aadManifestError.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aadManifestError.js","sourceRoot":"","sources":["../../../../../src/component/driver/aad/error/aadManifestError.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,yBAAyB;;;AAEzB,oEAAsE;AAEtE,MAAa,uBAAuB;;AAApC,0DAkCC;AAjCiB,qCAAa,GAAG,kCAAkB,CAAC,kCAAkC,CAAC,CAAC;AACvE,+CAAuB,GAAG,kCAAkB,CAC1D,4CAA4C,CAC7C,CAAC;AACc,uDAA+B,GAAG,kCAAkB,CAClE,oDAAoD,CACrD,CAAC;AACc,kDAA0B,GAAG,kCAAkB,CAC7D,+CAA+C,CAChD,CAAC;AACc,0DAAkC,GAAG,kCAAkB,CACrE,uDAAuD,CACxD,CAAC;AACc,qDAA6B,GAAG,kCAAkB,CAChE,kDAAkD,CACnD,CAAC;AACc,+CAAuB,GAAG,kCAAkB,CAC1D,4CAA4C,CAC7C,CAAC;AACc,uDAA+B,GAAG,kCAAkB,CAClE,oDAAoD,CACrD,CAAC;AACc,yCAAiB,GAAG,kCAAkB,CAAC,sCAAsC,CAAC,CAAC;AAE/E,4CAAoB,GAAG,kCAAkB,CACvD,yCAAyC,CAC1C,CAAC;AACc,iDAAyB,GAAG,kCAAkB,CAC5D,8CAA8C,CAC/C,CAAC;AACc,+CAAuB,GAAG,kCAAkB,CAC1D,4CAA4C,CAC7C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AADApplication.d.ts","sourceRoot":"","sources":["../../../../../src/component/driver/aad/interface/AADApplication.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AADApplication.js","sourceRoot":"","sources":["../../../../../src/component/driver/aad/interface/AADApplication.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,yBAAyB;;AAuJzB,kFAAkF;AAClF,iCAAiC;AACjC,yBAAyB;AACzB,IAAI"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AADManifest.d.ts","sourceRoot":"","sources":["../../../../../src/component/driver/aad/interface/AADManifest.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AADManifest.js","sourceRoot":"","sources":["../../../../../src/component/driver/aad/interface/AADManifest.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,yBAAyB;;AAwIzB,kFAAkF;AAClF,iCAAiC;AACjC,yBAAyB;AACzB,IAAI"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IAADDefinition.d.ts","sourceRoot":"","sources":["../../../../../src/component/driver/aad/interface/IAADDefinition.ts"],"names":[],"mappings":"AAGA,UAAU,GAAG;IACX,YAAY,EAAE,MAAM,EAAE,CAAC;CACxB;AAED,UAAU,GAAG;IACX,YAAY,EAAE,MAAM,EAAE,CAAC;CACxB;AAED,UAAU,sBAAsB;IAC9B,uBAAuB,EAAE,MAAM,CAAC;IAChC,uBAAuB,EAAE,MAAM,CAAC;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,OAAO,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,sBAAsB,EAAE,MAAM,CAAC;IAC/B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,KAAK,EAAE,MAAM,CAAC;CACf;AAED,UAAU,wBAAwB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,sBAAsB,EAAE,MAAM,EAAE,CAAC;CAClC;AAED,UAAU,GAAG;IACX,2BAA2B,EAAE,MAAM,CAAC;IACpC,sBAAsB,EAAE,sBAAsB,EAAE,CAAC;IACjD,yBAAyB,EAAE,wBAAwB,EAAE,CAAC;CACvD;AAED,UAAU,WAAW;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,SAAS,EAAE,OAAO,CAAC;IACnB,oBAAoB,EAAE,GAAG,EAAE,CAAC;CAC7B;AAED,UAAU,cAAc;IACtB,WAAW,EAAE,WAAW,EAAE,CAAC;CAC5B;AAED,UAAU,cAAc;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd;AAED,UAAU,sBAAsB;IAC9B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,cAAc,EAAE,CAAC;CACnC;AAED,UAAU,kBAAkB;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,cAAc;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,sBAAsB,CAAC,EAAE,sBAAsB,EAAE,CAAC;IAClD,mBAAmB,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC3C,GAAG,CAAC,EAAE,GAAG,CAAC;CACX"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IAADDefinition.js","sourceRoot":"","sources":["../../../../../src/component/driver/aad/interface/IAADDefinition.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPermissionList.d.ts","sourceRoot":"","sources":["../../../../../src/component/driver/aad/interface/IPermissionList.ts"],"names":[],"mappings":"AAGA,UAAU,OAAO;IACf,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACf;AAED,UAAU,sBAAsB;IAC9B,uBAAuB,EAAE,MAAM,CAAC;IAChC,uBAAuB,EAAE,MAAM,CAAC;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,OAAO,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,sBAAsB,EAAE,MAAM,CAAC;IAC/B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,KAAK,EAAE,MAAM,CAAC;CACf;AAED,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,OAAO,EAAE,CAAC;IACpB,sBAAsB,EAAE,sBAAsB,EAAE,CAAC;CAClD;AAED,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,KAAK,EAAE,CAAC;CAChB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPermissionList.js","sourceRoot":"","sources":["../../../../../src/component/driver/aad/interface/IPermissionList.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/component/driver/aad/permissions/index.ts"],"names":[],"mappings":"AAMA,wBAAgB,gBAAgB,IAAI,GAAG,CA2BtC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/component/driver/aad/permissions/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;;AAGlC,+EAAyD;AAEzD,SAAgB,gBAAgB;IAC9B,MAAM,cAAc,GAAG,kBAAqC,CAAC;IAC7D,MAAM,GAAG,GAAQ,EAAE,CAAC;IACpB,cAAc,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,UAAU,EAAE,EAAE;QAC1C,MAAM,UAAU,GAAG,UAAU,CAAC,KAAK,CAAC;QACpC,GAAG,CAAC,UAAU,CAAC,GAAG,EAAE,CAAC;QACrB,GAAG,CAAC,UAAU,CAAC,CAAC,MAAM,GAAG,EAAE,CAAC;QAC5B,GAAG,CAAC,UAAU,CAAC,CAAC,KAAK,GAAG,EAAE,CAAC;QAC3B,GAAG,CAAC,UAAU,CAAC,CAAC,QAAQ,GAAG,EAAE,CAAC;QAC9B,GAAG,CAAC,UAAU,CAAC,CAAC,OAAO,GAAG,EAAE,CAAC;QAC7B,GAAG,CAAC,UAAU,CAAC,CAAC,EAAE,GAAG,UAAU,CAAC;QAChC,GAAG,CAAC,UAAU,CAAC,CAAC,WAAW,GAAG,UAAU,CAAC,WAAW,CAAC;QAErD,UAAU,CAAC,sBAAsB,CAAC,OAAO,CAAC,CAAC,KAAK,EAAE,EAAE;YAClD,GAAG,CAAC,UAAU,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,EAAE,CAAC;YAC/C,GAAG,CAAC,UAAU,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,KAAK,CAAC;QACnD,CAAC,CAAC,CAAC;QAEH,UAAU,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;YACtC,GAAG,CAAC,UAAU,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,GAAG,OAAO,CAAC,EAAE,CAAC;YAClD,GAAG,CAAC,UAAU,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,KAAK,CAAC;QACtD,CAAC,CAAC,CAAC;QAEH,GAAG,CAAC,UAAU,CAAC,WAAW,CAAC,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC;IAChD,CAAC,CAAC,CAAC;IAEH,OAAO,GAAG,CAAC;AACb,CAAC;AA3BD,4CA2BC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { M365TokenProvider } from "@microsoft/teamsfx-api";
|
|
2
|
-
import { AADApplication } from "
|
|
3
|
-
import { AADManifest } from "
|
|
2
|
+
import { AADApplication } from "../interface/AADApplication";
|
|
3
|
+
import { AADManifest } from "../interface/AADManifest";
|
|
4
4
|
import { SignInAudience } from "../interface/signInAudience";
|
|
5
|
+
import { AadOwner } from "../../../../common/permissionInterface";
|
|
5
6
|
export declare class AadAppClient {
|
|
6
7
|
private readonly retryNumber;
|
|
7
8
|
private readonly tokenProvider;
|
|
@@ -10,6 +11,8 @@ export declare class AadAppClient {
|
|
|
10
11
|
createAadApp(displayName: string, signInAudience?: SignInAudience): Promise<AADApplication>;
|
|
11
12
|
generateClientSecret(objectId: string): Promise<string>;
|
|
12
13
|
updateAadApp(manifest: AADManifest): Promise<void>;
|
|
14
|
+
getOwners(objectId: string): Promise<AadOwner[] | undefined>;
|
|
15
|
+
addOwner(objectId: string, userObjectId: string): Promise<void>;
|
|
13
16
|
private is404Error;
|
|
14
17
|
private is400Error;
|
|
15
18
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aadAppClient.d.ts","sourceRoot":"","sources":["../../../../../src/component/driver/aad/utility/aadAppClient.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAG3D,OAAO,EAAE,cAAc,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"aadAppClient.d.ts","sourceRoot":"","sources":["../../../../../src/component/driver/aad/utility/aadAppClient.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAG3D,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAKvD,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AAIlE,qBAAa,YAAY;IACvB,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAa;IACzC,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAoB;IAClD,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAgB;gBAE1B,iBAAiB,EAAE,iBAAiB;IA6BnC,YAAY,CACvB,WAAW,EAAE,MAAM,EACnB,cAAc,iBAA8B,GAC3C,OAAO,CAAC,cAAc,CAAC;IAWb,oBAAoB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IAqBvD,YAAY,CAAC,QAAQ,EAAE,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC;IAgBlD,SAAS,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,QAAQ,EAAE,GAAG,SAAS,CAAC;IA0B5D,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAkB5E,OAAO,CAAC,UAAU;IAIlB,OAAO,CAAC,UAAU;CAGnB"}
|
|
@@ -5,9 +5,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.AadAppClient = void 0;
|
|
6
6
|
const tslib_1 = require("tslib");
|
|
7
7
|
const axios_1 = tslib_1.__importDefault(require("axios"));
|
|
8
|
-
const aadManifestHelper_1 = require("
|
|
8
|
+
const aadManifestHelper_1 = require("./aadManifestHelper");
|
|
9
9
|
const tools_1 = require("../../../../common/tools");
|
|
10
|
-
const constants_1 = require("
|
|
10
|
+
const constants_1 = require("./constants");
|
|
11
11
|
const axios_retry_1 = tslib_1.__importDefault(require("axios-retry"));
|
|
12
12
|
const signInAudience_1 = require("../interface/signInAudience");
|
|
13
13
|
// Another implementation of src\component\resource\aadApp\graph.ts to reduce call stacks
|
|
@@ -50,7 +50,7 @@ class AadAppClient {
|
|
|
50
50
|
async generateClientSecret(objectId) {
|
|
51
51
|
const requestBody = {
|
|
52
52
|
passwordCredential: {
|
|
53
|
-
displayName: constants_1.
|
|
53
|
+
displayName: constants_1.constants.aadAppPasswordDisplayName,
|
|
54
54
|
},
|
|
55
55
|
};
|
|
56
56
|
const response = await this.axios.post(`applications/${objectId}/addPassword`, requestBody, {
|
|
@@ -78,6 +78,43 @@ class AadAppClient {
|
|
|
78
78
|
},
|
|
79
79
|
});
|
|
80
80
|
}
|
|
81
|
+
async getOwners(objectId) {
|
|
82
|
+
var _a;
|
|
83
|
+
const response = await this.axios.get(`applications/${objectId}/owners`, {
|
|
84
|
+
"axios-retry": {
|
|
85
|
+
retries: this.retryNumber,
|
|
86
|
+
retryDelay: axios_retry_1.default.exponentialDelay,
|
|
87
|
+
retryCondition: (error) => axios_retry_1.default.isNetworkError(error) ||
|
|
88
|
+
axios_retry_1.default.isRetryableError(error) ||
|
|
89
|
+
this.is404Error(error), // also retry 404 error since AAD need sometime to sync created AAD app data
|
|
90
|
+
},
|
|
91
|
+
});
|
|
92
|
+
const aadOwners = [];
|
|
93
|
+
for (const aadOwner of response.data.value) {
|
|
94
|
+
aadOwners.push({
|
|
95
|
+
userObjectId: aadOwner.id,
|
|
96
|
+
resourceId: objectId,
|
|
97
|
+
displayName: aadOwner.displayName,
|
|
98
|
+
// For guest account, aadOwner.userPrincipalName will contains "EXT", thus use mail instead.
|
|
99
|
+
userPrincipalName: (_a = aadOwner.mail) !== null && _a !== void 0 ? _a : aadOwner.userPrincipalName,
|
|
100
|
+
});
|
|
101
|
+
}
|
|
102
|
+
return aadOwners;
|
|
103
|
+
}
|
|
104
|
+
async addOwner(objectId, userObjectId) {
|
|
105
|
+
const requestBody = {
|
|
106
|
+
"@odata.id": `${this.axios.defaults.baseURL}/directoryObjects/${userObjectId}`,
|
|
107
|
+
};
|
|
108
|
+
await this.axios.post(`applications/${objectId}/owners/$ref`, requestBody, {
|
|
109
|
+
"axios-retry": {
|
|
110
|
+
retries: this.retryNumber,
|
|
111
|
+
retryDelay: axios_retry_1.default.exponentialDelay,
|
|
112
|
+
retryCondition: (error) => axios_retry_1.default.isNetworkError(error) ||
|
|
113
|
+
axios_retry_1.default.isRetryableError(error) ||
|
|
114
|
+
this.is404Error(error), // also retry 404 error since AAD need sometime to sync created AAD app data
|
|
115
|
+
},
|
|
116
|
+
});
|
|
117
|
+
}
|
|
81
118
|
// only use it to retry 404 errors for create client secret / update AAD app requests right after AAD app creation
|
|
82
119
|
is404Error(error) {
|
|
83
120
|
return error.code !== "ECONNABORTED" && (!error.response || error.response.status === 404);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aadAppClient.js","sourceRoot":"","sources":["../../../../../src/component/driver/aad/utility/aadAppClient.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;;AAGlC,0DAAyD;AAIzD,
|
|
1
|
+
{"version":3,"file":"aadAppClient.js","sourceRoot":"","sources":["../../../../../src/component/driver/aad/utility/aadAppClient.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;;AAGlC,0DAAyD;AAIzD,2DAAwD;AACxD,oDAAuD;AACvD,2CAAwC;AACxC,sEAAqC;AACrC,gEAA6D;AAG7D,yFAAyF;AACzF,yHAAyH;AACzH,MAAa,YAAY;IAKvB,YAAY,iBAAoC;QAJ/B,gBAAW,GAAW,CAAC,CAAC;QAKvC,IAAI,CAAC,aAAa,GAAG,iBAAiB,CAAC;QACvC,mGAAmG;QACnG,IAAI,CAAC,KAAK,GAAG,eAAK,CAAC,MAAM,CAAC;YACxB,OAAO,EAAE,kCAAkC;SAC5C,CAAC,CAAC;QACH,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE;YACnD,MAAM,aAAa,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,cAAc,CAAC,EAAE,MAAM,EAAE,mBAAW,EAAE,CAAC,CAAC;YACvF,IAAI,aAAa,CAAC,KAAK,EAAE,EAAE;gBACzB,MAAM,aAAa,CAAC,KAAK,CAAC;aAC3B;YACD,MAAM,KAAK,GAAG,aAAa,CAAC,KAAK,CAAC;YAElC,IAAI,CAAC,MAAM,CAAC,OAAO,EAAE;gBACnB,MAAM,CAAC,OAAO,GAAG,EAAE,CAAC;aACrB;YACD,MAAM,CAAC,OAAO,CAAC,eAAe,CAAC,GAAG,UAAU,KAAK,EAAE,CAAC;YAEpD,OAAO,MAAM,CAAC;QAChB,CAAC,CAAC,CAAC;QACH,oHAAoH;QACpH,qBAAU,CAAC,IAAI,CAAC,KAAK,EAAE;YACrB,OAAO,EAAE,IAAI,CAAC,WAAW;YACzB,UAAU,EAAE,qBAAU,CAAC,gBAAgB;YACvC,cAAc,EAAE,CAAC,KAAK,EAAE,EAAE,CACxB,qBAAU,CAAC,cAAc,CAAC,KAAK,CAAC,IAAI,qBAAU,CAAC,gBAAgB,CAAC,KAAK,CAAC,EAAE,gDAAgD;SAC3H,CAAC,CAAC;IACL,CAAC;IAEM,KAAK,CAAC,YAAY,CACvB,WAAmB,EACnB,cAAc,GAAG,+BAAc,CAAC,YAAY;QAE5C,MAAM,WAAW,GAAmB;YAClC,WAAW,EAAE,WAAW;YACxB,cAAc,EAAE,cAAc;SAC/B,CAAC,CAAC,6CAA6C;QAEhD,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,cAAc,EAAE,WAAW,CAAC,CAAC;QAEpE,OAAuB,QAAQ,CAAC,IAAI,CAAC;IACvC,CAAC;IAEM,KAAK,CAAC,oBAAoB,CAAC,QAAgB;QAChD,MAAM,WAAW,GAAG;YAClB,kBAAkB,EAAE;gBAClB,WAAW,EAAE,qBAAS,CAAC,yBAAyB;aACjD;SACF,CAAC;QAEF,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,gBAAgB,QAAQ,cAAc,EAAE,WAAW,EAAE;YAC1F,aAAa,EAAE;gBACb,OAAO,EAAE,IAAI,CAAC,WAAW;gBACzB,UAAU,EAAE,qBAAU,CAAC,gBAAgB;gBACvC,cAAc,EAAE,CAAC,KAAK,EAAE,EAAE,CACxB,qBAAU,CAAC,cAAc,CAAC,KAAK,CAAC;oBAChC,qBAAU,CAAC,gBAAgB,CAAC,KAAK,CAAC;oBAClC,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,EAAE,4EAA4E;aACvG;SACF,CAAC,CAAC;QAEH,OAAO,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC;IAClC,CAAC;IAEM,KAAK,CAAC,YAAY,CAAC,QAAqB;QAC7C,MAAM,QAAQ,GAAG,QAAQ,CAAC,EAAG,CAAC,CAAC,sDAAsD;QACrF,MAAM,WAAW,GAAG,qCAAiB,CAAC,qBAAqB,CAAC,QAAQ,CAAC,CAAC;QACtE,MAAM,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,gBAAgB,QAAQ,EAAE,EAAE,WAAW,EAAE;YAC9D,aAAa,EAAE;gBACb,OAAO,EAAE,IAAI,CAAC,WAAW;gBACzB,UAAU,EAAE,qBAAU,CAAC,gBAAgB;gBACvC,cAAc,EAAE,CAAC,KAAK,EAAE,EAAE,CACxB,qBAAU,CAAC,cAAc,CAAC,KAAK,CAAC;oBAChC,qBAAU,CAAC,gBAAgB,CAAC,KAAK,CAAC;oBAClC,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,IAAI,4EAA4E;oBACtG,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,EAAE,wGAAwG;aACnI;SACF,CAAC,CAAC;IACL,CAAC;IAEM,KAAK,CAAC,SAAS,CAAC,QAAgB;;QACrC,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,gBAAgB,QAAQ,SAAS,EAAE;YACvE,aAAa,EAAE;gBACb,OAAO,EAAE,IAAI,CAAC,WAAW;gBACzB,UAAU,EAAE,qBAAU,CAAC,gBAAgB;gBACvC,cAAc,EAAE,CAAC,KAAK,EAAE,EAAE,CACxB,qBAAU,CAAC,cAAc,CAAC,KAAK,CAAC;oBAChC,qBAAU,CAAC,gBAAgB,CAAC,KAAK,CAAC;oBAClC,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,EAAE,4EAA4E;aACvG;SACF,CAAC,CAAC;QAEH,MAAM,SAAS,GAAe,EAAE,CAAC;QACjC,KAAK,MAAM,QAAQ,IAAI,QAAQ,CAAC,IAAI,CAAC,KAAK,EAAE;YAC1C,SAAS,CAAC,IAAI,CAAC;gBACb,YAAY,EAAE,QAAQ,CAAC,EAAE;gBACzB,UAAU,EAAE,QAAQ;gBACpB,WAAW,EAAE,QAAQ,CAAC,WAAW;gBACjC,4FAA4F;gBAC5F,iBAAiB,EAAE,MAAA,QAAQ,CAAC,IAAI,mCAAI,QAAQ,CAAC,iBAAiB;aAC/D,CAAC,CAAC;SACJ;QAED,OAAO,SAAS,CAAC;IACnB,CAAC;IAEM,KAAK,CAAC,QAAQ,CAAC,QAAgB,EAAE,YAAoB;QAC1D,MAAM,WAAW,GAAG;YAClB,WAAW,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,OAAO,qBAAqB,YAAY,EAAE;SAC/E,CAAC;QAEF,MAAM,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,gBAAgB,QAAQ,cAAc,EAAE,WAAW,EAAE;YACzE,aAAa,EAAE;gBACb,OAAO,EAAE,IAAI,CAAC,WAAW;gBACzB,UAAU,EAAE,qBAAU,CAAC,gBAAgB;gBACvC,cAAc,EAAE,CAAC,KAAK,EAAE,EAAE,CACxB,qBAAU,CAAC,cAAc,CAAC,KAAK,CAAC;oBAChC,qBAAU,CAAC,gBAAgB,CAAC,KAAK,CAAC;oBAClC,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,EAAE,4EAA4E;aACvG;SACF,CAAC,CAAC;IACL,CAAC;IAED,kHAAkH;IAC1G,UAAU,CAAC,KAAsB;QACvC,OAAO,KAAK,CAAC,IAAI,KAAK,cAAc,IAAI,CAAC,CAAC,KAAK,CAAC,QAAQ,IAAI,KAAK,CAAC,QAAQ,CAAC,MAAM,KAAK,GAAG,CAAC,CAAC;IAC7F,CAAC;IAEO,UAAU,CAAC,KAAsB;QACvC,OAAO,KAAK,CAAC,IAAI,KAAK,cAAc,IAAI,CAAC,CAAC,KAAK,CAAC,QAAQ,IAAI,KAAK,CAAC,QAAQ,CAAC,MAAM,KAAK,GAAG,CAAC,CAAC;IAC7F,CAAC;CACF;AAxID,oCAwIC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AADApplication } from "../
|
|
2
|
-
import { AADManifest } from "../
|
|
1
|
+
import { AADApplication } from "../interface/AADApplication";
|
|
2
|
+
import { AADManifest } from "../interface/AADManifest";
|
|
3
3
|
export declare class AadManifestHelper {
|
|
4
4
|
static manifestToApplication(manifest: AADManifest): AADApplication;
|
|
5
5
|
static applicationToManifest(app: AADApplication): AADManifest;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aadManifestHelper.d.ts","sourceRoot":"","sources":["../../../../../src/component/driver/aad/utility/aadManifestHelper.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAKvD,qBAAa,iBAAiB;WACd,qBAAqB,CAAC,QAAQ,EAAE,WAAW,GAAG,cAAc;WAwE5D,qBAAqB,CAAC,GAAG,EAAE,cAAc,GAAG,WAAW;WA+EvD,gBAAgB,CAAC,QAAQ,EAAE,WAAW,GAAG,MAAM;WA8C/C,uCAAuC,CAAC,QAAQ,EAAE,WAAW,GAAG,IAAI;CA0CnF"}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT
|
|
2
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
5
|
exports.AadManifestHelper = void 0;
|
|
4
6
|
const tslib_1 = require("tslib");
|
|
5
7
|
const isUUID_1 = tslib_1.__importDefault(require("validator/lib/isUUID"));
|
|
6
8
|
const permissions_1 = require("../permissions");
|
|
7
|
-
const
|
|
9
|
+
const aadManifestError_1 = require("../error/aadManifestError");
|
|
8
10
|
const util = tslib_1.__importStar(require("util"));
|
|
9
11
|
class AadManifestHelper {
|
|
10
12
|
static manifestToApplication(manifest) {
|
|
@@ -155,37 +157,37 @@ class AadManifestHelper {
|
|
|
155
157
|
let warningMsg = "";
|
|
156
158
|
// if manifest doesn't contain name property or name is empty
|
|
157
159
|
if (!manifest.name || manifest.name === "") {
|
|
158
|
-
warningMsg +=
|
|
160
|
+
warningMsg += aadManifestError_1.AadManifestErrorMessage.NameIsMissing;
|
|
159
161
|
}
|
|
160
162
|
// if manifest doesn't contain signInAudience property
|
|
161
163
|
if (!manifest.signInAudience) {
|
|
162
|
-
warningMsg +=
|
|
164
|
+
warningMsg += aadManifestError_1.AadManifestErrorMessage.SignInAudienceIsMissing;
|
|
163
165
|
}
|
|
164
166
|
// if manifest doesn't contain requiredResourceAccess property
|
|
165
167
|
if (!manifest.requiredResourceAccess) {
|
|
166
|
-
warningMsg +=
|
|
168
|
+
warningMsg += aadManifestError_1.AadManifestErrorMessage.RequiredResourceAccessIsMissing;
|
|
167
169
|
}
|
|
168
170
|
// if manifest doesn't contain oauth2Permissions or oauth2Permissions length is 0
|
|
169
171
|
if (!manifest.oauth2Permissions || manifest.oauth2Permissions.length === 0) {
|
|
170
|
-
warningMsg +=
|
|
172
|
+
warningMsg += aadManifestError_1.AadManifestErrorMessage.Oauth2PermissionsIsMissing;
|
|
171
173
|
}
|
|
172
174
|
// if manifest doesn't contain preAuthorizedApplications
|
|
173
175
|
if (!manifest.preAuthorizedApplications || manifest.preAuthorizedApplications.length === 0) {
|
|
174
|
-
warningMsg +=
|
|
176
|
+
warningMsg += aadManifestError_1.AadManifestErrorMessage.PreAuthorizedApplicationsIsMissing;
|
|
175
177
|
}
|
|
176
178
|
// if accessTokenAcceptedVersion in manifest is not 2
|
|
177
179
|
if (manifest.accessTokenAcceptedVersion !== 2) {
|
|
178
|
-
warningMsg +=
|
|
180
|
+
warningMsg += aadManifestError_1.AadManifestErrorMessage.AccessTokenAcceptedVersionIs1;
|
|
179
181
|
}
|
|
180
182
|
// if manifest doesn't contain optionalClaims or access token doesn't contain idtyp clams
|
|
181
183
|
if (!manifest.optionalClaims) {
|
|
182
|
-
warningMsg +=
|
|
184
|
+
warningMsg += aadManifestError_1.AadManifestErrorMessage.OptionalClaimsIsMissing;
|
|
183
185
|
}
|
|
184
186
|
else if (!manifest.optionalClaims.accessToken.find((item) => item.name === "idtyp")) {
|
|
185
|
-
warningMsg +=
|
|
187
|
+
warningMsg += aadManifestError_1.AadManifestErrorMessage.OptionalClaimsMissingIdtypClaim;
|
|
186
188
|
}
|
|
187
189
|
if (warningMsg) {
|
|
188
|
-
warningMsg =
|
|
190
|
+
warningMsg = aadManifestError_1.AadManifestErrorMessage.AADManifestIssues + warningMsg;
|
|
189
191
|
}
|
|
190
192
|
return warningMsg.trimEnd();
|
|
191
193
|
}
|
|
@@ -199,7 +201,7 @@ class AadManifestHelper {
|
|
|
199
201
|
if (!isUUID_1.default(resourceIdOrName)) {
|
|
200
202
|
resourceId = (_a = map[resourceIdOrName]) === null || _a === void 0 ? void 0 : _a.id;
|
|
201
203
|
if (!resourceId) {
|
|
202
|
-
throw new Error(util.format(
|
|
204
|
+
throw new Error(util.format(aadManifestError_1.AadManifestErrorMessage.UnknownResourceAppId, resourceIdOrName));
|
|
203
205
|
}
|
|
204
206
|
requiredResourceAccessItem.resourceAppId = resourceId;
|
|
205
207
|
}
|
|
@@ -214,10 +216,10 @@ class AadManifestHelper {
|
|
|
214
216
|
resourceAccessId = map[resourceId].roles[resourceAccessItem.id];
|
|
215
217
|
}
|
|
216
218
|
else {
|
|
217
|
-
throw new Error(util.format(
|
|
219
|
+
throw new Error(util.format(aadManifestError_1.AadManifestErrorMessage.UnknownResourceAccessType, resourceAccessItem.type));
|
|
218
220
|
}
|
|
219
221
|
if (!resourceAccessId) {
|
|
220
|
-
throw new Error(util.format(
|
|
222
|
+
throw new Error(util.format(aadManifestError_1.AadManifestErrorMessage.UnknownResourceAccessId, resourceAccessItem.id));
|
|
221
223
|
}
|
|
222
224
|
resourceAccessItem.id = resourceAccessId;
|
|
223
225
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aadManifestHelper.js","sourceRoot":"","sources":["../../../../../src/component/driver/aad/utility/aadManifestHelper.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UpdateAadAppOutput } from "../interface/updateAadAppOutput";
|
|
2
2
|
import { DriverContext } from "../../interface/commonArgs";
|
|
3
|
-
import { AADManifest } from "
|
|
3
|
+
import { AADManifest } from "../interface/AADManifest";
|
|
4
4
|
export declare function buildAadManifest(context: DriverContext, manifestPath: string, outputFilePath: string, state?: UpdateAadAppOutput): Promise<AADManifest>;
|
|
5
5
|
//# sourceMappingURL=buildAadManifest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buildAadManifest.d.ts","sourceRoot":"","sources":["../../../../../src/component/driver/aad/utility/buildAadManifest.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"buildAadManifest.d.ts","sourceRoot":"","sources":["../../../../../src/component/driver/aad/utility/buildAadManifest.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAQrE,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAQvD,wBAAsB,gBAAgB,CACpC,OAAO,EAAE,aAAa,EACtB,YAAY,EAAE,MAAM,EACpB,cAAc,EAAE,MAAM,EACtB,KAAK,CAAC,EAAE,kBAAkB,GACzB,OAAO,CAAC,WAAW,CAAC,CAuBtB"}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT
|
|
2
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
5
|
exports.buildAadManifest = void 0;
|
|
4
6
|
const tslib_1 = require("tslib");
|
|
5
7
|
const fs = tslib_1.__importStar(require("fs-extra"));
|
|
6
8
|
const path = tslib_1.__importStar(require("path"));
|
|
7
|
-
const aadManifestHelper_1 = require("
|
|
9
|
+
const aadManifestHelper_1 = require("./aadManifestHelper");
|
|
8
10
|
const invalidFieldInManifestError_1 = require("../error/invalidFieldInManifestError");
|
|
9
11
|
const isUUID_1 = tslib_1.__importDefault(require("validator/lib/isUUID"));
|
|
10
12
|
const localizeUtils_1 = require("../../../../common/localizeUtils");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buildAadManifest.js","sourceRoot":"","sources":["../../../../../src/component/driver/aad/utility/buildAadManifest.ts"],"names":[],"mappings":";;;;
|
|
1
|
+
{"version":3,"file":"buildAadManifest.js","sourceRoot":"","sources":["../../../../../src/component/driver/aad/utility/buildAadManifest.ts"],"names":[],"mappings":"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"}
|
|
@@ -15,4 +15,14 @@ export declare const descriptionMessageKeys: {
|
|
|
15
15
|
create: string;
|
|
16
16
|
update: string;
|
|
17
17
|
};
|
|
18
|
+
export declare const permissionsKeys: {
|
|
19
|
+
name: string;
|
|
20
|
+
owner: string;
|
|
21
|
+
noPermission: string;
|
|
22
|
+
type: string;
|
|
23
|
+
};
|
|
24
|
+
export declare const constants: {
|
|
25
|
+
aadAppPasswordDisplayName: string;
|
|
26
|
+
oauthAuthorityPrefix: string;
|
|
27
|
+
};
|
|
18
28
|
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../src/component/driver/aad/utility/constants.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc;;;;;;;;;;;;CAY1B,CAAC;AAEF,eAAO,MAAM,sBAAsB;;;CAGlC,CAAC"}
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../src/component/driver/aad/utility/constants.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc;;;;;;;;;;;;CAY1B,CAAC;AAEF,eAAO,MAAM,sBAAsB;;;CAGlC,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;CAK3B,CAAC;AAEF,eAAO,MAAM,SAAS;;;CAGrB,CAAC"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright (c) Microsoft Corporation.
|
|
3
3
|
// Licensed under the MIT license.
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.descriptionMessageKeys = exports.logMessageKeys = void 0;
|
|
5
|
+
exports.constants = exports.permissionsKeys = exports.descriptionMessageKeys = exports.logMessageKeys = void 0;
|
|
6
6
|
exports.logMessageKeys = {
|
|
7
7
|
startExecuteDriver: "driver.aadApp.log.startExecuteDriver",
|
|
8
8
|
successExecuteDriver: "driver.aadApp.log.successExecuteDriver",
|
|
@@ -20,4 +20,14 @@ exports.descriptionMessageKeys = {
|
|
|
20
20
|
create: "driver.aadApp.description.create",
|
|
21
21
|
update: "driver.aadApp.description.update",
|
|
22
22
|
};
|
|
23
|
+
exports.permissionsKeys = {
|
|
24
|
+
name: "Azure AD App",
|
|
25
|
+
owner: "Owner",
|
|
26
|
+
noPermission: "No Permission",
|
|
27
|
+
type: "M365",
|
|
28
|
+
};
|
|
29
|
+
exports.constants = {
|
|
30
|
+
aadAppPasswordDisplayName: "default",
|
|
31
|
+
oauthAuthorityPrefix: "https://login.microsoftonline.com",
|
|
32
|
+
};
|
|
23
33
|
//# sourceMappingURL=constants.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../src/component/driver/aad/utility/constants.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAErB,QAAA,cAAc,GAAG;IAC5B,kBAAkB,EAAE,sCAAsC;IAC1D,oBAAoB,EAAE,wCAAwC;IAC9D,iBAAiB,EAAE,qCAAqC;IACxD,iBAAiB,EAAE,qCAAqC;IACxD,mBAAmB,EAAE,uCAAuC;IAC5D,gBAAgB,EAAE,oCAAoC;IACtD,yBAAyB,EAAE,6CAA6C;IACxE,2BAA2B,EAAE,+CAA+C;IAC5E,wBAAwB,EAAE,4CAA4C;IACtE,oBAAoB,EAAE,wCAAwC;IAC9D,2BAA2B,EAAE,+CAA+C;CAC7E,CAAC;AAEW,QAAA,sBAAsB,GAAG;IACpC,MAAM,EAAE,kCAAkC;IAC1C,MAAM,EAAE,kCAAkC;CAC3C,CAAC"}
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../src/component/driver/aad/utility/constants.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAErB,QAAA,cAAc,GAAG;IAC5B,kBAAkB,EAAE,sCAAsC;IAC1D,oBAAoB,EAAE,wCAAwC;IAC9D,iBAAiB,EAAE,qCAAqC;IACxD,iBAAiB,EAAE,qCAAqC;IACxD,mBAAmB,EAAE,uCAAuC;IAC5D,gBAAgB,EAAE,oCAAoC;IACtD,yBAAyB,EAAE,6CAA6C;IACxE,2BAA2B,EAAE,+CAA+C;IAC5E,wBAAwB,EAAE,4CAA4C;IACtE,oBAAoB,EAAE,wCAAwC;IAC9D,2BAA2B,EAAE,+CAA+C;CAC7E,CAAC;AAEW,QAAA,sBAAsB,GAAG;IACpC,MAAM,EAAE,kCAAkC;IAC1C,MAAM,EAAE,kCAAkC;CAC3C,CAAC;AAEW,QAAA,eAAe,GAAG;IAC7B,IAAI,EAAE,cAAc;IACpB,KAAK,EAAE,OAAO;IACd,YAAY,EAAE,eAAe;IAC7B,IAAI,EAAE,MAAM;CACb,CAAC;AAEW,QAAA,SAAS,GAAG;IACvB,yBAAyB,EAAE,SAAS;IACpC,oBAAoB,EAAE,mCAAmC;CAC1D,CAAC"}
|
|
@@ -9,7 +9,7 @@ const lib_1 = require("@feathersjs/hooks/lib");
|
|
|
9
9
|
const typedi_1 = require("typedi");
|
|
10
10
|
const wrapUtil_1 = require("../util/wrapUtil");
|
|
11
11
|
const addStartAndEndTelemetry_1 = require("../middleware/addStartAndEndTelemetry");
|
|
12
|
-
const ManifestUtils_1 = require("
|
|
12
|
+
const ManifestUtils_1 = require("../teamsApp/utils/ManifestUtils");
|
|
13
13
|
const localizeUtils_1 = require("../../../common/localizeUtils");
|
|
14
14
|
const common_1 = require("../../utils/common");
|
|
15
15
|
const path_1 = tslib_1.__importDefault(require("path"));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"addWebPart.js","sourceRoot":"","sources":["../../../../src/component/driver/add/addWebPart.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;;AAElC,wDAAoF;AACpF,+CAA8C;AAC9C,mCAAiC;AAGjC,+CAAqD;AACrD,mFAAgF;AAChF,
|
|
1
|
+
{"version":3,"file":"addWebPart.js","sourceRoot":"","sources":["../../../../src/component/driver/add/addWebPart.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @author xzf0587 <zhaofengxu@microsoft.com>
|
|
3
|
+
*/
|
|
3
4
|
import { Deployment, ResourceManagementClient } from "@azure/arm-resources";
|
|
5
|
+
import { FxError, Result } from "@microsoft/teamsfx-api";
|
|
4
6
|
import { WrapDriverContext } from "../util/wrapUtil";
|
|
7
|
+
import { deployArgs, deploymentOutput, templateArgs } from "./interface";
|
|
5
8
|
import { DeployContext } from "./util/handleError";
|
|
6
9
|
export declare class ArmDeployImpl {
|
|
7
10
|
args: deployArgs;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deployImpl.d.ts","sourceRoot":"","sources":["../../../../src/component/driver/arm/deployImpl.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"deployImpl.d.ts","sourceRoot":"","sources":["../../../../src/component/driver/arm/deployImpl.ts"],"names":[],"mappings":"AAGA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAkB,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAC5F,OAAO,EAAW,OAAO,EAAE,MAAM,EAAmC,MAAM,wBAAwB,CAAC;AASnG,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAErD,OAAO,EAAE,UAAU,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEzE,OAAO,EAAkB,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAMnE,qBAAa,aAAa;IACxB,IAAI,EAAE,UAAU,CAAC;IACjB,OAAO,EAAE,iBAAiB,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,wBAAwB,CAAC;gBAEtB,IAAI,EAAE,UAAU,EAAE,OAAO,EAAE,iBAAiB;IAK3C,GAAG,IAAI,OAAO,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;YAkBlC,YAAY;IAQb,cAAc,IAAI,OAAO,CAAC,MAAM,CAAC;YAIhC,YAAY;IAQpB,eAAe,IAAI,OAAO,CAAC,MAAM,CAAC,gBAAgB,EAAE,EAAE,OAAO,CAAC,CAAC;IAuB/D,cAAc,CAClB,WAAW,EAAE,YAAY,GACxB,OAAO,CAAC,MAAM,CAAC,gBAAgB,GAAG,SAAS,EAAE,OAAO,CAAC,CAAC;IA2BnD,iBAAiB,CACrB,WAAW,EAAE,YAAY,EACzB,oBAAoB,EAAE,UAAU,EAChC,SAAS,EAAE,aAAa,GACvB,OAAO,CAAC,MAAM,CAAC,gBAAgB,GAAG,SAAS,EAAE,OAAO,CAAC,CAAC;IASnD,sBAAsB,CAC1B,WAAW,EAAE,YAAY,EACzB,oBAAoB,EAAE,UAAU,GAC/B,OAAO,CAAC,MAAM,CAAC,gBAAgB,GAAG,SAAS,EAAE,OAAO,CAAC,CAAC;IASnD,mBAAmB,CAAC,UAAU,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;YAU9C,iBAAiB;IAazB,kBAAkB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAezD,OAAO,CAAC,cAAc;CAgBvB"}
|
|
@@ -7,21 +7,21 @@ const tslib_1 = require("tslib");
|
|
|
7
7
|
/**
|
|
8
8
|
* @author xzf0587 <zhaofengxu@microsoft.com>
|
|
9
9
|
*/
|
|
10
|
-
const
|
|
11
|
-
const validator_1 = require("./validator");
|
|
12
|
-
const util_1 = require("./util/util");
|
|
10
|
+
const arm_resources_1 = require("@azure/arm-resources");
|
|
13
11
|
const teamsfx_api_1 = require("@microsoft/teamsfx-api");
|
|
14
|
-
const constants_1 = require("../../../common/constants");
|
|
15
12
|
const fs = tslib_1.__importStar(require("fs-extra"));
|
|
16
|
-
const
|
|
13
|
+
const constants_1 = require("../../../common/constants");
|
|
17
14
|
const localizeUtils_1 = require("../../../common/localizeUtils");
|
|
18
|
-
const arm_resources_1 = require("@azure/arm-resources");
|
|
19
|
-
const bicepChecker_1 = require("./util/bicepChecker");
|
|
20
|
-
const handleError_1 = require("./util/handleError");
|
|
21
|
-
const common_2 = require("../../../error/common");
|
|
22
|
-
const azure_1 = require("../../../error/azure");
|
|
23
15
|
const arm_1 = require("../../../error/arm");
|
|
16
|
+
const azure_1 = require("../../../error/azure");
|
|
17
|
+
const common_1 = require("../../../error/common");
|
|
18
|
+
const common_2 = require("../../utils/common");
|
|
24
19
|
const cpUtils_1 = require("../../utils/depsChecker/cpUtils");
|
|
20
|
+
const constant_1 = require("./constant");
|
|
21
|
+
const bicepChecker_1 = require("./util/bicepChecker");
|
|
22
|
+
const handleError_1 = require("./util/handleError");
|
|
23
|
+
const util_1 = require("./util/util");
|
|
24
|
+
const validator_1 = require("./validator");
|
|
25
25
|
const helpLink = "https://aka.ms/teamsfx-actions/arm-deploy";
|
|
26
26
|
class ArmDeployImpl {
|
|
27
27
|
constructor(args, context) {
|
|
@@ -50,7 +50,7 @@ class ArmDeployImpl {
|
|
|
50
50
|
async validateArgs() {
|
|
51
51
|
const invalidParameters = await validator_1.validateArgs(this.args);
|
|
52
52
|
if (invalidParameters.length > 0) {
|
|
53
|
-
throw new
|
|
53
|
+
throw new common_1.InvalidActionInputError(constant_1.Constants.actionName, invalidParameters, helpLink);
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
async ensureBicepCli() {
|
|
@@ -124,14 +124,14 @@ class ArmDeployImpl {
|
|
|
124
124
|
if (!parameters) {
|
|
125
125
|
return null;
|
|
126
126
|
}
|
|
127
|
-
const filePath =
|
|
127
|
+
const filePath = common_2.getAbsolutePath(parameters, this.context.projectPath);
|
|
128
128
|
const template = await fs.readFile(filePath, constants_1.ConstantString.UTF8Encoding);
|
|
129
|
-
const parameterJsonString =
|
|
129
|
+
const parameterJsonString = common_2.expandEnvironmentVariable(template);
|
|
130
130
|
return JSON.parse(parameterJsonString);
|
|
131
131
|
}
|
|
132
132
|
async getDeployTemplate(templatePath) {
|
|
133
133
|
const templateType = util_1.getFileExtension(templatePath);
|
|
134
|
-
const filePath =
|
|
134
|
+
const filePath = common_2.getAbsolutePath(templatePath, this.context.projectPath);
|
|
135
135
|
let templateJsonString;
|
|
136
136
|
if (templateType === constant_1.TemplateType.Bicep) {
|
|
137
137
|
templateJsonString = await this.compileBicepToJson(filePath);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deployImpl.js","sourceRoot":"","sources":["../../../../src/component/driver/arm/deployImpl.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;;AAElC;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"deployImpl.js","sourceRoot":"","sources":["../../../../src/component/driver/arm/deployImpl.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bicepChecker.d.ts","sourceRoot":"","sources":["../../../../../src/component/driver/arm/util/bicepChecker.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bicepChecker.d.ts","sourceRoot":"","sources":["../../../../../src/component/driver/arm/util/bicepChecker.ts"],"names":[],"mappings":"AA0BA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAW3D,wBAAsB,oBAAoB,CAAC,GAAG,EAAE,aAAa,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAW/F"}
|