Merge pull request #453 from aspnet/release/2.1

Add supportedAuthentication for NoAuth in templates which have NoAuth…
This commit is contained in:
Artak 2018-04-04 18:16:59 -07:00 committed by GitHub
commit 609687c460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 42 additions and 0 deletions

View File

@ -16,6 +16,13 @@
"uiFilters": [ "oneaspnet" ],
"supportsDocker": true,
"legacyTemplateIdentity": "Microsoft.NetCore.CSharp.EmptyWeb",
"supportedAuthentications": [
{
"auth": "None",
"authenticationType": "NoAuth",
"allowUnsecured": true
}
],
"ports": [
{
"name": "HttpPort",

View File

@ -14,6 +14,13 @@
"icon": "vs-2017.3/Empty.png",
"learnMoreLink": "https://go.microsoft.com/fwlink/?LinkID=784883",
"uiFilters": [ "oneaspnet" ],
"supportedAuthentications": [
{
"auth": "None",
"authenticationType": "NoAuth",
"allowUnsecured": true
}
],
"supportsDocker": true,
"ports": [
{

View File

@ -16,6 +16,13 @@
"uiFilters": [ "oneaspnet" ],
"supportsDocker": true,
"isApi": true,
"supportedAuthentications": [
{
"auth": "None",
"authenticationType": "NoAuth",
"allowUnsecured": true
}
],
"ports": [
{
"name": "HttpPort",

View File

@ -16,6 +16,13 @@
"uiFilters": [
"oneaspnet"
],
"supportedAuthentications": [
{
"auth": "None",
"authenticationType": "NoAuth",
"allowUnsecured": true
}
],
"ports": [
{
"name": "HttpPort",

View File

@ -16,6 +16,13 @@
"uiFilters": [
"oneaspnet"
],
"supportedAuthentications": [
{
"auth": "None",
"authenticationType": "NoAuth",
"allowUnsecured": true
}
],
"ports": [
{
"name": "HttpPort",

View File

@ -16,6 +16,13 @@
"uiFilters": [
"oneaspnet"
],
"supportedAuthentications": [
{
"auth": "None",
"authenticationType": "NoAuth",
"allowUnsecured": true
}
],
"ports": [
{
"name": "HttpPort",