Skip to content

Commit 1ee6396

Browse files
author
Sean Wheeler
committed
adding note about the case-sensitivity of filenames
1 parent 6a689a9 commit 1ee6396

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

src/ResourceManager/Compute/Commands.Compute/help/Set-AzureRmVMCustomScriptExtension.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.Commands.Compute.dll-Help.xml
33
ms.assetid: 64AB1BAE-A756-43A8-A40F-10B746EA0946
4-
online version:
4+
online version:
55
schema: 2.0.0
66
---
77

@@ -51,7 +51,7 @@ Specifies arguments that the script extension passes to the script.
5151
```yaml
5252
Type: String
5353
Parameter Sets: (All)
54-
Aliases:
54+
Aliases:
5555

5656
Required: False
5757
Position: Named
@@ -66,7 +66,7 @@ Specifies the name of the Azure storage container where this cmdlet stores the s
6666
```yaml
6767
Type: String
6868
Parameter Sets: SetCustomScriptExtensionByContainerAndFileNames
69-
Aliases:
69+
Aliases:
7070

7171
Required: True
7272
Position: Named
@@ -94,7 +94,7 @@ Accept wildcard characters: False
9494
```yaml
9595
Type: SwitchParameter
9696
Parameter Sets: (All)
97-
Aliases:
97+
Aliases:
9898

9999
Required: False
100100
Position: Named
@@ -104,12 +104,13 @@ Accept wildcard characters: False
104104
```
105105
106106
### -FileName
107-
Specifies the name of the script file.
107+
Specifies the name of the script file. If the file is stored in Azure Blob storage, the file name
108+
value is case-senstive. File names of files stored in Azure File storage are not case-senstive.
108109
109110
```yaml
110111
Type: String[]
111112
Parameter Sets: SetCustomScriptExtensionByContainerAndFileNames
112-
Aliases:
113+
Aliases:
113114

114115
Required: True
115116
Position: Named
@@ -124,7 +125,7 @@ Specifies the URI of the script file.
124125
```yaml
125126
Type: String[]
126127
Parameter Sets: SetCustomScriptExtensionByUriLinks
127-
Aliases:
128+
Aliases:
128129

129130
Required: False
130131
Position: Named
@@ -142,7 +143,7 @@ If forceUpdateTag is not changed, updates to public or protected settings are st
142143
```yaml
143144
Type: String
144145
Parameter Sets: (All)
145-
Aliases:
146+
Aliases:
146147

147148
Required: False
148149
Position: Named
@@ -157,7 +158,7 @@ Specifies the location of the virtual machine.
157158
```yaml
158159
Type: String
159160
Parameter Sets: (All)
160-
Aliases:
161+
Aliases:
161162

162163
Required: False
163164
Position: Named
@@ -187,7 +188,7 @@ Specifies the name of the resource group of the virtual machine.
187188
```yaml
188189
Type: String
189190
Parameter Sets: (All)
190-
Aliases:
191+
Aliases:
191192

192193
Required: True
193194
Position: 0
@@ -218,7 +219,7 @@ The value of *Run* might contain secrets or passwords to be passed to the script
218219
```yaml
219220
Type: SwitchParameter
220221
Parameter Sets: (All)
221-
Aliases:
222+
Aliases:
222223

223224
Required: False
224225
Position: Named
@@ -233,7 +234,7 @@ Specifies the key for the Azure storage container.
233234
```yaml
234235
Type: String
235236
Parameter Sets: SetCustomScriptExtensionByContainerAndFileNames
236-
Aliases:
237+
Aliases:
237238

238239
Required: False
239240
Position: Named
@@ -248,7 +249,7 @@ Specifies the name of the Azure storage account where this cmdlet stores the scr
248249
```yaml
249250
Type: String
250251
Parameter Sets: SetCustomScriptExtensionByContainerAndFileNames
251-
Aliases:
252+
Aliases:
252253

253254
Required: False
254255
Position: Named
@@ -263,7 +264,7 @@ Specifies the storage endpoint suffix.
263264
```yaml
264265
Type: String
265266
Parameter Sets: SetCustomScriptExtensionByContainerAndFileNames
266-
Aliases:
267+
Aliases:
267268

268269
Required: False
269270
Position: Named

0 commit comments

Comments
 (0)