File tree Expand file tree Collapse file tree 3 files changed +40
-6
lines changed
specification/elastic/resource-manager/Microsoft.Elastic/preview/2023-02-01-preview Expand file tree Collapse file tree 3 files changed +40
-6
lines changed Original file line number Diff line number Diff line change 146
146
}
147
147
}
148
148
},
149
+ "x-ms-pageable" : {
150
+ "nextLinkName" : " nextLink"
151
+ },
149
152
"x-ms-examples" : {
150
153
"ElasticVersions_List" : {
151
154
"$ref" : " ./examples/ElasticVersions_List.json"
2005
2008
}
2006
2009
}
2007
2010
},
2011
+ "ElasticVersionListFormat" : {
2012
+ "description" : " Elastic Version List Format" ,
2013
+ "type" : " object" ,
2014
+ "properties" : {
2015
+ "properties" : {
2016
+ "$ref" : " #/definitions/ElasticVersionListProperties"
2017
+ }
2018
+ }
2019
+ },
2020
+ "ElasticVersionListProperties" : {
2021
+ "description" : " Elastic Version Properties" ,
2022
+ "type" : " object" ,
2023
+ "properties" : {
2024
+ "version" : {
2025
+ "description" : " Available elastic version of the given region" ,
2026
+ "type" : " string"
2027
+ }
2028
+ }
2029
+ },
2008
2030
"ElasticVersionsListResponse" : {
2009
2031
"description" : " List of elastic versions available in a region." ,
2010
2032
"type" : " object" ,
2013
2035
"description" : " Results of a list operation." ,
2014
2036
"type" : " array" ,
2015
2037
"items" : {
2016
- "type " : " string "
2038
+ "$ref " : " #/definitions/ElasticVersionListFormat "
2017
2039
}
2018
2040
},
2019
2041
"nextLink" : {
2422
2444
},
2423
2445
"UserApiKeyResponse" : {
2424
2446
"description" : " The User Api Key created for the Organization associated with the User Email Id that was passed in the request" ,
2447
+ "type" : " object" ,
2448
+ "properties" : {
2449
+ "properties" : {
2450
+ "$ref" : " #/definitions/UserApiKeyResponseProperties"
2451
+ }
2452
+ }
2453
+ },
2454
+ "UserApiKeyResponseProperties" : {
2425
2455
"type" : " object" ,
2426
2456
"properties" : {
2427
2457
"apiKey" : {
2458
+ "description" : " The User Api Key Generated based on GenerateApiKey flag. This is applicable for non-Portal clients only." ,
2428
2459
"type" : " string" ,
2429
- "description" : " The User Api Key Generated based on ReturnApiKey flag. This is applicable for non-Portal clients only." ,
2430
2460
"x-ms-secret" : true
2431
2461
}
2432
2462
}
Original file line number Diff line number Diff line change 8
8
"200" : {
9
9
"body" : {
10
10
"value" : [
11
- " version1" ,
12
- " version2" ,
13
- " version3"
11
+ {
12
+ "properties" : {
13
+ "version" : " version1"
14
+ }
15
+ }
14
16
]
15
17
}
16
18
}
Original file line number Diff line number Diff line change 9
9
"responses" : {
10
10
"200" : {
11
11
"body" : {
12
- "apiKey" : " AbCdEfGhIjKlMnOpQrStUvWxYz"
12
+ "properties" : {
13
+ "apiKey" : " AbCdEfGhIjKlMnOpQrStUvWxYz"
14
+ }
13
15
}
14
16
}
15
17
}
You can’t perform that action at this time.
0 commit comments