Skip to content

Commit 30e7908

Browse files
authored
[Automation] Generate Fluent Lite from Swagger servicenetworking#2024-05-01-preview (#42128)
1 parent 79070c4 commit 30e7908

File tree

136 files changed

+6357
-1094
lines changed

Some content is hidden

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

136 files changed

+6357
-1094
lines changed

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

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

3-
## 1.1.0-beta.1 (Unreleased)
3+
## 1.1.0-beta.1 (2024-09-30)
4+
5+
- Azure Resource Manager TrafficController client library for Java. This package contains Microsoft Azure SDK for TrafficController Management SDK. Traffic Controller Provider management API. Package tag 2024-05-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
46

57
### Features Added
68

7-
### Breaking Changes
9+
* `models.WafSecurityPolicy` was added
10+
11+
* `models.SecurityPolicyConfigurationsUpdate` was added
12+
13+
* `models.SecurityPolicy$Update` was added
14+
15+
* `models.SecurityPoliciesInterfaces` was added
16+
17+
* `models.SecurityPolicyListResult` was added
18+
19+
* `models.SecurityPolicy$UpdateStages` was added
20+
21+
* `models.SecurityPolicy$DefinitionStages` was added
22+
23+
* `models.TrafficControllerUpdateProperties` was added
24+
25+
* `models.SecurityPolicyProperties` was added
26+
27+
* `models.SecurityPolicyConfigurations` was added
28+
29+
* `models.SecurityPolicyUpdate` was added
30+
31+
* `models.SecurityPolicy` was added
32+
33+
* `models.SecurityPolicy$Definition` was added
34+
35+
* `models.SecurityPolicyUpdateProperties` was added
36+
37+
* `models.WafPolicy` was added
38+
39+
* `models.WafSecurityPolicyUpdate` was added
40+
41+
* `models.WafPolicyUpdate` was added
42+
43+
* `models.PolicyType` was added
44+
45+
#### `models.FrontendListResult` was modified
46+
47+
* `fromJson(com.azure.json.JsonReader)` was added
48+
* `toJson(com.azure.json.JsonWriter)` was added
49+
50+
#### `models.TrafficControllerUpdate` was modified
51+
52+
* `withProperties(models.TrafficControllerUpdateProperties)` was added
53+
* `fromJson(com.azure.json.JsonReader)` was added
54+
* `properties()` was added
55+
* `toJson(com.azure.json.JsonWriter)` was added
56+
57+
#### `TrafficControllerManager` was modified
58+
59+
* `securityPoliciesInterfaces()` was added
60+
61+
#### `models.AssociationUpdate` was modified
62+
63+
* `fromJson(com.azure.json.JsonReader)` was added
64+
* `toJson(com.azure.json.JsonWriter)` was added
65+
66+
#### `models.AssociationSubnet` was modified
67+
68+
* `toJson(com.azure.json.JsonWriter)` was added
69+
* `fromJson(com.azure.json.JsonReader)` was added
70+
71+
#### `models.OperationListResult` was modified
72+
73+
* `toJson(com.azure.json.JsonWriter)` was added
74+
* `fromJson(com.azure.json.JsonReader)` was added
75+
76+
#### `models.AssociationSubnetUpdate` was modified
77+
78+
* `fromJson(com.azure.json.JsonReader)` was added
79+
* `toJson(com.azure.json.JsonWriter)` was added
80+
81+
#### `models.OperationDisplay` was modified
82+
83+
* `fromJson(com.azure.json.JsonReader)` was added
84+
* `toJson(com.azure.json.JsonWriter)` was added
85+
86+
#### `models.TrafficControllerProperties` was modified
87+
88+
* `fromJson(com.azure.json.JsonReader)` was added
89+
* `securityPolicyConfigurations()` was added
90+
* `toJson(com.azure.json.JsonWriter)` was added
91+
* `withSecurityPolicyConfigurations(models.SecurityPolicyConfigurations)` was added
92+
* `securityPolicies()` was added
93+
94+
#### `models.FrontendUpdate` was modified
95+
96+
* `fromJson(com.azure.json.JsonReader)` was added
97+
* `toJson(com.azure.json.JsonWriter)` was added
98+
99+
#### `models.AssociationListResult` was modified
100+
101+
* `toJson(com.azure.json.JsonWriter)` was added
102+
* `fromJson(com.azure.json.JsonReader)` was added
103+
104+
#### `models.AssociationProperties` was modified
105+
106+
* `toJson(com.azure.json.JsonWriter)` was added
107+
* `fromJson(com.azure.json.JsonReader)` was added
108+
109+
#### `models.ResourceId` was modified
110+
111+
* `fromJson(com.azure.json.JsonReader)` was added
112+
* `toJson(com.azure.json.JsonWriter)` was added
113+
114+
#### `models.TrafficController$Update` was modified
115+
116+
* `withProperties(models.TrafficControllerUpdateProperties)` was added
117+
118+
#### `models.TrafficControllerListResult` was modified
119+
120+
* `fromJson(com.azure.json.JsonReader)` was added
121+
* `toJson(com.azure.json.JsonWriter)` was added
122+
123+
#### `models.AssociationUpdateProperties` was modified
124+
125+
* `fromJson(com.azure.json.JsonReader)` was added
126+
* `toJson(com.azure.json.JsonWriter)` was added
8127

9-
### Bugs Fixed
128+
#### `models.FrontendProperties` was modified
10129

11-
### Other Changes
130+
* `fromJson(com.azure.json.JsonReader)` was added
131+
* `toJson(com.azure.json.JsonWriter)` was added
12132

13133
## 1.0.0 (2023-11-27)
14134

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

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

33
Azure Resource Manager TrafficController client library for Java.
44

5-
This package contains Microsoft Azure SDK for TrafficController Management SDK. Traffic Controller Provider management API. Package tag package-2023-11-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 TrafficController Management SDK. Traffic Controller Provider management API. Package tag 2024-05-01-preview. 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

@@ -32,7 +32,7 @@ Various documentation is available to help you get started
3232
<dependency>
3333
<groupId>com.azure.resourcemanager</groupId>
3434
<artifactId>azure-resourcemanager-servicenetworking</artifactId>
35-
<version>1.0.0</version>
35+
<version>1.1.0-beta.1</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})
@@ -45,15 +45,11 @@ Azure Management Libraries require a `TokenCredential` implementation for authen
4545

4646
### Authentication
4747

48-
By default, Microsoft Entra ID token authentication depends on correct configuration of the following environment variables.
48+
Microsoft Entra ID token authentication relies on the [credential class][azure_identity_credentials] from [Azure Identity][azure_identity] package.
4949

50-
- `AZURE_CLIENT_ID` for Azure client ID.
51-
- `AZURE_TENANT_ID` for Azure tenant ID.
52-
- `AZURE_CLIENT_SECRET` or `AZURE_CLIENT_CERTIFICATE_PATH` for client secret or client certificate.
50+
Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment variable.
5351

54-
In addition, Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment variable.
55-
56-
With above configuration, `azure` client can be authenticated using the following code:
52+
Assuming the use of the `DefaultAzureCredential` credential class, the client can be authenticated using the following code:
5753

5854
```java
5955
AzureProfile profile = new AzureProfile(AzureEnvironment.AZURE);
@@ -97,6 +93,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
9793
[jdk]: https://learn.microsoft.com/azure/developer/java/fundamentals/
9894
[azure_subscription]: https://azure.microsoft.com/free/
9995
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/identity/azure-identity
96+
[azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/identity/azure-identity#credentials
10097
[azure_core_http_netty]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core-http-netty
10198
[authenticate]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/resourcemanager/docs/AUTH.md
10299
[design]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/resourcemanager/docs/DESIGN.md

0 commit comments

Comments
 (0)