Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rest Spec Path Storage #6334

Merged
merged 1 commit into from
Jun 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions specification/storage/resource-manager/readme.csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,24 @@ This is the AutoRest configuration file for DNS.

## Common C# Settings

``` yaml $(csharp)
```yaml $(csharp)
csharp:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
license-header: MICROSOFT_MIT_NO_VERSION
clear-output-folder: true
```

``` yaml $(csharp) && !$(multiapi) && !$(csharp-profile)
```yaml $(csharp) && !$(multiapi) && !$(csharp-profile)
payload-flattening-threshold: 2
namespace: Microsoft.Azure.Management.Storage
output-folder: $(csharp-sdks-folder)/Storage/Management.Storage/Generated
output-folder: $(csharp-sdks-folder)/storage/Microsoft.Azure.Management.Storage/src/Generated
```

## Batch settings

These settings are for batch mode only: (ie, add `--multiapi` to the command line )

``` yaml $(multiapi)
```yaml $(multiapi)
namespace: Microsoft.Azure.Management.Storage.$(ApiVersionName)
output-folder: $(csharp-sdks-folder)/$(ApiVersionName)/Generated

Expand Down Expand Up @@ -63,9 +64,9 @@ batch:

These settings apply only when `--csharp-profile=hybrid_2019_03_01` is specified on the command line.

``` yaml $(csharp-profile)=='hybrid_2019_03_01'
```yaml $(csharp-profile)=='hybrid_2019_03_01'
namespace: Microsoft.Azure.Management.Profiles.$(csharp-profile).Storage
output-folder: $(csharp-sdks-folder)/$(csharp-profile)/Storage/Management.Storage/Generated
batch:
- tag: profile-hybrid-2019-03-01
```
```