Skip to content

Commit 9df8b98

Browse files
committed
fix line too long
1 parent 647158b commit 9df8b98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

code/API_definitions/Edge-Application-Management.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,9 @@ components:
10681068
Vcpu:
10691069
type: string
10701070
pattern: ^\d+((\.\d{1,3})|(m))?$
1071-
description: Number of vcpus in whole, decimal up to millivcpu, or millivcpu format.
1071+
description: |
1072+
Number of vcpus in whole, decimal up to millivcpu,
1073+
or millivcpu format.
10721074
example:
10731075
whole:
10741076
value: 2

0 commit comments

Comments
 (0)