Skip to content

Migrate Fleet from generation to main #24391

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

Closed
wants to merge 1 commit into from
Closed
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
1 change: 0 additions & 1 deletion src/Fleet/Fleet.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
This directory contains the PowerShell module for the Fleet service.

---

## Info
- Modifiable: yes
- Generated: all
Expand Down
1 change: 0 additions & 1 deletion src/Fleet/Fleet.Autorest/exports/Get-AzFleet.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IFleetIdentity]
# Identity Parameter
# To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
${InputObject},

[Parameter()]
Expand Down
2 changes: 0 additions & 2 deletions src/Fleet/Fleet.Autorest/exports/Get-AzFleetMember.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,12 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IFleetIdentity]
# Identity Parameter
# To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
${InputObject},

[Parameter(ParameterSetName='GetViaIdentityFleet', Mandatory, ValueFromPipeline)]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IFleetIdentity]
# Identity Parameter
# To construct, see NOTES section for FLEETINPUTOBJECT properties and create a hash table.
${FleetInputObject},

[Parameter()]
Expand Down
2 changes: 0 additions & 2 deletions src/Fleet/Fleet.Autorest/exports/Get-AzFleetUpdateRun.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,12 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IFleetIdentity]
# Identity Parameter
# To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
${InputObject},

[Parameter(ParameterSetName='GetViaIdentityFleet', Mandatory, ValueFromPipeline)]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IFleetIdentity]
# Identity Parameter
# To construct, see NOTES section for FLEETINPUTOBJECT properties and create a hash table.
${FleetInputObject},

[Parameter()]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,12 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IFleetIdentity]
# Identity Parameter
# To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
${InputObject},

[Parameter(ParameterSetName='GetViaIdentityFleet', Mandatory, ValueFromPipeline)]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IFleetIdentity]
# Identity Parameter
# To construct, see NOTES section for FLEETINPUTOBJECT properties and create a hash table.
${FleetInputObject},

[Parameter()]
Expand Down
17 changes: 7 additions & 10 deletions src/Fleet/Fleet.Autorest/exports/New-AzFleet.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IFleetIdentity]
# Identity Parameter
# To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
${InputObject},

[Parameter()]
Expand All @@ -101,11 +100,10 @@ param(

[Parameter(ParameterSetName='CreateExpanded')]
[Parameter(ParameterSetName='CreateViaIdentityExpanded')]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.PSArgumentCompleterAttribute("None", "SystemAssigned", "UserAssigned", "SystemAssigned, UserAssigned")]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Category('Body')]
[System.String]
# Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
${IdentityType},
[System.Management.Automation.SwitchParameter]
# Decides if enable a system assigned identity for the resource.
${EnableSystemAssignedIdentity},

[Parameter(ParameterSetName='CreateExpanded')]
[Parameter(ParameterSetName='CreateViaIdentityExpanded')]
Expand All @@ -117,12 +115,11 @@ param(

[Parameter(ParameterSetName='CreateExpanded')]
[Parameter(ParameterSetName='CreateViaIdentityExpanded')]
[AllowEmptyCollection()]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IUserAssignedIdentities]))]
[System.Collections.Hashtable]
# The set of user assigned identities associated with the resource.
# The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.
# The dictionary values can be empty objects ({}) in requests.
[System.String[]]
# The array of user assigned identities associated with the resource.
# The elements in array will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.'
${UserAssignedIdentity},

[Parameter(ParameterSetName='CreateViaJsonFilePath', Mandatory)]
Expand Down
2 changes: 0 additions & 2 deletions src/Fleet/Fleet.Autorest/exports/New-AzFleetMember.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,12 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IFleetIdentity]
# Identity Parameter
# To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
${InputObject},

[Parameter(ParameterSetName='CreateViaIdentityFleetExpanded', Mandatory, ValueFromPipeline)]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IFleetIdentity]
# Identity Parameter
# To construct, see NOTES section for FLEETINPUTOBJECT properties and create a hash table.
${FleetInputObject},

[Parameter()]
Expand Down
3 changes: 0 additions & 3 deletions src/Fleet/Fleet.Autorest/exports/New-AzFleetUpdateRun.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,12 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IFleetIdentity]
# Identity Parameter
# To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
${InputObject},

[Parameter(ParameterSetName='CreateViaIdentityFleetExpanded', Mandatory, ValueFromPipeline)]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IFleetIdentity]
# Identity Parameter
# To construct, see NOTES section for FLEETINPUTOBJECT properties and create a hash table.
${FleetInputObject},

[Parameter()]
Expand Down Expand Up @@ -149,7 +147,6 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IUpdateStage[]]
# The list of stages that compose this update run.
# Min size: 1.
# To construct, see NOTES section for STRATEGYSTAGE properties and create a hash table.
${StrategyStage},

[Parameter(ParameterSetName='CreateExpanded')]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ param(
# Defines the groups to be executed in parallel in this stage.
# Duplicate groups are not allowed.
# Min size: 1.
# To construct, see NOTES section for GROUP properties and create a hash table.
${Group}
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,12 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IFleetIdentity]
# Identity Parameter
# To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
${InputObject},

[Parameter(ParameterSetName='CreateViaIdentityFleetExpanded', Mandatory, ValueFromPipeline)]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IFleetIdentity]
# Identity Parameter
# To construct, see NOTES section for FLEETINPUTOBJECT properties and create a hash table.
${FleetInputObject},

[Parameter()]
Expand All @@ -135,7 +133,6 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IUpdateStage[]]
# The list of stages that compose this update run.
# Min size: 1.
# To construct, see NOTES section for STRATEGYSTAGE properties and create a hash table.
${StrategyStage},

[Parameter(ParameterSetName='CreateViaJsonFilePath', Mandatory)]
Expand Down
Loading