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

Azure Data Share: Publish .NET SDKs for a new version 1.2.0 (2020-09-01) #18870

Merged
merged 21 commits into from
Mar 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
619de4b
Publish .NET SDKs for Azure Data Share
ahermas Feb 18, 2021
2d8c9bd
Update the packagetag in generate.ps1 to 2020-09-01
ahermas Feb 18, 2021
06963c7
Update eng/mgmt/mgmtmetadata/datashare_resource-manager.txt
ahermas Feb 18, 2021
4168971
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-net i…
ahermas Feb 22, 2021
98bc270
Update files
ahermas Feb 23, 2021
ff175f2
Publish .net sdk for 2020-09-01
ahermas Feb 26, 2021
024647e
Update tests and got sessionrecords updated
ahermas Mar 11, 2021
ab96b42
Add the updated SessionRecords json files
ahermas Mar 11, 2021
365d43a
Update after sync
ahermas Mar 11, 2021
9685ce2
Updated AccountCrud(contains DELETE)
ahermas Mar 11, 2021
a3d51f3
Update json
ahermas Mar 11, 2021
a4a0e2f
Rerun to update DataShareE2E.json
ahermas Mar 11, 2021
f6cd4b8
More updates to the tests and json
ahermas Mar 11, 2021
59ba267
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-net i…
ahermas Mar 11, 2021
fb87397
Re-ran generate.ps1 due to ci errors
ahermas Mar 11, 2021
3f29c90
Used latest autorest tag in generate.ps1 file
ahermas Mar 11, 2021
8ca020b
After running autorest manually on cmd
ahermas Mar 12, 2021
8476a02
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-net i…
ahermas Mar 15, 2021
22ae37b
Updated npm
ahermas Mar 15, 2021
7ccb61d
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-net i…
ahermas Mar 16, 2021
5a92c13
Updated generate.ps1 script to remove the package after updating defa…
ahermas Mar 16, 2021
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
10 changes: 5 additions & 5 deletions eng/mgmt/mgmtmetadata/datashare_resource-manager.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Installing AutoRest version: 2.0.4413
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/datashare/resource-manager/readme.md --csharp --version=2.0.4413 --reflect-api-versions --tag=package-2019-11-01 --csharp-sdks-folder=F:\azure-sdk-for-net\sdk
2020-03-23 22:27:13 UTC
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/datashare/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\Users\ahermas\source\repos\azure-sdk-for-net\sdk
2021-03-16 03:52:18 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 9505236faa86b99b6dc58b5655d8e1c4a758d89c
Commit: 3f3a82ed7731b6a212c0a62c7798259d44c99181
AutoRest information
Requested version: 2.0.4413
Requested version: v2
Bootstrapper version: [email protected]
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>DataShare_2019-11-01;</AzureApiTag>
<AzureApiTag>DataShare_2020-09-01;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading