Skip to content

Commit

Permalink
little deltas
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrown committed May 8, 2020
1 parent 60c6be7 commit 52a85c6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
8 changes: 0 additions & 8 deletions Composer/plugins/azureFunctionsPublish/src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ const schema: JSONSchema7 = {
type: 'string',
title: 'Environment',
},
luisAuthoringRegion: {
type: 'string',
title: 'LUIS authoring region',
},
luisAuthoringKey: {
type: 'string',
title: 'LUIS authoring Key',
},
provision: {
type: 'object',
title: 'Provision resource',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,6 @@ msRestNodeAuth
const profile = {
accessToken: token.accessToken,
publishName: name,
luisAuthoringKey: luisAuthoringKey,
luisAuthoringRegion: luisAuthoringRegion,
environment: environment,
provision: createResult,
};
Expand Down
2 changes: 1 addition & 1 deletion runtime/dotnet/azurewebapp/Schemas/update.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cd ..
bf dialog:merge *.csproj -o schema/sdk.schema -v -b ""
bf dialog:merge *.csproj -o schema/sdk.schema -v

0 comments on commit 52a85c6

Please sign in to comment.