Skip to content

adding note about the case-sensitivity of filenames #4787

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Microsoft.Azure.Commands.Compute.dll-Help.xml
ms.assetid: 64AB1BAE-A756-43A8-A40F-10B746EA0946
online version:
online version:
schema: 2.0.0
---

Expand Down Expand Up @@ -51,7 +51,7 @@ Specifies arguments that the script extension passes to the script.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -66,7 +66,7 @@ Specifies the name of the Azure storage container where this cmdlet stores the s
```yaml
Type: String
Parameter Sets: SetCustomScriptExtensionByContainerAndFileNames
Aliases:
Aliases:

Required: True
Position: Named
Expand Down Expand Up @@ -94,7 +94,7 @@ Accept wildcard characters: False
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -104,12 +104,13 @@ Accept wildcard characters: False
```

### -FileName
Specifies the name of the script file.
Specifies the name of the script file. If the file is stored in Azure Blob storage, the file name
value is case-senstive. File names of files stored in Azure File storage are not case-senstive.

```yaml
Type: String[]
Parameter Sets: SetCustomScriptExtensionByContainerAndFileNames
Aliases:
Aliases:

Required: True
Position: Named
Expand All @@ -124,7 +125,7 @@ Specifies the URI of the script file.
```yaml
Type: String[]
Parameter Sets: SetCustomScriptExtensionByUriLinks
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -142,7 +143,7 @@ If forceUpdateTag is not changed, updates to public or protected settings are st
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -157,7 +158,7 @@ Specifies the location of the virtual machine.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -187,7 +188,7 @@ Specifies the name of the resource group of the virtual machine.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: 0
Expand Down Expand Up @@ -218,7 +219,7 @@ The value of *Run* might contain secrets or passwords to be passed to the script
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -233,7 +234,7 @@ Specifies the key for the Azure storage container.
```yaml
Type: String
Parameter Sets: SetCustomScriptExtensionByContainerAndFileNames
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -248,7 +249,7 @@ Specifies the name of the Azure storage account where this cmdlet stores the scr
```yaml
Type: String
Parameter Sets: SetCustomScriptExtensionByContainerAndFileNames
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -263,7 +264,7 @@ Specifies the storage endpoint suffix.
```yaml
Type: String
Parameter Sets: SetCustomScriptExtensionByContainerAndFileNames
Aliases:
Aliases:

Required: False
Position: Named
Expand Down