Skip to content

Commit 2b6b156

Browse files
authored
Remove the duplicate content in help file (#27236)
1 parent 766d1c8 commit 2b6b156

File tree

9 files changed

+0
-1487
lines changed

9 files changed

+0
-1487
lines changed

src/ComputeFleet/ComputeFleet/help/Get-AzComputeFleet.md

Lines changed: 0 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -474,94 +474,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
474474
## NOTES
475475
476476
## RELATED LINKS
477-
478-
## PARAMETERS
479-
480-
### -DefaultProfile
481-
The DefaultProfile parameter is not functional.
482-
Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
483-
484-
```yaml
485-
Type: System.Management.Automation.PSObject
486-
Parameter Sets: (All)
487-
Aliases: AzureRMContext, AzureCredential
488-
489-
Required: False
490-
Position: Named
491-
Default value: None
492-
Accept pipeline input: False
493-
Accept wildcard characters: False
494-
```
495-
496-
### -InputObject
497-
Identity Parameter
498-
499-
```yaml
500-
Type: Microsoft.Azure.PowerShell.Cmdlets.ComputeFleet.Models.IComputeFleetIdentity
501-
Parameter Sets: GetViaIdentity
502-
Aliases:
503-
504-
Required: True
505-
Position: Named
506-
Default value: None
507-
Accept pipeline input: True (ByValue)
508-
Accept wildcard characters: False
509-
```
510-
511-
### -Name
512-
The name of the Compute Fleet
513-
514-
```yaml
515-
Type: System.String
516-
Parameter Sets: Get
517-
Aliases: FleetName
518-
519-
Required: True
520-
Position: Named
521-
Default value: None
522-
Accept pipeline input: False
523-
Accept wildcard characters: False
524-
```
525-
526-
### -ResourceGroupName
527-
The name of the resource group.
528-
The name is case insensitive.
529-
530-
```yaml
531-
Type: System.String
532-
Parameter Sets: Get, ListByResourceGroup
533-
Aliases:
534-
535-
Required: True
536-
Position: Named
537-
Default value: None
538-
Accept pipeline input: False
539-
Accept wildcard characters: False
540-
```
541-
542-
### -SubscriptionId
543-
The ID of the target subscription.
544-
The value must be an UUID.
545-
546-
```yaml
547-
Type: System.String[]
548-
Parameter Sets: ListBySubscriptionId, Get, ListByResourceGroup
549-
Aliases:
550-
551-
Required: False
552-
Position: Named
553-
Default value: None
554-
Accept pipeline input: False
555-
Accept wildcard characters: False
556-
```
557-
558-
### CommonParameters
559-
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).
560-
561-
## INPUTS
562-
563-
## OUTPUTS
564-
565-
## NOTES
566-
567-
## RELATED LINKS

src/ComputeFleet/ComputeFleet/help/New-AzComputeFleet.md

Lines changed: 0 additions & 165 deletions
Original file line numberDiff line numberDiff line change
@@ -515,168 +515,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
515515
516516
## RELATED LINKS
517517
518-
## PARAMETERS
519-
520-
### -AsJob
521-
Run the command as a job
522-
523-
```yaml
524-
Type: System.Management.Automation.SwitchParameter
525-
Parameter Sets: (All)
526-
Aliases:
527-
528-
Required: False
529-
Position: Named
530-
Default value: False
531-
Accept pipeline input: False
532-
Accept wildcard characters: False
533-
```
534-
535-
### -DefaultProfile
536-
The DefaultProfile parameter is not functional.
537-
Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
538-
539-
```yaml
540-
Type: System.Management.Automation.PSObject
541-
Parameter Sets: (All)
542-
Aliases: AzureRMContext, AzureCredential
543-
544-
Required: False
545-
Position: Named
546-
Default value: None
547-
Accept pipeline input: False
548-
Accept wildcard characters: False
549-
```
550-
551-
### -InputObject
552-
Identity Parameter
553-
554-
```yaml
555-
Type: Microsoft.Azure.PowerShell.Cmdlets.ComputeFleet.Models.IComputeFleetIdentity
556-
Parameter Sets: CreateViaIdentity
557-
Aliases:
558-
559-
Required: True
560-
Position: Named
561-
Default value: None
562-
Accept pipeline input: True (ByValue)
563-
Accept wildcard characters: False
564-
```
565-
566-
### -Name
567-
The name of the Compute Fleet
568-
569-
```yaml
570-
Type: System.String
571-
Parameter Sets: Create
572-
Aliases: FleetName
573-
574-
Required: True
575-
Position: Named
576-
Default value: None
577-
Accept pipeline input: False
578-
Accept wildcard characters: False
579-
```
580-
581-
### -NoWait
582-
Run the command asynchronously
583-
584-
```yaml
585-
Type: System.Management.Automation.SwitchParameter
586-
Parameter Sets: (All)
587-
Aliases:
588-
589-
Required: False
590-
Position: Named
591-
Default value: False
592-
Accept pipeline input: False
593-
Accept wildcard characters: False
594-
```
595-
596-
### -Resource
597-
An Compute Fleet resource
598-
599-
```yaml
600-
Type: Microsoft.Azure.PowerShell.Cmdlets.ComputeFleet.Models.IFleet
601-
Parameter Sets: (All)
602-
Aliases:
603-
604-
Required: True
605-
Position: Named
606-
Default value: None
607-
Accept pipeline input: True (ByValue)
608-
Accept wildcard characters: False
609-
```
610-
611-
### -ResourceGroupName
612-
The name of the resource group.
613-
The name is case insensitive.
614-
615-
```yaml
616-
Type: System.String
617-
Parameter Sets: Create
618-
Aliases:
619-
620-
Required: True
621-
Position: Named
622-
Default value: None
623-
Accept pipeline input: False
624-
Accept wildcard characters: False
625-
```
626-
627-
### -SubscriptionId
628-
The ID of the target subscription.
629-
The value must be an UUID.
630-
631-
```yaml
632-
Type: System.String
633-
Parameter Sets: Create
634-
Aliases:
635-
636-
Required: False
637-
Position: Named
638-
Default value: None
639-
Accept pipeline input: False
640-
Accept wildcard characters: False
641-
```
642-
643-
### -Confirm
644-
Prompts you for confirmation before running the cmdlet.
645-
646-
```yaml
647-
Type: System.Management.Automation.SwitchParameter
648-
Parameter Sets: (All)
649-
Aliases: cf
650-
651-
Required: False
652-
Position: Named
653-
Default value: None
654-
Accept pipeline input: False
655-
Accept wildcard characters: False
656-
```
657-
658-
### -WhatIf
659-
Shows what would happen if the cmdlet runs. The cmdlet is not run.
660-
661-
```yaml
662-
Type: System.Management.Automation.SwitchParameter
663-
Parameter Sets: (All)
664-
Aliases: wi
665-
666-
Required: False
667-
Position: Named
668-
Default value: None
669-
Accept pipeline input: False
670-
Accept wildcard characters: False
671-
```
672-
673-
### CommonParameters
674-
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).
675-
676-
## INPUTS
677-
678-
## OUTPUTS
679-
680-
## NOTES
681-
682-
## RELATED LINKS

0 commit comments

Comments
 (0)