Skip to content

Commit 4c38f64

Browse files
authored
Release Azure Remote Rendering 1.0.0 (Azure#19556)
1 parent e4e598b commit 4c38f64

19 files changed

+179
-171
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@
556556
<dependency>
557557
<groupId>com.azure</groupId>
558558
<artifactId>azure-mixedreality-remoterendering</artifactId>
559-
<version>1.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-mixedreality-remoterendering;current} -->
559+
<version>1.0.0</version> <!-- {x-version-update;com.azure:azure-mixedreality-remoterendering;current} -->
560560
</dependency>
561561
</dependencies>
562562
<build>

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ com.azure:azure-messaging-servicebus;7.0.2;7.1.0-beta.1
8383
com.azure:azure-messaging-servicebus-track1-perf;1.0.0-beta.1;1.0.0-beta.1
8484
com.azure:azure-messaging-servicebus-track2-perf;1.0.0-beta.1;1.0.0-beta.1
8585
com.azure:azure-mixedreality-authentication;1.0.0-beta.1;1.0.0
86-
com.azure:azure-mixedreality-remoterendering;1.0.0-beta.1;1.0.0-beta.1
86+
com.azure:azure-mixedreality-remoterendering;1.0.0;1.0.0
8787
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.3;1.0.0-beta.4
8888
com.azure:azure-quantum-jobs;1.0.0-beta.1;1.0.0-beta.2
8989
com.azure:azure-search-documents;11.2.0;11.3.0-beta.1

sdk/remoterendering/azure-mixedreality-remoterendering/CHANGELOG.md

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

3-
## 1.0.0-beta.2 (Unreleased)
4-
3+
## 1.0.0 (2021-03-02)
4+
* Release client.
55

66
## 1.0.0-beta.1 (2021-02-23)
77

sdk/remoterendering/azure-mixedreality-remoterendering/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ the lifetime of remote rendering sessions.
2020

2121
### Install the package
2222

23-
**Note:** This version targets Azure Remote Rendering service API version v2021-01-01-preview.
23+
**Note:** This version targets Azure Remote Rendering service API version v2021-01-01.
2424

2525
Add the following Maven dependency:
2626

@@ -29,7 +29,7 @@ Add the following Maven dependency:
2929
<dependency>
3030
<groupId>com.azure</groupId>
3131
<artifactId>azure-mixedreality-remoterendering</artifactId>
32-
<version>1.0.0-beta.1</version>
32+
<version>1.0.0</version>
3333
</dependency>
3434
```
3535
[//]: # ({x-version-update-end})

sdk/remoterendering/azure-mixedreality-remoterendering/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.azure</groupId>
1313
<artifactId>azure-mixedreality-remoterendering</artifactId>
14-
<version>1.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-mixedreality-remoterendering;current} -->
14+
<version>1.0.0</version> <!-- {x-version-update;com.azure:azure-mixedreality-remoterendering;current} -->
1515

1616
<name>Microsoft Azure SDK for Remote Rendering</name>
1717
<description>This package contains Microsoft Azure SDK for Remote Rendering.</description>

sdk/remoterendering/azure-mixedreality-remoterendering/src/main/java/com/azure/mixedreality/remoterendering/RemoteRenderingServiceVersion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* The versions of the RemoteRenderingService supported by this client library.
1010
*/
1111
public enum RemoteRenderingServiceVersion implements ServiceVersion {
12-
V2021_01_01_PREVIEW("2021-01-01-preview");
12+
V2021_01_01("2021-01-01");
1313

1414
private final String version;
1515

@@ -31,6 +31,6 @@ public String getVersion() {
3131
* @return the latest {@link RemoteRenderingServiceVersion}
3232
*/
3333
public static RemoteRenderingServiceVersion getLatest() {
34-
return V2021_01_01_PREVIEW;
34+
return V2021_01_01;
3535
}
3636
}

sdk/remoterendering/azure-mixedreality-remoterendering/src/main/java/com/azure/mixedreality/remoterendering/implementation/MixedRealityRemoteRenderingImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public RemoteRenderingsImpl getRemoteRenderings() {
116116
this.httpPipeline = httpPipeline;
117117
this.serializerAdapter = serializerAdapter;
118118
this.endpoint = endpoint;
119-
this.apiVersion = "2021-01-01-preview";
119+
this.apiVersion = "2021-01-01";
120120
this.remoteRenderings = new RemoteRenderingsImpl(this);
121121
}
122122
}

sdk/remoterendering/azure-mixedreality-remoterendering/src/test/resources/session-records/RemoteRenderingAsyncClientTest.conversionTest[1].json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"networkCallRecords" : [ {
33
"Method" : "PUT",
4-
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/asyncConversionTest?api-version=2021-01-01-preview",
4+
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/asyncConversionTest?api-version=2021-01-01",
55
"Headers" : {
66
"Content-Type" : "application/json"
77
},
88
"Response" : {
9-
"api-supported-versions" : "2021-01-01-preview",
9+
"api-supported-versions" : "2021-01-01-preview, 2021-01-01",
1010
"X-Content-Type-Options" : "nosniff",
1111
"MS-CV" : "iZ2wpbGg+EyYYBrV7yqk0A.0",
1212
"retry-after" : "0",
@@ -19,11 +19,11 @@
1919
"Exception" : null
2020
}, {
2121
"Method" : "GET",
22-
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/asyncConversionTest?api-version=2021-01-01-preview",
22+
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/asyncConversionTest?api-version=2021-01-01",
2323
"Headers" : { },
2424
"Response" : {
2525
"Cache-Control" : "no-store,no-cache",
26-
"api-supported-versions" : "2021-01-01-preview",
26+
"api-supported-versions" : "2021-01-01-preview, 2021-01-01",
2727
"X-Content-Type-Options" : "nosniff",
2828
"MS-CV" : "s/fHtZNPuEeOtfkgZqAIIA.0",
2929
"Pragma" : "no-cache",
@@ -37,11 +37,11 @@
3737
"Exception" : null
3838
}, {
3939
"Method" : "GET",
40-
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/asyncConversionTest?api-version=2021-01-01-preview",
40+
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/asyncConversionTest?api-version=2021-01-01",
4141
"Headers" : { },
4242
"Response" : {
4343
"Cache-Control" : "no-store,no-cache",
44-
"api-supported-versions" : "2021-01-01-preview",
44+
"api-supported-versions" : "2021-01-01-preview, 2021-01-01",
4545
"X-Content-Type-Options" : "nosniff",
4646
"MS-CV" : "KkihmnXD6U2UR2vMC5dV3w.0",
4747
"Pragma" : "no-cache",
@@ -55,11 +55,11 @@
5555
"Exception" : null
5656
}, {
5757
"Method" : "GET",
58-
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/asyncConversionTest?api-version=2021-01-01-preview",
58+
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/asyncConversionTest?api-version=2021-01-01",
5959
"Headers" : { },
6060
"Response" : {
6161
"Cache-Control" : "no-store,no-cache",
62-
"api-supported-versions" : "2021-01-01-preview",
62+
"api-supported-versions" : "2021-01-01-preview, 2021-01-01",
6363
"X-Content-Type-Options" : "nosniff",
6464
"MS-CV" : "wfpCpN5kKkqiBZQ6Jbmrvw.0",
6565
"Pragma" : "no-cache",
@@ -73,11 +73,11 @@
7373
"Exception" : null
7474
}, {
7575
"Method" : "GET",
76-
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/asyncConversionTest?api-version=2021-01-01-preview",
76+
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/asyncConversionTest?api-version=2021-01-01",
7777
"Headers" : { },
7878
"Response" : {
7979
"Cache-Control" : "no-store,no-cache",
80-
"api-supported-versions" : "2021-01-01-preview",
80+
"api-supported-versions" : "2021-01-01-preview, 2021-01-01",
8181
"X-Content-Type-Options" : "nosniff",
8282
"MS-CV" : "FIttfCytGEupAq3kikM+8A.0",
8383
"Pragma" : "no-cache",
@@ -91,11 +91,11 @@
9191
"Exception" : null
9292
}, {
9393
"Method" : "GET",
94-
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/asyncConversionTest?api-version=2021-01-01-preview",
94+
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/asyncConversionTest?api-version=2021-01-01",
9595
"Headers" : { },
9696
"Response" : {
9797
"Cache-Control" : "no-store,no-cache",
98-
"api-supported-versions" : "2021-01-01-preview",
98+
"api-supported-versions" : "2021-01-01-preview, 2021-01-01",
9999
"X-Content-Type-Options" : "nosniff",
100100
"MS-CV" : "PlcumlF/30+duV/Ngm2xqg.0",
101101
"Pragma" : "no-cache",
@@ -109,11 +109,11 @@
109109
"Exception" : null
110110
}, {
111111
"Method" : "GET",
112-
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/asyncConversionTest?api-version=2021-01-01-preview",
112+
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/asyncConversionTest?api-version=2021-01-01",
113113
"Headers" : { },
114114
"Response" : {
115115
"Cache-Control" : "no-store,no-cache",
116-
"api-supported-versions" : "2021-01-01-preview",
116+
"api-supported-versions" : "2021-01-01-preview, 2021-01-01",
117117
"X-Content-Type-Options" : "nosniff",
118118
"MS-CV" : "JiTamktbnEK/C3xQBkkbPg.0",
119119
"Pragma" : "no-cache",
@@ -127,11 +127,11 @@
127127
"Exception" : null
128128
}, {
129129
"Method" : "GET",
130-
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/asyncConversionTest?api-version=2021-01-01-preview",
130+
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/asyncConversionTest?api-version=2021-01-01",
131131
"Headers" : { },
132132
"Response" : {
133133
"Cache-Control" : "no-store,no-cache",
134-
"api-supported-versions" : "2021-01-01-preview",
134+
"api-supported-versions" : "2021-01-01-preview, 2021-01-01",
135135
"X-Content-Type-Options" : "nosniff",
136136
"MS-CV" : "touOs3TLZEyAz/OAoEv2Lw.0",
137137
"Pragma" : "no-cache",
@@ -145,11 +145,11 @@
145145
"Exception" : null
146146
}, {
147147
"Method" : "GET",
148-
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/asyncConversionTest?api-version=2021-01-01-preview",
148+
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/asyncConversionTest?api-version=2021-01-01",
149149
"Headers" : { },
150150
"Response" : {
151151
"Cache-Control" : "no-store,no-cache",
152-
"api-supported-versions" : "2021-01-01-preview",
152+
"api-supported-versions" : "2021-01-01-preview, 2021-01-01",
153153
"X-Content-Type-Options" : "nosniff",
154154
"MS-CV" : "yu1mf5q6nkOO+Yde/09Gkg.0",
155155
"Pragma" : "no-cache",
@@ -163,10 +163,10 @@
163163
"Exception" : null
164164
}, {
165165
"Method" : "GET",
166-
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions?api-version=2021-01-01-preview",
166+
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions?api-version=2021-01-01",
167167
"Headers" : { },
168168
"Response" : {
169-
"api-supported-versions" : "2021-01-01-preview",
169+
"api-supported-versions" : "2021-01-01-preview, 2021-01-01",
170170
"X-Content-Type-Options" : "nosniff",
171171
"MS-CV" : "bUKPm7QcbkeQbonCCawEzw.0",
172172
"retry-after" : "0",

sdk/remoterendering/azure-mixedreality-remoterendering/src/test/resources/session-records/RemoteRenderingAsyncClientTest.failedConversionMissingAssetTest[1].json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"networkCallRecords" : [ {
33
"Method" : "PUT",
4-
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/failedConversionMissingAssetAsync?api-version=2021-01-01-preview",
4+
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/failedConversionMissingAssetAsync?api-version=2021-01-01",
55
"Headers" : {
66
"Content-Type" : "application/json"
77
},
88
"Response" : {
9-
"api-supported-versions" : "2021-01-01-preview",
9+
"api-supported-versions" : "2021-01-01-preview, 2021-01-01",
1010
"X-Content-Type-Options" : "nosniff",
1111
"MS-CV" : "4XH/G3/030GnF9JfyCaR9A.0",
1212
"retry-after" : "0",
@@ -19,11 +19,11 @@
1919
"Exception" : null
2020
}, {
2121
"Method" : "GET",
22-
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/failedConversionMissingAssetAsync?api-version=2021-01-01-preview",
22+
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/failedConversionMissingAssetAsync?api-version=2021-01-01",
2323
"Headers" : { },
2424
"Response" : {
2525
"Cache-Control" : "no-store,no-cache",
26-
"api-supported-versions" : "2021-01-01-preview",
26+
"api-supported-versions" : "2021-01-01-preview, 2021-01-01",
2727
"X-Content-Type-Options" : "nosniff",
2828
"MS-CV" : "cDJ/lgKGRkaks0q27F2RYg.0",
2929
"Pragma" : "no-cache",
@@ -37,11 +37,11 @@
3737
"Exception" : null
3838
}, {
3939
"Method" : "GET",
40-
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/failedConversionMissingAssetAsync?api-version=2021-01-01-preview",
40+
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/failedConversionMissingAssetAsync?api-version=2021-01-01",
4141
"Headers" : { },
4242
"Response" : {
4343
"Cache-Control" : "no-store,no-cache",
44-
"api-supported-versions" : "2021-01-01-preview",
44+
"api-supported-versions" : "2021-01-01-preview, 2021-01-01",
4545
"X-Content-Type-Options" : "nosniff",
4646
"MS-CV" : "dIfqLikxEEy1mgNA/tTo5Q.0",
4747
"Pragma" : "no-cache",
@@ -55,11 +55,11 @@
5555
"Exception" : null
5656
}, {
5757
"Method" : "GET",
58-
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/failedConversionMissingAssetAsync?api-version=2021-01-01-preview",
58+
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/failedConversionMissingAssetAsync?api-version=2021-01-01",
5959
"Headers" : { },
6060
"Response" : {
6161
"Cache-Control" : "no-store,no-cache",
62-
"api-supported-versions" : "2021-01-01-preview",
62+
"api-supported-versions" : "2021-01-01-preview, 2021-01-01",
6363
"X-Content-Type-Options" : "nosniff",
6464
"MS-CV" : "G2giHuXw/0+zLAe8F4amfg.0",
6565
"Pragma" : "no-cache",
@@ -73,11 +73,11 @@
7373
"Exception" : null
7474
}, {
7575
"Method" : "GET",
76-
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/failedConversionMissingAssetAsync?api-version=2021-01-01-preview",
76+
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/failedConversionMissingAssetAsync?api-version=2021-01-01",
7777
"Headers" : { },
7878
"Response" : {
7979
"Cache-Control" : "no-store,no-cache",
80-
"api-supported-versions" : "2021-01-01-preview",
80+
"api-supported-versions" : "2021-01-01-preview, 2021-01-01",
8181
"X-Content-Type-Options" : "nosniff",
8282
"MS-CV" : "R0HVkEXyWky7meSSx0DjPQ.0",
8383
"Pragma" : "no-cache",
@@ -91,11 +91,11 @@
9191
"Exception" : null
9292
}, {
9393
"Method" : "GET",
94-
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/failedConversionMissingAssetAsync?api-version=2021-01-01-preview",
94+
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/failedConversionMissingAssetAsync?api-version=2021-01-01",
9595
"Headers" : { },
9696
"Response" : {
9797
"Cache-Control" : "no-store,no-cache",
98-
"api-supported-versions" : "2021-01-01-preview",
98+
"api-supported-versions" : "2021-01-01-preview, 2021-01-01",
9999
"X-Content-Type-Options" : "nosniff",
100100
"MS-CV" : "llJpuJ/K9keveZnXLntueA.0",
101101
"Pragma" : "no-cache",
@@ -109,11 +109,11 @@
109109
"Exception" : null
110110
}, {
111111
"Method" : "GET",
112-
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/failedConversionMissingAssetAsync?api-version=2021-01-01-preview",
112+
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/failedConversionMissingAssetAsync?api-version=2021-01-01",
113113
"Headers" : { },
114114
"Response" : {
115115
"Cache-Control" : "no-store,no-cache",
116-
"api-supported-versions" : "2021-01-01-preview",
116+
"api-supported-versions" : "2021-01-01-preview, 2021-01-01",
117117
"X-Content-Type-Options" : "nosniff",
118118
"MS-CV" : "ha0KEzcTR0ik5QYxkD2UXw.0",
119119
"Pragma" : "no-cache",
@@ -127,11 +127,11 @@
127127
"Exception" : null
128128
}, {
129129
"Method" : "GET",
130-
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/failedConversionMissingAssetAsync?api-version=2021-01-01-preview",
130+
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/failedConversionMissingAssetAsync?api-version=2021-01-01",
131131
"Headers" : { },
132132
"Response" : {
133133
"Cache-Control" : "no-store,no-cache",
134-
"api-supported-versions" : "2021-01-01-preview",
134+
"api-supported-versions" : "2021-01-01-preview, 2021-01-01",
135135
"X-Content-Type-Options" : "nosniff",
136136
"MS-CV" : "ELOGO+bK1kyAeLgp52+csg.0",
137137
"Pragma" : "no-cache",

sdk/remoterendering/azure-mixedreality-remoterendering/src/test/resources/session-records/RemoteRenderingAsyncClientTest.failedConversionNoAccessTest[1].json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"networkCallRecords" : [ {
33
"Method" : "PUT",
4-
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/failedConversionNoAccessAsync?api-version=2021-01-01-preview",
4+
"Uri" : "http://localhost:8080/accounts/d879da79-415d-45f0-b641-1cfec1386ddf/conversions/failedConversionNoAccessAsync?api-version=2021-01-01",
55
"Headers" : {
66
"Content-Type" : "application/json"
77
},
88
"Response" : {
9-
"api-supported-versions" : "2021-01-01-preview",
9+
"api-supported-versions" : "2021-01-01-preview, 2021-01-01",
1010
"X-Content-Type-Options" : "nosniff",
1111
"MS-CV" : "2hp3o2lapkOqtlia1DvSxA.0",
1212
"retry-after" : "0",

0 commit comments

Comments
 (0)