|
1 | | -| Gitter | AppVeyor (Windows) | |
2 | | -|--------------------------|--------------------------| |
3 | | -| [![gitter-image][]][gitter-site] | [![av-image][]][av-site] | |
4 | | - |
5 | | -[av-image]: https://ci.appveyor.com/api/projects/status/lx8ibbw9wjlpsu8u |
6 | | -[av-site]: https://ci.appveyor.com/project/PowerShell/psswagger |
7 | | -[gitter-image]: https://badges.gitter.im/PowerShell/PSSwagger.svg |
8 | | -[gitter-site]: https://gitter.im/PowerShell/PSSwagger |
9 | 1 |
|
10 | 2 | # PSSwagger
|
11 | 3 |
|
12 | 4 | A PowerShell module with commands to generate the PowerShell commands for a given RESTful Web Services using Swagger/OpenAPI documents.
|
13 | 5 |
|
| 6 | +*PSSwagger is no longer being developed*, but do not fret! AutoRest is now able to generate cmdlets directly, without needing PSSwagger. Please refer to: https://devblogs.microsoft.com/powershell/cmdlets-via-autorest/ |
| 7 | + |
| 8 | +This repository remains available for reference but pull requests and new issues will not be monitored. |
| 9 | + |
14 | 10 | # PSSwagger Documentation
|
15 | 11 |
|
16 | 12 | ## PSSwagger commands
|
|
0 commit comments