Skip to content

Commit

Permalink
Release Azure.ResourceManager.ContainerServiceFleet (#39106)
Browse files Browse the repository at this point in the history
* Release Azure.ResourceManager.ContainerServiceFleet

* update
  • Loading branch information
ArthurMa1978 authored Oct 7, 2023
1 parent 7cb32da commit 4e63f11
Show file tree
Hide file tree
Showing 109 changed files with 1,840 additions and 1,848 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30309.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{1AD596F6-F64F-497A-A3D6-A6B8AB08A680}") = "Azure.ResourceManager.DatabaseFleetManager", "src\Azure.ResourceManager.DatabaseFleetManager.csproj", "{848F28F3-DA60-4234-A348-872B4D46BDF2}"
Project("{1AD596F6-F64F-497A-A3D6-A6B8AB08A680}") = "Azure.ResourceManager.ContainerServiceFleet", "src\Azure.ResourceManager.ContainerServiceFleet.csproj", "{848F28F3-DA60-4234-A348-872B4D46BDF2}"
EndProject
Project("{1AD596F6-F64F-497A-A3D6-A6B8AB08A680}") = "Azure.ResourceManager.DatabaseFleetManager.Tests", "tests\Azure.ResourceManager.DatabaseFleetManager.Tests.csproj", "{BAFD4CFA-48E6-4408-8054-0C62C3B2196D}"
Project("{1AD596F6-F64F-497A-A3D6-A6B8AB08A680}") = "Azure.ResourceManager.ContainerServiceFleet.Tests", "tests\Azure.ResourceManager.ContainerServiceFleet.Tests.csproj", "{BAFD4CFA-48E6-4408-8054-0C62C3B2196D}"
EndProject
Project("{1AD596F6-F64F-497A-A3D6-A6B8AB08A680}") = "Azure.ResourceManager.DatabaseFleetManager.Samples", "samples\Azure.ResourceManager.DatabaseFleetManager.Samples.csproj", "{AB50CDAA-32F7-484A-A1B8-CAB0E95B8E33}"
Project("{1AD596F6-F64F-497A-A3D6-A6B8AB08A680}") = "Azure.ResourceManager.ContainerServiceFleet.Samples", "samples\Azure.ResourceManager.ContainerServiceFleet.Samples.csproj", "{AB50CDAA-32F7-484A-A1B8-CAB0E95B8E33}"
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
# Release History

## 1.0.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.1 (2023-09-26)
## 1.0.0-beta.1 (2023-10-05)

### General New Features

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Microsoft Azure Database Fleet Manager management client library for .NET

Azure Database Fleet Manager empowers Azure SQL customers who have adopted database scale-out to achieve more by simplifying implementation and operation.
Microsoft Azure Kubernetes Fleet Manager (Fleet) enables multi-cluster and at-scale scenarios for Azure Kubernetes Service (AKS) clusters. A Fleet resource creates a cluster that can be used to manage other member clusters.

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

Expand All @@ -14,10 +14,10 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur

### Install the package

Install the Microsoft Azure Fleet management library for .NET with [NuGet](https://www.nuget.org/):
Install the Microsoft Azure Kubernetes Fleet Manager management library for .NET with [NuGet](https://www.nuget.org/):

```dotnetcli
dotnet add package Azure.ResourceManager.DatabaseFleetManager --prerelease
dotnet add package Azure.ResourceManager.ContainerServiceFleet --prerelease
```

### Prerequisites
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/<service name>/Azure.ResourceManager.DatabaseFleetManager",
"TagPrefix": "net/<service name>/Azure.ResourceManager.ContainerServiceFleet",
"Tag": ""
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<PackageReference Include="NUnit3TestAdapter" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\src\Azure.ResourceManager.DatabaseFleetManager.csproj" />
<ProjectReference Include="..\src\Azure.ResourceManager.ContainerServiceFleet.csproj" />
</ItemGroup>
</Project>

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

Loading

0 comments on commit 4e63f11

Please sign in to comment.