Skip to content

Commit a178fb8

Browse files
[skip ci] Archive ae91343 (#28622)
1 parent ae91343 commit a178fb8

File tree

261 files changed

+35447
-1812
lines changed

Some content is hidden

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

261 files changed

+35447
-1812
lines changed

generated/DataTransfer/DataTransfer.Autorest/Az.DataTransfer.format.ps1xml

Lines changed: 586 additions & 50 deletions
Large diffs are not rendered by default.

generated/DataTransfer/DataTransfer.Autorest/Az.DataTransfer.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
DotNetFrameworkVersion = '4.7.2'
1212
RequiredAssemblies = './bin/Az.DataTransfer.private.dll'
1313
FormatsToProcess = './Az.DataTransfer.format.ps1xml'
14-
FunctionsToExport = 'Approve-AzDataTransferConnection', 'Deny-AzDataTransferConnection', 'Disable-AzDataTransferConnection', 'Disable-AzDataTransferFlow', 'Disable-AzDataTransferFlowType', 'Disable-AzDataTransferPipeline', 'Enable-AzDataTransferConnection', 'Enable-AzDataTransferFlow', 'Enable-AzDataTransferFlowType', 'Enable-AzDataTransferPipeline', 'Get-AzDataTransferConnection', 'Get-AzDataTransferFlow', 'Get-AzDataTransferPendingConnection', 'Get-AzDataTransferPendingFlow', 'Get-AzDataTransferPipeline', 'Invoke-AzDataTransferLinkPendingConnection', 'Invoke-AzDataTransferLinkPendingFlow', 'New-AzDataTransferConnection', 'New-AzDataTransferFlow', 'Remove-AzDataTransferConnection', 'Remove-AzDataTransferFlow', 'Update-AzDataTransferConnection', 'Update-AzDataTransferFlow'
14+
FunctionsToExport = 'Approve-AzDataTransferConnection', 'Deny-AzDataTransferConnection', 'Disable-AzDataTransferConnection', 'Disable-AzDataTransferFlow', 'Disable-AzDataTransferFlowType', 'Disable-AzDataTransferPipeline', 'Enable-AzDataTransferConnection', 'Enable-AzDataTransferFlow', 'Enable-AzDataTransferFlowType', 'Enable-AzDataTransferPipeline', 'Get-AzDataTransferConnection', 'Get-AzDataTransferFlow', 'Get-AzDataTransferFlowProfile', 'Get-AzDataTransferPendingConnection', 'Get-AzDataTransferPendingFlow', 'Get-AzDataTransferPipeline', 'Invoke-AzDataTransferLinkPendingConnection', 'Invoke-AzDataTransferLinkPendingFlow', 'New-AzDataTransferConnection', 'New-AzDataTransferFlow', 'New-AzDataTransferFlowProfile', 'Remove-AzDataTransferConnection', 'Remove-AzDataTransferFlow', 'Update-AzDataTransferConnection', 'Update-AzDataTransferFlow', 'Update-AzDataTransferFlowProfile'
1515
PrivateData = @{
1616
PSData = @{
1717
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'DataTransfer'

generated/DataTransfer/DataTransfer.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
2121
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
2222
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - DataTransfer")]
23-
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.0")]
24-
[assembly: System.Reflection.AssemblyVersionAttribute("0.1.0")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0")]
2525
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
2626
[assembly: System.CLSCompliantAttribute(false)]

generated/DataTransfer/DataTransfer.Autorest/exports/Approve-AzDataTransferConnection.ps1

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
<#
1818
.Synopsis
19-
Approves the specified connection request in a pipeline.
19+
Approves a pending connection request associated with the specified Pipeline.
2020
.Description
21-
Approves the specified connection request in a pipeline.
21+
Approves a pending connection request associated with the specified Pipeline.
2222
.Example
2323
$connectionToApprove = Get-AzDataTransferConnection -ResourceGroupName ResourceGroup01 -Name Connection01
2424
Approve-AzDataTransferConnection -PipelineName Pipeline01 -ResourceGroupName ResourceGroup01 -ConnectionId $connectionToApprove.Id -StatusReason "Approved for processing" -Confirm:$false
@@ -41,8 +41,9 @@ CONNECTION <IResourceBody>: The resource to reference.
4141
INPUTOBJECT <IDataTransferIdentity>: Identity Parameter
4242
[ConnectionName <String>]: The name for the connection to perform the operation on.
4343
[FlowName <String>]: The name for the flow to perform the operation on.
44+
[FlowProfileName <String>]: The name of the FlowProfile resource to operate on. Must be 3 to 64 characters long and contain only alphanumeric characters or hyphens.
4445
[Id <String>]: Resource identity path
45-
[PipelineName <String>]: The name for the pipeline to perform the operation on.
46+
[PipelineName <String>]: The name of the pipeline on which to operate.
4647
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
4748
[SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID.
4849
.Link
@@ -58,7 +59,7 @@ param(
5859
[Parameter(ParameterSetName='ApproveViaJsonString', Mandatory)]
5960
[ADT.Category('Path')]
6061
[System.String]
61-
# The name for the pipeline to perform the operation on.
62+
# The name of the pipeline on which to operate.
6263
${PipelineName},
6364

6465
[Parameter(ParameterSetName='Approve', Mandatory)]

generated/DataTransfer/DataTransfer.Autorest/exports/Deny-AzDataTransferConnection.ps1

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
<#
1818
.Synopsis
19-
Rejects the specified connection request in a pipeline.
19+
Rejects a pending connection request associated with the specified Pipeline.
2020
.Description
21-
Rejects the specified connection request in a pipeline.
21+
Rejects a pending connection request associated with the specified Pipeline.
2222
.Example
2323
$connectionToDeny = Get-AzDataTransferConnection -ResourceGroupName ResourceGroup01 -Name Connection01
2424
Deny-AzDataTransferConnection -PipelineName Pipeline01 -ResourceGroupName ResourceGroup01 -ConnectionId $connectionToDeny.Id -StatusReason "Not Authorized for processing" -Confirm:$false
@@ -41,8 +41,9 @@ CONNECTION <IResourceBody>: The resource to reference.
4141
INPUTOBJECT <IDataTransferIdentity>: Identity Parameter
4242
[ConnectionName <String>]: The name for the connection to perform the operation on.
4343
[FlowName <String>]: The name for the flow to perform the operation on.
44+
[FlowProfileName <String>]: The name of the FlowProfile resource to operate on. Must be 3 to 64 characters long and contain only alphanumeric characters or hyphens.
4445
[Id <String>]: Resource identity path
45-
[PipelineName <String>]: The name for the pipeline to perform the operation on.
46+
[PipelineName <String>]: The name of the pipeline on which to operate.
4647
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
4748
[SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID.
4849
.Link
@@ -58,7 +59,7 @@ param(
5859
[Parameter(ParameterSetName='RejectViaJsonString', Mandatory)]
5960
[ADT.Category('Path')]
6061
[System.String]
61-
# The name for the pipeline to perform the operation on.
62+
# The name of the pipeline on which to operate.
6263
${PipelineName},
6364

6465
[Parameter(ParameterSetName='Reject', Mandatory)]

generated/DataTransfer/DataTransfer.Autorest/exports/Disable-AzDataTransferFlow.ps1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,18 @@ To create the parameters described below, construct a hash table containing the
3434
CONNECTIONINPUTOBJECT <IDataTransferIdentity>: Identity Parameter
3535
[ConnectionName <String>]: The name for the connection to perform the operation on.
3636
[FlowName <String>]: The name for the flow to perform the operation on.
37+
[FlowProfileName <String>]: The name of the FlowProfile resource to operate on. Must be 3 to 64 characters long and contain only alphanumeric characters or hyphens.
3738
[Id <String>]: Resource identity path
38-
[PipelineName <String>]: The name for the pipeline to perform the operation on.
39+
[PipelineName <String>]: The name of the pipeline on which to operate.
3940
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
4041
[SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID.
4142
4243
INPUTOBJECT <IDataTransferIdentity>: Identity Parameter
4344
[ConnectionName <String>]: The name for the connection to perform the operation on.
4445
[FlowName <String>]: The name for the flow to perform the operation on.
46+
[FlowProfileName <String>]: The name of the FlowProfile resource to operate on. Must be 3 to 64 characters long and contain only alphanumeric characters or hyphens.
4547
[Id <String>]: Resource identity path
46-
[PipelineName <String>]: The name for the pipeline to perform the operation on.
48+
[PipelineName <String>]: The name of the pipeline on which to operate.
4749
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
4850
[SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID.
4951
.Link

generated/DataTransfer/DataTransfer.Autorest/exports/Enable-AzDataTransferFlow.ps1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,18 @@ To create the parameters described below, construct a hash table containing the
3434
CONNECTIONINPUTOBJECT <IDataTransferIdentity>: Identity Parameter
3535
[ConnectionName <String>]: The name for the connection to perform the operation on.
3636
[FlowName <String>]: The name for the flow to perform the operation on.
37+
[FlowProfileName <String>]: The name of the FlowProfile resource to operate on. Must be 3 to 64 characters long and contain only alphanumeric characters or hyphens.
3738
[Id <String>]: Resource identity path
38-
[PipelineName <String>]: The name for the pipeline to perform the operation on.
39+
[PipelineName <String>]: The name of the pipeline on which to operate.
3940
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
4041
[SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID.
4142
4243
INPUTOBJECT <IDataTransferIdentity>: Identity Parameter
4344
[ConnectionName <String>]: The name for the connection to perform the operation on.
4445
[FlowName <String>]: The name for the flow to perform the operation on.
46+
[FlowProfileName <String>]: The name of the FlowProfile resource to operate on. Must be 3 to 64 characters long and contain only alphanumeric characters or hyphens.
4547
[Id <String>]: Resource identity path
46-
[PipelineName <String>]: The name for the pipeline to perform the operation on.
48+
[PipelineName <String>]: The name of the pipeline on which to operate.
4749
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
4850
[SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID.
4951
.Link

generated/DataTransfer/DataTransfer.Autorest/exports/Get-AzDataTransferConnection.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ To create the parameters described below, construct a hash table containing the
3838
INPUTOBJECT <IDataTransferIdentity>: Identity Parameter
3939
[ConnectionName <String>]: The name for the connection to perform the operation on.
4040
[FlowName <String>]: The name for the flow to perform the operation on.
41+
[FlowProfileName <String>]: The name of the FlowProfile resource to operate on. Must be 3 to 64 characters long and contain only alphanumeric characters or hyphens.
4142
[Id <String>]: Resource identity path
42-
[PipelineName <String>]: The name for the pipeline to perform the operation on.
43+
[PipelineName <String>]: The name of the pipeline on which to operate.
4344
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
4445
[SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID.
4546
.Link

generated/DataTransfer/DataTransfer.Autorest/exports/Get-AzDataTransferFlow.ps1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,18 @@ To create the parameters described below, construct a hash table containing the
3636
CONNECTIONINPUTOBJECT <IDataTransferIdentity>: Identity Parameter
3737
[ConnectionName <String>]: The name for the connection to perform the operation on.
3838
[FlowName <String>]: The name for the flow to perform the operation on.
39+
[FlowProfileName <String>]: The name of the FlowProfile resource to operate on. Must be 3 to 64 characters long and contain only alphanumeric characters or hyphens.
3940
[Id <String>]: Resource identity path
40-
[PipelineName <String>]: The name for the pipeline to perform the operation on.
41+
[PipelineName <String>]: The name of the pipeline on which to operate.
4142
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
4243
[SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID.
4344
4445
INPUTOBJECT <IDataTransferIdentity>: Identity Parameter
4546
[ConnectionName <String>]: The name for the connection to perform the operation on.
4647
[FlowName <String>]: The name for the flow to perform the operation on.
48+
[FlowProfileName <String>]: The name of the FlowProfile resource to operate on. Must be 3 to 64 characters long and contain only alphanumeric characters or hyphens.
4749
[Id <String>]: Resource identity path
48-
[PipelineName <String>]: The name for the pipeline to perform the operation on.
50+
[PipelineName <String>]: The name of the pipeline on which to operate.
4951
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
5052
[SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID.
5153
.Link

0 commit comments

Comments
 (0)