Hector Garcia Tellado
7baee6a281
Merge pull request #461 from dominicbetts/add-tutorials
...
Add docs content
2018-05-22 08:53:47 -07:00
Dominic Betts
9a1abc5306
Add tutorials from docs
2018-05-08 11:22:00 +01:00
Ashley Donaldson
8462bd3b62
Updated The ReadMe ( #459 )
...
Updated the read me as this is a deprecated version now.
2018-05-02 14:51:12 -07:00
Jon Gallant
bf1a031ee8
Upgrade script to work with Azure powershell 4.2.1 ( #440 )
...
* Update to work with Azure Powershell 4.2.1
2017-07-31 19:12:58 +08:00
Xiangzhi Sheng
c9a642908c
BingMap v8 API will use browser setting to decide the language automatically. It is different comparing to the rest of the web site (user selected language). In this code change, we are going to align the language used in the map with the global setting.
2017-07-10 17:46:15 +08:00
Xiangzhi Sheng
f250d03e27
Switch to BingMAP API v8
2017-06-28 14:17:07 +08:00
Xiangzhi Sheng
05e6948e29
Merge branch 'master' of https://github.com/Azure/azure-iot-remote-monitoring
2017-05-26 12:19:56 +08:00
Xiangzhi Sheng
7720fd1c2a
Refine icon for default simulator and the device twin download link
2017-05-26 12:19:23 +08:00
Zhang Hua
315ace6382
Merge pull request #427 from Azure/bug_azure_module_check
...
Bug fix of checking multiple versions of Azure Powershell modules
2017-05-26 10:06:51 +08:00
Hua Zhang
e3e25babae
Bug fix of checking multiple Azure Powershell modules
...
The current script throw exception when multiple versions of Azure
Powershell modules installed. So we compare the latest version against the
required version if there are multiple version exists.
2017-05-25 19:29:00 +08:00
Xiangzhi Sheng
1f502fd841
[BugFix] Missing reference of image file
2017-05-24 19:45:11 +08:00
Xiangzhi Sheng
b55ea4b709
Merge remote-tracking branch 'remotes/iotchina/postRelease'
2017-05-24 18:31:22 +08:00
Xiangzhi Sheng
b27b2405d9
Turn on Ericsson support
...
Additional minor changes:
1. Remove meaningless help link
2. Remove location controls
3. Fix bug: Select control is not clickable if any changes saved
4. Refine strings
2017-05-19 11:11:27 +08:00
CuiJian630
7527049b44
add device twin json download feature
2017-05-10 16:55:19 +08:00
dsajanice
13f6c951b0
Fix markdown syntax in the README file ( #419 )
2017-05-09 12:01:09 -07:00
Connor Early
784868511f
Fix typo on README.md ( #423 )
...
Fix typo on line 9. Change "identiy" to "identity".
2017-05-09 11:58:32 -07:00
Devis Lucato
6777ffc2b5
Fix broken link ( #425 )
2017-05-09 11:57:50 -07:00
LiMeng Liu
1fee59b445
add powershell for Clean NameCacheList
2017-05-08 16:33:28 +08:00
LiMeng Liu
02ca96ad3a
add default icon for simulated device
2017-05-08 13:20:01 +08:00
Xiangzhi Sheng
f37929ba2f
Add description for DeviceId in the DeviceInfo telemetry message
2017-05-08 13:06:50 +08:00
Xiangzhi Sheng
ac44acd27c
Add sample of the DeviceInfo telemetry message
2017-05-08 13:02:07 +08:00
Hui Jiang
9c975d647b
Create FAQ.md
2017-05-08 10:58:21 +08:00
Xiangzhi Sheng
03a52066a8
[BugFix] Failed to pick deviceId from system property
...
The existing workaround SystemProperties["iothub-connection-device-id"] does not work for messages retrieved from EventHub. We need to use IoTHub.ConnectionDeviceId in the message as replacement
2017-05-04 11:28:26 +08:00
Xiangzhi Sheng
99ccfd414a
[BugFix] Failed to deploy if there was a resource group which name contains the target resource group name
...
The deployment script will try to find and stop existing streaming job to update it. While in previous code, it find by "ResouceGroupNameContains" rather than exactly match. It will cause solution "demorm1704" always failed if solution "demorm1704d" was already deployed before, since it will always try to stop the streaming job in demorm1704d.
In this code change, we changed the cmdlet from Find-AzureRmResource to Get-AzureRmResource to perform exactly match.
2017-04-19 09:59:13 +08:00
Xiangzhi Sheng
48cd45febb
Allow DeviceInfo telemetry without DeviceProperties.DeviceID
...
We will try to get the deviceId from the message property, in case missing the deviceId
2017-04-19 09:57:28 +08:00
Xiangzhi Sheng
90f29c79cb
Improve the fault tolerance of device connection failure
...
Currently, the simulator may meet connection failure randomly. It will cause the device failed to send and recevie any message. IoT Hub team suggested to re-create the DeviceClient object as a workaround. But it looks not enough, since sometime the it may take quite long time the reconnect to IoTHub even with the new created DeviceClient.
In this code change, we are going to improve the fault tolerance from angles below:
1. Upgrade the Device Client SDK to latest version
2. Add simulator scope check. If 50% devices was found in status "down", the whole simulator process will restart. It will happen only if the simulator was running as a WebJob in cloud environment.
3. [BugFix] Use “finally" statement to ensure the transport object was released
4. Add more trace log
2017-04-13 10:42:52 +08:00
Xiangzhi Sheng
3a0e12390b
[BugFix] WebJobs failed to startup under VS2017 due to absent of the hosting process
2017-03-15 18:07:47 +08:00
Xiangzhi Sheng
1faa1b1565
Fix FxCop warnings
2017-03-13 13:51:55 +08:00
Xiangzhi Sheng
3b4ee8e7c2
Merge remote-tracking branch 'remotes/origin/EricssonIntegration'
...
# Resolved conflicts:
# Common/Common.csproj
# DeviceAdministration/Infrastructure/Infrastructure.csproj
# DeviceAdministration/Infrastructure/packages.config
# DeviceAdministration/Web/App_GlobalResources/Strings.Designer.cs
# DeviceAdministration/Web/App_GlobalResources/Strings.resx
# DeviceAdministration/Web/Content/styles/blocks/device_view/device_details_block.less
# DeviceAdministration/Web/Content/styles/main.css
# DeviceAdministration/Web/Controllers/DeviceController.cs
# DeviceAdministration/Web/Scripts/Views/Device/DeviceDetails.js
# DeviceAdministration/Web/Views/Advanced/CellularConn.cshtml
# DeviceAdministration/Web/Views/Advanced/_IccidAssociation.cshtml
# DeviceAdministration/Web/Views/Device/Index.cshtml
# DeviceAdministration/Web/Views/Device/_DeviceDetailsDeviceProperties.cshtml
# DeviceAdministration/Web/Web.csproj
# RemoteMonitoring.sln
# UnitTests/UnitTests.csproj
# UnitTests/Web/Controllers/DeviceControllerTests.cs
# UnitTests/Web/WebApiControllers/DeviceApiControllerTests.cs
# UnitTests/packages.config
2017-03-08 14:12:04 +08:00
Hui Jiang
5b9ce9f4b4
user 32 bit key for devices
2017-03-08 12:19:09 +08:00
Xiangzhi Sheng
5032539025
Add comment for usage change of DeviceProperties
2017-03-03 10:43:15 +08:00
v-celi
86f480dc23
Change static text of sim information
2017-03-01 14:35:37 +08:00
Hua Zhang
4f5432464b
Add versioning machanisim for js code
...
The old js code will be cached by browser which causes many problems after
the new changes has been pushed. Append version parameter to the js path
to let the browser refresh new js code whenever we change the constant
version in the new release.
2017-02-28 12:24:45 +08:00
Xiangzhi Sheng
138063e6d8
Merge remote-tracking branch 'remotes/origin/master' into iotchina_dm
2017-02-27 14:48:33 +08:00
Hui Jiang
32568ce922
use updated aka links
2017-02-27 14:32:54 +08:00
Hui Jiang
46de966f65
use aka.ms for packages
2017-02-27 14:26:10 +08:00
Hua Zhang
08ccc124d3
Add package release command help text
...
Since the build.cmd already support package command, it should be surfaced
to user in the command help text.
2017-02-27 11:41:42 +08:00
Hua Zhang
bb72ba70af
Treat tags.HubEnabledState as reserved twin name
2017-02-27 10:39:07 +08:00
Xiangzhi Sheng
cd7b903ac7
Revert updating of NuGet package 'Validation'
...
The latest version will introduce build break while trying to restore NuGet packages
2017-02-24 18:42:43 +08:00
Hui Jiang
455e628a86
Enable RM with DM
2017-02-24 17:49:17 +08:00
Darren Chuang
42cd8e2c08
Merge branch 'iotchina_dm' of https://github.com/Azure/azure-iot-remote-monitoring.git
2017-02-24 17:31:34 +08:00
Darren Chuang
73a1991abe
Fix unit test issue
2017-02-24 17:31:15 +08:00
Xiangzhi Sheng
d4d372969c
Update IoT Hub SDKs
2017-02-24 16:53:08 +08:00
Darren Chuang
27a599f919
[BugFix] Filter with associated jobs cannot be saved
2017-02-24 16:39:46 +08:00
Xiangzhi Sheng
1929afa2ca
[BugFix] Method with parameter was shown as no device applicable
2017-02-24 15:16:44 +08:00
Xiangzhi Sheng
77fb649324
Refine code merged from https://github.com/Azure/azure-iot-remote-monitoring-ericsson
...
1. Remove Ericsson SMS Credential Manager
2. Replace project Connectivity with NuGet package
3. Remove publish profile
4. Remove Ericsson option from Advanced page
5. Fix the incorrect string resource file name
6. Remove broken unit test
2017-02-23 15:42:53 +08:00
Ce Li
f75c34ba17
Fix js expression error in schedule job page
2017-02-23 12:02:51 +08:00
Xiangzhi Sheng
4cdbbdfa20
Set the default value of TelemetryInterval to 15 seconds
...
It is desired for the scenario driven out-of-box experience
2017-02-22 15:17:17 +08:00
Xiangzhi Sheng
84a8f731ca
Enable rule on all of the "built-in" simulated devices
...
One more minor change: set the threshold of temperature to 60
It is desired for the scenario driven out-of-box experience
2017-02-22 11:43:34 +08:00
Xiangzhi Sheng
8c9caf515a
Set desired property Config.TemperatureMeanValue to 70 for the first 5 simulated devices
...
It is desired for the scenario driven out-of-box experience
2017-02-22 10:56:15 +08:00