Commit ca571e3
Swagger updates to address docs and sdk issues (#2139)
* added extension properties to Get & GetNode
* fix indentation
* fix indentation
* changed description text
* Adding new API version (2017-05-15-preview). No other changes made (#2)
Adding new API version (2017-05-15-preview). Only three new resources added and all others reference the previous version.
- Added resources:
- SoftwareUpdateConfiguration
- SoftwareUpdateConfigurationRun
- SoftwareUpdateConfigurationMachineRun
- Validations:
- Autorest azure validations passed
- x-ms-examples validated with no errors
* Updated tag in global configuration
Updated tag in global configuration to use the latest api version as per azure PR review comment
* - Fixed 2 typos in URLs (#4)
- Moved parameters inside operations as it was not showing properly in documentation.
* Fixing merge error
Fixing merge error
* Fixing merge error
Fixing merge error
* swagger updates to address docs and sdk issues (#5)
* Changed property type to integer
* includedUpdateClassifications to scalar integer
* model as string
* type to string
* Created adhoc property to allow code generation of enum with bitfield values since it seems that autorest doesn't support birfields and generate the enum only for string type property
* test
* Removed readonly attribute from name to allow setting outside constructor
* Fixed parameter type and replaced reference to parameter with actual definition
* removed descriminator property
* trying modelAsString with false
* modeled includedUpdateClassifications as string as deserialization was failing
* - First letter capital for better looking doc
- Replaces referece to paramaters with actual definitions on all resources
- Cleaned common definition file
* fixed x-ms-enum without enum on same level error in code generation
* removed subid/rg/aa parameters to simplify sdk
* added paemeters tat path level to avoid passing as arguments in sdk
* more fixes
* more fixes
* fixing more parameters
* Added missing automationAccountName parameter
* made resourceGroupName passed in function for account resource
* made schedule info requred property
* moved filter parameter for better sdk parameter ordering
* ran auto indent on files
* Reformatted the file to use two-spaced indentation as per recommendation.
* Fixing API version in definitions.json1 parent 1f90a24 commit ca571e3
6 files changed
Lines changed: 959 additions & 937 deletions
File tree
- specification/automation/resource-manager/Microsoft.Automation
- 2015-10-31
- 2017-05-15-preview
Lines changed: 42 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
36 | 41 | | |
37 | 42 | | |
38 | 43 | | |
| |||
88 | 93 | | |
89 | 94 | | |
90 | 95 | | |
91 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
92 | 102 | | |
93 | 103 | | |
94 | 104 | | |
| |||
150 | 160 | | |
151 | 161 | | |
152 | 162 | | |
153 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
154 | 169 | | |
155 | 170 | | |
156 | 171 | | |
| |||
197 | 212 | | |
198 | 213 | | |
199 | 214 | | |
200 | | - | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
201 | 221 | | |
202 | 222 | | |
203 | 223 | | |
| |||
246 | 266 | | |
247 | 267 | | |
248 | 268 | | |
249 | | - | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
250 | 275 | | |
251 | 276 | | |
252 | 277 | | |
| |||
362 | 387 | | |
363 | 388 | | |
364 | 389 | | |
365 | | - | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
366 | 396 | | |
367 | 397 | | |
368 | 398 | | |
| |||
421 | 451 | | |
422 | 452 | | |
423 | 453 | | |
424 | | - | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
425 | 460 | | |
426 | 461 | | |
427 | 462 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3755 | 3755 | | |
3756 | 3756 | | |
3757 | 3757 | | |
3758 | | - | |
3759 | | - | |
| 3758 | + | |
3760 | 3759 | | |
3761 | 3760 | | |
3762 | 3761 | | |
0 commit comments