-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Duplicated model name with non-identical definitions build error
This reverts commit 616851d and commits fixes.
- Loading branch information
Showing
5 changed files
with
53 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 50 additions & 0 deletions
50
specification/applicationinsights/resource-manager/common/v1/types.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"swagger":"2.0", | ||
"info":{ | ||
"version":"1.0", | ||
"title":"Common types" | ||
}, | ||
"paths":{ | ||
|
||
}, | ||
"definitions": { | ||
"Resource": { | ||
"properties": { | ||
"id": { | ||
"type": "string", | ||
"readOnly": true, | ||
"description": "Azure resource Id" | ||
}, | ||
"name": { | ||
"type": "string", | ||
"description": "Azure resource name", | ||
"readOnly": true | ||
}, | ||
"type": { | ||
"type": "string", | ||
"readOnly": true, | ||
"description": "Azure resource type" | ||
}, | ||
"location": { | ||
"type": "string", | ||
"description": "Resource location", | ||
"x-ms-mutability": [ | ||
"create", | ||
"read" | ||
] | ||
}, | ||
"tags": { | ||
"additionalProperties": { | ||
"type": "string" | ||
}, | ||
"description": "Resource tags" | ||
} | ||
}, | ||
"x-ms-azure-resource": true, | ||
"description": "An azure resource object" | ||
} | ||
}, | ||
"parameters":{ | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters