Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a077172

Browse files
committedOct 2, 2020
Moving files from redundent nested directory
1 parent 190b392 commit a077172

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed
 

‎samples/communication/communication/README.md renamed to ‎samples/communication/README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,24 @@ export AZURE_NOTIFICATION_HUB_CONNECTION_STRING="xxx"
7878
7979
## Demo
8080
81-
A demo app is included to show how to use the project.
81+
A demo app is included to show how to use the project. This app covers the following scenarios:
82+
83+
- Create a Communication Service
84+
- Fetch a Communication Service
85+
- Update a Communication Service
86+
- Delete a Communication Service
87+
- List all Communication Services in the subscription
88+
- List all Communication Services in the resource group
89+
- List the Primary and Secondary key pairs
90+
- Regenerate the Primary or Secondary key pair
91+
- Link a Notification Hub to the Communication Service
8292
8393
To view all available commands for the demo, execute `python manage_communication.py -h`
8494
8595
To run the complete demo, execute `python manage_communication.py all`
8696
87-
88-
The sample files do not have dependency each other and each file represents an individual end-to-end scenario. Please look at the sample that contains the scenario you are interested in
97+
The sample files do not have dependency each other and each file represents an individual end-to-end scenario.
98+
Please look at the sample that contains the scenario you are interested in
8999
90100
## Resources
91101

0 commit comments

Comments
 (0)
Please sign in to comment.