Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3701 from Azure/restapi_auto_compute/resource-man…
Browse files Browse the repository at this point in the history
…ager

[AutoPR] compute/resource-manager
  • Loading branch information
Dan Schulte authored Sep 26, 2018
2 parents cc9653d + 45388fc commit b18ed9f
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion lib/services/computeManagement2/lib/models/creationData.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class CreationData {
* import as a disk. Required only if the blob is in a different subscription
* @member {object} [imageReference] Disk source information.
* @member {string} [imageReference.id] A relative uri containing either a
* Platform Imgage Repository or user image reference.
* Platform Image Repository or user image reference.
* @member {number} [imageReference.lun] If the disk is created from an
* image's data disk, this is an index that indicates which of the data disks
* in the image to use. For OS disks, this field is null.
Expand Down
2 changes: 1 addition & 1 deletion lib/services/computeManagement2/lib/models/disk.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Disk extends models['Resource'] {
* different subscription
* @member {object} [creationData.imageReference] Disk source information.
* @member {string} [creationData.imageReference.id] A relative uri
* containing either a Platform Imgage Repository or user image reference.
* containing either a Platform Image Repository or user image reference.
* @member {number} [creationData.imageReference.lun] If the disk is created
* from an image's data disk, this is an index that indicates which of the
* data disks in the image to use. For OS disks, this field is null.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class ImageDiskReference {
/**
* Create a ImageDiskReference.
* @member {string} id A relative uri containing either a Platform Imgage
* @member {string} id A relative uri containing either a Platform Image
* Repository or user image reference.
* @member {number} [lun] If the disk is created from an image's data disk,
* this is an index that indicates which of the data disks in the image to
Expand Down
8 changes: 4 additions & 4 deletions lib/services/computeManagement2/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5883,7 +5883,7 @@ export interface DiskSku {
* @constructor
* The source image used for creating the disk.
*
* @member {string} id A relative uri containing either a Platform Imgage
* @member {string} id A relative uri containing either a Platform Image
* Repository or user image reference.
* @member {number} [lun] If the disk is created from an image's data disk,
* this is an index that indicates which of the data disks in the image to use.
Expand All @@ -5908,7 +5908,7 @@ export interface ImageDiskReference {
* import as a disk. Required only if the blob is in a different subscription
* @member {object} [imageReference] Disk source information.
* @member {string} [imageReference.id] A relative uri containing either a
* Platform Imgage Repository or user image reference.
* Platform Image Repository or user image reference.
* @member {number} [imageReference.lun] If the disk is created from an image's
* data disk, this is an index that indicates which of the data disks in the
* image to use. For OS disks, this field is null.
Expand Down Expand Up @@ -6030,7 +6030,7 @@ export interface EncryptionSettings {
* subscription
* @member {object} [creationData.imageReference] Disk source information.
* @member {string} [creationData.imageReference.id] A relative uri containing
* either a Platform Imgage Repository or user image reference.
* either a Platform Image Repository or user image reference.
* @member {number} [creationData.imageReference.lun] If the disk is created
* from an image's data disk, this is an index that indicates which of the data
* disks in the image to use. For OS disks, this field is null.
Expand Down Expand Up @@ -6213,7 +6213,7 @@ export interface AccessUri {
* subscription
* @member {object} [creationData.imageReference] Disk source information.
* @member {string} [creationData.imageReference.id] A relative uri containing
* either a Platform Imgage Repository or user image reference.
* either a Platform Image Repository or user image reference.
* @member {number} [creationData.imageReference.lun] If the disk is created
* from an image's data disk, this is an index that indicates which of the data
* disks in the image to use. For OS disks, this field is null.
Expand Down
2 changes: 1 addition & 1 deletion lib/services/computeManagement2/lib/models/snapshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Snapshot extends models['Resource'] {
* different subscription
* @member {object} [creationData.imageReference] Disk source information.
* @member {string} [creationData.imageReference.id] A relative uri
* containing either a Platform Imgage Repository or user image reference.
* containing either a Platform Image Repository or user image reference.
* @member {number} [creationData.imageReference.lun] If the disk is created
* from an image's data disk, this is an index that indicates which of the
* data disks in the image to use. For OS disks, this field is null.
Expand Down
12 changes: 6 additions & 6 deletions lib/services/computeManagement2/lib/operations/disks.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const WebResource = msRest.WebResource;
* @param {object} [disk.creationData.imageReference] Disk source information.
*
* @param {string} disk.creationData.imageReference.id A relative uri
* containing either a Platform Imgage Repository or user image reference.
* containing either a Platform Image Repository or user image reference.
*
* @param {number} [disk.creationData.imageReference.lun] If the disk is
* created from an image's data disk, this is an index that indicates which of
Expand Down Expand Up @@ -995,7 +995,7 @@ function _revokeAccess(resourceGroupName, diskName, options, callback) {
* @param {object} [disk.creationData.imageReference] Disk source information.
*
* @param {string} disk.creationData.imageReference.id A relative uri
* containing either a Platform Imgage Repository or user image reference.
* containing either a Platform Image Repository or user image reference.
*
* @param {number} [disk.creationData.imageReference.lun] If the disk is
* created from an image's data disk, this is an index that indicates which of
Expand Down Expand Up @@ -2207,7 +2207,7 @@ class Disks {
* @param {object} [disk.creationData.imageReference] Disk source information.
*
* @param {string} disk.creationData.imageReference.id A relative uri
* containing either a Platform Imgage Repository or user image reference.
* containing either a Platform Image Repository or user image reference.
*
* @param {number} [disk.creationData.imageReference.lun] If the disk is
* created from an image's data disk, this is an index that indicates which of
Expand Down Expand Up @@ -2330,7 +2330,7 @@ class Disks {
* @param {object} [disk.creationData.imageReference] Disk source information.
*
* @param {string} disk.creationData.imageReference.id A relative uri
* containing either a Platform Imgage Repository or user image reference.
* containing either a Platform Image Repository or user image reference.
*
* @param {number} [disk.creationData.imageReference.lun] If the disk is
* created from an image's data disk, this is an index that indicates which of
Expand Down Expand Up @@ -3225,7 +3225,7 @@ class Disks {
* @param {object} [disk.creationData.imageReference] Disk source information.
*
* @param {string} disk.creationData.imageReference.id A relative uri
* containing either a Platform Imgage Repository or user image reference.
* containing either a Platform Image Repository or user image reference.
*
* @param {number} [disk.creationData.imageReference.lun] If the disk is
* created from an image's data disk, this is an index that indicates which of
Expand Down Expand Up @@ -3348,7 +3348,7 @@ class Disks {
* @param {object} [disk.creationData.imageReference] Disk source information.
*
* @param {string} disk.creationData.imageReference.id A relative uri
* containing either a Platform Imgage Repository or user image reference.
* containing either a Platform Image Repository or user image reference.
*
* @param {number} [disk.creationData.imageReference.lun] If the disk is
* created from an image's data disk, this is an index that indicates which of
Expand Down
16 changes: 8 additions & 8 deletions lib/services/computeManagement2/lib/operations/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19179,7 +19179,7 @@ export interface Disks {
* @param {object} [disk.creationData.imageReference] Disk source information.
*
* @param {string} disk.creationData.imageReference.id A relative uri
* containing either a Platform Imgage Repository or user image reference.
* containing either a Platform Image Repository or user image reference.
*
* @param {number} [disk.creationData.imageReference.lun] If the disk is
* created from an image's data disk, this is an index that indicates which of
Expand Down Expand Up @@ -19290,7 +19290,7 @@ export interface Disks {
* @param {object} [disk.creationData.imageReference] Disk source information.
*
* @param {string} disk.creationData.imageReference.id A relative uri
* containing either a Platform Imgage Repository or user image reference.
* containing either a Platform Image Repository or user image reference.
*
* @param {number} [disk.creationData.imageReference.lun] If the disk is
* created from an image's data disk, this is an index that indicates which of
Expand Down Expand Up @@ -19981,7 +19981,7 @@ export interface Disks {
* @param {object} [disk.creationData.imageReference] Disk source information.
*
* @param {string} disk.creationData.imageReference.id A relative uri
* containing either a Platform Imgage Repository or user image reference.
* containing either a Platform Image Repository or user image reference.
*
* @param {number} [disk.creationData.imageReference.lun] If the disk is
* created from an image's data disk, this is an index that indicates which of
Expand Down Expand Up @@ -20092,7 +20092,7 @@ export interface Disks {
* @param {object} [disk.creationData.imageReference] Disk source information.
*
* @param {string} disk.creationData.imageReference.id A relative uri
* containing either a Platform Imgage Repository or user image reference.
* containing either a Platform Image Repository or user image reference.
*
* @param {number} [disk.creationData.imageReference.lun] If the disk is
* created from an image's data disk, this is an index that indicates which of
Expand Down Expand Up @@ -20734,7 +20734,7 @@ export interface Snapshots {
* information.
*
* @param {string} snapshot.creationData.imageReference.id A relative uri
* containing either a Platform Imgage Repository or user image reference.
* containing either a Platform Image Repository or user image reference.
*
* @param {number} [snapshot.creationData.imageReference.lun] If the disk is
* created from an image's data disk, this is an index that indicates which of
Expand Down Expand Up @@ -20836,7 +20836,7 @@ export interface Snapshots {
* information.
*
* @param {string} snapshot.creationData.imageReference.id A relative uri
* containing either a Platform Imgage Repository or user image reference.
* containing either a Platform Image Repository or user image reference.
*
* @param {number} [snapshot.creationData.imageReference.lun] If the disk is
* created from an image's data disk, this is an index that indicates which of
Expand Down Expand Up @@ -21502,7 +21502,7 @@ export interface Snapshots {
* information.
*
* @param {string} snapshot.creationData.imageReference.id A relative uri
* containing either a Platform Imgage Repository or user image reference.
* containing either a Platform Image Repository or user image reference.
*
* @param {number} [snapshot.creationData.imageReference.lun] If the disk is
* created from an image's data disk, this is an index that indicates which of
Expand Down Expand Up @@ -21604,7 +21604,7 @@ export interface Snapshots {
* information.
*
* @param {string} snapshot.creationData.imageReference.id A relative uri
* containing either a Platform Imgage Repository or user image reference.
* containing either a Platform Image Repository or user image reference.
*
* @param {number} [snapshot.creationData.imageReference.lun] If the disk is
* created from an image's data disk, this is an index that indicates which of
Expand Down
12 changes: 6 additions & 6 deletions lib/services/computeManagement2/lib/operations/snapshots.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const WebResource = msRest.WebResource;
* information.
*
* @param {string} snapshot.creationData.imageReference.id A relative uri
* containing either a Platform Imgage Repository or user image reference.
* containing either a Platform Image Repository or user image reference.
*
* @param {number} [snapshot.creationData.imageReference.lun] If the disk is
* created from an image's data disk, this is an index that indicates which of
Expand Down Expand Up @@ -977,7 +977,7 @@ function _revokeAccess(resourceGroupName, snapshotName, options, callback) {
* information.
*
* @param {string} snapshot.creationData.imageReference.id A relative uri
* containing either a Platform Imgage Repository or user image reference.
* containing either a Platform Image Repository or user image reference.
*
* @param {number} [snapshot.creationData.imageReference.lun] If the disk is
* created from an image's data disk, this is an index that indicates which of
Expand Down Expand Up @@ -2172,7 +2172,7 @@ class Snapshots {
* information.
*
* @param {string} snapshot.creationData.imageReference.id A relative uri
* containing either a Platform Imgage Repository or user image reference.
* containing either a Platform Image Repository or user image reference.
*
* @param {number} [snapshot.creationData.imageReference.lun] If the disk is
* created from an image's data disk, this is an index that indicates which of
Expand Down Expand Up @@ -2286,7 +2286,7 @@ class Snapshots {
* information.
*
* @param {string} snapshot.creationData.imageReference.id A relative uri
* containing either a Platform Imgage Repository or user image reference.
* containing either a Platform Image Repository or user image reference.
*
* @param {number} [snapshot.creationData.imageReference.lun] If the disk is
* created from an image's data disk, this is an index that indicates which of
Expand Down Expand Up @@ -3156,7 +3156,7 @@ class Snapshots {
* information.
*
* @param {string} snapshot.creationData.imageReference.id A relative uri
* containing either a Platform Imgage Repository or user image reference.
* containing either a Platform Image Repository or user image reference.
*
* @param {number} [snapshot.creationData.imageReference.lun] If the disk is
* created from an image's data disk, this is an index that indicates which of
Expand Down Expand Up @@ -3270,7 +3270,7 @@ class Snapshots {
* information.
*
* @param {string} snapshot.creationData.imageReference.id A relative uri
* containing either a Platform Imgage Repository or user image reference.
* containing either a Platform Image Repository or user image reference.
*
* @param {number} [snapshot.creationData.imageReference.lun] If the disk is
* created from an image's data disk, this is an index that indicates which of
Expand Down
2 changes: 1 addition & 1 deletion lib/services/computeManagement2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-arm-compute",
"author": "Microsoft Corporation",
"description": "ComputeManagementClient Library with typescript type definitions for node",
"version": "8.1.0",
"version": "8.1.1",
"dependencies": {
"ms-rest": "^2.3.3",
"ms-rest-azure": "^2.5.5"
Expand Down

0 comments on commit b18ed9f

Please sign in to comment.