PlayFab / vscode-playfab-explorer

PlayFab Explorer extension for VS Code
Other
23 stars 10 forks source link

Remove TriggerType and InvocationSource #31

Closed MGudgin closed 5 years ago

MGudgin commented 5 years ago

This PR removes TriggerType and InvocationSource from RegisterFunction and ListFunctions API calls and assoicated machinery. We will add TriggerType back once we support multiple Azure Function trigger types in MainServer.

Details

Remove prompt strings for trigger type and invocation source from package.nls.json.

Remove TriggerType and InvocationSource fields from models in PlayFabCloudScriptModels.cs.

Remove TriggerType and Invocation columns from markdown generated from the result of the ListFunctions API.

Remove user prompts from the getUserInputForListFunctions method in PlayFabExplorer.

Remove TriggerType and InvocationSource from various tests.