Skip to content

Commit

Permalink
remove getSipConfiguration example and update description (#24533)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzeliar authored Jun 22, 2023
1 parent 9aec843 commit 8ded9fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 51 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@
}
},
"x-ms-examples": {
"Get SIP configuration for resource": {
"$ref": "./examples/GetSipConfiguration.json"
},
"Get SIP configuration for resource with Trunk Health expand": {
"$ref": "./examples/GetSipConfigurationWithExpand.json"
}
Expand Down Expand Up @@ -452,7 +449,7 @@
}
},
"DomainPatch": {
"description": "Represents Domain that will be validated and used.\r\nMap key is domain.",
"description": "Represents Domain that will be used.\r\nMap key is domain.",
"type": "object",
"properties": {
"enabled": {
Expand All @@ -466,7 +463,7 @@
"type": "object",
"properties": {
"domains": {
"description": "Domains that will be validated and used.\r\nMap key is domain.",
"description": "Domains that will be used.\r\nMap key is domain.",
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/DomainPatch"
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2023-04-01-preview",
"endpoint": "https://resourcename.communication.azure.com/",
"endpoint": "https://resourcename.communication.azure.com",
"targetPhoneNumber": "+14251234567",
"sipConfiguration": {
"domains": {
Expand Down

0 comments on commit 8ded9fa

Please sign in to comment.