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

Commit

Permalink
Generated from 0a9ee3a2db06dff212c23f80c8b7bf1eec31613a (#3097)
Browse files Browse the repository at this point in the history
User identities in a new dictionary property

Moving user identities support from the property "identityId" list to a new dictionary property named "userAssignedIdentities".
  • Loading branch information
AutorestCI authored Jul 2, 2018
1 parent 89b07b5 commit 81ad60b
Show file tree
Hide file tree
Showing 34 changed files with 286 additions and 1,133 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
class AvailabilitySetListResult extends Array {
/**
* Create a AvailabilitySetListResult.
* @member {string} [nextLink] The URI to fetch the next page of
* AvailabilitySets. Call ListNext() with this URI to fetch the next page of
* AvailabilitySets.
*/
constructor() {
super();
Expand All @@ -39,7 +36,7 @@ class AvailabilitySetListResult extends Array {
className: 'AvailabilitySetListResult',
modelProperties: {
value: {
required: true,
required: false,
serializedName: '',
type: {
name: 'Sequence',
Expand All @@ -52,13 +49,6 @@ class AvailabilitySetListResult extends Array {
}
}
}
},
nextLink: {
required: false,
serializedName: 'nextLink',
type: {
name: 'String'
}
}
}
}
Expand Down
5 changes: 2 additions & 3 deletions lib/services/computeManagement2/lib/models/dataDisk.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ class DataDisk {
* virtual machine image. <br><br> This value cannot be larger than 1023 GB
* @member {object} [managedDisk] The managed disk parameters.
* @member {string} [managedDisk.storageAccountType] Specifies the storage
* account type for the managed disk. Possible values are: Standard_LRS,
* Premium_LRS, and StandardSSD_LRS. Possible values include: 'Standard_LRS',
* 'Premium_LRS', 'StandardSSD_LRS'
* account type for the managed disk. Possible values are: Standard_LRS or
* Premium_LRS. Possible values include: 'Standard_LRS', 'Premium_LRS'
*/
constructor() {
}
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 @@ -24,7 +24,7 @@ class Disk extends models['Resource'] {
* that has the disk attached.
* @member {object} [sku]
* @member {string} [sku.name] The sku name. Possible values include:
* 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS'
* 'Standard_LRS', 'Premium_LRS'
* @member {string} [sku.tier] The sku tier.
* @member {array} [zones] The Logical zone list for Disk.
* @member {date} [timeCreated] The time when the disk was created.
Expand Down
4 changes: 2 additions & 2 deletions lib/services/computeManagement2/lib/models/diskSku.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
'use strict';

/**
* The disks sku name. Can be Standard_LRS, Premium_LRS, or StandardSSD_LRS.
* The disks sku name. Can be Standard_LRS or Premium_LRS.
*
*/
class DiskSku {
/**
* Create a DiskSku.
* @member {string} [name] The sku name. Possible values include:
* 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS'
* 'Standard_LRS', 'Premium_LRS'
* @member {string} [tier] The sku tier. Default value: 'Standard' .
*/
constructor() {
Expand Down
2 changes: 1 addition & 1 deletion lib/services/computeManagement2/lib/models/diskUpdate.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class DiskUpdate {
* @member {object} [tags] Resource tags
* @member {object} [sku]
* @member {string} [sku.name] The sku name. Possible values include:
* 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS'
* 'Standard_LRS', 'Premium_LRS'
* @member {string} [sku.tier] The sku tier.
*/
constructor() {
Expand Down
4 changes: 2 additions & 2 deletions lib/services/computeManagement2/lib/models/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ class Image extends models['Resource'] {
* larger than 1023 GB
* @member {string} [storageProfile.osDisk.storageAccountType] Specifies the
* storage account type for the managed disk. Possible values are:
* Standard_LRS, Premium_LRS, and StandardSSD_LRS. Possible values include:
* 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS'
* Standard_LRS or Premium_LRS. Possible values include: 'Standard_LRS',
* 'Premium_LRS'
* @member {array} [storageProfile.dataDisks] Specifies the parameters that
* are used to add a data disk to a virtual machine. <br><br> For more
* information about disks, see [About disks and VHDs for Azure virtual
Expand Down
5 changes: 2 additions & 3 deletions lib/services/computeManagement2/lib/models/imageDataDisk.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ class ImageDataDisk {
* gigabytes. This element can be used to overwrite the name of the disk in a
* virtual machine image. <br><br> This value cannot be larger than 1023 GB
* @member {string} [storageAccountType] Specifies the storage account type
* for the managed disk. Possible values are: Standard_LRS, Premium_LRS, and
* StandardSSD_LRS. Possible values include: 'Standard_LRS', 'Premium_LRS',
* 'StandardSSD_LRS'
* for the managed disk. Possible values are: Standard_LRS or Premium_LRS.
* Possible values include: 'Standard_LRS', 'Premium_LRS'
*/
constructor() {
}
Expand Down
5 changes: 2 additions & 3 deletions lib/services/computeManagement2/lib/models/imageOSDisk.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ class ImageOSDisk {
* gigabytes. This element can be used to overwrite the name of the disk in a
* virtual machine image. <br><br> This value cannot be larger than 1023 GB
* @member {string} [storageAccountType] Specifies the storage account type
* for the managed disk. Possible values are: Standard_LRS, Premium_LRS, and
* StandardSSD_LRS. Possible values include: 'Standard_LRS', 'Premium_LRS',
* 'StandardSSD_LRS'
* for the managed disk. Possible values are: Standard_LRS or Premium_LRS.
* Possible values include: 'Standard_LRS', 'Premium_LRS'
*/
constructor() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ class ImageStorageProfile {
* disk in a virtual machine image. <br><br> This value cannot be larger than
* 1023 GB
* @member {string} [osDisk.storageAccountType] Specifies the storage account
* type for the managed disk. Possible values are: Standard_LRS, Premium_LRS,
* and StandardSSD_LRS. Possible values include: 'Standard_LRS',
* 'Premium_LRS', 'StandardSSD_LRS'
* type for the managed disk. Possible values are: Standard_LRS or
* Premium_LRS. Possible values include: 'Standard_LRS', 'Premium_LRS'
* @member {array} [dataDisks] Specifies the parameters that are used to add
* a data disk to a virtual machine. <br><br> For more information about
* disks, see [About disks and VHDs for Azure virtual
Expand Down
4 changes: 2 additions & 2 deletions lib/services/computeManagement2/lib/models/imageUpdate.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ class ImageUpdate extends models['UpdateResource'] {
* larger than 1023 GB
* @member {string} [storageProfile.osDisk.storageAccountType] Specifies the
* storage account type for the managed disk. Possible values are:
* Standard_LRS, Premium_LRS, and StandardSSD_LRS. Possible values include:
* 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS'
* Standard_LRS or Premium_LRS. Possible values include: 'Standard_LRS',
* 'Premium_LRS'
* @member {array} [storageProfile.dataDisks] Specifies the parameters that
* are used to add a data disk to a virtual machine. <br><br> For more
* information about disks, see [About disks and VHDs for Azure virtual
Expand Down
Loading

0 comments on commit 81ad60b

Please sign in to comment.