Skip to content

Commit 4f2070b

Browse files
author
SDKAuto
committed
CodeGen from PR 34377 in Azure/azure-rest-api-specs
Merge 78e0498a4342ee4f1afe0a25cca2b241f6cde1cb into 5802c95f18bfba1003be50e545d07f8bb679c857
1 parent 2551f4c commit 4f2070b

201 files changed

Lines changed: 10157 additions & 5061 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

sdk/peering/azure-resourcemanager-peering/CHANGELOG.md

Lines changed: 135 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,145 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2025-05-12)
44

5-
### Features Added
5+
- Azure Resource Manager Peering client library for Java. This package contains Microsoft Azure SDK for Peering Management SDK. Peering Client. Package tag package-2025-05-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
66

77
### Breaking Changes
88

9-
### Bugs Fixed
9+
#### `models.PeerAsn$Update` was modified
1010

11-
### Other Changes
11+
* `withValidationState(models.ValidationState)` was removed
12+
13+
#### `models.LegacyPeerings` was modified
14+
15+
* `list(java.lang.String,models.LegacyPeeringsKind,java.lang.Integer,com.azure.core.util.Context)` was removed
16+
17+
#### `models.PeeringSku` was modified
18+
19+
* `withTier(models.Tier)` was removed
20+
* `withFamily(models.Family)` was removed
21+
* `withSize(models.Size)` was removed
22+
23+
#### `models.PeerAsn$Definition` was modified
24+
25+
* `withValidationState(models.ValidationState)` was removed
26+
27+
### Features Added
28+
29+
* `models.ServiceSpecification` was added
30+
31+
* `models.Protocol` was added
32+
33+
* `models.ConnectionMonitorTest$Update` was added
34+
35+
* `models.LogAnalyticsWorkspaceProperties` was added
36+
37+
* `models.RpUnbilledPrefixes` was added
38+
39+
* `models.ConnectionMonitorTest` was added
40+
41+
* `models.ConnectionMonitorTest$UpdateStages` was added
42+
43+
* `models.ConnectivityProbe` was added
44+
45+
* `models.Command` was added
46+
47+
* `models.ConnectionMonitorTest$DefinitionStages` was added
48+
49+
* `models.LookingGlassOutput` was added
50+
51+
* `models.PreviousConnectionProvisioningState` was added
52+
53+
* `models.ConnectionMonitorTestListResult` was added
54+
55+
* `models.LookingGlass` was added
56+
57+
* `models.Enum11` was added
58+
59+
* `models.ConnectionMonitorTest$Definition` was added
60+
61+
* `models.Enum13` was added
62+
63+
* `models.LookingGlassCommand` was added
64+
65+
* `models.ConnectionMonitorTests` was added
66+
67+
* `models.RpUnbilledPrefix` was added
68+
69+
* `models.LookingGlassSourceType` was added
70+
71+
* `models.MetricDimension` was added
72+
73+
* `models.RpUnbilledPrefixListResult` was added
74+
75+
* `models.MetricSpecification` was added
76+
77+
#### `models.Operation` was modified
78+
79+
* `serviceSpecification()` was added
80+
81+
#### `models.PeeringRegisteredPrefix` was modified
82+
83+
* `validateWithResponse(com.azure.core.util.Context)` was added
84+
* `validate()` was added
85+
86+
#### `models.Peering` was modified
87+
88+
* `connectivityProbes()` was added
89+
90+
#### `models.LegacyPeerings` was modified
91+
92+
* `list(java.lang.String,models.LegacyPeeringsKind,java.lang.Integer,models.DirectPeeringType,com.azure.core.util.Context)` was added
93+
94+
#### `models.PeeringServices` was modified
95+
96+
* `initializeConnectionMonitor()` was added
97+
* `initializeConnectionMonitorWithResponse(com.azure.core.util.Context)` was added
98+
99+
#### `models.PeeringService$Definition` was modified
100+
101+
* `withLogAnalyticsWorkspaceProperties(models.LogAnalyticsWorkspaceProperties)` was added
102+
103+
#### `models.PeeringService` was modified
104+
105+
* `logAnalyticsWorkspaceProperties()` was added
106+
107+
#### `PeeringManager` was modified
108+
109+
* `connectionMonitorTests()` was added
110+
* `rpUnbilledPrefixes()` was added
111+
* `lookingGlass()` was added
112+
113+
#### `models.Peering$Definition` was modified
114+
115+
* `withConnectivityProbes(java.util.List)` was added
116+
117+
#### `models.ExchangeConnection` was modified
118+
119+
* `migrationWorkWindowTracker()` was added
120+
* `withMigrationWorkWindowBgpSessionSameDevice(java.util.Map)` was added
121+
* `migrationWorkWindowBgpSessionSameDevice()` was added
122+
* `withPreviousConnectionProvisioningState(models.PreviousConnectionProvisioningState)` was added
123+
* `previousConnectionProvisioningState()` was added
124+
* `withLastFailureTimeUtc(java.time.OffsetDateTime)` was added
125+
* `withMigrationWorkWindowTracker(java.lang.String)` was added
126+
* `lastFailureTimeUtc()` was added
127+
128+
#### `models.RegisteredPrefixes` was modified
129+
130+
* `validate(java.lang.String,java.lang.String,java.lang.String)` was added
131+
* `validateWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)` was added
132+
133+
#### `models.DirectConnection` was modified
134+
135+
* `withLastFailureTimeUtc(java.time.OffsetDateTime)` was added
136+
* `lastFailureTimeUtc()` was added
137+
* `migrationWorkWindowTracker()` was added
138+
* `withPreviousConnectionProvisioningState(models.PreviousConnectionProvisioningState)` was added
139+
* `previousConnectionProvisioningState()` was added
140+
* `migrationWorkWindowBgpSessionSameDevice()` was added
141+
* `withMigrationWorkWindowBgpSessionSameDevice(java.util.Map)` was added
142+
* `withMigrationWorkWindowTracker(java.lang.String)` was added
12143

13144
## 1.0.0 (2024-12-25)
14145

sdk/peering/azure-resourcemanager-peering/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Azure Resource Manager Peering client library for Java.
44

5-
This package contains Microsoft Azure SDK for Peering Management SDK. Peering Client. Package tag package-2021-01-01. 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 Peering Management SDK. Peering Client. Package tag package-2025-05-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
66

77
## We'd love to hear your feedback
88

@@ -52,15 +52,15 @@ Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment
5252
Assuming the use of the `DefaultAzureCredential` credential class, the client can be authenticated using the following code:
5353

5454
```java
55-
AzureProfile profile = new AzureProfile(AzureEnvironment.AZURE);
55+
AzureProfile profile = new AzureProfile(AzureCloud.AZURE_PUBLIC_CLOUD);
5656
TokenCredential credential = new DefaultAzureCredentialBuilder()
5757
.authorityHost(profile.getEnvironment().getActiveDirectoryEndpoint())
5858
.build();
5959
PeeringManager manager = PeeringManager
6060
.authenticate(credential, profile);
6161
```
6262

63-
The sample code assumes global Azure. Please change `AzureEnvironment.AZURE` variable if otherwise.
63+
The sample code assumes global Azure. Please change the `AzureCloud.AZURE_PUBLIC_CLOUD` variable if otherwise.
6464

6565
See [Authentication][authenticate] for more options.
6666

@@ -100,5 +100,3 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
100100
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
101101
[coc]: https://opensource.microsoft.com/codeofconduct/
102102
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
103-
104-

0 commit comments

Comments
 (0)