Skip to content

Commit

Permalink
CodeGen from PR 16349 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 0b24d38166b439134b8a59f76256d6bbc5a9d36e into 53f959c01fd9277b8446e2389653139b9c1a8d8a
  • Loading branch information
SDKAuto committed Oct 12, 2021
1 parent 7c6cfcf commit 65158ff
Show file tree
Hide file tree
Showing 52 changed files with 1,020 additions and 132 deletions.
2 changes: 1 addition & 1 deletion sdk/compute/arm-compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"rollup-plugin-sourcemaps": "^0.4.2",
"uglify-js": "^3.6.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/compute/arm-compute",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/compute/arm-compute",
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git"
Expand Down
6 changes: 6 additions & 0 deletions sdk/compute/arm-compute/src/computeManagementClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ class ComputeManagementClient extends ComputeManagementClientContext {
sharedGalleries: operations.SharedGalleries;
sharedGalleryImages: operations.SharedGalleryImages;
sharedGalleryImageVersions: operations.SharedGalleryImageVersions;
communityGalleries: operations.CommunityGalleries;
communityGalleryImages: operations.CommunityGalleryImages;
communityGalleryImageVersions: operations.CommunityGalleryImageVersions;
cloudServiceRoleInstances: operations.CloudServiceRoleInstances;
cloudServiceRoles: operations.CloudServiceRoles;
cloudServices: operations.CloudServices;
Expand Down Expand Up @@ -119,6 +122,9 @@ class ComputeManagementClient extends ComputeManagementClientContext {
this.sharedGalleries = new operations.SharedGalleries(this);
this.sharedGalleryImages = new operations.SharedGalleryImages(this);
this.sharedGalleryImageVersions = new operations.SharedGalleryImageVersions(this);
this.communityGalleries = new operations.CommunityGalleries(this);
this.communityGalleryImages = new operations.CommunityGalleryImages(this);
this.communityGalleryImageVersions = new operations.CommunityGalleryImageVersions(this);
this.cloudServiceRoleInstances = new operations.CloudServiceRoleInstances(this);
this.cloudServiceRoles = new operations.CloudServiceRoles(this);
this.cloudServices = new operations.CloudServices(this);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export {
SubResource,
SubResourceReadOnly,
SubResourceWithColocationStatus,
SupportedCapabilities,
TargetRegion,
TerminateNotificationProfile,
UefiSettings,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export {
SubResource,
SubResourceReadOnly,
SubResourceWithColocationStatus,
SupportedCapabilities,
TargetRegion,
TerminateNotificationProfile,
UefiSettings,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export {
SubResource,
SubResourceReadOnly,
SubResourceWithColocationStatus,
SupportedCapabilities,
TargetRegion,
TerminateNotificationProfile,
UefiSettings,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ export {
SubResource,
SubResourceReadOnly,
SubResourceWithColocationStatus,
SupportedCapabilities,
TargetRegion,
TerminateNotificationProfile,
UefiSettings,
Expand Down
1 change: 1 addition & 0 deletions sdk/compute/arm-compute/src/models/cloudServicesMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ export {
SubResource,
SubResourceReadOnly,
SubResourceWithColocationStatus,
SupportedCapabilities,
TargetRegion,
TerminateNotificationProfile,
UefiSettings,
Expand Down
24 changes: 24 additions & 0 deletions sdk/compute/arm-compute/src/models/communityGalleriesMappers.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/*
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/

export {
ApiError,
ApiErrorBase,
CloudError,
CommunityGallery,
CommunityGalleryImage,
CommunityGalleryImageVersion,
Disallowed,
GalleryImageFeature,
GalleryImageIdentifier,
ImagePurchasePlan,
InnerError,
PirCommunityGalleryResource,
RecommendedMachineConfiguration,
ResourceRange
} from "../models/mappers";
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/*
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/

export {
ApiError,
ApiErrorBase,
CloudError,
CommunityGallery,
CommunityGalleryImage,
CommunityGalleryImageVersion,
Disallowed,
GalleryImageFeature,
GalleryImageIdentifier,
ImagePurchasePlan,
InnerError,
PirCommunityGalleryResource,
RecommendedMachineConfiguration,
ResourceRange
} from "../models/mappers";
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/*
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/

export {
ApiError,
ApiErrorBase,
CloudError,
CommunityGallery,
CommunityGalleryImage,
CommunityGalleryImageVersion,
Disallowed,
GalleryImageFeature,
GalleryImageIdentifier,
ImagePurchasePlan,
InnerError,
PirCommunityGalleryResource,
RecommendedMachineConfiguration,
ResourceRange
} from "../models/mappers";
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export {
SubResource,
SubResourceReadOnly,
SubResourceWithColocationStatus,
SupportedCapabilities,
TargetRegion,
TerminateNotificationProfile,
UefiSettings,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export {
SubResource,
SubResourceReadOnly,
SubResourceWithColocationStatus,
SupportedCapabilities,
TargetRegion,
TerminateNotificationProfile,
UefiSettings,
Expand Down
1 change: 1 addition & 0 deletions sdk/compute/arm-compute/src/models/diskAccessesMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ export {
SubResource,
SubResourceReadOnly,
SubResourceWithColocationStatus,
SupportedCapabilities,
TargetRegion,
TerminateNotificationProfile,
UefiSettings,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ export {
SubResource,
SubResourceReadOnly,
SubResourceWithColocationStatus,
SupportedCapabilities,
TargetRegion,
TerminateNotificationProfile,
UefiSettings,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ export {
GrantAccessData,
InnerError,
ProxyOnlyResource,
PurchasePlan
PurchasePlan,
SupportedCapabilities
} from "../models/mappers";
1 change: 1 addition & 0 deletions sdk/compute/arm-compute/src/models/disksMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ export {
SubResource,
SubResourceReadOnly,
SubResourceWithColocationStatus,
SupportedCapabilities,
TargetRegion,
TerminateNotificationProfile,
UefiSettings,
Expand Down
1 change: 1 addition & 0 deletions sdk/compute/arm-compute/src/models/galleriesMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ export {
SubResource,
SubResourceReadOnly,
SubResourceWithColocationStatus,
SupportedCapabilities,
TargetRegion,
TerminateNotificationProfile,
UefiSettings,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ export {
SubResource,
SubResourceReadOnly,
SubResourceWithColocationStatus,
SupportedCapabilities,
TargetRegion,
TerminateNotificationProfile,
UefiSettings,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ export {
SubResource,
SubResourceReadOnly,
SubResourceWithColocationStatus,
SupportedCapabilities,
TargetRegion,
TerminateNotificationProfile,
UefiSettings,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ export {
SubResource,
SubResourceReadOnly,
SubResourceWithColocationStatus,
SupportedCapabilities,
TargetRegion,
TerminateNotificationProfile,
UefiSettings,
Expand Down
1 change: 1 addition & 0 deletions sdk/compute/arm-compute/src/models/galleryImagesMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ export {
SubResource,
SubResourceReadOnly,
SubResourceWithColocationStatus,
SupportedCapabilities,
TargetRegion,
TerminateNotificationProfile,
UefiSettings,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ export {
SubResource,
SubResourceReadOnly,
SubResourceWithColocationStatus,
SupportedCapabilities,
TargetRegion,
TerminateNotificationProfile,
UefiSettings,
Expand Down
1 change: 1 addition & 0 deletions sdk/compute/arm-compute/src/models/imagesMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export {
SubResource,
SubResourceReadOnly,
SubResourceWithColocationStatus,
SupportedCapabilities,
TargetRegion,
TerminateNotificationProfile,
UefiSettings,
Expand Down
Loading

0 comments on commit 65158ff

Please sign in to comment.