Skip to content

Commit 608ab07

Browse files
committed
Removed PHP articles
1 parent 1ac48a9 commit 608ab07

8 files changed

+11
-14
lines changed

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

+11-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
{
2424
"source_path": "service-bus-amqp-php.md",
25-
"redirect_url": "/azure/service-bus-messaging/service-bus-php-how-to-use-queues",
25+
"redirect_url": "https://github.com/Azure/azure-sdk-for-php/tree/master/src/ServiceBus",
2626
"redirect_document_id": false
2727
},
2828
{
@@ -185,6 +185,16 @@
185185
"redirect_url": "/azure/service-bus-messaging/service-bus-sas",
186186
"redirect_document_id": false
187187
},
188+
{
189+
"source_path": "service-bus-php-how-to-use-queues.md",
190+
"redirect_url": "https://github.com/Azure/azure-sdk-for-php/tree/master/src/ServiceBus",
191+
"redirect_document_id": false
192+
},
193+
{
194+
"source_path": "service-bus-php-how-to-use-topics-subscriptions.md",
195+
"redirect_url": "https://github.com/Azure/azure-sdk-for-php/tree/master/src/ServiceBus",
196+
"redirect_document_id": false
197+
},
188198
{
189199
"source_path": "service-bus-shared-access-signature-authentication.md",
190200
"redirect_url": "/azure/service-bus-messaging/service-bus-sas",

articles/service-bus-messaging/TOC.yml

-4
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,6 @@
170170
items:
171171
- name: Develop
172172
items:
173-
- name: Send and receive messages using PHP
174-
href: service-bus-php-how-to-use-queues.md
175-
- name: Publish and subscribe for messages using PHP
176-
href: service-bus-php-how-to-use-topics-subscriptions.md
177173
- name: Set subscription filters and actions
178174
href: service-bus-filter-examples.md
179175
- name: Message handling

articles/service-bus-messaging/includes/service-bus-selector-queues.md

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.author: spelluru
99
> * [NET](../service-bus-dotnet-get-started-with-queues.md)
1010
> * [Java](../service-bus-java-how-to-use-queues.md)
1111
> * [Node.js](../service-bus-nodejs-how-to-use-queues.md)
12-
> * [PHP](../service-bus-php-how-to-use-queues.md)
1312
> * [Python](../service-bus-python-how-to-use-queues.md)
1413
> * [Ruby](https://github.com/Azure/azure-sdk-for-ruby)
1514
> * [REST](/rest/api/azure/)

articles/service-bus-messaging/index.yml

-4
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ landingContent:
8383
url: service-bus-nodejs-how-to-use-queues.md
8484
- text: Python
8585
url: service-bus-python-how-to-use-queues.md
86-
- text: PHP
87-
url: service-bus-php-how-to-use-queues.md
8886
# Card
8987
- title: Publish and subscribe for messages - topics and subscriptions
9088
linkLists:
@@ -100,8 +98,6 @@ landingContent:
10098
url: service-bus-nodejs-how-to-use-topics-subscriptions.md
10199
- text: Python
102100
url: service-bus-python-how-to-use-topics-subscriptions.md
103-
- text: PHP
104-
url: service-bus-php-how-to-use-topics-subscriptions.md
105101

106102
# Card
107103
- title: Tutorials

articles/service-bus-messaging/service-bus-quickstart-cli.md

-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,5 @@ In this article, you created a Service Bus namespace and a queue in the namespac
5555
- [Java](service-bus-java-how-to-use-queues.md)
5656
- [JavaScript](service-bus-nodejs-how-to-use-queues.md)
5757
- [Python](service-bus-python-how-to-use-queues.md)
58-
- [PHP](service-bus-php-how-to-use-queues.md)
5958
6059
[free account]: https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio

articles/service-bus-messaging/service-bus-quickstart-portal.md

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ In this article, you created a Service Bus namespace and a queue in the namespac
3030
- [JavaScript](service-bus-nodejs-how-to-use-queues.md)
3131
- [Python](service-bus-python-how-to-use-queues.md)
3232
- [Go](service-bus-go-how-to-use-queues.md)
33-
- [PHP](service-bus-php-how-to-use-queues.md)
3433

3534
[free account]: https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio
3635
[Azure portal]: https://portal.azure.com/

articles/service-bus-messaging/service-bus-quickstart-powershell.md

-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,5 @@ In this article, you created a Service Bus namespace and a queue in the namespac
6161
- [Java](service-bus-java-how-to-use-queues.md)
6262
- [JavaScript](service-bus-nodejs-how-to-use-queues.md)
6363
- [Python](service-bus-python-how-to-use-queues.md)
64-
- [PHP](service-bus-php-how-to-use-queues.md)
6564
6665
[free account]: https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio

articles/service-bus-messaging/service-bus-quickstart-topics-subscriptions-portal.md

-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ In this article, you created a Service Bus namespace, a topic in the namespace,
3232
- [Java](service-bus-java-how-to-use-topics-subscriptions.md)
3333
- [JavaScript](service-bus-nodejs-how-to-use-topics-subscriptions.md)
3434
- [Python](service-bus-python-how-to-use-topics-subscriptions.md)
35-
- [PHP](service-bus-php-how-to-use-topics-subscriptions.md)

0 commit comments

Comments
 (0)