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

[ElasticSan] Preview refresh of ElasticSan API version 2022-12-01 #37717

Merged
merged 5 commits into from
Jul 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30309.148
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FE69A640-C572-4EE6-B221-5D477FB6CA6F}") = "Azure.ResourceManager.ElasticSan", "src\Azure.ResourceManager.ElasticSan.csproj", "{BEA00890-2EA2-41D3-9E4F-A1719665DD30}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.ElasticSan", "src\Azure.ResourceManager.ElasticSan.csproj", "{BEA00890-2EA2-41D3-9E4F-A1719665DD30}"
EndProject
Project("{FE69A640-C572-4EE6-B221-5D477FB6CA6F}") = "Azure.ResourceManager.ElasticSan.Tests", "tests\Azure.ResourceManager.ElasticSan.Tests.csproj", "{D338961A-0DA5-49C0-A186-C2EADCD59EDF}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.ElasticSan.Tests", "tests\Azure.ResourceManager.ElasticSan.Tests.csproj", "{D338961A-0DA5-49C0-A186-C2EADCD59EDF}"
EndProject
Project("{FE69A640-C572-4EE6-B221-5D477FB6CA6F}") = "Azure.ResourceManager.ElasticSan.Samples", "samples\Azure.ResourceManager.ElasticSan.Samples.csproj", "{F52C3F32-493F-40C0-AD5B-FA095845A6C8}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.ElasticSan.Samples", "samples\Azure.ResourceManager.ElasticSan.Samples.csproj", "{F52C3F32-493F-40C0-AD5B-FA095845A6C8}"
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6A7D8D43-D917-49BD-B643-7BEA9FDE9AF5}
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Expand Down Expand Up @@ -49,5 +43,23 @@ Global
{D338961A-0DA5-49C0-A186-C2EADCD59EDF}.Release|x64.Build.0 = Release|Any CPU
{D338961A-0DA5-49C0-A186-C2EADCD59EDF}.Release|x86.ActiveCfg = Release|Any CPU
{D338961A-0DA5-49C0-A186-C2EADCD59EDF}.Release|x86.Build.0 = Release|Any CPU
{F52C3F32-493F-40C0-AD5B-FA095845A6C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F52C3F32-493F-40C0-AD5B-FA095845A6C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F52C3F32-493F-40C0-AD5B-FA095845A6C8}.Debug|x64.ActiveCfg = Debug|Any CPU
{F52C3F32-493F-40C0-AD5B-FA095845A6C8}.Debug|x64.Build.0 = Debug|Any CPU
{F52C3F32-493F-40C0-AD5B-FA095845A6C8}.Debug|x86.ActiveCfg = Debug|Any CPU
{F52C3F32-493F-40C0-AD5B-FA095845A6C8}.Debug|x86.Build.0 = Debug|Any CPU
{F52C3F32-493F-40C0-AD5B-FA095845A6C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F52C3F32-493F-40C0-AD5B-FA095845A6C8}.Release|Any CPU.Build.0 = Release|Any CPU
{F52C3F32-493F-40C0-AD5B-FA095845A6C8}.Release|x64.ActiveCfg = Release|Any CPU
{F52C3F32-493F-40C0-AD5B-FA095845A6C8}.Release|x64.Build.0 = Release|Any CPU
{F52C3F32-493F-40C0-AD5B-FA095845A6C8}.Release|x86.ActiveCfg = Release|Any CPU
{F52C3F32-493F-40C0-AD5B-FA095845A6C8}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6A7D8D43-D917-49BD-B643-7BEA9FDE9AF5}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

### Features Added

- Supported private endpoints for ElasticSan

### Breaking Changes

### Bugs Fixed
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/elasticsan/Azure.ResourceManager.ElasticSan",
"Tag": "net/elasticsan/Azure.ResourceManager.ElasticSan_211fba6ee7"
"Tag": "net/elasticsan/Azure.ResourceManager.ElasticSan_229c79a266"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Azure.Identity"/>
<PackageReference Include="NUnit" />
<PackageReference Include="NUnit3TestAdapter" />
<PackageReference Include="Azure.Identity" />
<PackageReference Include="NUnit" />
<PackageReference Include="NUnit3TestAdapter" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\src\Azure.ResourceManager.ElasticSan.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Generated\" />
<Folder Include="Generated\Samples\" />
</ItemGroup>
</Project>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

Loading