Skip to content

Commit 4e864e8

Browse files
authored
Prepare release for Cdn ga (Azure#29762)
* prepare release for cdn ga
1 parent bf426c8 commit 4e864e8

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

sdk/cdn/Azure.ResourceManager.Cdn/CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,37 @@
11
# Release History
22

3-
## 1.0.0-beta.6 (Unreleased)
3+
## 1.0.0 (2022-07-11)
4+
This is the first stable release of the Azure Cdn management library.
45

56
### Features Added
67

8+
- Added Update methods in resource classes.
9+
710
### Breaking Changes
811

12+
Polishing since last public beta release:
13+
- Changed all the `Afd` prefix to `FrontDoor` prefix.
14+
- Corrected the format of all `Guid` type properties / parameters.
15+
- Corrected the format of all `ResourceIdentifier` type properteis / parameters.
16+
- Corrected the format of all `ResouceType` type properteis / parameters.
17+
- Corrected the format of all `ETag` type properteis / parameters.
18+
- Corrected the format of all `AzureLocation` type properteis / parameters.
19+
- Corrected the format of all binary type properteis / parameters.
20+
- Corrected all acronyms which not follow [.Net Naming Guidelines](https://docs.microsoft.com/dotnet/standard/design-guidelines/naming-guidelines).
21+
- Corrected enumeration name by following [Naming Enumerations Rule](https://docs.microsoft.com/dotnet/standard/design-guidelines/names-of-classes-structs-and-interfaces#naming-enumerations).
22+
- Corrected the suffix of `DateTimeOffset` properties / parameters.
23+
- Optimized the name of some models and properties.
24+
- Flattened property from a read-only model no longer has setters.
25+
926
### Bugs Fixed
1027

28+
- Corrected the return type of `EnableCustomHttps` and `DisableCustomHttps` method.
29+
1130
### Other Changes
1231

32+
- Upgraded dependent `Azure.ResourceManager` to 1.2.0
33+
- Upgraded dependent `Azure.Core` to 1.25.0
34+
1335
## 1.0.0-beta.5 (2022-04-08)
1436

1537
### Breaking Changes

sdk/cdn/Azure.ResourceManager.Cdn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur
99
Install the Azure Cdn management library for .NET with [NuGet](https://www.nuget.org/):
1010

1111
```dotnetcli
12-
dotnet add package Azure.ResourceManager.Cdn --prerelease
12+
dotnet add package Azure.ResourceManager.Cdn
1313
```
1414

1515
### Prerequisites

sdk/cdn/Azure.ResourceManager.Cdn/src/Azure.ResourceManager.Cdn.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.0.0-beta.6</Version>
3+
<Version>1.0.0</Version>
44
<PackageId>Azure.ResourceManager.Cdn</PackageId>
55
<Description>Azure Resource Manager client SDK for Azure resource provider cdn</Description>
66
<PackageTags>azure;management;arm;resource manager;cdn</PackageTags>

0 commit comments

Comments
 (0)