-
Notifications
You must be signed in to change notification settings - Fork 5.6k
AdministratorName parameter should take value which is defined in enum #7377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
b0dae31
e0829d2
7555722
32a1325
f20be64
d8f256c
31de475
57fa02d
e765474
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -77,7 +77,10 @@ | |
| "in": "path", | ||
| "description": "The administrator name.", | ||
| "required": true, | ||
| "type": "string" | ||
| "type": "string", | ||
| "enum": [ | ||
| "ActiveDirectory" | ||
|
||
| ] | ||
| }, | ||
| { | ||
| "$ref": "#/parameters/SubscriptionIdParameter" | ||
|
|
@@ -121,7 +124,10 @@ | |
| "in": "path", | ||
| "description": "The requested administrator name.", | ||
| "required": true, | ||
| "type": "string" | ||
| "type": "string", | ||
| "enum": [ | ||
| "ActiveDirectory" | ||
| ] | ||
SanjaMalesevic marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| }, | ||
| { | ||
| "name": "parameters", | ||
|
|
@@ -187,7 +193,10 @@ | |
| "in": "path", | ||
| "description": "The administrator name.", | ||
| "required": true, | ||
| "type": "string" | ||
| "type": "string", | ||
| "enum": [ | ||
| "ActiveDirectory" | ||
| ] | ||
| }, | ||
| { | ||
| "$ref": "#/parameters/SubscriptionIdParameter" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.