Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
464 changes: 231 additions & 233 deletions schemas/2015-11-01/Microsoft.Network.json

Large diffs are not rendered by default.

1,353 changes: 127 additions & 1,226 deletions schemas/2017-03-01/Microsoft.Network.json

Large diffs are not rendered by default.

610 changes: 334 additions & 276 deletions schemas/2017-05-01/Microsoft.Network.json

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions schemas/2017-09-01-preview/Microsoft.Network.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"id": "https://schema.management.azure.com/schemas/2017-09-01-preview/Microsoft.Network.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Microsoft.Network",
"description": "Microsoft Network Resource Types",
"resourceDefinitions": {},
"subscription_resourceDefinitions": {
"trafficManagerUserMetricsKeys": {
"type": "object",
"properties": {
"apiVersion": {
"type": "string",
"enum": [
"2017-09-01-preview"
]
},
"name": {
"type": "string",
"enum": [
"trafficManagerUserMetricsKeys"
]
},
"type": {
"type": "string",
"enum": [
"Microsoft.Network/trafficManagerUserMetricsKeys"
]
}
},
"required": [
"apiVersion",
"name",
"type"
],
"description": "Microsoft.Network/trafficManagerUserMetricsKeys"
}
},
"definitions": {}
}
Loading