Skip to content

Commit 9549cc7

Browse files
author
SDKAuto
committed
CodeGen from PR 14294 in Azure/azure-rest-api-specs
Merge 358cd4a37bc24d737ee1e3836337616ddf72fdb1 into 038e9171def99477ff86bc2c3419797e3f35ead5
1 parent d99773f commit 9549cc7

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

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

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

3-
## 1.0.0-beta.2 (Unreleased)
3+
## 1.0.0-beta.1 (2021-05-07)
44

5+
- Azure Resource Manager DevTestLabs client library for Java. This package contains Microsoft Azure SDK for DevTestLabs Management SDK. The DevTest Labs Client. Package tag package-2018-09. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
56

67
## 1.0.0-beta.1 (2021-04-15)
78

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

Lines changed: 1 addition & 1 deletion
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-devtestlabs</artifactId>
35-
<version>1.0.0-beta.1</version>
35+
<version>1.0.0-beta.2</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})

sdk/devtestlabs/azure-resourcemanager-devtestlabs/src/main/java/com/azure/resourcemanager/devtestlabs/models/ScheduleCreationParameter.java

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class ScheduleCreationParameter {
2626
/*
2727
* The location of the new virtual machine or environment
2828
*/
29-
@JsonProperty(value = "location")
29+
@JsonProperty(value = "location", access = JsonProperty.Access.WRITE_ONLY)
3030
private String location;
3131

3232
/*
@@ -115,17 +115,6 @@ public String location() {
115115
return this.location;
116116
}
117117

118-
/**
119-
* Set the location property: The location of the new virtual machine or environment.
120-
*
121-
* @param location the location value to set.
122-
* @return the ScheduleCreationParameter object itself.
123-
*/
124-
public ScheduleCreationParameter withLocation(String location) {
125-
this.location = location;
126-
return this;
127-
}
128-
129118
/**
130119
* Get the tags property: The tags of the resource.
131120
*

0 commit comments

Comments
 (0)