Skip to content

Commit 2009f73

Browse files
Update 2019-04-01 schema references
1 parent 6806a4f commit 2009f73

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

schemas/2019-04-01/deploymentTemplate.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -541,10 +541,6 @@
541541
{ "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.RecoveryServices.legacy.json#/resourceDefinitions/vaults" },
542542
{ "$ref": "https://schema.management.azure.com/schemas/2017-09-07-privatepreview/Microsoft.Kusto.json#/resourceDefinitions/clusters" },
543543
{ "$ref": "https://schema.management.azure.com/schemas/2017-09-07-privatepreview/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" },
544-
{ "$ref": "https://schema.management.azure.com/schemas/2015-11-01/Microsoft.Network.json#/resourceDefinitions/trafficManagerProfiles" },
545-
{ "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/trafficManagerProfiles" },
546-
{ "$ref": "https://schema.management.azure.com/schemas/2017-05-01/Microsoft.Network.json#/resourceDefinitions/trafficManagerProfiles" },
547-
{ "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.json#/resourceDefinitions/trafficManagerProfiles" },
548544
{ "$ref": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones" },
549545
{ "$ref": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_A" },
550546
{ "$ref": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_AAAA" },
@@ -598,7 +594,6 @@
598594
{ "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.json#/resourceDefinitions/dnsZones_SOA" },
599595
{ "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.json#/resourceDefinitions/dnsZones_SRV" },
600596
{ "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.json#/resourceDefinitions/dnsZones_TXT" },
601-
{ "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.json#/resourceDefinitions/connections" },
602597
{ "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.json#/resourceDefinitions/dnsZones" },
603598
{ "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.json#/resourceDefinitions/dnsZones_A" },
604599
{ "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.json#/resourceDefinitions/dnsZones_AAAA" },

tools/templateTests/Template_2.2019-04-01.SymbolicName.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545
},
4646
"Symbol2": {
47-
"type": "Microsoft.Network/trafficManagerProfiles",
47+
"type": "Microsoft.Network/trafficmanagerprofiles",
4848
"apiVersion": "2015-11-01",
4949
"name": "a",
5050
"location": "global",
@@ -1364,7 +1364,7 @@
13641364
}
13651365
},
13661366
"Symbol71": {
1367-
"type": "Microsoft.Network/trafficManagerProfiles",
1367+
"type": "Microsoft.Network/trafficmanagerprofiles",
13681368
"apiVersion": "2017-03-01",
13691369
"name": "profile1",
13701370
"location": "global",
@@ -1511,7 +1511,7 @@
15111511
}
15121512
},
15131513
"Symbol80": {
1514-
"type": "Microsoft.Network/trafficManagerProfiles",
1514+
"type": "Microsoft.Network/trafficmanagerprofiles",
15151515
"apiVersion": "2017-05-01",
15161516
"location": "global",
15171517
"name": "abc",

tools/templateTests/Template_2.2019-04-01.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545
},
4646
{
47-
"type": "Microsoft.Network/trafficManagerProfiles",
47+
"type": "Microsoft.Network/trafficmanagerprofiles",
4848
"apiVersion": "2015-11-01",
4949
"name": "a",
5050
"location": "global",
@@ -1364,7 +1364,7 @@
13641364
}
13651365
},
13661366
{
1367-
"type": "Microsoft.Network/trafficManagerProfiles",
1367+
"type": "Microsoft.Network/trafficmanagerprofiles",
13681368
"apiVersion": "2017-03-01",
13691369
"name": "profile1",
13701370
"location": "global",
@@ -1511,7 +1511,7 @@
15111511
}
15121512
},
15131513
{
1514-
"type": "Microsoft.Network/trafficManagerProfiles",
1514+
"type": "Microsoft.Network/trafficmanagerprofiles",
15151515
"apiVersion": "2017-05-01",
15161516
"location": "global",
15171517
"name": "abc",

0 commit comments

Comments
 (0)