Skip to content

Commit da45260

Browse files
authored
[Az.EdgeOrder] Update generation tool version: autorest.powershell v3->v4 (#27635)
1 parent 874fe8d commit da45260

File tree

55 files changed

+1136
-324
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1136
-324
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0 (the ""License"");
3+
// you may not use this file except in compliance with the License.
4+
// You may obtain a copy of the License at
5+
// http://www.apache.org/licenses/LICENSE-2.0
6+
// Unless required by applicable law or agreed to in writing, software
7+
// distributed under the License is distributed on an ""AS IS"" BASIS,
8+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// See the License for the specific language governing permissions and
10+
// limitations under the License.
11+
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
12+
// is regenerated.
13+
14+
using System;
15+
using System.Reflection;
16+
using System.Runtime.CompilerServices;
17+
using System.Runtime.InteropServices;
18+
19+
[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
20+
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
21+
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
22+
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - EdgeOrder")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.2")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("0.1.2")]
25+
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]

src/EdgeOrder/EdgeOrder.Autorest/README.md

+16-15
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,16 @@ title: EdgeOrder
4545
subject-prefix: $(service-name)
4646
inlining-threshold: 50
4747

48-
# If there are post APIs for some kinds of actions in the RP, you may need to
49-
# uncomment following line to support viaIdentity for these post APIs
50-
# identity-correction-for-post: true
51-
52-
# For new modules, please avoid setting 3.x using the use-extension method and instead, use 4.x as the default option
53-
use-extension:
54-
"@autorest/powershell": "3.x"
55-
5648
directive:
5749
# Following is two common directive which are normally required in all the RPs
5850
# 1. Remove the unexpanded parameter set
5951
# 2. For New-* cmdlets, ViaIdentity is not required, so CreateViaIdentityExpanded is removed as well
6052
#^Update$|^UpdateViaIdentity$|^UpdateViaIdentityExpanded$|
6153
- where:
62-
variant: ^Create$|^CreateViaIdentity$|^CreateViaIdentityExpanded$|^GetViaIdentity$|^Validate.*$|^Update$|^UpdateViaIdentity$|^CancelViaIdentity$|^Cancel$|^Return$|^ReturnViaIdentity$
54+
variant: ^(Create|Update|Cance|Return)(?!.*?(Expanded|JsonFilePath|JsonString))
55+
remove: true
56+
- where:
57+
variant: ^CreateViaIdentity$|^CreateViaIdentityExpanded$|^GetViaIdentity$|^Validate.*$
6358
remove: true
6459
# Remove the set-* cmdlet
6560
- where:
@@ -104,12 +99,18 @@ directive:
10499
subject: OrderItemCancellation
105100

106101
- model-cmdlet:
107-
- OrderItemDetails
108-
- ShippingAddress
109-
- ContactDetails
110-
- Preferences
111-
- HierarchyInformation
112-
- FilterableProperty
102+
- model-name: OrderItemDetails
103+
cmdlet-name: New-AzEdgeOrderOrderItemDetailsObject
104+
- model-name: ShippingAddress
105+
cmdlet-name: New-AzEdgeOrderShippingAddressObject
106+
- model-name: ContactDetails
107+
cmdlet-name: New-AzEdgeOrderContactDetailsObject
108+
- model-name: Preferences
109+
cmdlet-name: New-AzEdgeOrderPreferencesObject
110+
- model-name: HierarchyInformation
111+
cmdlet-name: New-AzEdgeOrderHierarchyInformationObject
112+
- model-name: FilterableProperty
113+
cmdlet-name: New-AzEdgeOrderFilterablePropertyObject
113114
```
114115
``` yaml
115116
directive:

src/EdgeOrder/EdgeOrder.Autorest/custom/autogen-model-cmdlets/New-AzEdgeOrderContactDetailsObject.ps1

+5-4
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ Create an in-memory object for ContactDetails.
2121
Create an in-memory object for ContactDetails.
2222
2323
.Outputs
24-
Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.ContactDetails
24+
Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ContactDetails
2525
.Link
26-
https://learn.microsoft.com/powershell/module/Az.EdgeOrder/new-AzEdgeOrderContactDetailsObject
26+
https://learn.microsoft.com/powershell/module/Az.EdgeOrder/new-azedgeordercontactdetailsobject
2727
#>
2828
function New-AzEdgeOrderContactDetailsObject {
29-
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.ContactDetails')]
29+
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.ModelCmdletAttribute()]
30+
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ContactDetails')]
3031
[CmdletBinding(PositionalBinding=$false)]
3132
Param(
3233

@@ -48,7 +49,7 @@ function New-AzEdgeOrderContactDetailsObject {
4849
)
4950

5051
process {
51-
$Object = [Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.ContactDetails]::New()
52+
$Object = [Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ContactDetails]::New()
5253

5354
if ($PSBoundParameters.ContainsKey('ContactName')) {
5455
$Object.ContactName = $ContactName

src/EdgeOrder/EdgeOrder.Autorest/custom/autogen-model-cmdlets/New-AzEdgeOrderFilterablePropertyObject.ps1

+7-6
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,27 @@ Create an in-memory object for FilterableProperty.
2121
Create an in-memory object for FilterableProperty.
2222
2323
.Outputs
24-
Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.FilterableProperty
24+
Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.FilterableProperty
2525
.Link
26-
https://learn.microsoft.com/powershell/module/Az.EdgeOrder/new-AzEdgeOrderFilterablePropertyObject
26+
https://learn.microsoft.com/powershell/module/Az.EdgeOrder/new-azedgeorderfilterablepropertyobject
2727
#>
2828
function New-AzEdgeOrderFilterablePropertyObject {
29-
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.FilterableProperty')]
29+
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.ModelCmdletAttribute()]
30+
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.FilterableProperty')]
3031
[CmdletBinding(PositionalBinding=$false)]
3132
Param(
3233

3334
[Parameter(Mandatory, HelpMessage="Values to be filtered.")]
3435
[string[]]
3536
$SupportedValue,
3637
[Parameter(Mandatory, HelpMessage="Type of product filter.")]
37-
[ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.SupportedFilterTypes])]
38-
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.SupportedFilterTypes]
38+
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.PSArgumentCompleterAttribute("ShipToCountries", "DoubleEncryptionStatus")]
39+
[string]
3940
$Type
4041
)
4142

4243
process {
43-
$Object = [Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.FilterableProperty]::New()
44+
$Object = [Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.FilterableProperty]::New()
4445

4546
if ($PSBoundParameters.ContainsKey('SupportedValue')) {
4647
$Object.SupportedValue = $SupportedValue

src/EdgeOrder/EdgeOrder.Autorest/custom/autogen-model-cmdlets/New-AzEdgeOrderHierarchyInformationObject.ps1

+5-4
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ Create an in-memory object for HierarchyInformation.
2121
Create an in-memory object for HierarchyInformation.
2222
2323
.Outputs
24-
Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.HierarchyInformation
24+
Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.HierarchyInformation
2525
.Link
26-
https://learn.microsoft.com/powershell/module/Az.EdgeOrder/new-AzEdgeOrderHierarchyInformationObject
26+
https://learn.microsoft.com/powershell/module/Az.EdgeOrder/new-azedgeorderhierarchyinformationobject
2727
#>
2828
function New-AzEdgeOrderHierarchyInformationObject {
29-
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.HierarchyInformation')]
29+
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.ModelCmdletAttribute()]
30+
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.HierarchyInformation')]
3031
[CmdletBinding(PositionalBinding=$false)]
3132
Param(
3233

@@ -45,7 +46,7 @@ function New-AzEdgeOrderHierarchyInformationObject {
4546
)
4647

4748
process {
48-
$Object = [Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.HierarchyInformation]::New()
49+
$Object = [Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.HierarchyInformation]::New()
4950

5051
if ($PSBoundParameters.ContainsKey('ConfigurationName')) {
5152
$Object.ConfigurationName = $ConfigurationName

src/EdgeOrder/EdgeOrder.Autorest/custom/autogen-model-cmdlets/New-AzEdgeOrderOrderItemDetailsObject.ps1

+9-8
Original file line numberDiff line numberDiff line change
@@ -21,32 +21,33 @@ Create an in-memory object for OrderItemDetails.
2121
Create an in-memory object for OrderItemDetails.
2222
2323
.Outputs
24-
Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.OrderItemDetails
24+
Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.OrderItemDetails
2525
.Link
26-
https://learn.microsoft.com/powershell/module/Az.EdgeOrder/new-AzEdgeOrderOrderItemDetailsObject
26+
https://learn.microsoft.com/powershell/module/Az.EdgeOrder/new-azedgeorderorderitemdetailsobject
2727
#>
2828
function New-AzEdgeOrderOrderItemDetailsObject {
29-
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.OrderItemDetails')]
29+
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.ModelCmdletAttribute()]
30+
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.OrderItemDetails')]
3031
[CmdletBinding(PositionalBinding=$false)]
3132
Param(
3233

3334
[Parameter(HelpMessage="Additional notification email list.")]
3435
[string[]]
3536
$NotificationEmailList,
3637
[Parameter(Mandatory, HelpMessage="Order item type.")]
37-
[ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.OrderItemType])]
38-
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.OrderItemType]
38+
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.PSArgumentCompleterAttribute("Purchase", "Rental")]
39+
[string]
3940
$OrderItemType,
4041
[Parameter(HelpMessage="Customer notification Preferences.")]
41-
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IPreferences]
42+
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IPreferences]
4243
$Preference,
4344
[Parameter(Mandatory, HelpMessage="Unique identifier for configuration.")]
44-
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IProductDetails]
45+
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IProductDetails]
4546
$ProductDetail
4647
)
4748

4849
process {
49-
$Object = [Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.OrderItemDetails]::New()
50+
$Object = [Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.OrderItemDetails]::New()
5051

5152
if ($PSBoundParameters.ContainsKey('NotificationEmailList')) {
5253
$Object.NotificationEmailList = $NotificationEmailList

src/EdgeOrder/EdgeOrder.Autorest/custom/autogen-model-cmdlets/New-AzEdgeOrderPreferencesObject.ps1

+9-8
Original file line numberDiff line numberDiff line change
@@ -21,31 +21,32 @@ Create an in-memory object for Preferences.
2121
Create an in-memory object for Preferences.
2222
2323
.Outputs
24-
Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.Preferences
24+
Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Preferences
2525
.Link
26-
https://learn.microsoft.com/powershell/module/Az.EdgeOrder/new-AzEdgeOrderPreferencesObject
26+
https://learn.microsoft.com/powershell/module/Az.EdgeOrder/new-azedgeorderpreferencesobject
2727
#>
2828
function New-AzEdgeOrderPreferencesObject {
29-
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.Preferences')]
29+
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.ModelCmdletAttribute()]
30+
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Preferences')]
3031
[CmdletBinding(PositionalBinding=$false)]
3132
Param(
3233

3334
[Parameter(HelpMessage="Preferences related to the Encryption.")]
34-
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IEncryptionPreferences]
35+
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IEncryptionPreferences]
3536
$EncryptionPreference,
3637
[Parameter(HelpMessage="Preferences related to the Management resource.")]
37-
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IManagementResourcePreferences]
38+
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IManagementResourcePreferences]
3839
$ManagementResourcePreference,
3940
[Parameter(HelpMessage="Notification preferences.")]
40-
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.INotificationPreference[]]
41+
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.INotificationPreference[]]
4142
$NotificationPreference,
4243
[Parameter(HelpMessage="Preferences related to the shipment logistics of the order.")]
43-
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.ITransportPreferences]
44+
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ITransportPreferences]
4445
$TransportPreference
4546
)
4647

4748
process {
48-
$Object = [Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.Preferences]::New()
49+
$Object = [Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Preferences]::New()
4950

5051
if ($PSBoundParameters.ContainsKey('EncryptionPreference')) {
5152
$Object.EncryptionPreference = $EncryptionPreference

src/EdgeOrder/EdgeOrder.Autorest/custom/autogen-model-cmdlets/New-AzEdgeOrderShippingAddressObject.ps1

+7-6
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,19 @@ Create an in-memory object for ShippingAddress.
2121
Create an in-memory object for ShippingAddress.
2222
2323
.Outputs
24-
Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.ShippingAddress
24+
Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ShippingAddress
2525
.Link
26-
https://learn.microsoft.com/powershell/module/Az.EdgeOrder/new-AzEdgeOrderShippingAddressObject
26+
https://learn.microsoft.com/powershell/module/Az.EdgeOrder/new-azedgeordershippingaddressobject
2727
#>
2828
function New-AzEdgeOrderShippingAddressObject {
29-
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.ShippingAddress')]
29+
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.ModelCmdletAttribute()]
30+
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ShippingAddress')]
3031
[CmdletBinding(PositionalBinding=$false)]
3132
Param(
3233

3334
[Parameter(HelpMessage="Type of address.")]
34-
[ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.AddressType])]
35-
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.AddressType]
35+
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.PSArgumentCompleterAttribute("None", "Residential", "Commercial")]
36+
[string]
3637
$AddressType,
3738
[Parameter(HelpMessage="Name of the City.")]
3839
[string]
@@ -64,7 +65,7 @@ function New-AzEdgeOrderShippingAddressObject {
6465
)
6566

6667
process {
67-
$Object = [Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.ShippingAddress]::New()
68+
$Object = [Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ShippingAddress]::New()
6869

6970
if ($PSBoundParameters.ContainsKey('AddressType')) {
7071
$Object.AddressType = $AddressType

src/EdgeOrder/EdgeOrder.Autorest/docs/Az.EdgeOrder.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: Az.EdgeOrder
3-
Module Guid: ffbed74a-2473-42d2-95fc-73adffd13d49
3+
Module Guid: b62edb67-a8ef-4473-b452-8e344430234a
44
Download Help Link: https://learn.microsoft.com/powershell/module/az.edgeorder
55
Help Version: 1.0.0.0
66
Locale: en-US
@@ -36,7 +36,7 @@ Cancel order item.
3636
Return order item.
3737

3838
### [New-AzEdgeOrderAddress](New-AzEdgeOrderAddress.md)
39-
Creates a new address with the specified parameters.
39+
create a new address with the specified parameters.
4040
Existing address can be updated with this API
4141

4242
### [New-AzEdgeOrderContactDetailsObject](New-AzEdgeOrderContactDetailsObject.md)
@@ -49,8 +49,8 @@ Create an in-memory object for FilterableProperty.
4949
Create an in-memory object for HierarchyInformation.
5050

5151
### [New-AzEdgeOrderItem](New-AzEdgeOrderItem.md)
52-
Creates an order item.
53-
Existing order item cannot be updated with this api and should instead be updated with the Update order item API.
52+
create an order item.
53+
Existing order item cannot be updated with this api and should instead be updated with the create order item API.
5454

5555
### [New-AzEdgeOrderOrderItemDetailsObject](New-AzEdgeOrderOrderItemDetailsObject.md)
5656
Create an in-memory object for OrderItemDetails.
@@ -68,8 +68,8 @@ Deletes an address.
6868
Deletes an order item.
6969

7070
### [Update-AzEdgeOrderAddress](Update-AzEdgeOrderAddress.md)
71-
Updates the properties of an existing address.
71+
update the properties of an existing address.
7272

7373
### [Update-AzEdgeOrderItem](Update-AzEdgeOrderItem.md)
74-
Updates the properties of an existing order item.
74+
update the properties of an existing order item.
7575

src/EdgeOrder/EdgeOrder.Autorest/docs/Get-AzEdgeOrder.md

+26-3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ Get-AzEdgeOrder -Location <String> -Name <String> -ResourceGroupName <String> [-
2323
[-DefaultProfile <PSObject>] [<CommonParameters>]
2424
```
2525

26+
### GetViaIdentityOrder
27+
```
28+
Get-AzEdgeOrder -Location <String> -OrderInputObject <IEdgeOrderIdentity> [-DefaultProfile <PSObject>]
29+
[<CommonParameters>]
30+
```
31+
2632
### List1
2733
```
2834
Get-AzEdgeOrder -ResourceGroupName <String> [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
@@ -78,7 +84,7 @@ The name of Azure region.
7884
7985
```yaml
8086
Type: System.String
81-
Parameter Sets: Get
87+
Parameter Sets: Get, GetViaIdentityOrder
8288
Aliases:
8389

8490
Required: True
@@ -103,6 +109,21 @@ Accept pipeline input: False
103109
Accept wildcard characters: False
104110
```
105111
112+
### -OrderInputObject
113+
Identity Parameter
114+
115+
```yaml
116+
Type: Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IEdgeOrderIdentity
117+
Parameter Sets: GetViaIdentityOrder
118+
Aliases:
119+
120+
Required: True
121+
Position: Named
122+
Default value: None
123+
Accept pipeline input: True (ByValue)
124+
Accept wildcard characters: False
125+
```
126+
106127
### -ResourceGroupName
107128
The name of the resource group.
108129
The name is case insensitive.
@@ -124,7 +145,7 @@ The ID of the target subscription.
124145
125146
```yaml
126147
Type: System.String[]
127-
Parameter Sets: (All)
148+
Parameter Sets: Get, List, List1
128149
Aliases:
129150

130151
Required: False
@@ -139,9 +160,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
139160
140161
## INPUTS
141162
163+
### Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IEdgeOrderIdentity
164+
142165
## OUTPUTS
143166
144-
### Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IOrderResource
167+
### Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IOrderResource
145168
146169
## NOTES
147170

src/EdgeOrder/EdgeOrder.Autorest/docs/Get-AzEdgeOrderAddress.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
163163
164164
## OUTPUTS
165165
166-
### Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IAddressResource
166+
### Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IAddressResource
167167
168168
## NOTES
169169

0 commit comments

Comments
 (0)