Skip to content

Commit

Permalink
Users/shamkh/feature send sms changes for removing default for requir…
Browse files Browse the repository at this point in the history
…ed property. (#13185)

* SettingFolder Structure.

* Updating SMS communication Swagger json for 1:N , customer content feature.

* Updating with review comments.

* adding Idempotency header.

* Updating name for Idempodency field.

* Merging N:1 Changes

* fixing integer issue

* Updating Read me

* fixing lint issue.

* Reverting change

* Fixing Model issue.

* Updating Case for repeatablity header.

* Example update in sendjson.

* Review comments.

* camelCase issue in Send.json.

* Fixing example Model.

* Model issue fix.

* apiversion param issue

* Model issue

* Model validation.

* Review comments.

* Addressing API review comments: consolidating to 202Accepted response.

* review comments.

* review comments

* placing response header at right place.

* review comments

* Modifying wire objects to format [Resource][Method] and adding a flag to response

* Review comments

* Fixing swagger validations.

* review comments.

* review comments.

* review comments.

* review comments.

* Swagger validation.

* review comments.

* review comments

* Fix Avocado

* Fixing endpoint stuff

* review comments

* review comments

* fix spell

* fixes

* prettierfix

* fix

* Revert "fix"

This reverts commit 341eaf6.

* review comments

* review comments

* removing acs

* Updating swagger for require EnableDelivery report option.

* prettier run.

Co-authored-by: Ankita Mathur <ankitam@microsoft.com>
  • Loading branch information
Shamkh and Ankita Mathur authored Feb 26, 2021
1 parent a06d912 commit cd2fcd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@
"properties": {
"enableDeliveryReport": {
"description": "Enable this flag to receive a delivery report for this message on the Azure Resource EventGrid.",
"type": "boolean",
"default": false
"type": "boolean"
},
"tag": {
"description": "Use this field to provide metadata that will then be sent back in the corresponding Delivery Report.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
],
"message": "Hello world!",
"smsSendOptions": {
"enableDeliveryReport": true
"enableDeliveryReport": true,
"tag": "testSmsRequest"
}
},
"api-version": "2021-03-07",
Expand Down

0 comments on commit cd2fcd2

Please sign in to comment.