Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion specification/resources/resource-manager/readme.csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,5 @@ output-folder: $(csharp-sdks-folder)/$(csharp-profile)/Resource/Management.Resou
batch:
- tag: package-policy-2016-12
- tag: package-locks-2016-09
- tag: package-subscriptions-2016-06
- tag: package-resources-2018-05
```
13 changes: 12 additions & 1 deletion specification/subscription/resource-manager/readme.csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,15 @@ namespace: Microsoft.Azure.Management.Profiles.$(profile).Subscription
output-folder: $(csharp-sdks-folder)/$(profile)/Subscription/Management.Subscription/Generated
batch:
- tag: package-2017-11-preview
```
```

### Profile: hybrid_2019_03_01

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

``` yaml $(csharp-profile)=='hybrid_2019_03_01'
namespace: Microsoft.Azure.Management.Profiles.$(profile).Subscription
output-folder: $(csharp-sdks-folder)/$(profile)/Subscription/Management.Subscription/Generated
batch:
- tag: package-2016-06-01
```
10 changes: 10 additions & 0 deletions specification/subscription/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,14 @@ regenerate-manager: true
generate-interface: true
```

### Tag: package-2016-06-01

These settings apply only when `--tag=package-2016-06-01` is specified on the command line.

``` yaml $(tag) == 'package-2016-06-01'
input-file:
- Microsoft.Subscription/stable/2016-06-01/subscriptions.json
title: SubscriptionClient
description: The subscription client
```