Skip to content

Commit

Permalink
Azure Compute Fleet GA version 2024-11-01 Minor update to Documentati…
Browse files Browse the repository at this point in the history
…on only. (#46541)
  • Loading branch information
rahuls-microsoft authored Oct 18, 2024
1 parent eb9d036 commit 68c2e95
Show file tree
Hide file tree
Showing 42 changed files with 2,637 additions and 67 deletions.
6 changes: 6 additions & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,12 @@
"Drtm",
"Hvci"
]
},
{
"filename": "**/sdk/computefleet/**/*.cs",
"words": [
"Rdma"
]
},
{
"filename": "**/sdk/batch/**/*.cs",
Expand Down
12 changes: 7 additions & 5 deletions sdk/computefleet/Azure.ResourceManager.ComputeFleet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Release History

## 1.0.0-beta.2 (Unreleased)
## 1.0.0 (2024-10-22)

### Features Added

### Breaking Changes

### Bugs Fixed
This package follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html), and provides many core capabilities:

### Other Changes
- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET.
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing.
- HTTP pipeline with custom policies.
- Better error-handling.
- Support uniform telemetry across all languages.

## 1.0.0-beta.1 (2024-08-28)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur
Install the Microsoft Azure Compute Fleet management library for .NET with [NuGet](https://www.nuget.org/):

```dotnetcli
dotnet add package Azure.ResourceManager.ComputeFleet --prerelease
dotnet add package Azure.ResourceManager.ComputeFleet
```

### Prerequisites
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/computefleet/Azure.ResourceManager.ComputeFleet",
"Tag": "net/computefleet/Azure.ResourceManager.ComputeFleet_8c78427dad"
"Tag": "net/computefleet/Azure.ResourceManager.ComputeFleet_f1f5d520b7"
}

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.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-beta.2</Version>
<Version>1.0.0</Version>
<PackageId>Azure.ResourceManager.ComputeFleet</PackageId>
<Description>Azure Resource Manager client SDK for Azure resource provider ComputeFleet.</Description>
<PackageTags>azure;management;arm;resource manager;computefleet</PackageTags>
Expand Down

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

0 comments on commit 68c2e95

Please sign in to comment.