Skip to content

Commit fe82121

Browse files
committed
Add default value description in help message
1 parent e77f1ce commit fe82121

File tree

6 files changed

+21
-18
lines changed

6 files changed

+21
-18
lines changed

src/ElasticSan/ElasticSan.Autorest/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@
2424
[assembly: System.Reflection.AssemblyVersionAttribute("1.2.1")]
2525
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
2626
[assembly: System.CLSCompliantAttribute(false)]
27-

src/ElasticSan/ElasticSan.Autorest/custom/New-AzElasticSan.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ param(
9797
[Parameter()]
9898
[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Category('Body')]
9999
[System.Int64]
100-
# Base size of the Elastic San appliance in TiB.
100+
# Base size of the Elastic San appliance in TiB. Default vaule is 20.
101101
${BaseSizeTiB},
102102

103103
[Parameter()]
104104
[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Category('Body')]
105105
[System.Int64]
106-
# Extended size of the Elastic San appliance in TiB.
106+
# Extended size of the Elastic San appliance in TiB. Default vaule is 0.
107107
${ExtendedCapacitySizeTiB},
108108

109109
[Parameter()]

src/ElasticSan/ElasticSan.Autorest/docs/New-AzElasticSan.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ Accept wildcard characters: False
131131
132132
### -BaseSizeTiB
133133
Base size of the Elastic San appliance in TiB.
134+
Default vaule is 20.
134135
135136
```yaml
136137
Type: System.Int64
@@ -162,6 +163,7 @@ Accept wildcard characters: False
162163
163164
### -ExtendedCapacitySizeTiB
164165
Extended size of the Elastic San appliance in TiB.
166+
Default vaule is 0.
165167
166168
```yaml
167169
Type: System.Int64
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "77d5f5de-ab28-44d1-86eb-37f6aaca9cca"
2+
"generate_Id": "2466eb96-584f-4674-a521-1833df15998d"
33
}

src/ElasticSan/ElasticSan.sln

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ElasticSan", "ElasticSan\El
2121
EndProject
2222
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ElasticSan.Autorest", "ElasticSan.Autorest", "{8EDE8D57-F303-FBFB-9C03-A16C7C169BE4}"
2323
EndProject
24-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ElasticSan", "..\..\generated\ElasticSan\ElasticSan.Autorest\Az.ElasticSan.csproj", "{FB4ECE3B-B70F-46E8-B630-255741B53396}"
24+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ElasticSan", "..\..\generated\ElasticSan\ElasticSan.Autorest\Az.ElasticSan.csproj", "{702319F1-C2D0-4047-9B08-D754BA706069}"
2525
EndProject
2626
Global
2727
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -117,18 +117,18 @@ Global
117117
{EDE052FF-6780-4FCE-8DB5-5B084B094DFF}.Release|x64.Build.0 = Release|Any CPU
118118
{EDE052FF-6780-4FCE-8DB5-5B084B094DFF}.Release|x86.ActiveCfg = Release|Any CPU
119119
{EDE052FF-6780-4FCE-8DB5-5B084B094DFF}.Release|x86.Build.0 = Release|Any CPU
120-
{FB4ECE3B-B70F-46E8-B630-255741B53396}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
121-
{FB4ECE3B-B70F-46E8-B630-255741B53396}.Debug|Any CPU.Build.0 = Debug|Any CPU
122-
{FB4ECE3B-B70F-46E8-B630-255741B53396}.Debug|x64.ActiveCfg = Debug|Any CPU
123-
{FB4ECE3B-B70F-46E8-B630-255741B53396}.Debug|x64.Build.0 = Debug|Any CPU
124-
{FB4ECE3B-B70F-46E8-B630-255741B53396}.Debug|x86.ActiveCfg = Debug|Any CPU
125-
{FB4ECE3B-B70F-46E8-B630-255741B53396}.Debug|x86.Build.0 = Debug|Any CPU
126-
{FB4ECE3B-B70F-46E8-B630-255741B53396}.Release|Any CPU.ActiveCfg = Release|Any CPU
127-
{FB4ECE3B-B70F-46E8-B630-255741B53396}.Release|Any CPU.Build.0 = Release|Any CPU
128-
{FB4ECE3B-B70F-46E8-B630-255741B53396}.Release|x64.ActiveCfg = Release|Any CPU
129-
{FB4ECE3B-B70F-46E8-B630-255741B53396}.Release|x64.Build.0 = Release|Any CPU
130-
{FB4ECE3B-B70F-46E8-B630-255741B53396}.Release|x86.ActiveCfg = Release|Any CPU
131-
{FB4ECE3B-B70F-46E8-B630-255741B53396}.Release|x86.Build.0 = Release|Any CPU
120+
{702319F1-C2D0-4047-9B08-D754BA706069}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
121+
{702319F1-C2D0-4047-9B08-D754BA706069}.Debug|Any CPU.Build.0 = Debug|Any CPU
122+
{702319F1-C2D0-4047-9B08-D754BA706069}.Debug|x64.ActiveCfg = Debug|Any CPU
123+
{702319F1-C2D0-4047-9B08-D754BA706069}.Debug|x64.Build.0 = Debug|Any CPU
124+
{702319F1-C2D0-4047-9B08-D754BA706069}.Debug|x86.ActiveCfg = Debug|Any CPU
125+
{702319F1-C2D0-4047-9B08-D754BA706069}.Debug|x86.Build.0 = Debug|Any CPU
126+
{702319F1-C2D0-4047-9B08-D754BA706069}.Release|Any CPU.ActiveCfg = Release|Any CPU
127+
{702319F1-C2D0-4047-9B08-D754BA706069}.Release|Any CPU.Build.0 = Release|Any CPU
128+
{702319F1-C2D0-4047-9B08-D754BA706069}.Release|x64.ActiveCfg = Release|Any CPU
129+
{702319F1-C2D0-4047-9B08-D754BA706069}.Release|x64.Build.0 = Release|Any CPU
130+
{702319F1-C2D0-4047-9B08-D754BA706069}.Release|x86.ActiveCfg = Release|Any CPU
131+
{702319F1-C2D0-4047-9B08-D754BA706069}.Release|x86.Build.0 = Release|Any CPU
132132
EndGlobalSection
133133
GlobalSection(SolutionProperties) = preSolution
134134
HideSolutionNode = FALSE
@@ -140,6 +140,6 @@ Global
140140
{1E8D4337-53D6-4246-8B3C-84BB10505467} = {6A124028-98E4-4908-9080-00E5B264277A}
141141
{E9C8BF32-5DF8-4E4E-98CB-6F855AFCE1FB} = {6A124028-98E4-4908-9080-00E5B264277A}
142142
{9D814759-9937-4C11-894D-657C9A0A9C47} = {6A124028-98E4-4908-9080-00E5B264277A}
143-
{FB4ECE3B-B70F-46E8-B630-255741B53396} = {8EDE8D57-F303-FBFB-9C03-A16C7C169BE4}
143+
{702319F1-C2D0-4047-9B08-D754BA706069} = {8EDE8D57-F303-FBFB-9C03-A16C7C169BE4}
144144
EndGlobalSection
145145
EndGlobal

src/ElasticSan/ElasticSan/help/New-AzElasticSan.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ Accept wildcard characters: False
131131
132132
### -BaseSizeTiB
133133
Base size of the Elastic San appliance in TiB.
134+
Default vaule is 20.
134135
135136
```yaml
136137
Type: System.Int64
@@ -162,6 +163,7 @@ Accept wildcard characters: False
162163
163164
### -ExtendedCapacitySizeTiB
164165
Extended size of the Elastic San appliance in TiB.
166+
Default vaule is 0.
165167
166168
```yaml
167169
Type: System.Int64

0 commit comments

Comments
 (0)