Skip to content

Commit 2b29e83

Browse files
[DNC] Stable release 03_15_21 (#13545)
* stable version release * updated to stable * fixed readme * updated output folder * updated output folder * corrected output dir path * fixed path * added java readme
1 parent d3be7a1 commit 2b29e83

28 files changed

+2387
-14
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"swagger": "2.0",
3+
"info": {
4+
"version": "2021-03-15",
5+
"title": "DNC",
6+
"description": "DNC web api provides way to create, get and delete dnc controller"
7+
},
8+
"host": "management.azure.com",
9+
"schemes": [
10+
"https"
11+
],
12+
"consumes": [
13+
"application/json"
14+
],
15+
"produces": [
16+
"application/json"
17+
],
18+
"security": [
19+
{
20+
"azure_auth": [
21+
"user_impersonation"
22+
]
23+
}
24+
],
25+
"securityDefinitions": {
26+
"azure_auth": {
27+
"type": "oauth2",
28+
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
29+
"flow": "implicit",
30+
"description": "Azure Active Directory OAuth2 Flow",
31+
"scopes": {
32+
"user_impersonation": "impersonate your user account"
33+
}
34+
}
35+
},
36+
"paths": {},
37+
"definitions": {
38+
"controllerDetails": {
39+
"description": "controller details",
40+
"type": "object",
41+
"properties": {
42+
"id": {
43+
"description": "controller arm resource id",
44+
"type": "string"
45+
}
46+
}
47+
}
48+
}
49+
}

0 commit comments

Comments
 (0)