@microsoft/teamsfx-core 2.0.8-alpha.ded43fb2d.0 → 2.0.8-alpha.e1b11d5b2.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 +2 -16
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +2 -17
- package/build/common/constants.js.map +1 -1
- package/build/common/featureFlags.d.ts +4 -10
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +3 -23
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/m365/launchHelper.d.ts +1 -1
- package/build/common/m365/launchHelper.d.ts.map +1 -1
- package/build/common/m365/launchHelper.js +3 -7
- package/build/common/m365/launchHelper.js.map +1 -1
- package/build/common/m365/packageService.d.ts +1 -1
- package/build/common/m365/packageService.d.ts.map +1 -1
- package/build/common/m365/packageService.js +18 -39
- package/build/common/m365/packageService.js.map +1 -1
- package/build/common/projectTypeChecker.d.ts.map +1 -1
- package/build/common/projectTypeChecker.js +3 -0
- package/build/common/projectTypeChecker.js.map +1 -1
- package/build/common/samples.d.ts +1 -1
- package/build/common/samples.js +1 -1
- package/build/common/telemetry.d.ts +14 -1
- package/build/common/telemetry.d.ts.map +1 -1
- package/build/common/telemetry.js +15 -1
- package/build/common/telemetry.js.map +1 -1
- package/build/common/templates-config.json +1 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +16 -0
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/driver/index.d.ts +2 -0
- package/build/component/driver/index.d.ts.map +1 -1
- package/build/component/driver/index.js +2 -0
- package/build/component/driver/index.js.map +1 -1
- package/build/component/driver/oauth/create.d.ts.map +1 -1
- package/build/component/driver/oauth/create.js +30 -16
- package/build/component/driver/oauth/create.js.map +1 -1
- package/build/component/driver/oauth/error/oauthDomainInvalid.js +1 -1
- package/build/component/driver/oauth/error/oauthDomainInvalid.js.map +1 -1
- package/build/component/driver/oauth/interface/createOauthArgs.d.ts +1 -1
- package/build/component/driver/oauth/interface/createOauthArgs.d.ts.map +1 -1
- package/build/component/driver/oauth/interface/createOauthOutputs.d.ts +2 -2
- package/build/component/driver/oauth/interface/createOauthOutputs.d.ts.map +1 -1
- package/build/component/driver/oauth/interface/createOauthOutputs.js +1 -1
- package/build/component/driver/oauth/interface/createOauthOutputs.js.map +1 -1
- package/build/component/driver/oauth/interface/updateOauthArgs.d.ts +9 -0
- package/build/component/driver/oauth/interface/updateOauthArgs.d.ts.map +1 -0
- package/build/component/driver/oauth/interface/updateOauthArgs.js +5 -0
- package/build/component/driver/oauth/interface/updateOauthArgs.js.map +1 -0
- package/build/component/driver/oauth/update.d.ts +13 -0
- package/build/component/driver/oauth/update.d.ts.map +1 -0
- package/build/component/driver/oauth/update.js +181 -0
- package/build/component/driver/oauth/update.js.map +1 -0
- package/build/component/driver/oauth/utility/constants.d.ts +3 -1
- package/build/component/driver/oauth/utility/constants.d.ts.map +1 -1
- package/build/component/driver/oauth/utility/constants.js +4 -2
- package/build/component/driver/oauth/utility/constants.js.map +1 -1
- package/build/component/driver/oauth/utility/utility.d.ts +5 -4
- package/build/component/driver/oauth/utility/utility.d.ts.map +1 -1
- package/build/component/driver/oauth/utility/utility.js +38 -31
- package/build/component/driver/oauth/utility/utility.js.map +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.d.ts +2 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.d.ts.map +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts +17 -0
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +62 -6
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/interfaces/OauthConfigurationId.d.ts +7 -0
- package/build/component/driver/teamsApp/interfaces/OauthConfigurationId.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/OauthConfigurationId.js +5 -0
- package/build/component/driver/teamsApp/interfaces/OauthConfigurationId.js.map +1 -0
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts +8 -0
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -0
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +65 -0
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -0
- package/build/component/driver/teamsApp/utils/telemetry.d.ts +1 -0
- package/build/component/driver/teamsApp/utils/telemetry.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/telemetry.js +1 -0
- package/build/component/driver/teamsApp/utils/telemetry.js.map +1 -1
- package/build/component/generator/copilotPlugin/generator.d.ts.map +1 -1
- package/build/component/generator/copilotPlugin/generator.js +19 -24
- package/build/component/generator/copilotPlugin/generator.js.map +1 -1
- package/build/component/generator/copilotPlugin/helper.d.ts +5 -0
- package/build/component/generator/copilotPlugin/helper.d.ts.map +1 -1
- package/build/component/generator/copilotPlugin/helper.js +36 -10
- package/build/component/generator/copilotPlugin/helper.js.map +1 -1
- package/build/component/generator/generator.d.ts +2 -1
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +6 -4
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/generatorProvider.d.ts.map +1 -1
- package/build/component/generator/generatorProvider.js +10 -1
- package/build/component/generator/generatorProvider.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts +1 -1
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +2 -3
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/officeAddin/helperMethods.d.ts.map +1 -1
- package/build/component/generator/officeAddin/helperMethods.js +1 -2
- package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
- package/build/component/generator/spfx/spfxGenerator.d.ts +18 -5
- package/build/component/generator/spfx/spfxGenerator.d.ts.map +1 -1
- package/build/component/generator/spfx/spfxGenerator.js +123 -20
- package/build/component/generator/spfx/spfxGenerator.js.map +1 -1
- package/build/component/generator/templates/ssrTabGenerator.d.ts +12 -0
- package/build/component/generator/templates/ssrTabGenerator.d.ts.map +1 -0
- package/build/component/generator/templates/ssrTabGenerator.js +36 -0
- package/build/component/generator/templates/ssrTabGenerator.js.map +1 -0
- package/build/component/generator/templates/templateGenerator.d.ts +3 -4
- package/build/component/generator/templates/templateGenerator.d.ts.map +1 -1
- package/build/component/generator/templates/templateGenerator.js +8 -45
- package/build/component/generator/templates/templateGenerator.js.map +1 -1
- package/build/component/generator/templates/templateInfo.d.ts +1 -1
- package/build/component/generator/templates/templateInfo.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.d.ts +12 -4
- package/build/component/generator/templates/templateNames.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.js +261 -45
- package/build/component/generator/templates/templateNames.js.map +1 -1
- package/build/component/utils/metadataRscPermission.d.ts +1 -0
- package/build/component/utils/metadataRscPermission.d.ts.map +1 -1
- package/build/component/utils/metadataRscPermission.js +14 -2
- package/build/component/utils/metadataRscPermission.js.map +1 -1
- package/build/core/FxCore.d.ts +7 -2
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +209 -13
- package/build/core/FxCore.js.map +1 -1
- package/build/error/index.d.ts +1 -0
- package/build/error/index.d.ts.map +1 -1
- package/build/error/index.js +1 -0
- package/build/error/index.js.map +1 -1
- package/build/index.d.ts +1 -0
- package/build/index.d.ts.map +1 -1
- package/build/index.js +3 -1
- package/build/index.js.map +1 -1
- package/build/question/create.d.ts +6 -1
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +75 -13
- package/build/question/create.js.map +1 -1
- package/build/question/generator.js +2 -0
- package/build/question/generator.js.map +1 -1
- package/build/question/index.d.ts +2 -0
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +6 -0
- package/build/question/index.js.map +1 -1
- package/build/question/inputs/AddPluginInputs.d.ts +18 -0
- package/build/question/inputs/AddPluginInputs.d.ts.map +1 -0
- package/build/question/inputs/AddPluginInputs.js +5 -0
- package/build/question/inputs/AddPluginInputs.js.map +1 -0
- package/build/question/inputs/CreateProjectInputs.d.ts +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
- package/build/question/inputs/PermissionGrantInputs.d.ts +1 -1
- package/build/question/inputs/PermissionListInputs.d.ts +1 -1
- package/build/question/inputs/PreviewTeamsAppInputs.d.ts +1 -1
- package/build/question/inputs/SPFxAddWebpartInputs.d.ts +1 -1
- package/build/question/inputs/SelectTeamsManifestInputs.d.ts +1 -1
- package/build/question/inputs/ValidateTeamsAppInputs.d.ts +2 -2
- package/build/question/inputs/index.d.ts +1 -0
- package/build/question/inputs/index.d.ts.map +1 -1
- package/build/question/inputs/index.js +1 -0
- package/build/question/inputs/index.js.map +1 -1
- package/build/question/options/AddPluginOptions.d.ts +10 -0
- package/build/question/options/AddPluginOptions.d.ts.map +1 -0
- package/build/question/options/AddPluginOptions.js +39 -0
- package/build/question/options/AddPluginOptions.js.map +1 -0
- package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.js +3 -1
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/options/PermissionGrantOptions.js +1 -1
- package/build/question/options/PermissionGrantOptions.js.map +1 -1
- package/build/question/options/PermissionListOptions.js +1 -1
- package/build/question/options/PermissionListOptions.js.map +1 -1
- package/build/question/options/PreviewTeamsAppOptions.js +1 -1
- package/build/question/options/PreviewTeamsAppOptions.js.map +1 -1
- package/build/question/options/SPFxAddWebpartOptions.js +1 -1
- package/build/question/options/SPFxAddWebpartOptions.js.map +1 -1
- package/build/question/options/SelectTeamsManifestOptions.js +1 -1
- package/build/question/options/SelectTeamsManifestOptions.js.map +1 -1
- package/build/question/options/ValidateTeamsAppOptions.js +1 -1
- package/build/question/options/ValidateTeamsAppOptions.js.map +1 -1
- package/build/question/options/index.d.ts +1 -0
- package/build/question/options/index.d.ts.map +1 -1
- package/build/question/options/index.js +1 -0
- package/build/question/options/index.js.map +1 -1
- package/build/question/other.d.ts +9 -0
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +169 -8
- package/build/question/other.js.map +1 -1
- package/build/question/questionNames.d.ts +5 -1
- package/build/question/questionNames.d.ts.map +1 -1
- package/build/question/questionNames.js +4 -0
- package/build/question/questionNames.js.map +1 -1
- package/package.json +9 -9
- package/resource/package.nls.json +52 -43
- package/resource/yaml-schema/v1.5/yaml.schema.json +122 -1
- package/resource/yaml-schema/yaml.schema.json +122 -1
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
|
@@ -261,6 +261,9 @@
|
|
|
261
261
|
"core.TabSPFxOption.detailNew": "Build UI with SharePoint Framework",
|
|
262
262
|
"core.TabNonSso.label": "Basic Tab",
|
|
263
263
|
"core.TabNonSso.detail": "A simple implementation of a web app that's ready to customize",
|
|
264
|
+
"core.copilotPlugin.api.noAuth": "None auth",
|
|
265
|
+
"core.copilotPlugin.api.apiKeyAuth": "API key auth(Bearer token auth)",
|
|
266
|
+
"core.copilotPlugin.api.oauth": "OAuth(Auth code flow)",
|
|
264
267
|
"core.copilotPlugin.validate.apiSpec.summary": "Teams Toolkit has checked your OpenAPI description document:\n\nSummary:\n%s.\n%s\n%s",
|
|
265
268
|
"core.copilotPlugin.validate.openAIPluginManifest.summary": "Teams Toolkit has checked your OpenAI plugin manifest:\n\nSummary:\n%s.\n%s\n%s",
|
|
266
269
|
"core.copilotPlugin.validate.summary.validate.failed": "%s failed",
|
|
@@ -362,7 +365,10 @@
|
|
|
362
365
|
"core.createProjectQuestion.OpenAIPluginDomain": "OpenAI Plugin Manifest",
|
|
363
366
|
"core.createProjectQuestion.OpenAIPluginDomain.placeholder": "Enter your website domain or manifest URL",
|
|
364
367
|
"core.createProjectQuestion.ApiKey": "Enter API Key in OpenAPI Description Document",
|
|
365
|
-
"core.createProjectQuestion.ApiKeyConfirm": "Teams Toolkit will upload the API key to Teams Developer Portal. The API key will be used by Teams client to securely access your API in runtime
|
|
368
|
+
"core.createProjectQuestion.ApiKeyConfirm": "Teams Toolkit will upload the API key to Teams Developer Portal. The API key will be used by Teams client to securely access your API in runtime. Teams Toolkit will not store your API key.",
|
|
369
|
+
"core.createProjectQuestion.OauthClientId": "Enter client id for OAuth registration in OpenAPI Description Document",
|
|
370
|
+
"core.createProjectQuestion.OauthClientSecret": "Enter client secret for OAuth registration in OpenAPI Description Document",
|
|
371
|
+
"core.createProjectQuestion.OauthClientSecretConfirm": "Teams Toolkit uploads the client id/secret for OAuth Registration to Teams Developer Portal. It is used by Teams client to securely access your API at runtime. Teams Toolkit doesn't store your client id/secret.",
|
|
366
372
|
"core.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
|
|
367
373
|
"core.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
|
|
368
374
|
"core.createProjectQuestion.invalidApiKey.message": "Client secret is invalid. The length of secret should be >= 10 and <= 128",
|
|
@@ -398,11 +404,11 @@
|
|
|
398
404
|
"core.createProjectQuestion.officeXMLAddin.excel.sso.detail": "Create an Excel add-in with Single Sign On capabilities",
|
|
399
405
|
"core.createProjectQuestion.officeXMLAddin.excel.react.title": "Add-in with React Framework",
|
|
400
406
|
"core.createProjectQuestion.officeXMLAddin.excel.react.detail": "Create an Excel add-in with React framework",
|
|
401
|
-
"core.createProjectQuestion.officeXMLAddin.excel.cf.shared.title": "Excel Custom Functions Using
|
|
407
|
+
"core.createProjectQuestion.officeXMLAddin.excel.cf.shared.title": "Excel Custom Functions Using Shared Runtime",
|
|
402
408
|
"core.createProjectQuestion.officeXMLAddin.excel.cf.shared.detail": "Create an Excel add-in leveraging Custom Functions using a Shared Runtime",
|
|
403
|
-
"core.createProjectQuestion.officeXMLAddin.excel.cf.js.title": "Excel Custom Functions Using
|
|
409
|
+
"core.createProjectQuestion.officeXMLAddin.excel.cf.js.title": "Excel Custom Functions Using JavaScript-only Runtime",
|
|
404
410
|
"core.createProjectQuestion.officeXMLAddin.excel.cf.js.detail": "Create an Excel add-in leveraging Custom Functions using a JavaScript-only Runtime",
|
|
405
|
-
"core.createProjectQuestion.officeXMLAddin.excel.create.title": "Create
|
|
411
|
+
"core.createProjectQuestion.officeXMLAddin.excel.create.title": "Create Excel Add-in",
|
|
406
412
|
"core.createProjectQuestion.officeXMLAddin.powerpoint.title": "PowerPoint Add-in",
|
|
407
413
|
"core.createProjectQuestion.officeXMLAddin.powerpoint.detail": "Build engaging solutions for presentations across platform",
|
|
408
414
|
"core.createProjectQuestion.officeXMLAddin.powerpoint.sso.title": "Add-in with Single Sign On",
|
|
@@ -414,35 +420,35 @@
|
|
|
414
420
|
"core.createProjectQuestion.officeXMLAddin.taskpane.detail": "Customize the Ribbon with a button and create a dashboard in the Task Pane",
|
|
415
421
|
"core.createProjectQuestion.officeXMLAddin.manifestOnly.title": "Add-in Project With only Manifest File",
|
|
416
422
|
"core.createProjectQuestion.officeXMLAddin.manifestOnly.detail": "Create an add-in project that includes only the manifest file",
|
|
417
|
-
"core.aiAssistantBotOption.label": "AI
|
|
418
|
-
"core.aiAssistantBotOption.detail": "A custom AI
|
|
423
|
+
"core.aiAssistantBotOption.label": "AI Agent Bot",
|
|
424
|
+
"core.aiAssistantBotOption.detail": "A custom AI Agent bot in Teams using Teams AI library and OpenAI Assistants API",
|
|
419
425
|
"core.aiBotOption.label": "AI Chat Bot",
|
|
420
426
|
"core.aiBotOption.detail": "A basic AI chat bot in Teams using Teams AI library",
|
|
421
427
|
"core.spfxFolder.title": "SPFx solution folder",
|
|
422
|
-
"core.spfxFolder.placeholder": "Select the folder
|
|
428
|
+
"core.spfxFolder.placeholder": "Select the folder containing your SPFx solution",
|
|
423
429
|
"core.QuestionSelectTargetEnvironment.title": "Select an environment",
|
|
424
430
|
"core.getQuestionNewTargetEnvironmentName.title": "New environment name",
|
|
425
431
|
"core.getQuestionNewTargetEnvironmentName.placeholder": "New environment name",
|
|
426
432
|
"core.getQuestionNewTargetEnvironmentName.validation1": "Environment name can only contain letters, digits, _ and -.",
|
|
427
|
-
"core.getQuestionNewTargetEnvironmentName.validation3": "
|
|
433
|
+
"core.getQuestionNewTargetEnvironmentName.validation3": "Unable to create an environment '%s'",
|
|
428
434
|
"core.getQuestionNewTargetEnvironmentName.validation4": "Unable to list env configs",
|
|
429
435
|
"core.getQuestionNewTargetEnvironmentName.validation5": "Project environment %s already exists.",
|
|
430
436
|
"core.QuestionSelectSourceEnvironment.title": "Select an environment to create copy",
|
|
431
437
|
"core.QuestionSelectResourceGroup.title": "Select a resource group",
|
|
432
438
|
"core.QuestionNewResourceGroupName.placeholder": "New resource group name",
|
|
433
439
|
"core.QuestionNewResourceGroupName.title": "New resource group name",
|
|
434
|
-
"core.QuestionNewResourceGroupName.validation": "The name can only contain alphanumeric characters or
|
|
440
|
+
"core.QuestionNewResourceGroupName.validation": "The name can only contain alphanumeric characters or symbols ._-()",
|
|
435
441
|
"core.QuestionNewResourceGroupLocation.title": "Location for the new resource group",
|
|
436
442
|
"core.QuestionNewResourceGroupLocation.group.recommended": "Recommended",
|
|
437
443
|
"core.QuestionNewResourceGroupLocation.group.others": "Others",
|
|
438
444
|
"core.question.workspaceFolder.title": "Workspace Folder",
|
|
439
|
-
"core.question.workspaceFolder.placeholder": "
|
|
445
|
+
"core.question.workspaceFolder.placeholder": "Choose the folder where your project root folder will be located",
|
|
440
446
|
"core.question.appName.title": "Application Name",
|
|
441
447
|
"core.question.appName.placeholder": "Input an application name",
|
|
442
448
|
"core.ScratchOptionYes.label": "Create a new app",
|
|
443
|
-
"core.ScratchOptionYes.detail": "Use the Teams Toolkit to create a new Teams
|
|
444
|
-
"core.ScratchOptionNo.label": "Start
|
|
445
|
-
"core.ScratchOptionNo.detail": "
|
|
449
|
+
"core.ScratchOptionYes.detail": "Use the Teams Toolkit to create a new Teams app.",
|
|
450
|
+
"core.ScratchOptionNo.label": "Start with a sample",
|
|
451
|
+
"core.ScratchOptionNo.detail": "Start your new app with an existing sample.",
|
|
446
452
|
"core.RuntimeOptionNodeJS.detail": "A fast JavaScript server runtime",
|
|
447
453
|
"core.RuntimeOptionDotNet.detail": "Free. Cross-platform. Open Source.",
|
|
448
454
|
"core.getRuntimeQuestion.title": "Teams Toolkit: select runtime for your app",
|
|
@@ -472,8 +478,8 @@
|
|
|
472
478
|
"core.getUserEmailQuestion.validation2": "Change [UserName] to the real user name",
|
|
473
479
|
"core.collaboration.error.failedToLoadDotEnvFile": "Unable to load your .env File. Reason: %s",
|
|
474
480
|
"core.selectAadAppManifestQuestion.title": "Select Microsoft Entra manifest.json file",
|
|
475
|
-
"core.selectTeamsAppManifestQuestion.title": "Select Teams manifest.json
|
|
476
|
-
"core.selectTeamsAppPackageQuestion.title": "Select Teams
|
|
481
|
+
"core.selectTeamsAppManifestQuestion.title": "Select Teams manifest.json File",
|
|
482
|
+
"core.selectTeamsAppPackageQuestion.title": "Select Teams App Package File",
|
|
477
483
|
"core.selectLocalTeamsAppManifestQuestion.title": "Select local Teams manifest.json file",
|
|
478
484
|
"core.selectCollaborationAppTypeQuestion.title": "Select the app for which you want to manage collaborators",
|
|
479
485
|
"core.selectValidateMethodQuestion.validate.selectTitle": "Select a validation method",
|
|
@@ -492,15 +498,15 @@
|
|
|
492
498
|
"core.M365SsoLaunchPageOptionItem.detail": "A web app that uses Fluent UI React components to get a Teams look and feel",
|
|
493
499
|
"core.M365SearchAppOptionItem.label": "Custom Search Results",
|
|
494
500
|
"core.M365SearchAppOptionItem.detail": "Display data directly in Teams and Outlook search results from search or the chat area",
|
|
495
|
-
"core.M365SearchAppOptionItem.copilot.detail": "Display data directly in Teams chat, Outlook email and Copilot response from search
|
|
501
|
+
"core.M365SearchAppOptionItem.copilot.detail": "Display data directly in Teams chat, Outlook email, and Copilot response from search results",
|
|
496
502
|
"core.SearchAppOptionItem.detail": "Display data directly in Teams search results from search or the chat area",
|
|
497
503
|
"core.M365HostQuestion.title": "Platform",
|
|
498
504
|
"core.M365HostQuestion.placeholder": "Select a platform to preview the app",
|
|
499
505
|
"core.options.separator.additional": "Additional features",
|
|
500
|
-
"core.common.LifecycleComplete.prepareTeamsApp": "
|
|
501
|
-
"core.common.LifecycleComplete.provision": "
|
|
502
|
-
"core.common.LifecycleComplete.deploy": "
|
|
503
|
-
"core.common.LifecycleComplete.publish": "
|
|
506
|
+
"core.common.LifecycleComplete.prepareTeamsApp": "Teams app prepared successfully.",
|
|
507
|
+
"core.common.LifecycleComplete.provision": "%s/%s actions in provision stage executed successfully.",
|
|
508
|
+
"core.common.LifecycleComplete.deploy": "%s/%s actions in deploy stage executed successfully.",
|
|
509
|
+
"core.common.LifecycleComplete.publish": "%s/%s actions in publish stage executed successfully.",
|
|
504
510
|
"core.common.TeamsMobileDesktopClientName": "Teams desktop, mobile client id",
|
|
505
511
|
"core.common.TeamsWebClientName": "Teams web client id",
|
|
506
512
|
"core.common.OfficeDesktopClientName": "The Microsoft 365 app for desktop client id",
|
|
@@ -509,9 +515,9 @@
|
|
|
509
515
|
"core.common.OutlookDesktopClientName": "Outlook desktop client id",
|
|
510
516
|
"core.common.OutlookWebClientName1": "Outlook web access client id 1",
|
|
511
517
|
"core.common.OutlookWebClientName2": "Outlook web access client id 2",
|
|
512
|
-
"core.common.CancelledMessage": "Operation is
|
|
513
|
-
"core.common.SwaggerNotSupported": "Swagger 2.0 is not supported.
|
|
514
|
-
"core.common.SpecVersionNotSupported": "
|
|
518
|
+
"core.common.CancelledMessage": "Operation is canceled.",
|
|
519
|
+
"core.common.SwaggerNotSupported": "Swagger 2.0 is not supported. Convert it to OpenAPI 3.0 first.",
|
|
520
|
+
"core.common.SpecVersionNotSupported": "OpenAPI version %s is not supported. Use version 3.0.x.",
|
|
515
521
|
"core.common.NoServerInformation": "No server information is found in the OpenAPI description document.",
|
|
516
522
|
"core.common.RemoteRefNotSupported": "Remote reference is not supported: %s.",
|
|
517
523
|
"core.common.MissingOperationId": "Missing operationIds: %s.",
|
|
@@ -533,7 +539,6 @@
|
|
|
533
539
|
"core.common.invalidReason.MethodNotAllowed": "method not allowed",
|
|
534
540
|
"core.common.invalidReason.UrlPathNotExist": "url path does not exist",
|
|
535
541
|
"core.common.invalidReason.NoAPIs": "No APIs were found in the OpenAPI description document.",
|
|
536
|
-
|
|
537
542
|
"core.common.UrlProtocolNotSupported": "Server url is not correct: protocol %s is not supported, you should use https protocol instead.",
|
|
538
543
|
"core.common.RelativeServerUrlNotSupported": "Server url is not correct: relative server url is not supported.",
|
|
539
544
|
"core.common.ErrorFetchApiSpec": "Your OpenAPI description document should be accessible without authentication, otherwise download and start from a local copy.",
|
|
@@ -597,27 +602,27 @@
|
|
|
597
602
|
"depChecker.learnMoreButtonText": "Get more info",
|
|
598
603
|
"depChecker.needInstallNpm": "You must have NPM installed to debug your local functions.",
|
|
599
604
|
"depChecker.failToValidateFuncCoreTool": "Unable to validate Azure Functions Core Tools after installation.",
|
|
600
|
-
"depChecker.symlinkDirAlreadyExist": "
|
|
601
|
-
"depChecker.portableFuncNodeNotMatched": "Your Node.js (@NodeVersion) is
|
|
602
|
-
"depChecker.invalidFuncVersion": "
|
|
603
|
-
"depChecker.noSentinelFile": "Azure Functions Core Tools installation is
|
|
605
|
+
"depChecker.symlinkDirAlreadyExist": "Symlink (%s) destination already exists, remove it and try again.",
|
|
606
|
+
"depChecker.portableFuncNodeNotMatched": "Your Node.js (@NodeVersion) is not compatible with Teams Toolkit Azure Functions Core Tools (@FuncVersion).",
|
|
607
|
+
"depChecker.invalidFuncVersion": "Version %s format is invalid.",
|
|
608
|
+
"depChecker.noSentinelFile": "Azure Functions Core Tools installation is unsuccessful.",
|
|
604
609
|
"depChecker.funcVersionNotMatch": "The version of Azure Functions Core Tools (%s) is not compatible with the specified version range (%s).",
|
|
605
|
-
"depChecker.finishInstallBicep": "
|
|
606
|
-
"depChecker.downloadDotnet": "Downloading and installing the portable version of @NameVersion, which will be installed to @InstallDir and
|
|
610
|
+
"depChecker.finishInstallBicep": "@NameVersion installed successfully.",
|
|
611
|
+
"depChecker.downloadDotnet": "Downloading and installing the portable version of @NameVersion, which will be installed to @InstallDir and won't affect your environment.",
|
|
607
612
|
"depChecker.downloadBicep": "Downloading and installing the portable version of @NameVersion, which will be installed to @InstallDir and will not affect your environment.",
|
|
608
|
-
"depChecker.finishInstallDotnet": "
|
|
613
|
+
"depChecker.finishInstallDotnet": "@NameVersion installed successfully.",
|
|
609
614
|
"depChecker.useGlobalDotnet": "Using dotnet from PATH:",
|
|
610
615
|
"depChecker.dotnetInstallStderr": "dotnet-install command failed without error exit code but with non-empty standard error.",
|
|
611
616
|
"depChecker.dotnetInstallErrorCode": "dotnet-install command failed.",
|
|
612
617
|
"depChecker.NodeNotFound": "Cannot find Node.js. The supported node versions are specified in the package.json. Go to %s to install a supported Node.js. Restart all your Visual Studio Code instances after the installation is finished.",
|
|
613
618
|
"depChecker.V3NodeNotSupported": "Node.js (%s) is not the officially supported version (%s). Your project may continue to work but we recommend to install the supported version. The supported node versions are specified in the package.json. Go to %s to install a supported Node.js.",
|
|
614
619
|
"depChecker.NodeNotLts": "Node.js (%s) is not a LTS version (%s). Go to %s to install a LTS Node.js.",
|
|
615
|
-
"depChecker.dotnetNotFound": "
|
|
616
|
-
"depChecker.depsNotFound": "
|
|
617
|
-
"depChecker.linuxDepsNotFound": "
|
|
618
|
-
"depChecker.linuxDepsNotFoundHelpLinkMessage": "
|
|
620
|
+
"depChecker.dotnetNotFound": "Unable to find @NameVersion. To know why .NET SDK is needed, refer @HelpLink",
|
|
621
|
+
"depChecker.depsNotFound": "Unable to find @SupportedPackages.\n\nTeams Toolkit requires these dependencies.\n\nClick \"Install\" to install @InstallPackages.",
|
|
622
|
+
"depChecker.linuxDepsNotFound": "Unable to find @SupportedPackages. Install @SupportedPackages manually and restart Visual Studio Code.",
|
|
623
|
+
"depChecker.linuxDepsNotFoundHelpLinkMessage": "Unable to find @SupportedPackages.\n\nTeams Toolkit requires these dependencies.",
|
|
619
624
|
"depChecker.failToDownloadFromUrl": "Unable to download file from '@Url', HTTP status '@Status'.",
|
|
620
|
-
"depChecker.failToValidateVxTestAppInstallOptions": "Invalid argument for video extensibility test app prerequisites checker. Please
|
|
625
|
+
"depChecker.failToValidateVxTestAppInstallOptions": "Invalid argument for video extensibility test app prerequisites checker. Please review tasks.json file to ensure all arguments are correctly formatted and valid.",
|
|
621
626
|
"depChecker.failToValidateVxTestApp": "Unable to validate video extensibility test app after installation.",
|
|
622
627
|
"depChecker.testToolVersionNotMatch": "The version of Teams App Test Tool (%s) is not compatible with the specified version range (%s).",
|
|
623
628
|
"depChecker.failedToValidateTestTool": "Unable to validate Teams App Test Tool after installation. %s",
|
|
@@ -852,12 +857,16 @@
|
|
|
852
857
|
"driver.apiKey.error.failedToGetDomain": "Failed to get domain from API specification. Please make sure your API specification is valid.",
|
|
853
858
|
"driver.apiKey.log.successCreateApiKey": "Created API key with id %s",
|
|
854
859
|
"driver.apiKey.log.failedExecuteDriver": "Unable to execute action %s. Error message: %s",
|
|
855
|
-
"driver.oauth.description.create": "Create an
|
|
856
|
-
"driver.oauth.title.create": "Creating
|
|
860
|
+
"driver.oauth.description.create": "Create an OAuth registration on Developer Portal for authentication in Open API spec.",
|
|
861
|
+
"driver.oauth.title.create": "Creating OAuth registration...",
|
|
857
862
|
"driver.oauth.log.skipCreateOauth": "Environment variable %s exists. Skip creating API key.",
|
|
858
|
-
"driver.oauth.log.oauthNotFound": "Environment variable %s exists but unable to retrieve
|
|
859
|
-
"driver.oauth.error.nameTooLong": "The
|
|
860
|
-
"driver.oauth.log.successCreateOauth": "
|
|
861
|
-
"driver.oauth.error.domainInvalid": "Maximum %d domains allowed per
|
|
862
|
-
"driver.apiKey.error.oauthAuthInfoInvalid": "Unable to parse
|
|
863
|
+
"driver.oauth.log.oauthNotFound": "Environment variable %s exists but unable to retrieve OAuth registration from Developer Portal. Check manually if it exists.",
|
|
864
|
+
"driver.oauth.error.nameTooLong": "The OAuth name is too long. The maximum character length is 128.",
|
|
865
|
+
"driver.oauth.log.successCreateOauth": "OAuth registration created successfully with id %s!",
|
|
866
|
+
"driver.oauth.error.domainInvalid": "Maximum %d domains allowed per OAuth registration.",
|
|
867
|
+
"driver.apiKey.error.oauthAuthInfoInvalid": "Unable to parse OAuth2 authScheme from spec. Make sure your API specification is valid.",
|
|
868
|
+
"driver.oauth.log.skipUpdateOauth": "Skip updating OAuth registration as the same property exists.",
|
|
869
|
+
"driver.oauth.confirm.update": "The following parameters will be updated:\n%s\nDo you want to continue?",
|
|
870
|
+
"driver.oauth.log.successUpdateOauth": "OAuth registration updated successfully!",
|
|
871
|
+
"driver.oauth.info.update": "OAuth registration updated successfully! The following parameters have been updated:\n%s"
|
|
863
872
|
}
|
|
@@ -73,7 +73,9 @@
|
|
|
73
73
|
{ "$ref": "#/definitions/script" },
|
|
74
74
|
{ "$ref": "#/definitions/apiKeyRegister"},
|
|
75
75
|
{ "$ref": "#/definitions/azureStaticWebAppGetDeploymentKey"},
|
|
76
|
-
{ "$ref": "#/definitions/apiKeyUpdate"}
|
|
76
|
+
{ "$ref": "#/definitions/apiKeyUpdate"},
|
|
77
|
+
{ "$ref": "#/definitions/oauthRegister"},
|
|
78
|
+
{ "$ref": "#/definitions/oauthUpdate"}
|
|
77
79
|
]
|
|
78
80
|
}
|
|
79
81
|
},
|
|
@@ -1658,6 +1660,125 @@
|
|
|
1658
1660
|
}
|
|
1659
1661
|
}
|
|
1660
1662
|
}
|
|
1663
|
+
},
|
|
1664
|
+
"oauthRegister": {
|
|
1665
|
+
"type": "object",
|
|
1666
|
+
"additionalProperties": false,
|
|
1667
|
+
"description": "Create an OAuth registration.",
|
|
1668
|
+
"required": ["uses", "with", "writeToEnvironmentFile"],
|
|
1669
|
+
"properties": {
|
|
1670
|
+
"uses": {
|
|
1671
|
+
"type": "string",
|
|
1672
|
+
"description": "Register OAuth registration. Refer to https://aka.ms/teamsfx-actions/oauth-register for more details.",
|
|
1673
|
+
"const": "oauth/register"
|
|
1674
|
+
},
|
|
1675
|
+
"with": {
|
|
1676
|
+
"type": "object",
|
|
1677
|
+
"additionalProperties": false,
|
|
1678
|
+
"description": "Parameters for this action",
|
|
1679
|
+
"required": ["name", "appId", "apiSpecPath", "flow"],
|
|
1680
|
+
"properties": {
|
|
1681
|
+
"name": {
|
|
1682
|
+
"type": "string",
|
|
1683
|
+
"description": "The name of OAuth registration."
|
|
1684
|
+
},
|
|
1685
|
+
"appId": {
|
|
1686
|
+
"type": "string",
|
|
1687
|
+
"description": "The app ID of OAuth registration."
|
|
1688
|
+
},
|
|
1689
|
+
"apiSpecPath": {
|
|
1690
|
+
"type": "string",
|
|
1691
|
+
"description": "The path of API specification file."
|
|
1692
|
+
},
|
|
1693
|
+
"applicableToApps": {
|
|
1694
|
+
"type": "string",
|
|
1695
|
+
"description": "Which app can access the OAuth registration? Values can be \"SpecificApp\" or \"AnyApp\". Default is \"AnyApp\".",
|
|
1696
|
+
"enum": ["SpecificApp", "AnyApp"]
|
|
1697
|
+
},
|
|
1698
|
+
"targetAudience": {
|
|
1699
|
+
"type": "string",
|
|
1700
|
+
"description": "Which tenant can access the OAuth registration? Values can be \"HomeTenant\" or \"AnyTenant\". Default is \"AnyTenant\".",
|
|
1701
|
+
"enum": ["HomeTenant", "AnyTenant"]
|
|
1702
|
+
},
|
|
1703
|
+
"flow": {
|
|
1704
|
+
"type": "string",
|
|
1705
|
+
"description": "The flow of OAuth registration. Values can be \"authorizationCode\" .",
|
|
1706
|
+
"enum": ["authorizationCode"]
|
|
1707
|
+
},
|
|
1708
|
+
"clientId": {
|
|
1709
|
+
"type": "string",
|
|
1710
|
+
"description": "The client id of OAuth registration."
|
|
1711
|
+
},
|
|
1712
|
+
"clientSecret": {
|
|
1713
|
+
"type": "string",
|
|
1714
|
+
"description": "The client secret of OAuth registration."
|
|
1715
|
+
},
|
|
1716
|
+
"refreshUrl": {
|
|
1717
|
+
"type": "string",
|
|
1718
|
+
"description": "The refresh url of OAuth registration."
|
|
1719
|
+
}
|
|
1720
|
+
}
|
|
1721
|
+
},
|
|
1722
|
+
"writeToEnvironmentFile": {
|
|
1723
|
+
"type": "object",
|
|
1724
|
+
"additionalProperties": false,
|
|
1725
|
+
"description": "Write environment variables to environment file",
|
|
1726
|
+
"required": ["configurationId"],
|
|
1727
|
+
"properties": {
|
|
1728
|
+
"configurationId": {
|
|
1729
|
+
"description": "Required. The configuration id of created OAuth registration.",
|
|
1730
|
+
"$ref": "#/definitions/envVarName"
|
|
1731
|
+
}
|
|
1732
|
+
}
|
|
1733
|
+
}
|
|
1734
|
+
}
|
|
1735
|
+
},
|
|
1736
|
+
"oauthUpdate": {
|
|
1737
|
+
"type": "object",
|
|
1738
|
+
"additionalProperties": false,
|
|
1739
|
+
"description": "Update an OAuth registration.",
|
|
1740
|
+
"required": ["uses", "with"],
|
|
1741
|
+
"properties": {
|
|
1742
|
+
"uses": {
|
|
1743
|
+
"type": "string",
|
|
1744
|
+
"description": "Updagte OAuth registration. Refer to https://aka.ms/teamsfx-actions/oauth-update for more details.",
|
|
1745
|
+
"const": "oauth/update"
|
|
1746
|
+
},
|
|
1747
|
+
"with": {
|
|
1748
|
+
"type": "object",
|
|
1749
|
+
"additionalProperties": false,
|
|
1750
|
+
"description": "Parameters for this action",
|
|
1751
|
+
"required": ["name", "appId", "apiSpecPath", "configurationId"],
|
|
1752
|
+
"properties": {
|
|
1753
|
+
"name": {
|
|
1754
|
+
"type": "string",
|
|
1755
|
+
"description": "The name of OAuth registration."
|
|
1756
|
+
},
|
|
1757
|
+
"appId": {
|
|
1758
|
+
"type": "string",
|
|
1759
|
+
"description": "The app ID of OAuth registration."
|
|
1760
|
+
},
|
|
1761
|
+
"apiSpecPath": {
|
|
1762
|
+
"type": "string",
|
|
1763
|
+
"description": "The path of API specification file."
|
|
1764
|
+
},
|
|
1765
|
+
"configurationId": {
|
|
1766
|
+
"type": "string",
|
|
1767
|
+
"description": "The configuration id of OAuth registration."
|
|
1768
|
+
},
|
|
1769
|
+
"applicableToApps": {
|
|
1770
|
+
"type": "string",
|
|
1771
|
+
"description": "Which app can access the OAuth registration? Values can be \"SpecificApp\" or \"AnyApp\". Default is \"AnyApp\".",
|
|
1772
|
+
"enum": ["SpecificApp", "AnyApp"]
|
|
1773
|
+
},
|
|
1774
|
+
"targetAudience": {
|
|
1775
|
+
"type": "string",
|
|
1776
|
+
"description": "Which tenant can access the OAuth registration? Values can be \"HomeTenant\" or \"AnyTenant\". Default is \"AnyTenant\".",
|
|
1777
|
+
"enum": ["HomeTenant", "AnyTenant"]
|
|
1778
|
+
}
|
|
1779
|
+
}
|
|
1780
|
+
}
|
|
1781
|
+
}
|
|
1661
1782
|
}
|
|
1662
1783
|
}
|
|
1663
1784
|
}
|
|
@@ -73,7 +73,9 @@
|
|
|
73
73
|
{ "$ref": "#/definitions/script" },
|
|
74
74
|
{ "$ref": "#/definitions/apiKeyRegister"},
|
|
75
75
|
{ "$ref": "#/definitions/azureStaticWebAppGetDeploymentKey"},
|
|
76
|
-
{ "$ref": "#/definitions/apiKeyUpdate"}
|
|
76
|
+
{ "$ref": "#/definitions/apiKeyUpdate"},
|
|
77
|
+
{ "$ref": "#/definitions/oauthRegister"},
|
|
78
|
+
{ "$ref": "#/definitions/oauthUpdate"}
|
|
77
79
|
]
|
|
78
80
|
}
|
|
79
81
|
},
|
|
@@ -1658,6 +1660,125 @@
|
|
|
1658
1660
|
}
|
|
1659
1661
|
}
|
|
1660
1662
|
}
|
|
1663
|
+
},
|
|
1664
|
+
"oauthRegister": {
|
|
1665
|
+
"type": "object",
|
|
1666
|
+
"additionalProperties": false,
|
|
1667
|
+
"description": "Create an OAuth registration.",
|
|
1668
|
+
"required": ["uses", "with", "writeToEnvironmentFile"],
|
|
1669
|
+
"properties": {
|
|
1670
|
+
"uses": {
|
|
1671
|
+
"type": "string",
|
|
1672
|
+
"description": "Register OAuth registration. Refer to https://aka.ms/teamsfx-actions/oauth-register for more details.",
|
|
1673
|
+
"const": "oauth/register"
|
|
1674
|
+
},
|
|
1675
|
+
"with": {
|
|
1676
|
+
"type": "object",
|
|
1677
|
+
"additionalProperties": false,
|
|
1678
|
+
"description": "Parameters for this action",
|
|
1679
|
+
"required": ["name", "appId", "apiSpecPath", "flow"],
|
|
1680
|
+
"properties": {
|
|
1681
|
+
"name": {
|
|
1682
|
+
"type": "string",
|
|
1683
|
+
"description": "The name of OAuth registration."
|
|
1684
|
+
},
|
|
1685
|
+
"appId": {
|
|
1686
|
+
"type": "string",
|
|
1687
|
+
"description": "The app ID of OAuth registration."
|
|
1688
|
+
},
|
|
1689
|
+
"apiSpecPath": {
|
|
1690
|
+
"type": "string",
|
|
1691
|
+
"description": "The path of API specification file."
|
|
1692
|
+
},
|
|
1693
|
+
"applicableToApps": {
|
|
1694
|
+
"type": "string",
|
|
1695
|
+
"description": "Which app can access the OAuth registration? Values can be \"SpecificApp\" or \"AnyApp\". Default is \"AnyApp\".",
|
|
1696
|
+
"enum": ["SpecificApp", "AnyApp"]
|
|
1697
|
+
},
|
|
1698
|
+
"targetAudience": {
|
|
1699
|
+
"type": "string",
|
|
1700
|
+
"description": "Which tenant can access the OAuth registration? Values can be \"HomeTenant\" or \"AnyTenant\". Default is \"AnyTenant\".",
|
|
1701
|
+
"enum": ["HomeTenant", "AnyTenant"]
|
|
1702
|
+
},
|
|
1703
|
+
"flow": {
|
|
1704
|
+
"type": "string",
|
|
1705
|
+
"description": "The flow of OAuth registration. Values can be \"authorizationCode\" .",
|
|
1706
|
+
"enum": ["authorizationCode"]
|
|
1707
|
+
},
|
|
1708
|
+
"clientId": {
|
|
1709
|
+
"type": "string",
|
|
1710
|
+
"description": "The client id of OAuth registration."
|
|
1711
|
+
},
|
|
1712
|
+
"clientSecret": {
|
|
1713
|
+
"type": "string",
|
|
1714
|
+
"description": "The client secret of OAuth registration."
|
|
1715
|
+
},
|
|
1716
|
+
"refreshUrl": {
|
|
1717
|
+
"type": "string",
|
|
1718
|
+
"description": "The refresh url of OAuth registration."
|
|
1719
|
+
}
|
|
1720
|
+
}
|
|
1721
|
+
},
|
|
1722
|
+
"writeToEnvironmentFile": {
|
|
1723
|
+
"type": "object",
|
|
1724
|
+
"additionalProperties": false,
|
|
1725
|
+
"description": "Write environment variables to environment file",
|
|
1726
|
+
"required": ["configurationId"],
|
|
1727
|
+
"properties": {
|
|
1728
|
+
"configurationId": {
|
|
1729
|
+
"description": "Required. The configuration id of created OAuth registration.",
|
|
1730
|
+
"$ref": "#/definitions/envVarName"
|
|
1731
|
+
}
|
|
1732
|
+
}
|
|
1733
|
+
}
|
|
1734
|
+
}
|
|
1735
|
+
},
|
|
1736
|
+
"oauthUpdate": {
|
|
1737
|
+
"type": "object",
|
|
1738
|
+
"additionalProperties": false,
|
|
1739
|
+
"description": "Update an OAuth registration.",
|
|
1740
|
+
"required": ["uses", "with"],
|
|
1741
|
+
"properties": {
|
|
1742
|
+
"uses": {
|
|
1743
|
+
"type": "string",
|
|
1744
|
+
"description": "Updagte OAuth registration. Refer to https://aka.ms/teamsfx-actions/oauth-update for more details.",
|
|
1745
|
+
"const": "oauth/update"
|
|
1746
|
+
},
|
|
1747
|
+
"with": {
|
|
1748
|
+
"type": "object",
|
|
1749
|
+
"additionalProperties": false,
|
|
1750
|
+
"description": "Parameters for this action",
|
|
1751
|
+
"required": ["name", "appId", "apiSpecPath", "configurationId"],
|
|
1752
|
+
"properties": {
|
|
1753
|
+
"name": {
|
|
1754
|
+
"type": "string",
|
|
1755
|
+
"description": "The name of OAuth registration."
|
|
1756
|
+
},
|
|
1757
|
+
"appId": {
|
|
1758
|
+
"type": "string",
|
|
1759
|
+
"description": "The app ID of OAuth registration."
|
|
1760
|
+
},
|
|
1761
|
+
"apiSpecPath": {
|
|
1762
|
+
"type": "string",
|
|
1763
|
+
"description": "The path of API specification file."
|
|
1764
|
+
},
|
|
1765
|
+
"configurationId": {
|
|
1766
|
+
"type": "string",
|
|
1767
|
+
"description": "The configuration id of OAuth registration."
|
|
1768
|
+
},
|
|
1769
|
+
"applicableToApps": {
|
|
1770
|
+
"type": "string",
|
|
1771
|
+
"description": "Which app can access the OAuth registration? Values can be \"SpecificApp\" or \"AnyApp\". Default is \"AnyApp\".",
|
|
1772
|
+
"enum": ["SpecificApp", "AnyApp"]
|
|
1773
|
+
},
|
|
1774
|
+
"targetAudience": {
|
|
1775
|
+
"type": "string",
|
|
1776
|
+
"description": "Which tenant can access the OAuth registration? Values can be \"HomeTenant\" or \"AnyTenant\". Default is \"AnyTenant\".",
|
|
1777
|
+
"enum": ["HomeTenant", "AnyTenant"]
|
|
1778
|
+
}
|
|
1779
|
+
}
|
|
1780
|
+
}
|
|
1781
|
+
}
|
|
1661
1782
|
}
|
|
1662
1783
|
}
|
|
1663
1784
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|