Skip to content

Commit fd33155

Browse files
author
SDKAuto
committed
CodeGen from PR 16099 in Azure/azure-rest-api-specs
Merge a13ee7cc1a6da7ba7757993c082bdd9d3eb87f54 into 99d3931e458882c3402aad2f971e46e961a1e78c
1 parent b933b45 commit fd33155

File tree

52 files changed

+1025
-230
lines changed

Some content is hidden

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

52 files changed

+1025
-230
lines changed

sdk/compute/arm-compute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"rollup-plugin-sourcemaps": "^0.4.2",
2828
"uglify-js": "^3.6.0"
2929
},
30-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/compute/arm-compute",
30+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/compute/arm-compute",
3131
"repository": {
3232
"type": "git",
3333
"url": "https://github.com/Azure/azure-sdk-for-js.git"

sdk/compute/arm-compute/src/computeManagementClient.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ class ComputeManagementClient extends ComputeManagementClientContext {
5858
sharedGalleries: operations.SharedGalleries;
5959
sharedGalleryImages: operations.SharedGalleryImages;
6060
sharedGalleryImageVersions: operations.SharedGalleryImageVersions;
61+
communityGalleries: operations.CommunityGalleries;
62+
communityGalleryImages: operations.CommunityGalleryImages;
63+
communityGalleryImageVersions: operations.CommunityGalleryImageVersions;
6164
cloudServiceRoleInstances: operations.CloudServiceRoleInstances;
6265
cloudServiceRoles: operations.CloudServiceRoles;
6366
cloudServices: operations.CloudServices;
@@ -119,6 +122,9 @@ class ComputeManagementClient extends ComputeManagementClientContext {
119122
this.sharedGalleries = new operations.SharedGalleries(this);
120123
this.sharedGalleryImages = new operations.SharedGalleryImages(this);
121124
this.sharedGalleryImageVersions = new operations.SharedGalleryImageVersions(this);
125+
this.communityGalleries = new operations.CommunityGalleries(this);
126+
this.communityGalleryImages = new operations.CommunityGalleryImages(this);
127+
this.communityGalleryImageVersions = new operations.CommunityGalleryImageVersions(this);
122128
this.cloudServiceRoleInstances = new operations.CloudServiceRoleInstances(this);
123129
this.cloudServiceRoles = new operations.CloudServiceRoles(this);
124130
this.cloudServices = new operations.CloudServices(this);

sdk/compute/arm-compute/src/models/availabilitySetsMappers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ export {
152152
RestorePointCollection,
153153
RestorePointCollectionSourceProperties,
154154
RestorePointCollectionUpdate,
155-
RestorePointProvisioningDetails,
156155
RestorePointSourceMetadata,
157156
RestorePointSourceVMDataDisk,
158157
RestorePointSourceVMOSDisk,
@@ -183,6 +182,7 @@ export {
183182
SubResource,
184183
SubResourceReadOnly,
185184
SubResourceWithColocationStatus,
185+
SupportedCapabilities,
186186
TargetRegion,
187187
TerminateNotificationProfile,
188188
UefiSettings,

sdk/compute/arm-compute/src/models/capacityReservationGroupsMappers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ export {
152152
RestorePointCollection,
153153
RestorePointCollectionSourceProperties,
154154
RestorePointCollectionUpdate,
155-
RestorePointProvisioningDetails,
156155
RestorePointSourceMetadata,
157156
RestorePointSourceVMDataDisk,
158157
RestorePointSourceVMOSDisk,
@@ -183,6 +182,7 @@ export {
183182
SubResource,
184183
SubResourceReadOnly,
185184
SubResourceWithColocationStatus,
185+
SupportedCapabilities,
186186
TargetRegion,
187187
TerminateNotificationProfile,
188188
UefiSettings,

sdk/compute/arm-compute/src/models/capacityReservationsMappers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ export {
152152
RestorePointCollection,
153153
RestorePointCollectionSourceProperties,
154154
RestorePointCollectionUpdate,
155-
RestorePointProvisioningDetails,
156155
RestorePointSourceMetadata,
157156
RestorePointSourceVMDataDisk,
158157
RestorePointSourceVMOSDisk,
@@ -183,6 +182,7 @@ export {
183182
SubResource,
184183
SubResourceReadOnly,
185184
SubResourceWithColocationStatus,
185+
SupportedCapabilities,
186186
TargetRegion,
187187
TerminateNotificationProfile,
188188
UefiSettings,

sdk/compute/arm-compute/src/models/cloudServiceRoleInstancesMappers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ export {
145145
RestorePoint,
146146
RestorePointCollection,
147147
RestorePointCollectionSourceProperties,
148-
RestorePointProvisioningDetails,
149148
RestorePointSourceMetadata,
150149
RestorePointSourceVMDataDisk,
151150
RestorePointSourceVMOSDisk,
@@ -180,6 +179,7 @@ export {
180179
SubResource,
181180
SubResourceReadOnly,
182181
SubResourceWithColocationStatus,
182+
SupportedCapabilities,
183183
TargetRegion,
184184
TerminateNotificationProfile,
185185
UefiSettings,

sdk/compute/arm-compute/src/models/cloudServicesMappers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ export {
148148
RestorePoint,
149149
RestorePointCollection,
150150
RestorePointCollectionSourceProperties,
151-
RestorePointProvisioningDetails,
152151
RestorePointSourceMetadata,
153152
RestorePointSourceVMDataDisk,
154153
RestorePointSourceVMOSDisk,
@@ -180,6 +179,7 @@ export {
180179
SubResource,
181180
SubResourceReadOnly,
182181
SubResourceWithColocationStatus,
182+
SupportedCapabilities,
183183
TargetRegion,
184184
TerminateNotificationProfile,
185185
UefiSettings,
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/*
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License.
4+
*
5+
* Code generated by Microsoft (R) AutoRest Code Generator.
6+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
7+
*/
8+
9+
export {
10+
ApiError,
11+
ApiErrorBase,
12+
CloudError,
13+
CommunityGallery,
14+
CommunityGalleryImage,
15+
CommunityGalleryImageVersion,
16+
Disallowed,
17+
GalleryImageFeature,
18+
GalleryImageIdentifier,
19+
ImagePurchasePlan,
20+
InnerError,
21+
PirCommunityGalleryResource,
22+
RecommendedMachineConfiguration,
23+
ResourceRange
24+
} from "../models/mappers";
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/*
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License.
4+
*
5+
* Code generated by Microsoft (R) AutoRest Code Generator.
6+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
7+
*/
8+
9+
export {
10+
ApiError,
11+
ApiErrorBase,
12+
CloudError,
13+
CommunityGallery,
14+
CommunityGalleryImage,
15+
CommunityGalleryImageVersion,
16+
Disallowed,
17+
GalleryImageFeature,
18+
GalleryImageIdentifier,
19+
ImagePurchasePlan,
20+
InnerError,
21+
PirCommunityGalleryResource,
22+
RecommendedMachineConfiguration,
23+
ResourceRange
24+
} from "../models/mappers";
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/*
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License.
4+
*
5+
* Code generated by Microsoft (R) AutoRest Code Generator.
6+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
7+
*/
8+
9+
export {
10+
ApiError,
11+
ApiErrorBase,
12+
CloudError,
13+
CommunityGallery,
14+
CommunityGalleryImage,
15+
CommunityGalleryImageVersion,
16+
Disallowed,
17+
GalleryImageFeature,
18+
GalleryImageIdentifier,
19+
ImagePurchasePlan,
20+
InnerError,
21+
PirCommunityGalleryResource,
22+
RecommendedMachineConfiguration,
23+
ResourceRange
24+
} from "../models/mappers";

0 commit comments

Comments
 (0)