Skip to content

Commit 809ce15

Browse files
author
Den Delimarsky
committed
🚀 Adding sample manifests
1 parent 0c1f5f6 commit 809ce15

File tree

4 files changed

+38
-1
lines changed

4 files changed

+38
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
### YamlMime:Sample
2+
sample:
3+
- name: 'Azure Service Bus - Basic Send/Receieve in .NET'
4+
description: 'A sample demonstrating the basic send/receive operations with Azure Service Bus, using the .NET platform.'
5+
generateZip: true
6+
author: celemensv
7+
languages:
8+
- csharp
9+
technologies:
10+
- service-bus
11+
- service-bus-messaging
12+
- azure
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
### YamlMime:Sample
2+
sample:
3+
- name: 'Azure Service Bus - Basic Send/Receieve with Filters in .NET'
4+
description: 'A sample demonstrating the basic send/receive operations with Azure Service Bus, using the .NET platform.'
5+
generateZip: true
6+
author: celemensv
7+
languages:
8+
- csharp
9+
technologies:
10+
- service-bus
11+
- service-bus-messaging
12+
- azure
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:Sample
2+
sample:
3+
- name: 'Azure Service Bus .NET Standard samples'
4+
description: 'Official set of .NET Standard samples for the Azure Service Bus service.'
5+
generateZip: true
6+
author: celemensv
7+
readme: README.md
8+
languages:
9+
- csharp
10+
technologies:
11+
- service-bus
12+
- service-bus-messaging
13+
- azure

samples/Java/java-sample.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sample:
66
author: celemensv
77
readme: readme.md
88
languages:
9-
- csharp
9+
- java
1010
technologies:
1111
- service-bus
1212
- service-bus-messaging

0 commit comments

Comments
 (0)