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

Adding new profile hybrid_2019_03_01 for dotnet #5822

Merged
merged 3 commits into from
May 1, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Fixes for resources RP
  • Loading branch information
dsgouda committed May 1, 2019
commit 3411d01bb7d722fce2058bb97e7f3b275a2f1065
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ batch:

### Profile: hybrid_2018_03_01

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

``` yaml $(csharp-profile)=='hybrid_2018_03_01'
namespace: Microsoft.Azure.Management.Profiles.$(csharp-profile).Authorization
Expand Down Expand Up @@ -100,7 +100,7 @@ batch:

### Profile: hybrid_2019_03_01

These settings apply only when `--profile=hybrid_2019_03_01` is specified on the command line.
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.$(csharp-profile).Authorization
Expand Down
4 changes: 2 additions & 2 deletions specification/dns/resource-manager/readme.csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ csharp:

### Profile: hybrid_2018_03_01

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

```yaml $(csharp-profile)=='hybrid_2018_03_01'
namespace: Microsoft.Azure.Management.Profiles.$(csharp-profile).Dns
Expand All @@ -39,7 +39,7 @@ skip-simplifier-on-namespace:

### Profile: profile_2017_03_09

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

``` yaml $(csharp-profile)=='profile_2017_03_09'
namespace: Microsoft.Azure.Management.Profiles.$(csharp-profile).Dns
Expand Down
4 changes: 2 additions & 2 deletions specification/keyvault/resource-manager/readme.csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ batch:

### Profile: hybrid_2018_03_01

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

```yaml $(csharp-profile)=='hybrid_2018_03_01'
namespace: Microsoft.Azure.Management.Profiles.$(csharp-profile).KeyVault
Expand All @@ -44,7 +44,7 @@ batch:

### Profile: profile_2017_03_09

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

``` yaml $(csharp-profile)=='profile_2017_03_09'
namespace: Microsoft.Azure.Management.Profiles.$(csharp-profile).KeyVault
Expand Down
10 changes: 1 addition & 9 deletions specification/monitor/resource-manager/readme.csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Please also specify `--csharp-sdks-folder=<path to "SDKs" directory of your azur
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)
``` yaml $(csharp) && !$(multiapi) && !$(csharp-profile)
csharp:
azure-arm: true
payload-flattening-threshold: 1
Expand All @@ -22,14 +22,6 @@ csharp:
clear-output-folder: true
```

``` yaml $(csharp) && !$(multiapi) && !$(csharp-profile)
namespace: Microsoft.Azure.Management.Monitor
output-folder: $(csharp-sdks-folder)/Monitor/Management.Monitor/Generated
```

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

### Profile: hybrid_2019_03_01

These settings apply only when `--csharp-profile=hybrid_2019_03_01` is specified on the command line.
Expand Down
4 changes: 2 additions & 2 deletions specification/network/resource-manager/readme.csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ batch:

### Profile: hybrid_2018_03_01

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

```yaml $(csharp-profile)=='hybrid_2018_03_01'
namespace: Microsoft.Azure.Management.Profiles.$(csharp-profile).Network
Expand All @@ -50,7 +50,7 @@ batch:

### Profile: profile_2017_03_09

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

``` yaml $(csharp-profile)=='profile_2017_03_09'
namespace: Microsoft.Azure.Management.Profiles.$(csharp-profile).Network
Expand Down
5 changes: 4 additions & 1 deletion specification/resources/resource-manager/readme.csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,5 +302,8 @@ namespace: Microsoft.Azure.Management.Profiles.$(csharp-profile).ResourceManager
output-folder: $(csharp-sdks-folder)/$(csharp-profile)/Resource/Management.ResourceManager/Generated

batch:
- tag: profile-hybrid-2019-03-01
- tag: package-policy-2016-12
- tag: package-locks-2016-09
- tag: package-subscriptions-2016-06
- tag: package-resources-2018-05
```
4 changes: 2 additions & 2 deletions specification/storage/resource-manager/readme.csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ batch:

### Profile: hybrid_2018_03_01

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

```yaml $(csharp-profile)=='hybrid_2018_03_01'
namespace: Microsoft.Azure.Management.Profiles.$(csharp-profile).Storage
Expand All @@ -50,7 +50,7 @@ batch:

### Profile: profile_2017_03_09

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

```yaml $(csharp-profile)=='profile_2017_03_09'
namespace: Microsoft.Azure.Management.Profiles.$(csharp-profile).Storage
Expand Down
2 changes: 1 addition & 1 deletion specification/web/resource-manager/readme.csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ batch:

### Profile: hybrid_2018_03_01

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

```yaml $(csharp-profile)=='hybrid_2018_03_01'
namespace: Microsoft.Azure.Management.Profiles.$(csharp-profile).WebSites
Expand Down