forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cumulative commit message: (Azure#9031)
commit 9e551f0 Author: bganapa <bganapa@microsoft.com> Date: Tue Nov 12 11:44:22 2019 -0800 Reset to Stackadmin2 (Azure#7766)
- Loading branch information
Showing
2 changed files
with
57 additions
and
1 deletion.
There are no files selected for viewing
57 changes: 57 additions & 0 deletions
57
specification/azsadmin/resource-manager/deployment/readme.azsautogen.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# Deployment Admin | ||
|
||
> see https://aka.ms/autorest | ||
This is the AutoRest configuration file for Deployment Admin. | ||
|
||
--- | ||
## Getting Started | ||
To build the SDK for Deployment Admin, 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 Deployment Resource Provider API. | ||
|
||
``` yaml | ||
title: DeploymentAdminClient | ||
description: Deployment Admin Client | ||
openapi-type: arm | ||
tag: package-2019-01-01 | ||
``` | ||
``` yaml | ||
input-file: | ||
- $(this-folder)/Microsoft.Deployment.Admin/preview/2019-01-01/Deployment.json | ||
- $(this-folder)/Microsoft.Deployment.Admin/preview/2019-01-01/ActionPlan.json | ||
- $(this-folder)/Microsoft.Deployment.Admin/preview/2019-01-01/ActionPlanOperation.json | ||
- $(this-folder)/Microsoft.Deployment.Admin/preview/2019-01-01/FileContainer.json | ||
- $(this-folder)/Microsoft.Deployment.Admin/preview/2019-01-01/ProductDeployment.json | ||
- $(this-folder)/Microsoft.Deployment.Admin/preview/2019-01-01/ProductPackage.json | ||
- $(this-folder)/Microsoft.Deployment.Admin/preview/2019-01-01/ProductSecret.json | ||
``` | ||
--- | ||
# Code Generation | ||
## C# | ||
These settings apply only when `--csharp` is specified on the command line. | ||
Please also specify `--csharp-sdks-folder=<path to "SDKs" directory of your azure-sdk-for-net clone>`. | ||
|
||
``` yaml $(csharp) | ||
csharp: | ||
azure-arm: true | ||
license-header: MICROSOFT_MIT_NO_VERSION | ||
namespace: Microsoft.AzureStack.Management.Deployment.Admin | ||
payload-flattening-threshold: 1 | ||
output-folder: $(csharp-sdks-folder)/Generated | ||
clear-output-folder: true | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters