Skip to content
Merged
Show file tree
Hide file tree
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
128 changes: 64 additions & 64 deletions src/StackAdmin/Azs.Compute.Admin/Help/Add-AzsPlatformImage.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,179 +32,178 @@ Add a new platform image.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should not be a need to change this file as there is no change in the cmdlet Add-AzsPlatformImage?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, there might be soem update in platyps script, that caused this change, i will remove.

## PARAMETERS

### -Publisher
Name of the publisher.
### -AsJob
Run asynchronous as a job and return the job object.

```yaml
Type: String
Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```

### -Offer
Name of the offer.
### -BillingPartNumber
The part number is used to bill for software costs.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
Required: False
Position: 7
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -Sku
Name of the SKU.
### -DataDisks
Data disks used by the platform image.

```yaml
Type: String
Type: DataDisk[]
Parameter Sets: (All)
Aliases:

Required: True
Position: 3
Required: False
Position: 8
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -Version
The version of the virtual machine platform image.
### -Force
Don't ask for confirmation.

```yaml
Type: String
Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: True
Position: 4
Default value: None
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```

### -OsType
Operating system type.
### -Location
Location of the resource.

```yaml
Type: Object
Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 5
Required: False
Position: 9
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -OsUri
Location of the disk.
### -Offer
Name of the offer.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 6
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -BillingPartNumber
The part number is used to bill for software costs.
### -OsType
Operating system type.

```yaml
Type: String
Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 7
Required: True
Position: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -DataDisks
Data disks used by the platform image.
### -OsUri
Location of the disk.

```yaml
Type: DataDisk[]
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 8
Required: True
Position: 6
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -Location
Location of the resource.
### -Publisher
Name of the publisher.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 9
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -AsJob
Run asynchronous as a job and return the job object.
### -Sku
Name of the SKU.

```yaml
Type: SwitchParameter
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Required: True
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -Force
Don't ask for confirmation.
### -Version
The version of the virtual machine platform image.

```yaml
Type: SwitchParameter
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Required: True
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -WhatIf
Shows what would happen if the cmdlet runs.
The cmdlet is not run.
### -Confirm
Prompts you for confirmation before running the cmdlet.

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Aliases: cf

Required: False
Position: Named
Expand All @@ -213,13 +212,14 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -Confirm
Prompts you for confirmation before running the cmdlet.
### -WhatIf
Shows what would happen if the cmdlet runs.
The cmdlet is not run.

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Aliases: wi

Required: False
Position: Named
Expand All @@ -229,14 +229,14 @@ Accept wildcard characters: False
```

### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

## INPUTS

## OUTPUTS

### Microsoft.AzureStack.Management.Compute.Admin.Models.PlatformImage

## NOTES

## RELATED LINKS
Loading