You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/cdn/Azure.ResourceManager.Cdn/CHANGELOG.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,37 @@
1
1
# Release History
2
2
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.
4
5
5
6
### Features Added
6
7
8
+
- Added Update methods in resource classes.
9
+
7
10
### Breaking Changes
8
11
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
+
9
26
### Bugs Fixed
10
27
28
+
- Corrected the return type of `EnableCustomHttps` and `DisableCustomHttps` method.
29
+
11
30
### Other Changes
12
31
32
+
- Upgraded dependent `Azure.ResourceManager` to 1.2.0
0 commit comments