Skip to content

Commit

Permalink
Update from master
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK Automation committed Aug 27, 2020
1 parent b4dc1cb commit c34151b
Show file tree
Hide file tree
Showing 39 changed files with 166,375 additions and 98,466 deletions.
96 changes: 96 additions & 0 deletions schemas/2014-02-26/microsoft.visualstudio.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
{
"id": "https://schema.management.azure.com/schemas/2014-02-26/microsoft.visualstudio.json",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "microsoft.visualstudio",
"description": "Visual Studio Online Account and Project Resource",
"resourceDefinitions": {
"account": {
"type": "object",
"properties": {
"type": {
"enum": [
"microsoft.visualstudio/account"
]
},
"apiVersion": {
"enum": [
"2014-02-26"
]
},
"properties": {
"type": "object",
"properties": {
"OperationType": {
"type": "string",
"minLength": 1,
"description": "microsoft.visualstudio/account: Type of operation being performed on the account, which can be either Create or Link."
},
"AccountName": {
"type": "string",
"minLength": 1,
"description": "microsoft.visualstudio/account: Name of the Visual Studio Online account"
}
}
},
"resources": {
"type": "array",
"items": {
"allOf": [
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/resourceBase"
},
{
"$ref": "#/resourceDefinitions/project"
}
]
},
"description": "microsoft.visualstudio/account: Visual Studio Online Account."
}
},
"required": [
"type",
"apiVersion",
"properties",
"location"
],
"description": "microsoft.visualstudio account"
},
"project": {
"type": "object",
"properties": {
"type": {
"enum": [
"microsoft.visualstudio/account/project",
"project"
]
},
"apiVersion": {
"enum": [
"2014-02-26"
]
},
"properties": {
"type": "object",
"properties": {
"ProcessTemplateId": {
"type": "string",
"minLength": 1,
"description": "microsoft.visualstudio/account/project: Process template guid for the project"
},
"VersionControlOption": {
"type": "string",
"minLength": 1,
"description": "microsoft.visualstudio/account/project: Version control type for the project, currently TfsVc and Git"
}
}
}
},
"required": [
"type",
"apiVersion",
"properties"
],
"description": "microsoft.visualstudio account/project: Visual Studio Online TFS Project"
}
}
}
5 changes: 5 additions & 0 deletions schemas/2014-04-01-preview/deploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,13 @@
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.json#/resourceDefinitions/components" },
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.json#/resourceDefinitions/autoscalesettings" },
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.json#/resourceDefinitions/webtests" },
{ "$ref": "https://schema.management.azure.com/schemas/2014-02-26/microsoft.visualstudio.json#/resourceDefinitions/account" },
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Cache.json#/resourceDefinitions/Redis" },
{ "$ref": "https://schema.management.azure.com/schemas/2014-08-01-preview/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections" },
{ "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/notificationHubs" },
{ "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationhubs_authorizationRules" },
{ "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces" },
{ "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_authorizationRules" },
{ "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationHubs" },
{ "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationHubs_AuthorizationRules" },
{ "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces" },
Expand Down
7 changes: 6 additions & 1 deletion schemas/2015-01-01/deploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,11 @@
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.json#/resourceDefinitions/components" },
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.json#/resourceDefinitions/autoscalesettings" },
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.json#/resourceDefinitions/webtests" },
{ "$ref": "https://schema.management.azure.com/schemas/2014-02-26/microsoft.visualstudio.json#/resourceDefinitions/account" },
{ "$ref": "https://schema.management.azure.com/schemas/2014-02-26/microsoft.visualstudio.json#/resourceDefinitions/project" },
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Cache.json#/resourceDefinitions/Redis" },
{ "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/notificationHubs" },
{ "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationhubs_authorizationRules" },
{ "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationHubs" },
{ "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationHubs_AuthorizationRules" },
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Cache.json#/resourceDefinitions/Redis" },
Expand Down Expand Up @@ -265,6 +269,8 @@
{ "$ref": "https://schema.management.azure.com/schemas/2014-06-01/Microsoft.Web.json#/resourceDefinitions/sites" },
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites" },
{ "$ref": "https://schema.management.azure.com/schemas/2014-08-01-preview/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections" },
{ "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces" },
{ "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_authorizationRules" },
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" },
{ "$ref": "https://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeStore.json#/resourceDefinitions/accounts" },
{ "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.DataLakeStore.json#/resourceDefinitions/accounts" },
Expand Down Expand Up @@ -890,7 +896,6 @@
{ "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_firewallRules" },
{ "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_virtualNetworkRules" },
{ "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_securityAlertPolicies" },
{ "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_Administrators" },
{ "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers" },
{ "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_configurations" },
{ "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_databases" },
Expand Down
Loading

0 comments on commit c34151b

Please sign in to comment.