Skip to content

Commit d343e31

Browse files
committed
Merge from original
2 parents a507779 + 73fb076 commit d343e31

File tree

9 files changed

+8072
-1112
lines changed

9 files changed

+8072
-1112
lines changed

schemas/2014-04-01-preview/deploymentTemplate.json

+1,090-1,078
Large diffs are not rendered by default.

schemas/2015-01-01/Sendgrid.Email.json

+19-15
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,28 @@
4040
},
4141
{
4242
"enum": [
43-
"Free",
44-
"Bronze",
45-
"Silver",
46-
"Gold",
47-
"Platinum",
48-
"Premier"
43+
"free",
44+
"bronze",
45+
"silver",
46+
"gold",
47+
"platinum",
48+
"premier"
4949
]
5050
}
5151
],
5252
"description": "Plan name"
5353
},
5454
"publisher": {
55-
"type": "string",
55+
"oneOf": [
56+
{
57+
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
58+
},
59+
{
60+
"enum": [
61+
"Sendgrid"
62+
]
63+
}
64+
],
5665
"description": "Publisher name"
5766
},
5867
"product": {
@@ -62,12 +71,7 @@
6271
},
6372
{
6473
"enum": [
65-
"free",
66-
"bronze",
67-
"silver",
68-
"gold",
69-
"platinum",
70-
"2500000"
74+
"sendgrid_azure"
7175
]
7276
}
7377
],
@@ -78,7 +82,7 @@
7882
"description": "Promotion code"
7983
}
8084
},
81-
"required": ["name", "product"],
85+
"required": ["name", "publisher", "product"],
8286
"description": "SendGrid plan"
8387
},
8488
"properties": {
@@ -126,4 +130,4 @@
126130
"description": "SendGrid resources that user purchases"
127131
}
128132
}
129-
}
133+
}

schemas/2015-01-01/deploymentTemplate.json

+12
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,18 @@
300300
{ "$ref": "https://schema.management.azure.com/schemas/2018-06-30/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_python2Packages" },
301301
{ "$ref": "https://schema.management.azure.com/schemas/2018-06-30/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runbooks" },
302302
{ "$ref": "https://schema.management.azure.com/schemas/2015-10-01/Microsoft.Media.json#/resourceDefinitions/mediaServices" },
303+
{ "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices" },
304+
{ "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_accountFilters" },
305+
{ "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets" },
306+
{ "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets_assetFilters" },
307+
{ "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_contentKeyPolicies" },
308+
{ "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_liveEvents" },
309+
{ "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_liveEvents_liveOutputs" },
310+
{ "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingEndpoints" },
311+
{ "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingLocators" },
312+
{ "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingPolicies" },
313+
{ "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms" },
314+
{ "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms_jobs" },
303315
{ "$ref": "https://schema.management.azure.com/schemas/2016-02-03/Microsoft.Devices.json#/resourceDefinitions/IotHubs" },
304316
{ "$ref": "https://schema.management.azure.com/schemas/2017-07-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs" },
305317
{ "$ref": "https://schema.management.azure.com/schemas/2018-01-22/Microsoft.Devices.json#/resourceDefinitions/IotHubs" },

0 commit comments

Comments
 (0)