Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thetonymaster/nutanix-autorest
https://github.com/thetonymaster/nutanix-autorest
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thetonymaster/nutanix-autorest
- Owner: thetonymaster
- Created: 2018-09-24T02:20:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T18:12:27.000Z (about 6 years ago)
- Last Synced: 2024-10-21T19:35:10.723Z (2 months ago)
- Language: Shell
- Size: 575 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TimesWire Search
> see https://aka.ms/autorest
This is the AutoRest configuration file for ServerManagement.
---
## Getting Started
To build the SDK for ServerManagement, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run:> `autorest`
To see additional help and options, run:
> `autorest --help`
---## Configuration
### Basic Information
These are the global settings for the ServerManagement API.``` yaml
use: "@microsoft.azure/autorest.incubator@preview"
input-file: swagger.json
namespace: Nutanix.Powershellpowershell:
clear-output-folder: true
output-folder: generated```