-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.NET SDK Resource Provider:'OperationalInsights' (#5794)
REST Spec PR 'Azure/azure-rest-api-specs#5645' REST Spec PR Author 'arolshan' REST Spec PR Last commit
- Loading branch information
Showing
61 changed files
with
2,671 additions
and
6,515 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,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 /> | ||
<AzureApiTag>OperationalInsights_2015-11-01-preview;</AzureApiTag> | ||
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags> | ||
</PropertyGroup> | ||
</Project> |
515 changes: 285 additions & 230 deletions
515
...onalInsights/Management/Management.OperationalInsights/Generated/DataSourcesOperations.cs
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.
7a187c4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
When will this code be next released into Nuget? - I'm having hell right now without the constructor that takes HttpClient when using this in fan-out functions in Azure and socket exhaustion. The latest code in nuget requires a HttpClientHandler still, do you know of any workaround to share HttpClientHandler across functions in order to avoid a new creation each time?
I've got HttpClientFactory working nicely in my functions but its useless with OperationalManagementClient until this code is released :(
7a187c4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@arolshan PTAL