Skip to content

Commit cd2fcd2

Browse files
Shamkhankitam-msft
andauthored
Users/shamkh/feature send sms changes for removing default for required 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 <[email protected]>
1 parent a06d912 commit cd2fcd2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

specification/communication/data-plane/Microsoft.CommunicationServicesSms/stable/2021-03-07/communicationservicessms.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@
9595
"properties": {
9696
"enableDeliveryReport": {
9797
"description": "Enable this flag to receive a delivery report for this message on the Azure Resource EventGrid.",
98-
"type": "boolean",
99-
"default": false
98+
"type": "boolean"
10099
},
101100
"tag": {
102101
"description": "Use this field to provide metadata that will then be sent back in the corresponding Delivery Report.",

specification/communication/data-plane/Microsoft.CommunicationServicesSms/stable/2021-03-07/examples/send.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
],
2828
"message": "Hello world!",
2929
"smsSendOptions": {
30-
"enableDeliveryReport": true
30+
"enableDeliveryReport": true,
31+
"tag": "testSmsRequest"
3132
}
3233
},
3334
"api-version": "2021-03-07",

0 commit comments

Comments
 (0)