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/edgezones/azure-resourcemanager-edgezones/CHANGELOG.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.3 (Unreleased)
3
+
## 1.0.0-beta.4 (Unreleased)
4
4
5
5
### Features Added
6
6
@@ -10,6 +10,30 @@
10
10
11
11
### Other Changes
12
12
13
+
## 1.0.0-beta.3 (2026-05-08)
14
+
15
+
- Azure Resource Manager Edge Zones client library for Java. This package contains Microsoft Azure SDK for Edge Zones Management SDK. Package api-version 2024-04-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
*`OperationDisplay()` was changed to private access
30
+
*`validate()` was removed
31
+
32
+
#### `models.ExtendedZoneProperties` was modified
33
+
34
+
*`ExtendedZoneProperties()` was changed to private access
35
+
*`validate()` was removed
36
+
13
37
## 1.0.0-beta.2 (2024-12-04)
14
38
15
39
- Azure Resource Manager Edge Zones client library for Java. This package contains Microsoft Azure SDK for Edge Zones Management SDK. Package tag package-2024-04-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
Copy file name to clipboardExpand all lines: sdk/edgezones/azure-resourcemanager-edgezones/README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Azure Resource Manager Edge Zones client library for Java.
4
4
5
-
This package contains Microsoft Azure SDK for Edge Zones Management SDK. Package tag package-2024-04-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
5
+
This package contains Microsoft Azure SDK for Edge Zones Management SDK. Package api-version 2024-04-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
6
6
7
7
## We'd love to hear your feedback
8
8
@@ -52,15 +52,15 @@ Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment
52
52
Assuming the use of the `DefaultAzureCredential` credential class, the client can be authenticated using the following code:
<name>Microsoft Azure SDK for Edge Zones Management</name>
21
-
<description>This package contains Microsoft Azure SDK for Edge Zones Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Package tag package-2024-04-01-preview.</description>
21
+
<description>This package contains Microsoft Azure SDK for Edge Zones Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Package api-version 2024-04-01-preview.</description>
Copy file name to clipboardExpand all lines: sdk/edgezones/azure-resourcemanager-edgezones/src/main/java/com/azure/resourcemanager/edgezones/EdgeZonesManager.java
+17-10Lines changed: 17 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
2
// Licensed under the MIT License.
3
-
// Code generated by Microsoft (R) AutoRest Code Generator.
3
+
// Code generated by Microsoft (R) TypeSpec Code Generator.
Copy file name to clipboardExpand all lines: sdk/edgezones/azure-resourcemanager-edgezones/src/main/java/com/azure/resourcemanager/edgezones/fluent/EdgeZonesManagementClient.java
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,37 +1,37 @@
1
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
2
// Licensed under the MIT License.
3
-
// Code generated by Microsoft (R) AutoRest Code Generator.
3
+
// Code generated by Microsoft (R) TypeSpec Code Generator.
Copy file name to clipboardExpand all lines: sdk/edgezones/azure-resourcemanager-edgezones/src/main/java/com/azure/resourcemanager/edgezones/fluent/ExtendedZonesClient.java
+22-22Lines changed: 22 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
2
// Licensed under the MIT License.
3
-
// Code generated by Microsoft (R) AutoRest Code Generator.
3
+
// Code generated by Microsoft (R) TypeSpec Code Generator.
0 commit comments