Skip to content

Commit 1409031

Browse files
committed
Update all http links to https.
1 parent 212fea4 commit 1409031

File tree

219 files changed

+3775
-3775
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

219 files changed

+3775
-3775
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is the repo for template deployment schemas hosted at: https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json
44

5-
Welcome to contribute to template deployment schemas, please send pull request to improve the schemas. We will review the pull request and publish the latest schemas to http://schema.management.azure.com/schemas
5+
Welcome to contribute to template deployment schemas, please send pull request to improve the schemas. We will review the pull request and publish the latest schemas to https://schema.management.azure.com/schemas
66

77
## Hints:
88
* When you add a new resource type in schema, please add it into [schemas\2014-04-01-preview\deploymentTemplate.json](https://github.com/Azure/azure-resource-manager-schemas/blob/master/schemas/2014-04-01-preview/deploymentTemplate.json) and [schemas\2015-01-01\deploymentTemplate.json](https://github.com/Azure/azure-resource-manager-schemas/blob/master/schemas/2015-01-01/deploymentTemplate.json)

schemas/2014-02-26/microsoft.visualstudio.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "http://schema.management.azure.com/schemas/2014-02-26/microsoft.visualstudio.json",
2+
"id": "https://schema.management.azure.com/schemas/2014-02-26/microsoft.visualstudio.json",
33
"$schema": "http://json-schema.org/draft-04/schema#",
44
"title": "microsoft.visualstudio",
55
"description": "Visual Studio Online Account and Project Resource",
@@ -37,7 +37,7 @@
3737
"items": {
3838
"allOf": [
3939
{
40-
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourceBase"
40+
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourceBase"
4141
},
4242
{
4343
"$ref": "#/resourceDefinitions/project"

schemas/2014-04-01-preview/Microsoft.Cache.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "http://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Cache.json",
2+
"id": "https://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Cache.json",
33
"$schema": "http://json-schema.org/draft-04/schema#",
44
"title": "Microsoft.Cache",
55
"description": "Microsoft Cache Resource Types",
@@ -34,7 +34,7 @@
3434
]
3535
},
3636
{
37-
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
37+
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
3838
}
3939
],
4040
"description": "Microsoft.Cache/Redis: sku/name"
@@ -48,7 +48,7 @@
4848
"default": "C"
4949
},
5050
{
51-
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
51+
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
5252
}
5353
],
5454
"description": "Microsoft.Cache/Redis: sku/size"
@@ -59,7 +59,7 @@
5959
"enum": [ 0, 1, 2, 3, 4, 5, 6 ]
6060
},
6161
{
62-
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
62+
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
6363
}
6464
],
6565
"description": "Microsoft.Cache/Redis: sku/capacity"
@@ -72,7 +72,7 @@
7272
]
7373
},
7474
{
75-
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
75+
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
7676
}
7777
],
7878
"description": "Microsoft.Cache/Redis: sku"
@@ -85,15 +85,15 @@
8585
]
8686
},
8787
{
88-
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
88+
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
8989
}
9090
],
9191
"description": "Microsoft.Cache/Redis: version of Redis"
9292
},
9393
"maxMemoryPolicy": {
9494
"oneOf": [
9595
{
96-
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
96+
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
9797
},
9898
{
9999
"enum": [
@@ -116,7 +116,7 @@
116116
"default": false
117117
},
118118
{
119-
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
119+
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
120120
}
121121
],
122122
"description": "Microsoft.Cache/Redis enableNonSslPort. Enables less secure direct access to redis on port 6379 WITHOUT SSL tunneling."

schemas/2014-04-01-preview/Microsoft.Sql.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "http://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#",
2+
"id": "https://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#",
33
"$schema": "http://json-schema.org/draft-04/schema#",
44
"title": "Microsoft.SQLDatabase",
55
"description": "Microsoft SQL Database Resource Types",
@@ -29,7 +29,7 @@
2929
]
3030
},
3131
{
32-
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
32+
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
3333
}
3434
],
3535
"description": "Microsoft.Sql/server: Azure SQL DB server version"
@@ -55,7 +55,7 @@
5555
"items": {
5656
"allOf": [
5757
{
58-
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourceBase"
58+
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourceBase"
5959
},
6060
{
6161
"oneOf": [
@@ -200,7 +200,7 @@
200200
"createMode": {
201201
"oneOf": [
202202
{
203-
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
203+
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
204204
},
205205
{
206206
"enum": [
@@ -220,11 +220,11 @@
220220
"description": "Microsoft.Sql/server/databases: The URI of the source database."
221221
},
222222
"restorePointInTime": {
223-
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/UTC",
223+
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/UTC",
224224
"description": "Microsoft.Sql/server/databases: The point in time for the restore."
225225
},
226226
"sourceDatabaseDeletionDate": {
227-
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/UTC",
227+
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/UTC",
228228
"description": "Microsoft.Sql/server/databases: The deletion date time of the source database."
229229
}
230230
}
@@ -235,7 +235,7 @@
235235
"edition": {
236236
"oneOf": [
237237
{
238-
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
238+
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
239239
},
240240
{
241241
"enum": [
@@ -250,7 +250,7 @@
250250
"collation": {
251251
"oneOf": [
252252
{
253-
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
253+
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
254254
},
255255
{
256256
"enum": [
@@ -332,7 +332,7 @@
332332
"maxSizeBytes": {
333333
"oneOf": [
334334
{
335-
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
335+
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
336336
},
337337
{
338338
"enum": [
@@ -361,7 +361,7 @@
361361
"requestedServiceObjectiveId": {
362362
"oneOf": [
363363
{
364-
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
364+
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
365365
},
366366
{
367367
"enum": [

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "http://schema.management.azure.com/schemas/2014-04-01-preview/deploymentParameters.json#",
2+
"id": "https://schema.management.azure.com/schemas/2014-04-01-preview/deploymentParameters.json#",
33
"$schema": "http://json-schema.org/draft-04/schema#",
44
"title": "Parameters",
55
"description": "An Azure deployment parameter file",

0 commit comments

Comments
 (0)