Skip to content

Commit

Permalink
update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
danewalton-msft committed Nov 1, 2022
1 parent fb67fa6 commit d071bf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libraries/azure-sdk-for-c
Submodule azure-sdk-for-c updated 44 files
+5 −5 .github/CODEOWNERS
+25 −0 .github/workflows/event.yml
+3 −0 .gitignore
+7 −1 CHANGELOG.md
+11 −0 CONTRIBUTING.md
+4 −3 README.md
+1 −0 cgmanifest.json
+1 −1 eng/common/TestResources/setup-environments.yml
+50 −24 eng/common/pipelines/templates/jobs/perf.yml
+1 −1 eng/common/pipelines/templates/steps/docs-metadata-release.yml
+45 −90 eng/common/pipelines/templates/steps/sparse-checkout.yml
+3 −4 eng/common/pipelines/templates/steps/update-docsms-metadata.yml
+1 −1 eng/common/pipelines/templates/steps/verify-links.yml
+23 −3 eng/common/scripts/Helpers/DevOps-WorkItem-Helpers.ps1
+3 −3 eng/common/scripts/Helpers/PSModule-Helpers.ps1
+4 −0 eng/common/scripts/Update-DevOps-Release-WorkItem.ps1
+7 −2 eng/common/scripts/Update-DocsMsToc.ps1
+6 −6 eng/common/scripts/Verify-Links.ps1
+1 −1 eng/common/scripts/get-codeowners.ps1
+5 −2 eng/common/scripts/job-matrix/Create-JobMatrix.ps1
+29 −5 eng/common/scripts/job-matrix/job-matrix-functions.ps1
+9 −1 eng/common/scripts/stress-testing/deploy-stress-tests.ps1
+26 −4 eng/common/scripts/stress-testing/find-all-stress-packages.ps1
+90 −0 eng/common/scripts/stress-testing/generate-scenario-matrix.ps1
+94 −43 eng/common/scripts/stress-testing/stress-test-deployment-lib.ps1
+1 −1 eng/common/spelling/Invoke-Cspell.ps1
+937 −544 eng/common/spelling/package-lock.json
+4 −4 eng/common/spelling/package.json
+15 −15 eng/common/testproxy/dotnet-devcert.crt
+ eng/common/testproxy/dotnet-devcert.pfx
+1 −1 eng/common/testproxy/target_version.txt
+6 −0 eng/common/testproxy/test-proxy-docker.yml
+7 −3 eng/common/testproxy/test-proxy-tool.yml
+1 −1 eng/scripts/SdkVersion-Common.ps1
+6 −3 eng/scripts/Update-SdkVersion.ps1
+81 −0 eng/scripts/tests/Update-SdkVersion.constants.ps1
+97 −0 eng/scripts/tests/Update-SdkVersion.tests.ps1
+3 −3 sdk/docs/iot/README.md
+2 −3 sdk/docs/iot/coding_patterns.md
+2 −2 sdk/inc/azure/core/az_version.h
+1 −1 sdk/inc/azure/iot/az_iot_adu_client.h
+15 −1 sdk/inc/azure/iot/az_iot_provisioning_client.h
+1 −0 sdk/samples/iot/iot_sample_common.c
+3 −3 sdk/tests/iot/adu/test_az_iot_adu.c
6 changes: 3 additions & 3 deletions tests/ut/azure_iot_adu_client_ut.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
static const uint8_t ucHostname[] = "unittest.azure-devices.net";
static const uint8_t ucDeviceId[] = "testiothub";
static uint8_t ucComponentName[] = "deviceUpdate";
static uint8_t ucSendStatePayload[] = "{\"deviceUpdate\":{\"__t\":\"c\",\"agent\":{\"deviceProperties\":{\"manufacturer\":\"Contoso\",\"model\":\"Foobar\",\"interfaceId\":\"dtmi:azure:iot:deviceUpdate;1\",\"aduVer\":\"DU;agent/0.8.0-rc1-public-preview\",\"doVer\":\"" testDO_VERSION "\"},\"compatPropertyNames\":\"manufacturer,model\",\"state\":0,\"installedUpdateId\":\"{\\\"provider\\\":\\\"Contoso\\\",\\\"name\\\":\\\"Foobar\\\",\\\"version\\\":\\\"1.0\\\"}\"}}}";
static uint8_t ucSendStatePayload[] = "{\"deviceUpdate\":{\"__t\":\"c\",\"agent\":{\"deviceProperties\":{\"manufacturer\":\"Contoso\",\"model\":\"Foobar\",\"interfaceId\":\"dtmi:azure:iot:deviceUpdate;1\",\"aduVer\":\"DU;agent/1.0.0\",\"doVer\":\"" testDO_VERSION "\"},\"compatPropertyNames\":\"manufacturer,model\",\"state\":0,\"installedUpdateId\":\"{\\\"provider\\\":\\\"Contoso\\\",\\\"name\\\":\\\"Foobar\\\",\\\"version\\\":\\\"1.0\\\"}\"}}}";
static uint8_t ucSendStateLongPayload[] = "{\"deviceUpdate\":{\"__t\":\"c\",\"agent\":{\
\"deviceProperties\":{\"manufacturer\":\"Contoso\",\"model\":\"Foobar\",\
\"" testDEVICE_CUSTOM_PROPERTY_NAME_1 "\":\"" testDEVICE_CUSTOM_PROPERTY_VALUE_1 "\",\
\"" testDEVICE_CUSTOM_PROPERTY_NAME_2 "\":\"" testDEVICE_CUSTOM_PROPERTY_VALUE_2 "\",\
\"interfaceId\":\"dtmi:azure:iot:deviceUpdate;1\",\"aduVer\":\"DU;agent/0.8.0-rc1-public-preview\",\"doVer\":\"" testDO_VERSION "\"},\
\"interfaceId\":\"dtmi:azure:iot:deviceUpdate;1\",\"aduVer\":\"DU;agent/1.0.0\",\"doVer\":\"" testDO_VERSION "\"},\
\"compatPropertyNames\":\"manufacturer,model\",\
\"lastInstallResult\":{\"resultCode\":0,\"extendedResultCode\":1234,\"resultDetails\":\"Ok\",\"step_0\":{\"resultCode\":0,\"extendedResultCode\":1234,\"resultDetails\":\"Ok\"}},\
\"state\":0,\
Expand All @@ -45,7 +45,7 @@ static uint8_t ucSendStateLongPayloadWithRetry[] = "{\"deviceUpdate\":{\"__t\":\
\"deviceProperties\":{\"manufacturer\":\"Contoso\",\"model\":\"Foobar\",\
\"" testDEVICE_CUSTOM_PROPERTY_NAME_1 "\":\"" testDEVICE_CUSTOM_PROPERTY_VALUE_1 "\",\
\"" testDEVICE_CUSTOM_PROPERTY_NAME_2 "\":\"" testDEVICE_CUSTOM_PROPERTY_VALUE_2 "\",\
\"interfaceId\":\"dtmi:azure:iot:deviceUpdate;1\",\"aduVer\":\"DU;agent/0.8.0-rc1-public-preview\",\"doVer\":\"" testDO_VERSION "\"},\
\"interfaceId\":\"dtmi:azure:iot:deviceUpdate;1\",\"aduVer\":\"DU;agent/1.0.0\",\"doVer\":\"" testDO_VERSION "\"},\
\"compatPropertyNames\":\"manufacturer,model\",\
\"lastInstallResult\":{\"resultCode\":0,\"extendedResultCode\":1234,\"resultDetails\":\"Ok\",\"step_0\":{\"resultCode\":0,\"extendedResultCode\":1234,\"resultDetails\":\"Ok\"}},\
\"state\":0,\
Expand Down

0 comments on commit d071bf6

Please sign in to comment.