Skip to content

Commit

Permalink
Addressing feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshitha Akkaraju committed Jan 26, 2021
1 parent c47290e commit f95d8bd
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@
},
"disks": {
"type": "array",
"description": "List of Azure Managed Disks to attach to a Disk pool.",
"description": "List of Azure Managed Disks to attach to a Disk pool. Can attach 8 disks at most.",
"items": {
"$ref": "#/definitions/Disk"
},
Expand Down Expand Up @@ -989,7 +989,7 @@
},
"disks": {
"type": "array",
"description": "List of Azure Managed Disks to attach to a Disk pool.",
"description": "List of Azure Managed Disks to attach to a Disk pool. Can attach 8 disks at most.",
"items": {
"$ref": "#/definitions/Disk"
},
Expand Down Expand Up @@ -1028,7 +1028,7 @@
"properties": {
"disks": {
"type": "array",
"description": "List of Azure Managed Disks to attach to a Disk pool.",
"description": "List of Azure Managed Disks to attach to a Disk pool. Can attach 8 disks at most.",
"items": {
"$ref": "#/definitions/Disk"
},
Expand Down Expand Up @@ -1151,7 +1151,7 @@
},
"tpgs": {
"type": "array",
"description": "List of iSCSI target portal groups.",
"description": "List of iSCSI target portal groups. Can have 1 portal group at most.",
"items": {
"$ref": "#/definitions/TargetPortalGroup"
},
Expand All @@ -1173,7 +1173,7 @@
"properties": {
"tpgs": {
"type": "array",
"description": "List of iSCSI target portal groups.",
"description": "List of iSCSI target portal groups. Can have 1 portal group at most.",
"items": {
"$ref": "#/definitions/TargetPortalGroupCreate"
},
Expand All @@ -1195,7 +1195,7 @@
"properties": {
"tpgs": {
"type": "array",
"description": "List of iSCSI target portal groups.",
"description": "List of iSCSI target portal groups. Can have 1 portal group at most.",
"items": {
"$ref": "#/definitions/TargetPortalGroupUpdate"
},
Expand Down Expand Up @@ -1400,8 +1400,8 @@
"properties": {
"name": {
"type": "string",
"minimum": 7,
"maximum": 12,
"minimum": 1,
"maximum": 90,
"description": "User defined name for iSCSI LUN; example: \"lun0\""
},
"managedDiskAzureResourceId": {
Expand Down

0 comments on commit f95d8bd

Please sign in to comment.