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

[StorageCache] .NET SDK release for GA of Microsoft Azure HPC Storage Cache service. #8599

Merged
merged 29 commits into from
Nov 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
00a5e64
Auto generated .Net SDK for storagecache.
romahamu Oct 3, 2019
811274e
Tests for storagecache .Net SDK.
romahamu Oct 3, 2019
4ba77ea
Add negative tests for storage cache and clfs storage targets.
romahamu Oct 4, 2019
bd5ba3a
Switch to 2019-11-01 API version.
romahamu Oct 14, 2019
b0eed47
Fix SKU and Kind for CLFS storage targets.
romahamu Oct 14, 2019
4930494
Fix CLFS storage target tests.
romahamu Oct 15, 2019
b475e56
Blocks until storage target ProvisioningState is as expected.
romahamu Oct 15, 2019
6da9597
Add storage account contributor role test for CLFS storage target.
romahamu Oct 18, 2019
2e930ae
Add helper method to raise exception.
romahamu Oct 18, 2019
96f4489
Wait optionally for storage target to complete and fix wait for cache…
romahamu Oct 18, 2019
b15d8ea
Generate SDK based on new API changes.
romahamu Oct 21, 2019
c6f223d
Add namespace to generate.ps1
romahamu Oct 21, 2019
5a6bfc4
Add authorization package.
romahamu Oct 21, 2019
79b8458
Add required metadata file for storagecache sdk.
romahamu Oct 21, 2019
0b7e593
Fix typos and some parameter descriptions.
romahamu Oct 21, 2019
0771c68
Do not wait for state while running in playback mode.
romahamu Oct 24, 2019
7a4ed02
Add storage account access rules.
romahamu Oct 24, 2019
cfdaa1f
Enable cache flush test.
romahamu Oct 24, 2019
8d9f02b
Update auto generated SDK with new swagger changes.
romahamu Nov 3, 2019
4495d93
Add fake subscription id for invalid subscription test.
romahamu Nov 3, 2019
8b3c805
Add constant for storage cache resource provider principal id.
romahamu Nov 3, 2019
639ca06
Remove query parameter deleagation handler.
romahamu Nov 3, 2019
af989d2
Fix linting in storage account helper.
romahamu Nov 3, 2019
823d111
Handle retry on particular cloud error exception message.
romahamu Nov 3, 2019
94763d6
Added storage account fixture so that clfs storage target tests can s…
romahamu Nov 3, 2019
972629f
Fix project information.
romahamu Nov 3, 2019
586310c
Fix assemply information
romahamu Nov 3, 2019
5209d52
Add sessions records
romahamu Nov 3, 2019
4a66954
Merge branch 'master' into romahamu/storagecache_internal
romahamu Nov 3, 2019
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
14 changes: 14 additions & 0 deletions eng/mgmt/mgmtmetadata/storagecache_resource-manager.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Installing AutoRest version: latest
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/storagecache/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp.namespace=Microsoft.Azure.Management.StorageCache --csharp.output-folder=C:\Avere\service\azure-sdk-for-net\sdk\storagecache\Microsoft.Azure.Management.StorageCache\src\Generated
2019-11-03 01:10:11 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 42d8ead1da60419364bfa289632e1402c858d05f
AutoRest information
Requested version: latest
Bootstrapper version: autorest@2.0.4283
Original file line number Diff line number Diff line change
@@ -0,0 +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>StorageCache_2019-11-01;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29306.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.StorageCache", "src\Microsoft.Azure.Management.StorageCache.csproj", "{A45B304F-3F45-4D45-8CC8-C3DD45E4783B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.StorageCache.Tests", "tests\Microsoft.Azure.Management.StorageCache.Tests.csproj", "{5E20AB81-9A4E-449D-916F-5175A432613F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A45B304F-3F45-4D45-8CC8-C3DD45E4783B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A45B304F-3F45-4D45-8CC8-C3DD45E4783B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A45B304F-3F45-4D45-8CC8-C3DD45E4783B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A45B304F-3F45-4D45-8CC8-C3DD45E4783B}.Release|Any CPU.Build.0 = Release|Any CPU
{5E20AB81-9A4E-449D-916F-5175A432613F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E20AB81-9A4E-449D-916F-5175A432613F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E20AB81-9A4E-449D-916F-5175A432613F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E20AB81-9A4E-449D-916F-5175A432613F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6C505D51-DB85-434A-9F98-D355E3183AD1}
EndGlobalSection
EndGlobal
Loading