Skip to content

Commit f52a882

Browse files
authored
Merge pull request #190360 from spelluru/sbusdeprecateoldnet
retire legacy articles & add redirections
2 parents 1572a04 + caa7a94 commit f52a882

6 files changed

+24
-1492
lines changed

articles/service-bus-messaging/.openpublishing.redirection.service-bus-messaging.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,16 @@
7070
"redirect_url": "/azure/service-bus-messaging/service-bus-amqp-dotnet",
7171
"redirect_document_id": false
7272
},
73+
{
74+
"source_path": "service-bus-dotnet-get-started-with-queues-legacy.md",
75+
"redirect_url": "/azure/service-bus-messaging/service-bus-dotnet-get-started-with-queues",
76+
"redirect_document_id": false
77+
},
78+
{
79+
"source_path": "service-bus-dotnet-how-to-use-topics-subscriptions-legacy.md",
80+
"redirect_url": "/azure/service-bus-messaging/service-bus-dotnet-how-to-use-topics-subscriptions",
81+
"redirect_document_id": false
82+
},
7383
{
7484
"source_path": "service-bus-event-hubs-manage-with-ps.md",
7585
"redirect_url": "/azure/service-bus-messaging/service-bus-manage-with-ps",
@@ -90,6 +100,16 @@
90100
"redirect_url": "/azure/service-bus-messaging/service-bus-amqp-java",
91101
"redirect_document_id": false
92102
},
103+
{
104+
"source_path": "service-bus-java-how-to-use-queues-legacy.md",
105+
"redirect_url": "/azure/service-bus-messaging/service-bus-java-how-to-use-queues",
106+
"redirect_document_id": false
107+
},
108+
{
109+
"source_path": "service-bus-java-how-to-use-topics-subscriptions-legacy.md",
110+
"redirect_url": "/azure/service-bus-messaging/service-bus-java-how-to-use-topics-subscriptions",
111+
"redirect_document_id": false
112+
},
93113
{
94114
"source_path": "service-bus-messaging-security-attributes.md",
95115
"redirect_url": "/azure/service-bus-messaging/security-baseline",

articles/service-bus-messaging/TOC.yml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -158,22 +158,10 @@
158158
items:
159159
- name: Create a namespace
160160
href: service-bus-create-namespace-portal.md
161-
- name: Send and receive messages (old versions/packages)
162-
items:
163-
- name: .NET (Microsoft.Azure.ServiceBus)
164-
href: service-bus-dotnet-get-started-with-queues-legacy.md
165-
- name: Java (azure-servicebus)
166-
href: service-bus-java-how-to-use-queues-legacy.md
167-
- name: PHP
168-
href: service-bus-php-how-to-use-queues.md
169-
- name: Publish and subscribe for messages (old versions/packages)
170-
items:
171-
- name: .NET (Microsoft.Azure.ServiceBus)
172-
href: service-bus-dotnet-how-to-use-topics-subscriptions-legacy.md
173-
- name: Java (azure-servicebus)
174-
href: service-bus-java-how-to-use-topics-subscriptions-legacy.md
175-
- name: PHP
176-
href: service-bus-php-how-to-use-topics-subscriptions.md
161+
- name: Send and receive messages using PHP
162+
href: service-bus-php-how-to-use-queues.md
163+
- name: Publish and subscribe for messages using PHP
164+
href: service-bus-php-how-to-use-topics-subscriptions.md
177165
- name: Set subscription filters and actions
178166
href: service-bus-filter-examples.md
179167
- name: Message handling

0 commit comments

Comments
 (0)