Skip to content

Commit

Permalink
Fix version and release notes for resources (#21102)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenglol authored Jun 4, 2021
1 parent 3065eaa commit 090e340
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@
Development of this library has shifted focus to the Azure Unified SDK. The future development will be focused on "Azure.ResourceManager.Resources" (https://www.nuget.org/packages/Azure.ResourceManager.Resources/). Please see the package changelog for more information.
</Description>
<AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName>
<Version>3.13.2</Version>
<Version>3.14.0-preview</Version>
<PackageTags>Microsoft Azure resource management;resource management;resource groups;Azure Policy</PackageTags>
<PackageReleaseNotes>
<![CDATA[
This is a public release of the Azure Resource Manager SDK. This release has below changes:
- Add a new value "NoEffect" to the enumeration PropertyChangeType
- Add a new value "Unsupported" to the enumeration ChangeType
- Add a new property UnsupportedReason to the model WhatIfChange
- Add new models: ExtendedLocation and ExtendedLocationType
- Add a new property ExtendedLocation to the model Resource
- Add a new API for Provider Permissions
- Add thirdPartyProviderConsent in provider register API request body
]]>
Expand Down

0 comments on commit 090e340

Please sign in to comment.