1
1
---
2
2
external help file : Microsoft.Azure.Commands.Compute.dll-Help.xml
3
3
ms.assetid : 64AB1BAE-A756-43A8-A40F-10B746EA0946
4
- online version :
4
+ online version :
5
5
schema : 2.0.0
6
6
---
7
7
@@ -51,7 +51,7 @@ Specifies arguments that the script extension passes to the script.
51
51
``` yaml
52
52
Type : String
53
53
Parameter Sets : (All)
54
- Aliases :
54
+ Aliases :
55
55
56
56
Required : False
57
57
Position : Named
@@ -66,7 +66,7 @@ Specifies the name of the Azure storage container where this cmdlet stores the s
66
66
` ` ` yaml
67
67
Type : String
68
68
Parameter Sets : SetCustomScriptExtensionByContainerAndFileNames
69
- Aliases :
69
+ Aliases :
70
70
71
71
Required : True
72
72
Position : Named
@@ -94,7 +94,7 @@ Accept wildcard characters: False
94
94
` ` ` yaml
95
95
Type : SwitchParameter
96
96
Parameter Sets : (All)
97
- Aliases :
97
+ Aliases :
98
98
99
99
Required : False
100
100
Position : Named
@@ -104,12 +104,13 @@ Accept wildcard characters: False
104
104
` ` `
105
105
106
106
### -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.
108
109
109
110
` ` ` yaml
110
111
Type : String[]
111
112
Parameter Sets : SetCustomScriptExtensionByContainerAndFileNames
112
- Aliases :
113
+ Aliases :
113
114
114
115
Required : True
115
116
Position : Named
@@ -124,7 +125,7 @@ Specifies the URI of the script file.
124
125
` ` ` yaml
125
126
Type : String[]
126
127
Parameter Sets : SetCustomScriptExtensionByUriLinks
127
- Aliases :
128
+ Aliases :
128
129
129
130
Required : False
130
131
Position : Named
@@ -142,7 +143,7 @@ If forceUpdateTag is not changed, updates to public or protected settings are st
142
143
` ` ` yaml
143
144
Type : String
144
145
Parameter Sets : (All)
145
- Aliases :
146
+ Aliases :
146
147
147
148
Required : False
148
149
Position : Named
@@ -157,7 +158,7 @@ Specifies the location of the virtual machine.
157
158
` ` ` yaml
158
159
Type : String
159
160
Parameter Sets : (All)
160
- Aliases :
161
+ Aliases :
161
162
162
163
Required : False
163
164
Position : Named
@@ -187,7 +188,7 @@ Specifies the name of the resource group of the virtual machine.
187
188
` ` ` yaml
188
189
Type : String
189
190
Parameter Sets : (All)
190
- Aliases :
191
+ Aliases :
191
192
192
193
Required : True
193
194
Position : 0
@@ -218,7 +219,7 @@ The value of *Run* might contain secrets or passwords to be passed to the script
218
219
` ` ` yaml
219
220
Type : SwitchParameter
220
221
Parameter Sets : (All)
221
- Aliases :
222
+ Aliases :
222
223
223
224
Required : False
224
225
Position : Named
@@ -233,7 +234,7 @@ Specifies the key for the Azure storage container.
233
234
` ` ` yaml
234
235
Type : String
235
236
Parameter Sets : SetCustomScriptExtensionByContainerAndFileNames
236
- Aliases :
237
+ Aliases :
237
238
238
239
Required : False
239
240
Position : Named
@@ -248,7 +249,7 @@ Specifies the name of the Azure storage account where this cmdlet stores the scr
248
249
` ` ` yaml
249
250
Type : String
250
251
Parameter Sets : SetCustomScriptExtensionByContainerAndFileNames
251
- Aliases :
252
+ Aliases :
252
253
253
254
Required : False
254
255
Position : Named
@@ -263,7 +264,7 @@ Specifies the storage endpoint suffix.
263
264
` ` ` yaml
264
265
Type : String
265
266
Parameter Sets : SetCustomScriptExtensionByContainerAndFileNames
266
- Aliases :
267
+ Aliases :
267
268
268
269
Required : False
269
270
Position : Named
0 commit comments