Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
dbe49ed
[AutoPR compute/resource-manager] Added Eviction Policy Property for …
AutorestCI Apr 9, 2018
11ec702
Generated from 75d27eb3c72fa6b6e0f98ea126576da3f5a31544 (#2730)
AutorestCI Apr 16, 2018
710d70d
Generated from c0def97e9fc1e839db7727fd31c2f583f6cf04d6 (#2811)
AutorestCI Apr 27, 2018
34be009
Generated from 8fe96075f82faeec0c0e316e0dd1a1c0ee77e376 (#2817)
AutorestCI May 2, 2018
6b87dcf
[AutoPR compute/resource-manager] added autoOSUpgradePolicy to Upgrad…
AutorestCI May 8, 2018
ed57cfd
Generated from 7014b952af241255afcf4e2b620cfd40737a3ea1 (#2872)
AutorestCI May 21, 2018
a1b7b7c
[AutoPR compute/resource-manager] Added the swagger file for the new …
AutorestCI May 23, 2018
4618201
Generated from 4abedb1c096796557fdd029401f3d317f99c7f61 (#2925)
AutorestCI May 31, 2018
7a62a96
[AutoPR compute/resource-manager] Fix List VM Extension API name, des…
AutorestCI Jun 2, 2018
89b07b5
Generated from e6bffd723ccdc3308f752ffcd4307bd5f6daf9f6 (#3084)
AutorestCI Jun 30, 2018
81ad60b
Generated from 0a9ee3a2db06dff212c23f80c8b7bf1eec31613a (#3097)
AutorestCI Jul 2, 2018
0f53e9d
Generated from c34f1fdacb2efacd4dccdd69213e83e4800ab76a (#3098)
AutorestCI Jul 3, 2018
837f03b
[AutoPR compute/resource-manager] Update RunCommand operation output …
AutorestCI Jul 10, 2018
c45d285
Generated from 93bfe8fd52fa3907af3496b4d37c6a50655cf8ea (#3157)
AutorestCI Jul 11, 2018
9e15f78
Generated from cb39de62c1bac51455eaf7ad3fbe8ac9ec84df58 (#3165)
AutorestCI Jul 13, 2018
8f94378
Generated from b59db77683f3a9c65d0edec17b5f05e458a68897 (#3187)
AutorestCI Jul 18, 2018
12765d4
Generated from 8f17cd0bc03fad3ed3a5259ec37e9add84ff73a7 (#3205)
AutorestCI Jul 20, 2018
c4f8fd5
Generated from 7ed3085e3f562ce1f1dfecf962672777a73dc4f0 (#3339)
AutorestCI Aug 20, 2018
9def004
Generated from 6d4eda6048d254e21ba07fe1f7f08b06a9935c09 (#3404)
AutorestCI Aug 23, 2018
cbc04dd
Generated from ad08836a41b5c4ea212ffcd06af67ba8eb6a3fdb (#3420)
AutorestCI Aug 24, 2018
e73ed42
Merge branch 'master' into restapi_auto_compute/resource-manager
Aug 29, 2018
27eb298
Regenerate azure-arm-compute
Aug 29, 2018
84bad70
Update azure-arm-compute to 6.0.0
Aug 29, 2018
011620d
Fix compute tests
Aug 29, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[AutoPR compute/resource-manager] Fix List VM Extension API name, des…
…cription updates and fix for 2018-… (#2924)

* Generated from e1a86d44e0c41fe932513a0d2c96c0852c382aa0

Fix List VM Extension API name, description updates and fix for 2018-06-01 version

* Generated from d4855e2ca85a8ed773644fdb69da2a852097cca4

Add VMSS Ip Tag

* Generated from d4855e2ca85a8ed773644fdb69da2a852097cca4

Add VMSS Ip Tag
  • Loading branch information
AutorestCI authored Jun 2, 2018
commit 7a62a96cf6f3ae3590267cea1e8f07e518595bc8
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ export default class ComputeManagementClient extends AzureServiceClient {
availabilitySets: operations.AvailabilitySets;
virtualMachineExtensionImages: operations.VirtualMachineExtensionImages;
virtualMachineExtensions: operations.VirtualMachineExtensions;
virtualMachines: operations.VirtualMachines;
virtualMachineImages: operations.VirtualMachineImages;
usageOperations: operations.UsageOperations;
virtualMachineSizes: operations.VirtualMachineSizes;
images: operations.Images;
virtualMachines: operations.VirtualMachines;
virtualMachineScaleSets: operations.VirtualMachineScaleSets;
virtualMachineScaleSetExtensions: operations.VirtualMachineScaleSetExtensions;
virtualMachineScaleSetRollingUpgrades: operations.VirtualMachineScaleSetRollingUpgrades;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ class ComputeManagementClient extends ServiceClient {
this.availabilitySets = new operations.AvailabilitySets(this);
this.virtualMachineExtensionImages = new operations.VirtualMachineExtensionImages(this);
this.virtualMachineExtensions = new operations.VirtualMachineExtensions(this);
this.virtualMachines = new operations.VirtualMachines(this);
this.virtualMachineImages = new operations.VirtualMachineImages(this);
this.usageOperations = new operations.UsageOperations(this);
this.virtualMachineSizes = new operations.VirtualMachineSizes(this);
this.images = new operations.Images(this);
this.virtualMachines = new operations.VirtualMachines(this);
this.virtualMachineScaleSets = new operations.VirtualMachineScaleSets(this);
this.virtualMachineScaleSetExtensions = new operations.VirtualMachineScaleSetExtensions(this);
this.virtualMachineScaleSetRollingUpgrades = new operations.VirtualMachineScaleSetRollingUpgrades(this);
Expand Down
54 changes: 37 additions & 17 deletions lib/services/computeManagement2/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3009,6 +3009,21 @@ export interface VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings {
domainNameLabel: string;
}

/**
* @class
* Initializes a new instance of the VirtualMachineScaleSetIpTag class.
* @constructor
* Contains the IP tag associated with the public IP address.
*
* @member {string} [ipTagType] IP tag type. Example: FirstPartyUsage.
* @member {string} [tag] IP tag associated with the public IP. Example: SQL,
* Storage etc.
*/
export interface VirtualMachineScaleSetIpTag {
ipTagType?: string;
tag?: string;
}

/**
* @class
* Initializes a new instance of the VirtualMachineScaleSetPublicIPAddressConfiguration class.
Expand All @@ -3024,11 +3039,14 @@ export interface VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings {
* @member {string} [dnsSettings.domainNameLabel] The Domain name label.The
* concatenation of the domain name label and vm index will be the domain name
* labels of the PublicIPAddress resources that will be created
* @member {array} [ipTags] The list of IP tags associated with the public IP
* address.
*/
export interface VirtualMachineScaleSetPublicIPAddressConfiguration {
name: string;
idleTimeoutInMinutes?: number;
dnsSettings?: VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings;
ipTags?: VirtualMachineScaleSetIpTag[];
}

/**
Expand Down Expand Up @@ -3077,6 +3095,8 @@ export interface VirtualMachineScaleSetUpdatePublicIPAddressConfiguration {
* The Domain name label.The concatenation of the domain name label and vm
* index will be the domain name labels of the PublicIPAddress resources that
* will be created
* @member {array} [publicIPAddressConfiguration.ipTags] The list of IP tags
* associated with the public IP address.
* @member {string} [privateIPAddressVersion] Available from Api-Version
* 2017-03-30 onwards, it represents whether the specific ipconfiguration is
* IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and
Expand Down Expand Up @@ -4349,13 +4369,13 @@ export interface ApiError {
* Initializes a new instance of the RollbackStatusInfo class.
* @constructor
* Information about rollback on failed VM instances after a OS Upgrade
* operation
* operation.
*
* @member {number} [successfullyRolledbackInstanceCount] The number of
* instances which have been successfully rolled back.
* @member {number} [failedRolledbackInstanceCount] The number of instances
* which failed to rollback.
* @member {object} [rollbackError] Error Details if OS rollback failed.
* @member {object} [rollbackError] Error details if OS rollback failed.
* @member {array} [rollbackError.details] The Api error details
* @member {object} [rollbackError.innererror] The Api inner error
* @member {string} [rollbackError.innererror.exceptiontype] The exception
Expand Down Expand Up @@ -4463,7 +4483,7 @@ export interface RollingUpgradeProgressInfo {
* number of instances which have been successfully rolled back.
* @member {number} [rollbackInfo.failedRolledbackInstanceCount] The number of
* instances which failed to rollback.
* @member {object} [rollbackInfo.rollbackError] Error Details if OS rollback
* @member {object} [rollbackInfo.rollbackError] Error details if OS rollback
* failed.
* @member {array} [rollbackInfo.rollbackError.details] The Api error details
* @member {object} [rollbackInfo.rollbackError.innererror] The Api inner error
Expand Down Expand Up @@ -4545,7 +4565,7 @@ export interface UpgradeOperationHistoricalStatusInfoProperties {
* instances which have been successfully rolled back.
* @member {number} [properties.rollbackInfo.failedRolledbackInstanceCount] The
* number of instances which failed to rollback.
* @member {object} [properties.rollbackInfo.rollbackError] Error Details if OS
* @member {object} [properties.rollbackInfo.rollbackError] Error details if OS
* rollback failed.
* @member {array} [properties.rollbackInfo.rollbackError.details] The Api
* error details
Expand Down Expand Up @@ -6180,19 +6200,6 @@ export interface AvailabilitySetListResult extends Array<AvailabilitySet> {
export interface VirtualMachineSizeListResult extends Array<VirtualMachineSize> {
}

/**
* @class
* Initializes a new instance of the VirtualMachineListResult class.
* @constructor
* The List Virtual Machine operation response.
*
* @member {string} [nextLink] The URI to fetch the next page of VMs. Call
* ListNext() with this URI to fetch the next page of Virtual Machines.
*/
export interface VirtualMachineListResult extends Array<VirtualMachine> {
nextLink?: string;
}

/**
* @class
* Initializes a new instance of the ListUsagesResult class.
Expand Down Expand Up @@ -6220,6 +6227,19 @@ export interface ImageListResult extends Array<Image> {
nextLink?: string;
}

/**
* @class
* Initializes a new instance of the VirtualMachineListResult class.
* @constructor
* The List Virtual Machine operation response.
*
* @member {string} [nextLink] The URI to fetch the next page of VMs. Call
* ListNext() with this URI to fetch the next page of Virtual Machines.
*/
export interface VirtualMachineListResult extends Array<VirtualMachine> {
nextLink?: string;
}

/**
* @class
* Initializes a new instance of the VirtualMachineScaleSetListResult class.
Expand Down
3 changes: 2 additions & 1 deletion lib/services/computeManagement2/lib/models/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ exports.VirtualMachineScaleSetStorageProfile = require('./virtualMachineScaleSet
exports.VirtualMachineScaleSetUpdateStorageProfile = require('./virtualMachineScaleSetUpdateStorageProfile');
exports.ApiEntityReference = require('./apiEntityReference');
exports.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings = require('./virtualMachineScaleSetPublicIPAddressConfigurationDnsSettings');
exports.VirtualMachineScaleSetIpTag = require('./virtualMachineScaleSetIpTag');
exports.VirtualMachineScaleSetPublicIPAddressConfiguration = require('./virtualMachineScaleSetPublicIPAddressConfiguration');
exports.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration = require('./virtualMachineScaleSetUpdatePublicIPAddressConfiguration');
exports.VirtualMachineScaleSetIPConfiguration = require('./virtualMachineScaleSetIPConfiguration');
Expand Down Expand Up @@ -179,9 +180,9 @@ exports.ContainerService = require('./containerService');
exports.ComputeOperationListResult = require('./computeOperationListResult');
exports.AvailabilitySetListResult = require('./availabilitySetListResult');
exports.VirtualMachineSizeListResult = require('./virtualMachineSizeListResult');
exports.VirtualMachineListResult = require('./virtualMachineListResult');
exports.ListUsagesResult = require('./listUsagesResult');
exports.ImageListResult = require('./imageListResult');
exports.VirtualMachineListResult = require('./virtualMachineListResult');
exports.VirtualMachineScaleSetListResult = require('./virtualMachineScaleSetListResult');
exports.VirtualMachineScaleSetListWithLinkResult = require('./virtualMachineScaleSetListWithLinkResult');
exports.VirtualMachineScaleSetListSkusResult = require('./virtualMachineScaleSetListSkusResult');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const models = require('./index');

/**
* Information about rollback on failed VM instances after a OS Upgrade
* operation
* operation.
*
*/
class RollbackStatusInfo {
Expand All @@ -24,7 +24,7 @@ class RollbackStatusInfo {
* instances which have been successfully rolled back.
* @member {number} [failedRolledbackInstanceCount] The number of instances
* which failed to rollback.
* @member {object} [rollbackError] Error Details if OS rollback failed.
* @member {object} [rollbackError] Error details if OS rollback failed.
* @member {array} [rollbackError.details] The Api error details
* @member {object} [rollbackError.innererror] The Api inner error
* @member {string} [rollbackError.innererror.exceptiontype] The exception
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class UpgradeOperationHistoricalStatusInfo {
* of instances which have been successfully rolled back.
* @member {number} [properties.rollbackInfo.failedRolledbackInstanceCount]
* The number of instances which failed to rollback.
* @member {object} [properties.rollbackInfo.rollbackError] Error Details if
* @member {object} [properties.rollbackInfo.rollbackError] Error details if
* OS rollback failed.
* @member {array} [properties.rollbackInfo.rollbackError.details] The Api
* error details
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class UpgradeOperationHistoricalStatusInfoProperties {
* number of instances which have been successfully rolled back.
* @member {number} [rollbackInfo.failedRolledbackInstanceCount] The number
* of instances which failed to rollback.
* @member {object} [rollbackInfo.rollbackError] Error Details if OS rollback
* @member {object} [rollbackInfo.rollbackError] Error details if OS rollback
* failed.
* @member {array} [rollbackInfo.rollbackError.details] The Api error details
* @member {object} [rollbackInfo.rollbackError.innererror] The Api inner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ class VirtualMachineScaleSetIPConfiguration extends models['SubResource'] {
* [publicIPAddressConfiguration.dnsSettings.domainNameLabel] The Domain name
* label.The concatenation of the domain name label and vm index will be the
* domain name labels of the PublicIPAddress resources that will be created
* @member {array} [publicIPAddressConfiguration.ipTags] The list of IP tags
* associated with the public IP address.
* @member {string} [privateIPAddressVersion] Available from Api-Version
* 2017-03-30 onwards, it represents whether the specific ipconfiguration is
* IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is
* regenerated.
*/

'use strict';

/**
* Contains the IP tag associated with the public IP address.
*
*/
class VirtualMachineScaleSetIpTag {
/**
* Create a VirtualMachineScaleSetIpTag.
* @member {string} [ipTagType] IP tag type. Example: FirstPartyUsage.
* @member {string} [tag] IP tag associated with the public IP. Example: SQL,
* Storage etc.
*/
constructor() {
}

/**
* Defines the metadata of VirtualMachineScaleSetIpTag
*
* @returns {object} metadata of VirtualMachineScaleSetIpTag
*
*/
mapper() {
return {
required: false,
serializedName: 'VirtualMachineScaleSetIpTag',
type: {
name: 'Composite',
className: 'VirtualMachineScaleSetIpTag',
modelProperties: {
ipTagType: {
required: false,
serializedName: 'ipTagType',
type: {
name: 'String'
}
},
tag: {
required: false,
serializedName: 'tag',
type: {
name: 'String'
}
}
}
}
};
}
}

module.exports = VirtualMachineScaleSetIpTag;
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class VirtualMachineScaleSetPublicIPAddressConfiguration {
* @member {string} [dnsSettings.domainNameLabel] The Domain name label.The
* concatenation of the domain name label and vm index will be the domain
* name labels of the PublicIPAddress resources that will be created
* @member {array} [ipTags] The list of IP tags associated with the public IP
* address.
*/
constructor() {
}
Expand Down Expand Up @@ -67,6 +69,21 @@ class VirtualMachineScaleSetPublicIPAddressConfiguration {
name: 'Composite',
className: 'VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings'
}
},
ipTags: {
required: false,
serializedName: 'properties.ipTags',
type: {
name: 'Sequence',
element: {
required: false,
serializedName: 'VirtualMachineScaleSetIpTagElementType',
type: {
name: 'Composite',
className: 'VirtualMachineScaleSetIpTag'
}
}
}
}
}
}
Expand Down
Loading