Skip to content

Commit a235e16

Browse files
[HDInsight] Onboard new SDK (Azure#38256)
1 parent 2387e70 commit a235e16

File tree

203 files changed

+18843
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

203 files changed

+18843
-1
lines changed

.vscode/cspell.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,8 +492,11 @@
492492
"filename": "**/sdk/hdinsight/**/*.cs",
493493
"words": [
494494
"aadds",
495+
"flink",
495496
"ldaps",
496-
"oaep"
497+
"llap",
498+
"oaep",
499+
"trino"
497500
]
498501
},
499502
{
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.1.32210.238
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.HDInsight.Containers", "src\Azure.ResourceManager.HDInsight.Containers.csproj", "{DBF468B2-A449-4A35-A689-3E92A3FD4D73}"
7+
EndProject
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.HDInsight.Containers.Tests", "tests\Azure.ResourceManager.HDInsight.Containers.Tests.csproj", "{B7D2C045-BB36-4F9F-8690-30281BBA053C}"
9+
EndProject
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.HDInsight.Containers.Samples", "samples\Azure.ResourceManager.HDInsight.Containers.Samples.csproj", "{B39400C4-2035-4031-8749-DBA35C21C092}"
11+
EndProject
12+
Global
13+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
14+
Debug|Any CPU = Debug|Any CPU
15+
Debug|x64 = Debug|x64
16+
Debug|x86 = Debug|x86
17+
Release|Any CPU = Release|Any CPU
18+
Release|x64 = Release|x64
19+
Release|x86 = Release|x86
20+
EndGlobalSection
21+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
22+
{DBF468B2-A449-4A35-A689-3E92A3FD4D73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23+
{DBF468B2-A449-4A35-A689-3E92A3FD4D73}.Debug|Any CPU.Build.0 = Debug|Any CPU
24+
{DBF468B2-A449-4A35-A689-3E92A3FD4D73}.Debug|x64.ActiveCfg = Debug|Any CPU
25+
{DBF468B2-A449-4A35-A689-3E92A3FD4D73}.Debug|x64.Build.0 = Debug|Any CPU
26+
{DBF468B2-A449-4A35-A689-3E92A3FD4D73}.Debug|x86.ActiveCfg = Debug|Any CPU
27+
{DBF468B2-A449-4A35-A689-3E92A3FD4D73}.Debug|x86.Build.0 = Debug|Any CPU
28+
{DBF468B2-A449-4A35-A689-3E92A3FD4D73}.Release|Any CPU.ActiveCfg = Release|Any CPU
29+
{DBF468B2-A449-4A35-A689-3E92A3FD4D73}.Release|Any CPU.Build.0 = Release|Any CPU
30+
{DBF468B2-A449-4A35-A689-3E92A3FD4D73}.Release|x64.ActiveCfg = Release|Any CPU
31+
{DBF468B2-A449-4A35-A689-3E92A3FD4D73}.Release|x64.Build.0 = Release|Any CPU
32+
{DBF468B2-A449-4A35-A689-3E92A3FD4D73}.Release|x86.ActiveCfg = Release|Any CPU
33+
{DBF468B2-A449-4A35-A689-3E92A3FD4D73}.Release|x86.Build.0 = Release|Any CPU
34+
{B7D2C045-BB36-4F9F-8690-30281BBA053C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
35+
{B7D2C045-BB36-4F9F-8690-30281BBA053C}.Debug|Any CPU.Build.0 = Debug|Any CPU
36+
{B7D2C045-BB36-4F9F-8690-30281BBA053C}.Debug|x64.ActiveCfg = Debug|Any CPU
37+
{B7D2C045-BB36-4F9F-8690-30281BBA053C}.Debug|x64.Build.0 = Debug|Any CPU
38+
{B7D2C045-BB36-4F9F-8690-30281BBA053C}.Debug|x86.ActiveCfg = Debug|Any CPU
39+
{B7D2C045-BB36-4F9F-8690-30281BBA053C}.Debug|x86.Build.0 = Debug|Any CPU
40+
{B7D2C045-BB36-4F9F-8690-30281BBA053C}.Release|Any CPU.ActiveCfg = Release|Any CPU
41+
{B7D2C045-BB36-4F9F-8690-30281BBA053C}.Release|Any CPU.Build.0 = Release|Any CPU
42+
{B7D2C045-BB36-4F9F-8690-30281BBA053C}.Release|x64.ActiveCfg = Release|Any CPU
43+
{B7D2C045-BB36-4F9F-8690-30281BBA053C}.Release|x64.Build.0 = Release|Any CPU
44+
{B7D2C045-BB36-4F9F-8690-30281BBA053C}.Release|x86.ActiveCfg = Release|Any CPU
45+
{B7D2C045-BB36-4F9F-8690-30281BBA053C}.Release|x86.Build.0 = Release|Any CPU
46+
{B39400C4-2035-4031-8749-DBA35C21C092}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
47+
{B39400C4-2035-4031-8749-DBA35C21C092}.Debug|Any CPU.Build.0 = Debug|Any CPU
48+
{B39400C4-2035-4031-8749-DBA35C21C092}.Debug|x64.ActiveCfg = Debug|Any CPU
49+
{B39400C4-2035-4031-8749-DBA35C21C092}.Debug|x64.Build.0 = Debug|Any CPU
50+
{B39400C4-2035-4031-8749-DBA35C21C092}.Debug|x86.ActiveCfg = Debug|Any CPU
51+
{B39400C4-2035-4031-8749-DBA35C21C092}.Debug|x86.Build.0 = Debug|Any CPU
52+
{B39400C4-2035-4031-8749-DBA35C21C092}.Release|Any CPU.ActiveCfg = Release|Any CPU
53+
{B39400C4-2035-4031-8749-DBA35C21C092}.Release|Any CPU.Build.0 = Release|Any CPU
54+
{B39400C4-2035-4031-8749-DBA35C21C092}.Release|x64.ActiveCfg = Release|Any CPU
55+
{B39400C4-2035-4031-8749-DBA35C21C092}.Release|x64.Build.0 = Release|Any CPU
56+
{B39400C4-2035-4031-8749-DBA35C21C092}.Release|x86.ActiveCfg = Release|Any CPU
57+
{B39400C4-2035-4031-8749-DBA35C21C092}.Release|x86.Build.0 = Release|Any CPU
58+
EndGlobalSection
59+
GlobalSection(SolutionProperties) = preSolution
60+
HideSolutionNode = FALSE
61+
EndGlobalSection
62+
GlobalSection(ExtensibilityGlobals) = postSolution
63+
SolutionGuid = {E3A896F4-2DC7-4700-B4A1-95D1CE88C840}
64+
EndGlobalSection
65+
EndGlobal
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Release History
2+
3+
## 1.0.0-beta.1 (2023-08-28)
4+
5+
### General New Features
6+
7+
This package follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html), and provides many core capabilities:
8+
9+
- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET.
10+
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing.
11+
- HTTP pipeline with custom policies.
12+
- Better error-handling.
13+
- Support uniform telemetry across all languages.
14+
15+
This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues).
16+
17+
> NOTE: For more information about unified authentication, refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<!--
3+
Add any shared properties you want for the projects under this package directory that need to be set before the auto imported Directory.Build.props
4+
-->
5+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., Directory.Build.props))\Directory.Build.props" />
6+
</Project>

0 commit comments

Comments
 (0)