Skip to content

Commit

Permalink
CodeGen from PR 13126 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 52445994f4d6327130698c4ae660bd8fb9c35f67 into ae350892855f8c404713f4ecf37bbb8df4cabfd8
  • Loading branch information
SDKAuto committed Feb 24, 2021
1 parent 51367f3 commit ebaf51b
Show file tree
Hide file tree
Showing 8 changed files with 1,779 additions and 32,338 deletions.
462 changes: 230 additions & 232 deletions schemas/2015-11-01/Microsoft.Network.json

Large diffs are not rendered by default.

1,351 changes: 126 additions & 1,225 deletions schemas/2017-03-01/Microsoft.Network.json

Large diffs are not rendered by default.

608 changes: 333 additions & 275 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

0 comments on commit ebaf51b

Please sign in to comment.