Skip to content

Commit 7ca801d

Browse files
author
SDKAuto
committed
CodeGen from PR 26452 in Azure/azure-rest-api-specs
Merge bf59bf7479f3ed03c922f42efaff8b95b324e245 into 9464b7e7f74c6676d729095492575c4331ca144f
1 parent aa3a102 commit 7ca801d

File tree

149 files changed

+1372
-6307
lines changed

Some content is hidden

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

149 files changed

+1372
-6307
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Release History
22

3-
## 1.0.0-beta.7 (Unreleased)
3+
## 1.0.0-beta.1 (2023-10-31)
4+
5+
- Azure Resource Manager ContainerAppsApi client library for Java. This package contains Microsoft Azure SDK for ContainerAppsApi Management SDK. Package tag package-2023-05. 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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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-appcontainers</artifactId>
35-
<version>1.0.0-beta.6</version>
35+
<version>1.0.0-beta.7</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})
@@ -45,7 +45,7 @@ Azure Management Libraries require a `TokenCredential` implementation for authen
4545

4646
### Authentication
4747

48-
By default, Azure Active Directory token authentication depends on correct configuration of the following environment variables.
48+
By default, Microsoft Entra ID token authentication depends on correct configuration of the following environment variables.
4949

5050
- `AZURE_CLIENT_ID` for Azure client ID.
5151
- `AZURE_TENANT_ID` for Azure tenant ID.
@@ -94,7 +94,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
9494
<!-- LINKS -->
9595
[survey]: https://microsoft.qualtrics.com/jfe/form/SV_ehN0lIk2FKEBkwd?Q_CHL=DOCS
9696
[docs]: https://azure.github.io/azure-sdk-for-java/
97-
[jdk]: https://docs.microsoft.com/java/azure/jdk/
97+
[jdk]: https://learn.microsoft.com/azure/developer/java/fundamentals/
9898
[azure_subscription]: https://azure.microsoft.com/free/
9999
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/identity/azure-identity
100100
[azure_core_http_netty]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core-http-netty

sdk/appcontainers/azure-resourcemanager-appcontainers/src/main/java/com/azure/resourcemanager/appcontainers/ContainerAppsApiManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ public ContainerAppsApiManager authenticate(TokenCredential credential, AzurePro
295295
.append("-")
296296
.append("com.azure.resourcemanager.appcontainers")
297297
.append("/")
298-
.append("1.0.0-beta.6");
298+
.append("1.0.0-beta.1");
299299
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
300300
userAgentBuilder
301301
.append(" (")

sdk/appcontainers/azure-resourcemanager-appcontainers/src/main/java/com/azure/resourcemanager/appcontainers/fluent/models/AvailableWorkloadProfileInner.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
import com.azure.core.annotation.Fluent;
88
import com.azure.core.management.ProxyResource;
9+
import com.azure.core.management.SystemData;
910
import com.azure.resourcemanager.appcontainers.models.AvailableWorkloadProfileProperties;
1011
import com.fasterxml.jackson.annotation.JsonProperty;
1112

@@ -24,6 +25,12 @@ public final class AvailableWorkloadProfileInner extends ProxyResource {
2425
@JsonProperty(value = "properties")
2526
private AvailableWorkloadProfileProperties properties;
2627

28+
/*
29+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
30+
*/
31+
@JsonProperty(value = "systemData", access = JsonProperty.Access.WRITE_ONLY)
32+
private SystemData systemData;
33+
2734
/** Creates an instance of AvailableWorkloadProfileInner class. */
2835
public AvailableWorkloadProfileInner() {
2936
}
@@ -68,6 +75,15 @@ public AvailableWorkloadProfileInner withProperties(AvailableWorkloadProfileProp
6875
return this;
6976
}
7077

78+
/**
79+
* Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
80+
*
81+
* @return the systemData value.
82+
*/
83+
public SystemData systemData() {
84+
return this.systemData;
85+
}
86+
7187
/**
7288
* Validates the instance.
7389
*

sdk/appcontainers/azure-resourcemanager-appcontainers/src/main/java/com/azure/resourcemanager/appcontainers/fluent/models/ConnectedEnvironmentStorageInner.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
import com.azure.core.annotation.Fluent;
88
import com.azure.core.management.ProxyResource;
9+
import com.azure.core.management.SystemData;
910
import com.azure.resourcemanager.appcontainers.models.ConnectedEnvironmentStorageProperties;
1011
import com.fasterxml.jackson.annotation.JsonProperty;
1112

@@ -18,6 +19,12 @@ public final class ConnectedEnvironmentStorageInner extends ProxyResource {
1819
@JsonProperty(value = "properties")
1920
private ConnectedEnvironmentStorageProperties properties;
2021

22+
/*
23+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
24+
*/
25+
@JsonProperty(value = "systemData", access = JsonProperty.Access.WRITE_ONLY)
26+
private SystemData systemData;
27+
2128
/** Creates an instance of ConnectedEnvironmentStorageInner class. */
2229
public ConnectedEnvironmentStorageInner() {
2330
}
@@ -42,6 +49,15 @@ public ConnectedEnvironmentStorageInner withProperties(ConnectedEnvironmentStora
4249
return this;
4350
}
4451

52+
/**
53+
* Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
54+
*
55+
* @return the systemData value.
56+
*/
57+
public SystemData systemData() {
58+
return this.systemData;
59+
}
60+
4561
/**
4662
* Validates the instance.
4763
*

sdk/appcontainers/azure-resourcemanager-appcontainers/src/main/java/com/azure/resourcemanager/appcontainers/fluent/models/DaprComponentInner.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
import com.azure.core.annotation.Fluent;
88
import com.azure.core.management.ProxyResource;
9+
import com.azure.core.management.SystemData;
910
import com.azure.resourcemanager.appcontainers.models.DaprMetadata;
1011
import com.azure.resourcemanager.appcontainers.models.Secret;
1112
import com.fasterxml.jackson.annotation.JsonProperty;
@@ -20,6 +21,12 @@ public final class DaprComponentInner extends ProxyResource {
2021
@JsonProperty(value = "properties")
2122
private DaprComponentProperties innerProperties;
2223

24+
/*
25+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
26+
*/
27+
@JsonProperty(value = "systemData", access = JsonProperty.Access.WRITE_ONLY)
28+
private SystemData systemData;
29+
2330
/** Creates an instance of DaprComponentInner class. */
2431
public DaprComponentInner() {
2532
}
@@ -33,6 +40,15 @@ private DaprComponentProperties innerProperties() {
3340
return this.innerProperties;
3441
}
3542

43+
/**
44+
* Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
45+
*
46+
* @return the systemData value.
47+
*/
48+
public SystemData systemData() {
49+
return this.systemData;
50+
}
51+
3652
/**
3753
* Get the componentType property: Component type.
3854
*

sdk/appcontainers/azure-resourcemanager-appcontainers/src/main/java/com/azure/resourcemanager/appcontainers/fluent/models/DiagnosticsInner.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
import com.azure.core.annotation.Fluent;
88
import com.azure.core.management.ProxyResource;
9+
import com.azure.core.management.SystemData;
910
import com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties;
1011
import com.fasterxml.jackson.annotation.JsonProperty;
1112

@@ -18,6 +19,12 @@ public final class DiagnosticsInner extends ProxyResource {
1819
@JsonProperty(value = "properties")
1920
private DiagnosticsProperties properties;
2021

22+
/*
23+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
24+
*/
25+
@JsonProperty(value = "systemData", access = JsonProperty.Access.WRITE_ONLY)
26+
private SystemData systemData;
27+
2128
/** Creates an instance of DiagnosticsInner class. */
2229
public DiagnosticsInner() {
2330
}
@@ -42,6 +49,15 @@ public DiagnosticsInner withProperties(DiagnosticsProperties properties) {
4249
return this;
4350
}
4451

52+
/**
53+
* Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
54+
*
55+
* @return the systemData value.
56+
*/
57+
public SystemData systemData() {
58+
return this.systemData;
59+
}
60+
4561
/**
4662
* Validates the instance.
4763
*

sdk/appcontainers/azure-resourcemanager-appcontainers/src/main/java/com/azure/resourcemanager/appcontainers/fluent/models/ManagedEnvironmentStorageInner.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
import com.azure.core.annotation.Fluent;
88
import com.azure.core.management.ProxyResource;
9+
import com.azure.core.management.SystemData;
910
import com.azure.resourcemanager.appcontainers.models.ManagedEnvironmentStorageProperties;
1011
import com.fasterxml.jackson.annotation.JsonProperty;
1112

@@ -18,6 +19,12 @@ public final class ManagedEnvironmentStorageInner extends ProxyResource {
1819
@JsonProperty(value = "properties")
1920
private ManagedEnvironmentStorageProperties properties;
2021

22+
/*
23+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
24+
*/
25+
@JsonProperty(value = "systemData", access = JsonProperty.Access.WRITE_ONLY)
26+
private SystemData systemData;
27+
2128
/** Creates an instance of ManagedEnvironmentStorageInner class. */
2229
public ManagedEnvironmentStorageInner() {
2330
}
@@ -42,6 +49,15 @@ public ManagedEnvironmentStorageInner withProperties(ManagedEnvironmentStoragePr
4249
return this;
4350
}
4451

52+
/**
53+
* Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
54+
*
55+
* @return the systemData value.
56+
*/
57+
public SystemData systemData() {
58+
return this.systemData;
59+
}
60+
4561
/**
4662
* Validates the instance.
4763
*

sdk/appcontainers/azure-resourcemanager-appcontainers/src/main/java/com/azure/resourcemanager/appcontainers/fluent/models/ReplicaInner.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
import com.azure.core.annotation.Fluent;
88
import com.azure.core.management.ProxyResource;
9+
import com.azure.core.management.SystemData;
910
import com.azure.resourcemanager.appcontainers.models.ContainerAppReplicaRunningState;
1011
import com.azure.resourcemanager.appcontainers.models.ReplicaContainer;
1112
import com.fasterxml.jackson.annotation.JsonProperty;
@@ -21,6 +22,12 @@ public final class ReplicaInner extends ProxyResource {
2122
@JsonProperty(value = "properties")
2223
private ReplicaProperties innerProperties;
2324

25+
/*
26+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
27+
*/
28+
@JsonProperty(value = "systemData", access = JsonProperty.Access.WRITE_ONLY)
29+
private SystemData systemData;
30+
2431
/** Creates an instance of ReplicaInner class. */
2532
public ReplicaInner() {
2633
}
@@ -34,6 +41,15 @@ private ReplicaProperties innerProperties() {
3441
return this.innerProperties;
3542
}
3643

44+
/**
45+
* Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
46+
*
47+
* @return the systemData value.
48+
*/
49+
public SystemData systemData() {
50+
return this.systemData;
51+
}
52+
3753
/**
3854
* Get the createdTime property: Timestamp describing when the pod was created by controller.
3955
*

sdk/appcontainers/azure-resourcemanager-appcontainers/src/main/java/com/azure/resourcemanager/appcontainers/fluent/models/RevisionInner.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
import com.azure.core.annotation.Immutable;
88
import com.azure.core.management.ProxyResource;
9+
import com.azure.core.management.SystemData;
910
import com.azure.resourcemanager.appcontainers.models.RevisionHealthState;
1011
import com.azure.resourcemanager.appcontainers.models.RevisionProvisioningState;
1112
import com.azure.resourcemanager.appcontainers.models.RevisionRunningState;
@@ -22,6 +23,12 @@ public final class RevisionInner extends ProxyResource {
2223
@JsonProperty(value = "properties")
2324
private RevisionProperties innerProperties;
2425

26+
/*
27+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
28+
*/
29+
@JsonProperty(value = "systemData", access = JsonProperty.Access.WRITE_ONLY)
30+
private SystemData systemData;
31+
2532
/** Creates an instance of RevisionInner class. */
2633
public RevisionInner() {
2734
}
@@ -35,6 +42,15 @@ private RevisionProperties innerProperties() {
3542
return this.innerProperties;
3643
}
3744

45+
/**
46+
* Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
47+
*
48+
* @return the systemData value.
49+
*/
50+
public SystemData systemData() {
51+
return this.systemData;
52+
}
53+
3854
/**
3955
* Get the createdTime property: Timestamp describing when the revision was created by controller.
4056
*

0 commit comments

Comments
 (0)