Skip to content

Commit 206154a

Browse files
Move ServiceBus to main (#19698)
Co-authored-by: Yunchi Wang <[email protected]>
1 parent 01f0391 commit 206154a

File tree

61 files changed

+250
-201
lines changed

Some content is hidden

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

61 files changed

+250
-201
lines changed

src/ServiceBus/ServiceBus.Autorest/custom/Get-AzServiceBusAuthorizationRule.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
<#
1616
.Synopsis
17-
Gets an ServiceBus Authorization Rule
17+
Gets the Authorization Rule of a ServiceBus namespace, queue or topic.
1818
.Description
19-
Gets an ServiceBus Authorization Rule
19+
Gets the Authorization Rule of a ServiceBus namespace, queue or topic.
2020
#>
2121

2222
function Get-AzServiceBusAuthorizationRule{

src/ServiceBus/ServiceBus.Autorest/custom/Get-AzServiceBusKey.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
<#
1616
.Synopsis
17-
Gets a ServiceBus SAS key
17+
Gets the SASKey of a ServiceBus namespace, queue or topic.
1818
.Description
19-
Gets a ServiceBus SAS key
19+
Gets the SASKey of a ServiceBus namespace, queue or topic.
2020
#>
2121

2222
function Get-AzServiceBusKey{

src/ServiceBus/ServiceBus.Autorest/custom/New-AzServiceBusAuthorizationRule.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
<#
1616
.Synopsis
17-
Creates an Service Bus Namespace, Queue, Topic Authorization Rule
17+
Creates a ServiceBus Namespace, Queue, Topic Authorization Rule
1818
.Description
19-
Creates an Service Bus Namespace, Queue, Topic Authorization Rule
19+
Creates a ServiceBus Namespace, Queue, Topic Authorization Rule
2020
#>
2121

2222
function New-AzServiceBusAuthorizationRule{

src/ServiceBus/ServiceBus.Autorest/custom/New-AzServiceBusKey.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
<#
1616
.Synopsis
17-
Regenerates a ServiceBus SAS key
17+
Regenerates the SASKey of a ServiceBus namespace, queue or topic.
1818
.Description
19-
Regenerates a ServiceBus SAS key
19+
Regenerates the SASKey of a ServiceBus namespace, queue or topic.
2020
#>
2121

2222
function New-AzServiceBusKey{
@@ -44,9 +44,9 @@ function New-AzServiceBusKey{
4444
# The name of the ServiceBus topic.
4545
${TopicName},
4646

47-
[Parameter(ParameterSetName = 'NewExpandedNamespace', Mandatory, HelpMessage = "The name of EventHub namespace")]
48-
[Parameter(ParameterSetName = 'NewExpandedQueue', Mandatory, HelpMessage = "The name of the EventHub namespace.")]
49-
[Parameter(ParameterSetName = 'NewExpandedTopic', Mandatory, HelpMessage = "The name of the EventHub namespace.")]
47+
[Parameter(ParameterSetName = 'NewExpandedNamespace', Mandatory, HelpMessage = "The name of the ServiceBus namespace")]
48+
[Parameter(ParameterSetName = 'NewExpandedQueue', Mandatory, HelpMessage = "The name of the ServiceBus namespace")]
49+
[Parameter(ParameterSetName = 'NewExpandedTopic', Mandatory, HelpMessage = "The name of the ServiceBus namespace")]
5050
[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Category('Path')]
5151
[System.String]
5252
# The name of ServiceBus namespace

src/ServiceBus/ServiceBus.Autorest/custom/Remove-AzServiceBusAuthorizationRule.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
<#
1616
.Synopsis
17-
Removes an ServiceBus Namespace, Queue or Topic Authorization Rule
17+
Removes the Authorization Rule of a ServiceBus Namespace, Queue or Topic
1818
.Description
19-
Removes an ServiceBus Namespace, Queue or Topic Authorization Rule
19+
Removes the Authorization Rule of a ServiceBus Namespace, Queue or Topic
2020
#>
2121

2222
function Remove-AzServiceBusAuthorizationRule{

src/ServiceBus/ServiceBus.Autorest/custom/Set-AzServiceBusAuthorizationRule.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
<#
1616
.Synopsis
17-
Sets an ServiceBus Namespace, Queue and Topic Authorization Rule
17+
Updates the authorization rule of a ServiceBus namespace, queue or topic.
1818
.Description
19-
Sets an ServiceBus Namespace, Queue and Topic Authorization Rule
19+
Updates the authorization rule of a ServiceBus namespace, queue or topic.
2020
#>
2121

2222
function Set-AzServiceBusAuthorizationRule{

src/ServiceBus/ServiceBus.Autorest/custom/Set-AzServiceBusNetworkRuleSet.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
<#
1616
.Synopsis
17-
Sets an ServiceBus Namespace Network Rule Set
17+
Updates the NetworkRuleSet of a ServiceBus namespace
1818
.Description
19-
Sets an ServiceBus Namespace Network Rule Set
19+
Updates the NetworkRuleSet of a ServiceBus namespace
2020
#>
2121

2222
function Set-AzServiceBusNetworkRuleSet{

src/ServiceBus/ServiceBus.Autorest/custom/Set-AzServiceBusQueue.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
<#
1616
.Synopsis
17-
Sets a ServiceBus Queue
17+
Updates a ServiceBus Queue
1818
.Description
19-
Sets a ServiceBus Queue
19+
Updates a ServiceBus Queue
2020
#>
2121

2222
function Set-AzServiceBusQueue{

src/ServiceBus/ServiceBus.Autorest/custom/Set-AzServiceBusRule.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
<#
1616
.Synopsis
17-
Sets a ServiceBus Rule
17+
Updates a ServiceBus Rule
1818
.Description
19-
Sets a ServiceBus Rule
19+
Updates a ServiceBus Rule
2020
#>
2121

2222
function Set-AzServiceBusRule{

src/ServiceBus/ServiceBus.Autorest/custom/Set-AzServiceBusSubscription.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
<#
1616
.Synopsis
17-
Sets a ServiceBus Topic
17+
Updates a ServiceBus Subscription
1818
.Description
19-
Sets a ServiceBus Topic
19+
Updates a ServiceBus Subscription
2020
#>
2121

2222
function Set-AzServiceBusSubscription{

0 commit comments

Comments
 (0)