Skip to content

Commit

Permalink
Azure Lab Services 2021-11-15-preview mangement api minor version bum…
Browse files Browse the repository at this point in the history
…p to 4.1.0 (Azure#29396)

* Azure Lab Services Minor version update to 4.1.0: Bug fix - LabServicesClient now exposes public constructor

* Azure Lab Services: updated assemblyVersion

* Updates to address PR comments

* Updates to address PR comments to change the version from 1.0.0-beta.1 to 4.1.0-beta.1

* Updates to address PR comments - removed extra space
  • Loading branch information
kthatipally authored and sofiar-msft committed Dec 7, 2022
1 parent 40163db commit 7359a5a
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Release History

## 4.1.0-preview (2022-07)
- This release corresponds to the 2021-11-15-preview API version.
- Bugs Fixed:LabServicesClient constructors are now public

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.

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
Expand Up @@ -4,13 +4,14 @@
<!-- Please do not move/edit code below this line -->

<PropertyGroup>
<Version>4.0.0</Version>
<Version>4.1.0-beta.1</Version>
<Description>Microsoft.Azure.Management.LabServices</Description>
<AssemblyName>Microsoft.Azure.Management.LabServices</AssemblyName>
<PackageId>Microsoft.Azure.Management.LabServices</PackageId>
<PackageTags>LabServices;ManagedLabs;</PackageTags>
<PackageReleaseNotes>Release api version 2021-11-15-preview.</PackageReleaseNotes>
<ProjectGuid>{B2143F8C-A1B8-4042-ACAB-CB7797E24C9F}</ProjectGuid>
<PackageReleaseNotes>Azure management client SDK for Azure resource provider Microsoft.Azure.Management.LabServices.
This is a beta preview vesion. Bugs Fixed:LabServicesClient constructors are now public</PackageReleaseNotes>
<ProjectGuid>{B2143F8C-A1B8-4042-ACAB-CB7797E24C9F}</ProjectGuid>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>$(SdkTargetFx)</TargetFrameworks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

[assembly: AssemblyTitle("Microsoft Azure Lab Services Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Lab Services Resources.")]
[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("4.0.0.0")]
[assembly: AssemblyVersion("4.1.0")]
[assembly: AssemblyFileVersion("4.1.0-beta.1")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down

0 comments on commit 7359a5a

Please sign in to comment.