Skip to content

Commit

Permalink
🚀 Adding sample manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
Den Delimarsky committed Jul 11, 2018
1 parent 0c1f5f6 commit 809ce15
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### YamlMime:Sample
sample:
- name: 'Azure Service Bus - Basic Send/Receieve in .NET'
description: 'A sample demonstrating the basic send/receive operations with Azure Service Bus, using the .NET platform.'
generateZip: true
author: celemensv
languages:
- csharp
technologies:
- service-bus
- service-bus-messaging
- azure
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### YamlMime:Sample
sample:
- name: 'Azure Service Bus - Basic Send/Receieve with Filters in .NET'
description: 'A sample demonstrating the basic send/receive operations with Azure Service Bus, using the .NET platform.'
generateZip: true
author: celemensv
languages:
- csharp
technologies:
- service-bus
- service-bus-messaging
- azure
13 changes: 13 additions & 0 deletions samples/DotNet/Microsoft.Azure.ServiceBus/messaging-samples.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### YamlMime:Sample
sample:
- name: 'Azure Service Bus .NET Standard samples'
description: 'Official set of .NET Standard samples for the Azure Service Bus service.'
generateZip: true
author: celemensv
readme: README.md
languages:
- csharp
technologies:
- service-bus
- service-bus-messaging
- azure
2 changes: 1 addition & 1 deletion samples/Java/java-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sample:
author: celemensv
readme: readme.md
languages:
- csharp
- java
technologies:
- service-bus
- service-bus-messaging
Expand Down

0 comments on commit 809ce15

Please sign in to comment.