forked from Azure/azure-sdk-for-net
-
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.
Service fabric support for Managed Clusters (Azure#13858)
* generationg sdk from specs and adding tests * update with latest changes from swagger specs * update with latest changes from swagger and update tests * add managed clusters test session recordings * recored again older tests * fix release note message Co-authored-by: Alfredo Santamaria Gomez <[email protected]>
- Loading branch information
1 parent
ca211eb
commit 478aa2b
Showing
70 changed files
with
26,896 additions
and
2,703 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Installing AutoRest version: latest | ||
Installing AutoRest version: v2 | ||
AutoRest installed successfully. | ||
Commencing code generation | ||
Generating CSharp code | ||
Executing AutoRest command | ||
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/servicefabric/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=E:\code\azure-sdk-for-net\sdk | ||
2019-08-08 17:30:12 UTC | ||
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/servicefabric/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=E:\code\azure-sdk-for-net\sdk | ||
2020-07-30 03:26:11 UTC | ||
Azure-rest-api-specs repository information | ||
GitHub fork: Azure | ||
Branch: master | ||
Commit: 397e41997764b35729dd4f39ec80a0f98c4456eb | ||
Commit: 4873ee82eef44772dec2b6c26d9b5a094c393b21 | ||
AutoRest information | ||
Requested version: latest | ||
Bootstrapper version: [email protected].4283 | ||
Requested version: v2 | ||
Bootstrapper version: [email protected].4413 |
2 changes: 1 addition & 1 deletion
2
sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/AzSdk.RP.props
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file--> | ||
<PropertyGroup> | ||
<AzureApiTag>ServiceFabric_2019-03-01;</AzureApiTag> | ||
<AzureApiTag>ServiceFabric_2020-03-01;ServiceFabric_2020-01-01-preview;</AzureApiTag> | ||
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags> | ||
</PropertyGroup> | ||
</Project> |
24 changes: 16 additions & 8 deletions
24
...crosoft.Azure.Management.ServiceFabric/src/Generated/ApplicationTypeVersionsOperations.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
24 changes: 16 additions & 8 deletions
24
...bric/Microsoft.Azure.Management.ServiceFabric/src/Generated/ApplicationTypesOperations.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.