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/dnsresolver/Azure.ResourceManager.DnsResolver/CHANGELOG.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,28 @@
1
1
# Release History
2
2
3
-
## 1.2.0-beta.1 (2024-10-18)
3
+
## 1.2.0-beta.1 (2024-10-24)
4
4
5
5
### Features Added
6
6
7
-
- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
8
-
- Exposed `JsonModelWriteCore` for model serialization procedure.
7
+
- Upgraded api-version tag from 'package-2022-07' to 'package-preview-2023-07'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/b26a190235f162b15d77dad889d104d06871fb4f/specification/dnsresolver/resource-manager/readme.md.
9
8
- Add DNS Security Policy functionality for the following resources:
10
9
- DNS Security Policy
11
10
- DNS Security Policy Links
12
11
- Dns Security Rules
13
12
- DNS Resolver Domain Lists
13
+
- Enabled the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
14
+
- Exposed `JsonModelWriteCore` for model serialization procedure.
15
+
16
+
### Other Changes
17
+
18
+
- Upgraded Azure.Core from 1.36.0 to 1.44.1
19
+
- Upgraded Azure.ResourceManager from 1.9.0 to 1.13.0
14
20
15
21
## 1.1.0 (2023-11-27)
16
22
17
23
### Features Added
18
24
19
-
-Enable mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.
25
+
-Enabled mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.
20
26
21
27
### Other Changes
22
28
@@ -26,7 +32,7 @@
26
32
27
33
### Features Added
28
34
29
-
-Enable the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder).
35
+
-Enabled the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder).
0 commit comments