Skip to content

Commit 2d12039

Browse files
author
SDKAuto
committed
CodeGen from PR 29773 in Azure/azure-rest-api-specs
Merge 2d98f96c30b7bfa8e98b49634d5d265645e56baf into 90fcec87cf1892a1aae071e7c50317398f45e92c
1 parent ef44352 commit 2d12039

File tree

124 files changed

+3184
-3093
lines changed

Some content is hidden

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

124 files changed

+3184
-3093
lines changed

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

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

3-
## 1.1.0-beta.2 (Unreleased)
3+
## 1.0.0-beta.1 (2024-07-31)
4+
5+
- Azure Resource Manager Nginx client library for Java. This package contains Microsoft Azure SDK for Nginx Management SDK. Package tag package-2024-06-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.AnalysisCreateConfig` was added
10+
11+
* `models.ScaleProfileCapacity` was added
12+
13+
* `models.WebApplicationFirewallSettings` was added
14+
15+
* `models.AnalysisDiagnostic` was added
16+
17+
* `models.NginxDeploymentPropertiesNginxAppProtect` was added
18+
19+
* `models.NginxCertificateErrorResponseBody` was added
20+
21+
* `models.WebApplicationFirewallComponentVersions` was added
22+
23+
* `models.WebApplicationFirewallStatus` was added
24+
25+
* `models.ActivationState` was added
26+
27+
* `models.WebApplicationFirewallPackage` was added
28+
29+
* `models.AutoUpgradeProfile` was added
30+
31+
* `models.NginxDeploymentUpdatePropertiesNginxAppProtect` was added
32+
33+
* `models.AnalysisCreate` was added
34+
35+
* `models.ScaleProfile` was added
36+
37+
* `models.AnalysisResultData` was added
38+
39+
* `models.AnalysisResult` was added
40+
41+
#### `models.IdentityProperties` was modified
42+
43+
* `fromJson(com.azure.json.JsonReader)` was added
44+
* `toJson(com.azure.json.JsonWriter)` was added
45+
46+
#### `models.OperationListResult` was modified
47+
48+
* `fromJson(com.azure.json.JsonReader)` was added
49+
* `toJson(com.azure.json.JsonWriter)` was added
50+
51+
#### `models.NginxConfigurationFile` was modified
52+
53+
* `fromJson(com.azure.json.JsonReader)` was added
54+
* `toJson(com.azure.json.JsonWriter)` was added
55+
56+
#### `models.UserIdentityProperties` was modified
57+
58+
* `toJson(com.azure.json.JsonWriter)` was added
59+
* `fromJson(com.azure.json.JsonReader)` was added
60+
61+
#### `models.NginxNetworkInterfaceConfiguration` was modified
62+
63+
* `toJson(com.azure.json.JsonWriter)` was added
64+
* `fromJson(com.azure.json.JsonReader)` was added
65+
66+
#### `models.NginxDeploymentListResponse` was modified
67+
68+
* `fromJson(com.azure.json.JsonReader)` was added
69+
* `toJson(com.azure.json.JsonWriter)` was added
70+
71+
#### `models.NginxDeploymentScalingProperties` was modified
72+
73+
* `toJson(com.azure.json.JsonWriter)` was added
74+
* `profiles()` was added
75+
* `withProfiles(java.util.List)` was added
76+
* `fromJson(com.azure.json.JsonReader)` was added
77+
78+
#### `models.NginxConfigurationListResponse` was modified
79+
80+
* `fromJson(com.azure.json.JsonReader)` was added
81+
* `toJson(com.azure.json.JsonWriter)` was added
82+
83+
#### `models.NginxDeploymentUpdateParameters` was modified
84+
85+
* `fromJson(com.azure.json.JsonReader)` was added
86+
* `toJson(com.azure.json.JsonWriter)` was added
87+
88+
#### `models.NginxFrontendIpConfiguration` was modified
89+
90+
* `fromJson(com.azure.json.JsonReader)` was added
91+
* `toJson(com.azure.json.JsonWriter)` was added
92+
93+
#### `models.Configurations` was modified
94+
95+
* `analysisWithResponse(java.lang.String,java.lang.String,java.lang.String,models.AnalysisCreate,com.azure.core.util.Context)` was added
96+
* `analysis(java.lang.String,java.lang.String,java.lang.String)` was added
97+
98+
#### `models.OperationDisplay` was modified
99+
100+
* `toJson(com.azure.json.JsonWriter)` was added
101+
* `fromJson(com.azure.json.JsonReader)` was added
102+
103+
#### `models.NginxDeploymentUserProfile` was modified
104+
105+
* `fromJson(com.azure.json.JsonReader)` was added
106+
* `toJson(com.azure.json.JsonWriter)` was added
107+
108+
#### `models.NginxPublicIpAddress` was modified
109+
110+
* `toJson(com.azure.json.JsonWriter)` was added
111+
* `fromJson(com.azure.json.JsonReader)` was added
112+
113+
#### `models.NginxConfigurationPackage` was modified
114+
115+
* `toJson(com.azure.json.JsonWriter)` was added
116+
* `fromJson(com.azure.json.JsonReader)` was added
117+
118+
#### `models.NginxDeploymentUpdateProperties` was modified
119+
120+
* `nginxAppProtect()` was added
121+
* `autoUpgradeProfile()` was added
122+
* `withAutoUpgradeProfile(models.AutoUpgradeProfile)` was added
123+
* `fromJson(com.azure.json.JsonReader)` was added
124+
* `toJson(com.azure.json.JsonWriter)` was added
125+
* `withNginxAppProtect(models.NginxDeploymentUpdatePropertiesNginxAppProtect)` was added
126+
127+
#### `models.NginxLogging` was modified
128+
129+
* `toJson(com.azure.json.JsonWriter)` was added
130+
* `fromJson(com.azure.json.JsonReader)` was added
131+
132+
#### `models.NginxDeploymentProperties` was modified
133+
134+
* `nginxAppProtect()` was added
135+
* `withNginxAppProtect(models.NginxDeploymentPropertiesNginxAppProtect)` was added
136+
* `withAutoUpgradeProfile(models.AutoUpgradeProfile)` was added
137+
* `toJson(com.azure.json.JsonWriter)` was added
138+
* `autoUpgradeProfile()` was added
139+
* `fromJson(com.azure.json.JsonReader)` was added
140+
141+
#### `models.ResourceSku` was modified
142+
143+
* `fromJson(com.azure.json.JsonReader)` was added
144+
* `toJson(com.azure.json.JsonWriter)` was added
145+
146+
#### `models.NginxCertificateProperties` was modified
147+
148+
* `toJson(com.azure.json.JsonWriter)` was added
149+
* `certificateError()` was added
150+
* `keyVaultSecretCreated()` was added
151+
* `sha1Thumbprint()` was added
152+
* `withCertificateError(models.NginxCertificateErrorResponseBody)` was added
153+
* `keyVaultSecretVersion()` was added
154+
* `fromJson(com.azure.json.JsonReader)` was added
155+
156+
#### `models.NginxNetworkProfile` was modified
157+
158+
* `fromJson(com.azure.json.JsonReader)` was added
159+
* `toJson(com.azure.json.JsonWriter)` was added
160+
161+
#### `models.NginxStorageAccount` was modified
162+
163+
* `fromJson(com.azure.json.JsonReader)` was added
164+
* `toJson(com.azure.json.JsonWriter)` was added
165+
166+
#### `models.NginxCertificateListResponse` was modified
167+
168+
* `fromJson(com.azure.json.JsonReader)` was added
169+
* `toJson(com.azure.json.JsonWriter)` was added
170+
171+
#### `models.NginxConfiguration` was modified
172+
173+
* `analysis()` was added
174+
* `analysisWithResponse(models.AnalysisCreate,com.azure.core.util.Context)` was added
175+
176+
#### `models.NginxConfigurationProperties` was modified
177+
178+
* `toJson(com.azure.json.JsonWriter)` was added
179+
* `fromJson(com.azure.json.JsonReader)` was added
8180

9-
### Bugs Fixed
181+
#### `models.NginxPrivateIpAddress` was modified
10182

11-
### Other Changes
183+
* `fromJson(com.azure.json.JsonReader)` was added
184+
* `toJson(com.azure.json.JsonWriter)` was added
12185

13186
## 1.1.0-beta.1 (2024-05-20)
14187

sdk/nginx/azure-resourcemanager-nginx/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 Nginx client library for Java.
44

5-
This package contains Microsoft Azure SDK for Nginx Management SDK. Package tag package-2024-01-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 Nginx Management SDK. Package tag package-2024-06-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-nginx</artifactId>
35-
<version>1.1.0-beta.1</version>
35+
<version>1.1.0-beta.2</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)