Skip to content

Commit a5386a4

Browse files
authored
[Automation] Generate SDK based on TypeSpec 0.33.3 (#46716)
1 parent e6b19ed commit a5386a4

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

eng/emitter-package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eng/emitter-package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"main": "dist/src/index.js",
33
"dependencies": {
4-
"@azure-tools/typespec-java": "0.33.2"
4+
"@azure-tools/typespec-java": "0.33.3"
55
},
66
"devDependencies": {
77
"@azure-tools/typespec-autorest": "0.60.0",
88
"@azure-tools/typespec-azure-core": "0.60.0",
99
"@azure-tools/typespec-azure-resource-manager": "0.60.0",
1010
"@azure-tools/typespec-azure-rulesets": "0.60.0",
11-
"@azure-tools/typespec-client-generator-core": "0.60.0",
11+
"@azure-tools/typespec-client-generator-core": "0.60.1",
1212
"@azure-tools/typespec-liftr-base": "0.8.0",
1313
"@typespec/compiler": "1.4.0",
1414
"@typespec/http": "1.4.0",

sdk/hardwaresecuritymodules/azure-resourcemanager-hardwaresecuritymodules/src/main/java/com/azure/resourcemanager/hardwaresecuritymodules/models/CloudHsmClusterBackupStatusGetHeaders.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public final class CloudHsmClusterBackupStatusGetHeaders {
1616
/*
1717
* The x-ms-request-id property.
1818
*/
19-
private final String xMsRequestId;
19+
private final String requestId;
2020

2121
/*
2222
* The Location property.
@@ -30,17 +30,17 @@ public final class CloudHsmClusterBackupStatusGetHeaders {
3030
* @param rawHeaders The raw HttpHeaders that will be used to create the property values.
3131
*/
3232
public CloudHsmClusterBackupStatusGetHeaders(HttpHeaders rawHeaders) {
33-
this.xMsRequestId = rawHeaders.getValue(HttpHeaderName.X_MS_REQUEST_ID);
33+
this.requestId = rawHeaders.getValue(HttpHeaderName.X_MS_REQUEST_ID);
3434
this.location = rawHeaders.getValue(HttpHeaderName.LOCATION);
3535
}
3636

3737
/**
38-
* Get the xMsRequestId property: The x-ms-request-id property.
38+
* Get the requestId property: The x-ms-request-id property.
3939
*
40-
* @return the xMsRequestId value.
40+
* @return the requestId value.
4141
*/
42-
public String xMsRequestId() {
43-
return this.xMsRequestId;
42+
public String requestId() {
43+
return this.requestId;
4444
}
4545

4646
/**

sdk/hardwaresecuritymodules/azure-resourcemanager-hardwaresecuritymodules/src/main/java/com/azure/resourcemanager/hardwaresecuritymodules/models/CloudHsmClusterRestoreStatusGetHeaders.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public final class CloudHsmClusterRestoreStatusGetHeaders {
1616
/*
1717
* The x-ms-request-id property.
1818
*/
19-
private final String xMsRequestId;
19+
private final String requestId;
2020

2121
/*
2222
* The Location property.
@@ -30,17 +30,17 @@ public final class CloudHsmClusterRestoreStatusGetHeaders {
3030
* @param rawHeaders The raw HttpHeaders that will be used to create the property values.
3131
*/
3232
public CloudHsmClusterRestoreStatusGetHeaders(HttpHeaders rawHeaders) {
33-
this.xMsRequestId = rawHeaders.getValue(HttpHeaderName.X_MS_REQUEST_ID);
33+
this.requestId = rawHeaders.getValue(HttpHeaderName.X_MS_REQUEST_ID);
3434
this.location = rawHeaders.getValue(HttpHeaderName.LOCATION);
3535
}
3636

3737
/**
38-
* Get the xMsRequestId property: The x-ms-request-id property.
38+
* Get the requestId property: The x-ms-request-id property.
3939
*
40-
* @return the xMsRequestId value.
40+
* @return the requestId value.
4141
*/
42-
public String xMsRequestId() {
43-
return this.xMsRequestId;
42+
public String requestId() {
43+
return this.requestId;
4444
}
4545

4646
/**

sdk/healthinsights/azure-health-insights-radiologyinsights/src/main/resources/META-INF/azure-health-insights-radiologyinsights_metadata.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)