This repository has been archived by the owner on May 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 566
[AutoPR] automation/resource-manager #2483
Merged
Merged
Changes from 1 commit
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
a46e63a
Generated from 7c8ecc676f97292a87b1373623ac6235ac14082e (#2476)
AutorestCI 233f98e
Generated from 39c2f9a4855320ed80fe45f847bf2c3d0c25f70e (#2535)
AutorestCI 96e1db9
Generated from d55be73815a24c1ea54f397922ac7bc4dc11289a (#2510)
AutorestCI 650bc5e
[AutoPR automation/resource-manager] Add new HybridWorkerGroup update…
AutorestCI 544cfb9
[AutoPR automation/resource-manager] Adding TestJob suppression linti…
AutorestCI 089b3c6
Merge branch 'master' into restapi_auto_automation/resource-manager
993e1a2
Increment automation major version and regenerate
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71 changes: 71 additions & 0 deletions
71
lib/services/automationManagement/lib/models/collectionItemUpdateConfiguration.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
/* | ||
* 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'; | ||
|
||
/** | ||
* object returned when requesting a collection of software update | ||
* configuration | ||
* | ||
*/ | ||
class CollectionItemUpdateConfiguration { | ||
/** | ||
* Create a CollectionItemUpdateConfiguration. | ||
* @member {array} [azureVirtualMachines] List of azure resource Ids for | ||
* azure virtual machines targeted by the software update configuration. | ||
* @member {moment.duration} [duration] Maximum time allowed for the software | ||
* update configuration run. Duration needs to be specified using the format | ||
* PT[n]H[n]M[n]S as per ISO8601 | ||
*/ | ||
constructor() { | ||
} | ||
|
||
/** | ||
* Defines the metadata of CollectionItemUpdateConfiguration | ||
* | ||
* @returns {object} metadata of CollectionItemUpdateConfiguration | ||
* | ||
*/ | ||
mapper() { | ||
return { | ||
required: false, | ||
serializedName: 'collectionItemUpdateConfiguration', | ||
type: { | ||
name: 'Composite', | ||
className: 'CollectionItemUpdateConfiguration', | ||
modelProperties: { | ||
azureVirtualMachines: { | ||
required: false, | ||
serializedName: 'azureVirtualMachines', | ||
type: { | ||
name: 'Sequence', | ||
element: { | ||
required: false, | ||
serializedName: 'StringElementType', | ||
type: { | ||
name: 'String' | ||
} | ||
} | ||
} | ||
}, | ||
duration: { | ||
required: false, | ||
serializedName: 'duration', | ||
type: { | ||
name: 'TimeSpan' | ||
} | ||
} | ||
} | ||
} | ||
}; | ||
} | ||
} | ||
|
||
module.exports = CollectionItemUpdateConfiguration; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
method signature change. major version bump