Skip to content

Commit e0b7e2b

Browse files
authored
[Automation] Generate Fluent Lite from workloads# (Azure#33842)
* [Automation] External Change * [Automation] Generate Fluent Lite from workloads#
1 parent 0a854e8 commit e0b7e2b

File tree

150 files changed

+1934
-1963
lines changed

Some content is hidden

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

150 files changed

+1934
-1963
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ com.azure.resourcemanager:azure-resourcemanager-servicelinker;1.0.0-beta.2;1.0.0
370370
com.azure.resourcemanager:azure-resourcemanager-appcontainers;1.0.0-beta.4;1.0.0-beta.5
371371
com.azure.resourcemanager:azure-resourcemanager-scvmm;1.0.0-beta.1;1.0.0-beta.2
372372
com.azure.resourcemanager:azure-resourcemanager-hardwaresecuritymodules;1.0.0-beta.1;1.0.0-beta.2
373-
com.azure.resourcemanager:azure-resourcemanager-workloads;1.0.0-beta.2;1.0.0-beta.3
373+
com.azure.resourcemanager:azure-resourcemanager-workloads;1.0.0-beta.2;1.0.0
374374
com.azure.resourcemanager:azure-resourcemanager-confidentialledger;1.0.0-beta.1;1.0.0-beta.2
375375
com.azure.resourcemanager:azure-resourcemanager-dynatrace;1.0.0-beta.2;1.0.0-beta.3
376376
com.azure.resourcemanager:azure-resourcemanager-deviceupdate;1.0.0-beta.2;1.0.0-beta.3

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

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

3-
## 1.0.0-beta.3 (Unreleased)
3+
## 1.0.0 (2023-03-03)
44

5-
### Features Added
5+
- Azure Resource Manager Workloads client library for Java. This package contains Microsoft Azure SDK for Workloads Management SDK. Workloads client provides access to various workload operations.<br>Azure Center for SAP solutions is currently in PREVIEW. See the [Azure Center for SAP solutions - Legal Terms](https://learn.microsoft.com/en-us/legal/azure-center-for-sap-solutions/azure-center-for-sap-solutions-legal-terms) for legal notices applicable to Azure Center for SAP solutions. Package tag package-2023-04. 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.ImageReference` was modified
1010

11-
### Other Changes
11+
* `exactVersion()` was removed
12+
* `withSharedGalleryImageId(java.lang.String)` was removed
13+
* `sharedGalleryImageId()` was removed
1214

1315
## 1.0.0-beta.2 (2023-02-07)
1416

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

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

33
Azure Resource Manager Workloads client library for Java.
44

5-
This package contains Microsoft Azure SDK for Workloads Management SDK. Workloads client provides access to various workload operations. Package tag package-preview-2022-11. 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 Workloads Management SDK. Workloads client provides access to various workload operations.<br>Azure Center for SAP solutions is currently in PREVIEW. See the [Azure Center for SAP solutions - Legal Terms](https://learn.microsoft.com/en-us/legal/azure-center-for-sap-solutions/azure-center-for-sap-solutions-legal-terms) for legal notices applicable to Azure Center for SAP solutions. Package tag package-2023-04. 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-workloads</artifactId>
35-
<version>1.0.0-beta.2</version>
35+
<version>1.0.0</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})

sdk/workloads/azure-resourcemanager-workloads/SAMPLE.md

Lines changed: 498 additions & 496 deletions
Large diffs are not rendered by default.

sdk/workloads/azure-resourcemanager-workloads/pom.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<!--
2+
~ Copyright (c) Microsoft Corporation. All rights reserved.
3+
~ Licensed under the MIT License.
4+
~ Code generated by Microsoft (R) AutoRest Code Generator.
5+
-->
16
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
27
<modelVersion>4.0.0</modelVersion>
38
<parent>
@@ -9,11 +14,11 @@
914

1015
<groupId>com.azure.resourcemanager</groupId>
1116
<artifactId>azure-resourcemanager-workloads</artifactId>
12-
<version>1.0.0-beta.3</version> <!-- {x-version-update;com.azure.resourcemanager:azure-resourcemanager-workloads;current} -->
17+
<version>1.0.0</version> <!-- {x-version-update;com.azure.resourcemanager:azure-resourcemanager-workloads;current} -->
1318
<packaging>jar</packaging>
1419

1520
<name>Microsoft Azure SDK for Workloads Management</name>
16-
<description>This package contains Microsoft Azure SDK for Workloads Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Workloads client provides access to various workload operations. Package tag package-preview-2022-11.</description>
21+
<description>This package contains Microsoft Azure SDK for Workloads Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Workloads client provides access to various workload operations.&lt;br&gt;Azure Center for SAP solutions is currently in PREVIEW. See the [Azure Center for SAP solutions - Legal Terms](https://learn.microsoft.com/en-us/legal/azure-center-for-sap-solutions/azure-center-for-sap-solutions-legal-terms) for legal notices applicable to Azure Center for SAP solutions. Package tag package-2023-04.</description>
1722
<url>https://github.com/Azure/azure-sdk-for-java</url>
1823

1924
<licenses>
@@ -38,7 +43,8 @@
3843
</developers>
3944
<properties>
4045
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
41-
<jacoco.skip>true</jacoco.skip>
46+
<jacoco.min.linecoverage>0</jacoco.min.linecoverage>
47+
<jacoco.min.branchcoverage>0</jacoco.min.branchcoverage>
4248
</properties>
4349
<dependencies>
4450
<dependency>

sdk/workloads/azure-resourcemanager-workloads/src/main/java/com/azure/resourcemanager/workloads/WorkloadsManager.java

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,12 @@
5050
import java.util.Objects;
5151
import java.util.stream.Collectors;
5252

53-
/** Entry point to WorkloadsManager. Workloads client provides access to various workload operations. */
53+
/**
54+
* Entry point to WorkloadsManager. Workloads client provides access to various workload operations.&lt;br&gt;Azure
55+
* Center for SAP solutions is currently in PREVIEW. See the [Azure Center for SAP solutions - Legal
56+
* Terms](https://learn.microsoft.com/en-us/legal/azure-center-for-sap-solutions/azure-center-for-sap-solutions-legal-terms)
57+
* for legal notices applicable to Azure Center for SAP solutions.
58+
*/
5459
public final class WorkloadsManager {
5560
private ResourceProviders resourceProviders;
5661

@@ -235,7 +240,7 @@ public WorkloadsManager authenticate(TokenCredential credential, AzureProfile pr
235240
.append("-")
236241
.append("com.azure.resourcemanager.workloads")
237242
.append("/")
238-
.append("1.0.0-beta.2");
243+
.append("1.0.0");
239244
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
240245
userAgentBuilder
241246
.append(" (")

sdk/workloads/azure-resourcemanager-workloads/src/main/java/com/azure/resourcemanager/workloads/fluent/models/MonitorInner.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@Fluent
2020
public final class MonitorInner extends Resource {
2121
/*
22-
* Managed service identity (user assigned identities)
22+
* [currently not in use] Managed service identity(user assigned identities)
2323
*/
2424
@JsonProperty(value = "identity")
2525
private UserAssignedServiceIdentity identity;
@@ -41,7 +41,7 @@ public MonitorInner() {
4141
}
4242

4343
/**
44-
* Get the identity property: Managed service identity (user assigned identities).
44+
* Get the identity property: [currently not in use] Managed service identity(user assigned identities).
4545
*
4646
* @return the identity value.
4747
*/
@@ -50,7 +50,7 @@ public UserAssignedServiceIdentity identity() {
5050
}
5151

5252
/**
53-
* Set the identity property: Managed service identity (user assigned identities).
53+
* Set the identity property: [currently not in use] Managed service identity(user assigned identities).
5454
*
5555
* @param identity the identity value to set.
5656
* @return the MonitorInner object itself.

sdk/workloads/azure-resourcemanager-workloads/src/main/java/com/azure/resourcemanager/workloads/fluent/models/ProviderInstanceInner.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
@Fluent
1818
public final class ProviderInstanceInner extends ProxyResource {
1919
/*
20-
* Managed service identity (user assigned identities)
20+
* [currently not in use] Managed service identity(user assigned identities)
2121
*/
2222
@JsonProperty(value = "identity")
2323
private UserAssignedServiceIdentity identity;
@@ -39,7 +39,7 @@ public ProviderInstanceInner() {
3939
}
4040

4141
/**
42-
* Get the identity property: Managed service identity (user assigned identities).
42+
* Get the identity property: [currently not in use] Managed service identity(user assigned identities).
4343
*
4444
* @return the identity value.
4545
*/
@@ -48,7 +48,7 @@ public UserAssignedServiceIdentity identity() {
4848
}
4949

5050
/**
51-
* Set the identity property: Managed service identity (user assigned identities).
51+
* Set the identity property: [currently not in use] Managed service identity(user assigned identities).
5252
*
5353
* @param identity the identity value to set.
5454
* @return the ProviderInstanceInner object itself.
@@ -95,7 +95,7 @@ public ProviderInstancePropertiesErrors errors() {
9595
}
9696

9797
/**
98-
* Get the providerSettings property: Defines the provider instance errors.
98+
* Get the providerSettings property: Defines the provider specific properties.
9999
*
100100
* @return the providerSettings value.
101101
*/
@@ -104,7 +104,7 @@ public ProviderSpecificProperties providerSettings() {
104104
}
105105

106106
/**
107-
* Set the providerSettings property: Defines the provider instance errors.
107+
* Set the providerSettings property: Defines the provider specific properties.
108108
*
109109
* @param providerSettings the providerSettings value to set.
110110
* @return the ProviderInstanceInner object itself.

sdk/workloads/azure-resourcemanager-workloads/src/main/java/com/azure/resourcemanager/workloads/fluent/models/ProviderInstanceProperties.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public final class ProviderInstanceProperties {
2626
private ProviderInstancePropertiesErrors errors;
2727

2828
/*
29-
* Defines the provider instance errors.
29+
* Defines the provider specific properties.
3030
*/
3131
@JsonProperty(value = "providerSettings")
3232
private ProviderSpecificProperties providerSettings;
@@ -54,7 +54,7 @@ public ProviderInstancePropertiesErrors errors() {
5454
}
5555

5656
/**
57-
* Get the providerSettings property: Defines the provider instance errors.
57+
* Get the providerSettings property: Defines the provider specific properties.
5858
*
5959
* @return the providerSettings value.
6060
*/
@@ -63,7 +63,7 @@ public ProviderSpecificProperties providerSettings() {
6363
}
6464

6565
/**
66-
* Set the providerSettings property: Defines the provider instance errors.
66+
* Set the providerSettings property: Defines the provider specific properties.
6767
*
6868
* @param providerSettings the providerSettings value to set.
6969
* @return the ProviderInstanceProperties object itself.

sdk/workloads/azure-resourcemanager-workloads/src/main/java/com/azure/resourcemanager/workloads/fluent/models/SapVirtualInstanceInner.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
@Fluent
2626
public final class SapVirtualInstanceInner extends Resource {
2727
/*
28-
* Managed service identity (user assigned identities)
28+
* A pre-created user assigned identity with appropriate roles assigned. To learn more on identity and roles
29+
* required, visit the ACSS how-to-guide.
2930
*/
3031
@JsonProperty(value = "identity")
3132
private UserAssignedServiceIdentity identity;
@@ -47,7 +48,8 @@ public SapVirtualInstanceInner() {
4748
}
4849

4950
/**
50-
* Get the identity property: Managed service identity (user assigned identities).
51+
* Get the identity property: A pre-created user assigned identity with appropriate roles assigned. To learn more on
52+
* identity and roles required, visit the ACSS how-to-guide.
5153
*
5254
* @return the identity value.
5355
*/
@@ -56,7 +58,8 @@ public UserAssignedServiceIdentity identity() {
5658
}
5759

5860
/**
59-
* Set the identity property: Managed service identity (user assigned identities).
61+
* Set the identity property: A pre-created user assigned identity with appropriate roles assigned. To learn more on
62+
* identity and roles required, visit the ACSS how-to-guide.
6063
*
6164
* @param identity the identity value to set.
6265
* @return the SapVirtualInstanceInner object itself.

0 commit comments

Comments
 (0)