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

[AutoPR hanaonazure/resource-manager] Update HanaOnAzure Swagger to support new SKU: S96 #4356

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions lib/services/hanaonazureManagement/lib/models/hanaInstance.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class HanaInstance extends models['Resource'] {
* 'Cisco_UCS', 'HPE'
* @property {string} [hardwareProfile.hanaInstanceSize] Specifies the HANA
* instance SKU. Possible values include: 'S72m', 'S144m', 'S72', 'S144',
* 'S192', 'S192m', 'S192xm', 'S384', 'S384m', 'S384xm', 'S384xxm', 'S576m',
* 'S576xm', 'S768', 'S768m', 'S768xm', 'S960m'
* 'S192', 'S192m', 'S192xm', 'S96', 'S384', 'S384m', 'S384xm', 'S384xxm',
* 'S576m', 'S576xm', 'S768', 'S768m', 'S768xm', 'S960m'
* @property {object} [storageProfile] Specifies the storage settings for the
* HANA instance disks.
* @property {string} [storageProfile.nfsIpAddress] IP Address to connect to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class HardwareProfile {
* their product name). Possible values include: 'Cisco_UCS', 'HPE'
* @property {string} [hanaInstanceSize] Specifies the HANA instance SKU.
* Possible values include: 'S72m', 'S144m', 'S72', 'S144', 'S192', 'S192m',
* 'S192xm', 'S384', 'S384m', 'S384xm', 'S384xxm', 'S576m', 'S576xm', 'S768',
* 'S768m', 'S768xm', 'S960m'
* 'S192xm', 'S96', 'S384', 'S384m', 'S384xm', 'S384xxm', 'S576m', 'S576xm',
* 'S768', 'S768m', 'S768xm', 'S960m'
*/
constructor() {
}
Expand Down
4 changes: 2 additions & 2 deletions lib/services/hanaonazureManagement/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ export interface HardwareProfile {
readonly hardwareType?: string;
/**
* Specifies the HANA instance SKU. Possible values include: 'S72m', 'S144m', 'S72', 'S144',
* 'S192', 'S192m', 'S192xm', 'S384', 'S384m', 'S384xm', 'S384xxm', 'S576m', 'S576xm', 'S768',
* 'S768m', 'S768xm', 'S960m'
* 'S192', 'S192m', 'S192xm', 'S96', 'S384', 'S384m', 'S384xm', 'S384xxm', 'S576m', 'S576xm',
* 'S768', 'S768m', 'S768xm', 'S960m'
*/
readonly hanaInstanceSize?: string;
}
Expand Down