Skip to content

Commit

Permalink
Fix formatting issues with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
maddieclayton authored Oct 25, 2017
1 parent 7d88537 commit 7f6de64
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions src/ResourceManager/ServiceBus/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,11 @@ The following cmdlets were affected this release:
$namespace = Get-AzureRmServiceBusNamespace <parameters>
$namespace.Status
$namespace.Enabled
# New
# The call remains the same, but the returned values NameSpace object will not have the Enabled and Status properties
$namespace = Get-AzureRmServiceBusNamespace <parameters>
```
```

**Queue**
- EntityAvailabilityStatus
Expand All @@ -114,11 +112,9 @@ The following cmdlets were affected this release:
$queue.SupportOrdering
# New
# The call remains the same, but the returned values Queue object will not have the EntityAvailabilityStatus, EnableBatchedOperations, IsAnonymousAccessible and SupportOrdering properties
$queue = Get-AzureRmServiceBusQueue <parameters>
```
```

**Topic**
- Location
Expand All @@ -128,11 +124,10 @@ The following cmdlets were affected this release:
- EnableSubscriptionPartitioning
- EntityAvailabilityStatus

```powershell
```powershell
# Old
# The $topic has EntityAvailabilityStatus, EnableSubscriptionPartitioning, IsAnonymousAccessible, IsExpress, Location and FilteringMessagesBeforePublishing property
# The $topic has EntityAvailabilityStatus, EnableSubscriptionPartitioning, IsAnonymousAccessible, IsExpress, Location and FilteringMessagesBeforePublishing property
$topic = Get-AzureRmServiceBusTopic <parameters>
$topic.EntityAvailabilityStatus
$topic.EnableSubscriptionPartitioning
Expand All @@ -142,19 +137,17 @@ The following cmdlets were affected this release:
$topic.Location
# New
# The call remains the same, but the returned values Topic object will not have the EntityAvailabilityStatus, EnableSubscriptionPartitioning, IsAnonymousAccessible, IsExpress, FilteringMessagesBeforePublishing and Location properties
$topic = Get-AzureRmServiceBusTopic <parameters>
```
```

**Subscription**
- EntityAvailabilityStatus
- DeadLetteringOnFilterEvaluationExceptions
- Location
- IsReadOnly

```powershell
```powershell
# Old
# The $subscription has EntityAvailabilityStatus, DeadLetteringOnFilterEvaluationExceptions, Location, and IsReadOnly property
Expand All @@ -165,11 +158,9 @@ The following cmdlets were affected this release:
$subscription.IsReadOnly
# New
# The call remains the same, but the returned values Topic object will not have the EntityAvailabilityStatus, DeadLetteringOnFilterEvaluationExceptions, Location, and IsReadOnly properties
$subscription = Get-AzureRmServiceBussubscription <parameters>
```
```

## Version 0.4.7

Expand Down Expand Up @@ -322,4 +313,4 @@ The following cmdlets were affected this release:
- Updates properties of existing Subscription of ServiceBus Topic.

- Remove-AzureRmServiceBusSubscription
- Deletes existing Subscription of ServiceBus Topic.
- Deletes existing Subscription of ServiceBus Topic.

0 comments on commit 7f6de64

Please sign in to comment.