Skip to content

Commit

Permalink
Add new resource provider Microsoft.EngagementFabric (#4480)
Browse files Browse the repository at this point in the history
* Add new resource provider Microsoft.EngagementFabric

* Rename directory `2018-09-01-preview` to `2018-09-01`

* Fix incorrect folder name

* Add file read.typescript.md

* Add readme.go.md

* Fix incorrect package name
  • Loading branch information
xzsheng authored and dsgouda committed Nov 19, 2018
1 parent c4244e6 commit 633272e
Show file tree
Hide file tree
Showing 22 changed files with 2,102 additions and 0 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"parameters": {
"subscriptionId": "EDBF0095-A524-4A84-95FB-F72DA41AA6A1",
"resourceGroupName": "ExampleRg",
"accountName": "ExampleAccount",
"api-version": "2018-09-01-preview",
"account": {
"location": "WestUS",
"sku": {
"name": "B1"
}
}
},
"responses": {
"200": {
"body": {
"location": "WestUS",
"sku": {
"name": "B1",
"tier": "Basic"
},
"id": "subscriptions/EDBF0095-A524-4A84-95FB-F72DA41AA6A1/resourceGroups/ExampleRg/providers/Microsoft.EngagementFabric/Accounts/ExampleAccount",
"name": "ExampleAccount",
"type": "Microsoft.EngagementFabric/Accounts"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"parameters": {
"subscriptionId": "EDBF0095-A524-4A84-95FB-F72DA41AA6A1",
"resourceGroupName": "ExampleRg",
"accountName": "ExampleAccount",
"api-version": "2018-09-01-preview"
},
"responses": {
"200": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"parameters": {
"subscriptionId": "EDBF0095-A524-4A84-95FB-F72DA41AA6A1",
"resourceGroupName": "ExampleRg",
"accountName": "ExampleAccount",
"api-version": "2018-09-01-preview"
},
"responses": {
"200": {
"body": {
"location": "WestUS",
"sku": {
"name": "B1",
"tier": "Basic"
},
"id": "subscriptions/EDBF0095-A524-4A84-95FB-F72DA41AA6A1/resourceGroups/ExampleRg/providers/Microsoft.EngagementFabric/Accounts/ExampleAccount",
"name": "ExampleAccount",
"type": "Microsoft.EngagementFabric/Accounts"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"parameters": {
"subscriptionId": "EDBF0095-A524-4A84-95FB-F72DA41AA6A1",
"resourceGroupName": "ExampleRg",
"api-version": "2018-09-01-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"location": "WestUS",
"sku": {
"name": "B1",
"tier": "Basic"
},
"id": "subscriptions/EDBF0095-A524-4A84-95FB-F72DA41AA6A1/resourceGroups/ExampleRg/providers/Microsoft.EngagementFabric/Accounts/ExampleAccount",
"name": "ExampleAccount",
"type": "Microsoft.EngagementFabric/Accounts"
},
{
"location": "WestUS",
"sku": {
"name": "S1",
"tier": "Standard"
},
"id": "subscriptions/EDBF0095-A524-4A84-95FB-F72DA41AA6A1/resourceGroups/ExampleRg/providers/Microsoft.EngagementFabric/Accounts/ExampleAccount2",
"name": "ExampleAccount2",
"type": "Microsoft.EngagementFabric/Accounts"
},
{
"location": "WestUS",
"sku": {
"name": "P1",
"tier": "Premium"
},
"id": "subscriptions/EDBF0095-A524-4A84-95FB-F72DA41AA6A1/resourceGroups/ExampleRg/providers/Microsoft.EngagementFabric/Accounts/ExampleAccount3",
"name": "ExampleAccount3",
"type": "Microsoft.EngagementFabric/Accounts"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"parameters": {
"subscriptionId": "EDBF0095-A524-4A84-95FB-F72DA41AA6A1",
"resourceGroupName": "ExampleRg",
"accountName": "ExampleAccount",
"api-version": "2018-09-01-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"channelType": "MockChannel1",
"channelDescription": "Description of mockChannel1",
"channelFunctions": [
"MockFunction1",
"MockFunction2"
]
},
{
"channelType": "MockChannel2",
"channelDescription": "Description of mockChannel2",
"channelFunctions": [
"MockFunction1",
"MockFunction3"
]
},
{
"channelType": "MockChannel3",
"channelDescription": "Description of mockChannel3",
"channelFunctions": [
"MockFunction1",
"MockFunction2",
"MockFunction3"
]
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"parameters": {
"subscriptionId": "EDBF0095-A524-4A84-95FB-F72DA41AA6A1",
"api-version": "2018-09-01-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"location": "WestUS",
"sku": {
"name": "B1",
"tier": "Basic"
},
"id": "subscriptions/EDBF0095-A524-4A84-95FB-F72DA41AA6A1/resourceGroups/ExampleRg/providers/Microsoft.EngagementFabric/Accounts/ExampleAccount",
"name": "ExampleAccount",
"type": "Microsoft.EngagementFabric/Accounts"
},
{
"location": "WestUS",
"sku": {
"name": "S1",
"tier": "Standard"
},
"id": "subscriptions/EDBF0095-A524-4A84-95FB-F72DA41AA6A1/resourceGroups/ExampleRg/providers/Microsoft.EngagementFabric/Accounts/ExampleAccount2",
"name": "ExampleAccount2",
"type": "Microsoft.EngagementFabric/Accounts"
},
{
"location": "WestUS",
"sku": {
"name": "P1",
"tier": "Premium"
},
"id": "subscriptions/EDBF0095-A524-4A84-95FB-F72DA41AA6A1/resourceGroups/ExampleRg/providers/Microsoft.EngagementFabric/Accounts/ExampleAccount3",
"name": "ExampleAccount3",
"type": "Microsoft.EngagementFabric/Accounts"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"parameters": {
"subscriptionId": "EDBF0095-A524-4A84-95FB-F72DA41AA6A1",
"resourceGroupName": "ExampleRg",
"accountName": "ExampleAccount",
"api-version": "2018-09-01-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Full",
"rank": "PrimaryKey",
"value": "<ExampleFullPrimaryKeyValue>"
},
{
"name": "Full",
"rank": "SecondaryKey",
"value": "<ExampleFullSecondaryKeyValue>"
},
{
"name": "Device",
"rank": "PrimaryKey",
"value": "<ExampleDevicePrimaryKeyValue>"
},
{
"name": "Device",
"rank": "SecondaryKey",
"value": "<ExampleDeviceSecondaryKeyValue>"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"parameters": {
"subscriptionId": "EDBF0095-A524-4A84-95FB-F72DA41AA6A1",
"resourceGroupName": "ExampleRg",
"accountName": "ExampleAccount",
"api-version": "2018-09-01-preview",
"name": "Full",
"rank": "PrimaryKey"
},
"responses": {
"200": {
"body": {
"name": "Full",
"rank": "PrimaryKey",
"value": "<ExampleFullPrimaryKeyValue>"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"parameters": {
"subscriptionId": "EDBF0095-A524-4A84-95FB-F72DA41AA6A1",
"resourceGroupName": "ExampleRg",
"accountName": "ExampleAccount",
"api-version": "2018-09-01-preview",
"accountPatch": {
"tags": {
"tagName": "tagValue"
}
}
},
"responses": {
"200": {
"body": {
"location": "WestUS",
"tags": {
"tagName": "tagValue"
},
"sku": {
"name": "B1",
"tier": "Basic"
},
"id": "subscriptions/EDBF0095-A524-4A84-95FB-F72DA41AA6A1/resourceGroups/ExampleRg/providers/Microsoft.EngagementFabric/Accounts/ExampleAccount",
"name": "ExampleAccount",
"type": "Microsoft.EngagementFabric/Accounts"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"parameters": {
"subscriptionId": "EDBF0095-A524-4A84-95FB-F72DA41AA6A1",
"resourceGroupName": "ExampleRg",
"accountName": "ExampleAccount",
"channelName": "ExampleChannel",
"api-version": "2018-09-01-preview",
"channel": {
"properties": {
"channelType": "MockChannel",
"channelFunctions": [
"MockFunction1",
"MockFunction2"
],
"credentials": {
"AppId": "exampleApp",
"AppKey": "exampleAppKey"
}
}
}
},
"responses": {
"200": {
"body": {
"properties": {
"channelType": "MockChannel",
"channelFunctions": [
"MockFunction1",
"MockFunction2"
],
"credentials": {
"AppId": "exampleApp",
"AppKey": ""
}
},
"id": "subscriptions/EDBF0095-A524-4A84-95FB-F72DA41AA6A1/resourceGroups/ExampleRg/providers/Microsoft.EngagementFabric/Accounts/ExampleAccount/Channels/ExampleChannel",
"name": "ExampleChannel",
"type": "Microsoft.EngagementFabric/Accounts/Channels"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"parameters": {
"subscriptionId": "EDBF0095-A524-4A84-95FB-F72DA41AA6A1",
"resourceGroupName": "ExampleRg",
"accountName": "ExampleAccount",
"channelName": "ExampleChannel",
"api-version": "2018-09-01-preview"
},
"responses": {
"200": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"parameters": {
"subscriptionId": "EDBF0095-A524-4A84-95FB-F72DA41AA6A1",
"resourceGroupName": "ExampleRg",
"accountName": "ExampleAccount",
"channelName": "ExampleChannel",
"api-version": "2018-09-01-preview"
},
"responses": {
"200": {
"body": {
"properties": {
"channelType": "MockChannel",
"channelFunctions": [
"MockFunction1",
"MockFunction2"
],
"credentials": {
"AppId": "exampleApp",
"AppKey": ""
}
},
"id": "subscriptions/EDBF0095-A524-4A84-95FB-F72DA41AA6A1/resourceGroups/ExampleRg/providers/Microsoft.EngagementFabric/Accounts/ExampleAccount/Channels/ExampleChannel",
"name": "ExampleChannel",
"type": "Microsoft.EngagementFabric/Accounts/Channels"
}
}
}
}
Loading

0 comments on commit 633272e

Please sign in to comment.