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
1 change: 0 additions & 1 deletion src/Marketplace/Marketplace.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 Marketplace service.

---

## Info
- Modifiable: yes
- Generated: all
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,13 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IMarketplaceIdentity]
# Identity Parameter
# To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
${InputObject},

[Parameter(ParameterSetName='TransferViaIdentityPrivateStore', Mandatory, ValueFromPipeline)]
[Parameter(ParameterSetName='TransferViaIdentityPrivateStoreExpanded', Mandatory, ValueFromPipeline)]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IMarketplaceIdentity]
# Identity Parameter
# To construct, see NOTES section for PRIVATESTOREINPUTOBJECT properties and create a hash table.
${PrivateStoreInputObject},

[Parameter(ParameterSetName='Transfer', Mandatory, ValueFromPipeline)]
Expand All @@ -103,7 +101,6 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ITransferOffersProperties]
# Transfer offers properties
# To construct, see NOTES section for PAYLOAD properties and create a hash table.
${Payload},

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

[Parameter(ParameterSetName='DisableViaIdentityPrivateStore', Mandatory, ValueFromPipeline)]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IMarketplaceIdentity]
# Identity Parameter
# To construct, see NOTES section for PRIVATESTOREINPUTOBJECT properties and create a hash table.
${PrivateStoreInputObject},

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

[Parameter(ParameterSetName='ApproveViaIdentityPrivateStore', Mandatory, ValueFromPipeline)]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IMarketplaceIdentity]
# Identity Parameter
# To construct, see NOTES section for PRIVATESTOREINPUTOBJECT properties and create a hash table.
${PrivateStoreInputObject},

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

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

[Parameter(ParameterSetName='Collections', Mandatory, ValueFromPipeline)]
[Parameter(ParameterSetName='CollectionsViaIdentity', Mandatory, ValueFromPipeline)]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ICollectionsToSubscriptionsMappingPayload]
# The subscriptions list to get the related collections
# To construct, see NOTES section for PAYLOAD properties and create a hash table.
${Payload},

[Parameter(ParameterSetName='CollectionsExpanded')]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IMarketplaceIdentity]
# Identity Parameter
# To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
${InputObject},

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

[Parameter(ParameterSetName='GetViaIdentityPrivateStore', Mandatory, ValueFromPipeline)]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IMarketplaceIdentity]
# Identity Parameter
# To construct, see NOTES section for PRIVATESTOREINPUTOBJECT properties and create a hash table.
${PrivateStoreInputObject},

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

[Parameter(ParameterSetName='GetViaIdentityCollection', Mandatory, ValueFromPipeline)]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IMarketplaceIdentity]
# Identity Parameter
# To construct, see NOTES section for COLLECTIONINPUTOBJECT properties and create a hash table.
${CollectionInputObject},

[Parameter(ParameterSetName='GetViaIdentityPrivateStore', Mandatory, ValueFromPipeline)]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IMarketplaceIdentity]
# Identity Parameter
# To construct, see NOTES section for PRIVATESTOREINPUTOBJECT properties and create a hash table.
${PrivateStoreInputObject},

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

[Parameter(ParameterSetName='QueryViaIdentityPrivateStore', Mandatory, ValueFromPipeline)]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IMarketplaceIdentity]
# Identity Parameter
# To construct, see NOTES section for PRIVATESTOREINPUTOBJECT properties and create a hash table.
${PrivateStoreInputObject},

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

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

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

[Parameter(ParameterSetName='List')]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IMarketplaceIdentity]
# Identity Parameter
# To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
${InputObject},

[Parameter()]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IRecipient[]]
# Gets or sets list of notified recipients for new requests
# To construct, see NOTES section for NOTIFICATIONSETTINGRECIPIENT properties and create a hash table.
${NotificationSettingRecipient},

[Parameter(ParameterSetName='CreateExpanded')]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IMarketplaceIdentity]
# Identity Parameter
# To construct, see NOTES section for PRIVATESTOREINPUTOBJECT properties and create a hash table.
${PrivateStoreInputObject},

[Parameter(ParameterSetName='CreateExpanded')]
Expand Down Expand Up @@ -118,7 +117,6 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ICollection]
# The Collection data structure.
# To construct, see NOTES section for PAYLOAD properties and create a hash table.
${Payload},

[Parameter(ParameterSetName='CreateViaJsonFilePath', Mandatory)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,13 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IMarketplaceIdentity]
# Identity Parameter
# To construct, see NOTES section for COLLECTIONINPUTOBJECT properties and create a hash table.
${CollectionInputObject},

[Parameter(ParameterSetName='CreateViaIdentityPrivateStore', Mandatory, ValueFromPipeline)]
[Parameter(ParameterSetName='CreateViaIdentityPrivateStoreExpanded', Mandatory, ValueFromPipeline)]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IMarketplaceIdentity]
# Identity Parameter
# To construct, see NOTES section for PRIVATESTOREINPUTOBJECT properties and create a hash table.
${PrivateStoreInputObject},

[Parameter(ParameterSetName='CreateExpanded')]
Expand All @@ -132,7 +130,6 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IPlan[]]
# Offer plans
# To construct, see NOTES section for PLAN properties and create a hash table.
${Plan},

[Parameter(ParameterSetName='CreateExpanded')]
Expand All @@ -158,7 +155,6 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IOffer]
# The privateStore offer data structure.
# To construct, see NOTES section for PAYLOAD properties and create a hash table.
${Payload},

[Parameter(ParameterSetName='CreateViaJsonFilePath', Mandatory)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,21 +100,18 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IMarketplaceIdentity]
# Identity Parameter
# To construct, see NOTES section for COLLECTIONINPUTOBJECT properties and create a hash table.
${CollectionInputObject},

[Parameter(ParameterSetName='OfferViaIdentityExpanded', Mandatory, ValueFromPipeline)]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IMarketplaceIdentity]
# Identity Parameter
# To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
${InputObject},

[Parameter(ParameterSetName='OfferViaIdentityPrivateStoreExpanded', Mandatory, ValueFromPipeline)]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IMarketplaceIdentity]
# Identity Parameter
# To construct, see NOTES section for PRIVATESTOREINPUTOBJECT properties and create a hash table.
${PrivateStoreInputObject},

[Parameter()]
Expand All @@ -128,7 +125,6 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IContextAndPlansDetails[]]
# .
# To construct, see NOTES section for PLANSCONTEXT properties and create a hash table.
${PlansContext},

[Parameter(ParameterSetName='OfferExpanded')]
Expand Down
Loading