Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Resources] Fix version and release notes for resources #21102

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Copy link
Contributor Author

@shenglol shenglol May 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because there are resources types using preview API versions, we could not drop the preview suffix. Since our last PR contains changes for two API version, I feel like it'd be better to bump the minor 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