-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing csharp multi profiles (#4092)
* Fixing csharp multi profiles * minor fix * fixing network * unused * unused * FIxing dns
- Loading branch information
1 parent
a7ea4fc
commit a5c4e51
Showing
10 changed files
with
153 additions
and
17 deletions.
There are no files selected for viewing
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
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
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,53 @@ | ||
# C# Compute | ||
|
||
> see https://aka.ms/autorest | ||
This is the AutoRest configuration file for DNS. | ||
|
||
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>`. | ||
|
||
## Common C# settings | ||
|
||
## 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 | ||
payload-flattening-threshold: 2 | ||
clear-output-folder: true | ||
``` | ||
### Profile: hybrid_2018_03_01 | ||
These settings apply only when `--profile=hybrid_2018_03_01` is specified on the command line. | ||
|
||
```yaml $(profile)=='hybrid_2018_03_01' | ||
namespace: Microsoft.Azure.Management.Profiles.$(profile).Dns | ||
output-folder: $(csharp-sdks-folder)/$(profile)/Dns/Management.Dns/Generated | ||
batch: | ||
- tag: package-2016-04 | ||
skip-simplifier-on-namespace: | ||
- System.Net | ||
``` | ||
|
||
### Profile: profile_2017_03_09 | ||
|
||
These settings apply only when `--profile=profile_2017_03_09` is specified on the command line. | ||
|
||
``` yaml $(profile)=='profile_2017_03_09' | ||
namespace: Microsoft.Azure.Management.Profiles.$(profile).Dns | ||
output-folder: $(csharp-sdks-folder)/$(profile)/Dns/Management.Dns/Generated | ||
batch: | ||
- tag: package-2016-04 | ||
skip-simplifier-on-namespace: | ||
- System.Net | ||
``` |
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
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
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
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
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
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
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