Граф коммитов

1537 Коммитов

Автор SHA1 Сообщение Дата
Dane Walton 22d0ce9b2f
distinguish between model id and interface id (#2354) 2022-09-30 10:14:11 -05:00
Dane Walton 17073a8365
fix todos (#2353) 2022-09-28 19:06:20 -05:00
Azure SDK Bot 8c41f893b2
Sync eng/common directory with azure-sdk-tools for PR 4240 (#2351)
* use version of docker with CLI present

* target repaired executable

Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
2022-09-28 15:49:09 -07:00
Valerie Avva Lim 6fc2633aa6
[ADU] Update request manifest parsing to ignore Delta Updates (#2349)
* ignore delta update fields from adu and add test with these fields

* clang-format

* pr comments
2022-09-28 10:53:38 -07:00
Dane Walton 3dfe2295ce
add code format contributing docs (#2350) 2022-09-28 09:14:40 -05:00
Dane Walton e78ee79ca6
merge base64url (#2341) 2022-09-26 14:46:34 -04:00
Dane Walton b267362f5e
update device DTMI to correct value (#2348) 2022-09-23 18:54:30 +00:00
Dane Walton 1bc905f5ff
update prov docs (#2347) 2022-09-23 14:52:25 -04:00
Dane Walton 7319eda223
ADU request keeps span slice instead of copying string (#2340) 2022-09-23 09:13:49 -05:00
Azure SDK Bot 2ed5fb4bf7
Sync eng/common directory with azure-sdk-tools for PR 4212 (#2346)
* version including lock fixes
* target the correct proxy version

Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
2022-09-22 16:25:09 -07:00
Azure SDK Bot 82534bf8b8
Sync eng/common directory with azure-sdk-tools for PR 4169 (#2345)
* pin newest version of proxy

Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
2022-09-21 19:00:47 -07:00
Azure SDK Bot 7d2b48e11f
Sync the devops helper scripts between azure-sdk repo and tools repo (#2344)
This should fix https://github.com/Azure/azure-sdk-tools/issues/3538
as it will now upgrade the devops extension to the latest version
which has the auth fix needed.

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
2022-09-20 11:04:26 -07:00
Ben Broderick Phillips 3e71f7c0a6
Update check enforcer yaml permissions and name (#2343) 2022-09-19 20:01:28 -04:00
Dane Walton aabc319bbf
Move dtmi to public header (#2342) 2022-09-19 11:12:48 -05:00
Dane Walton d3a1ae86ae
remove array of base64 (#2338) 2022-09-15 15:30:16 -05:00
Azure SDK Bot 1130ed689f
add a parameter 'condition' to the test-proxy ci invocations. (#2339)
Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
2022-09-15 10:13:07 -07:00
Azure SDK Bot 1de9808b77
Remove SkipDefaultCheckout parameter (#2337)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2022-09-14 16:39:09 -04:00
Dane Walton 3233d8a2e6
update docs for adu action (#2335) 2022-09-14 13:09:32 -05:00
Dane Walton 38850b9dc5
add support for null file url value (#2334) 2022-09-14 13:09:23 -05:00
Dane Walton 006bf8e94c
Port vcpkg updates to adu feature branch (#2336)
Co-authored-by: Victor Vazquez <vhvb1989@gmail.com>
2022-09-14 12:51:35 -05:00
Dane Walton f9bfb8f76e
add base64 url encoder (#2329) 2022-09-14 12:19:26 -05:00
Victor Vazquez cd62e2b78a
Make AzureSDK to automatically fetch and use VCPKG to get dependencies (#2282)
* use vcpkg manifest mode
2022-09-14 08:28:22 -07:00
Ewerton Scaboro da Silva 8539495fde
Change ADU client update id to match service specification (#2331)
* Change ADU client update id to match service specification

The update-id reported by the ADU agent, as defined by the
ADU service, is an escaped string, and has no need to be
split into a separate struct with the individual components
(provider, name, version). This change simplifies the ADU
agent state generation by following this specification,
as well as removes a bug-prone buffer manipulation from
az_iot_adu_client.c.

* Fix code style

* Remove left-over printfs

* Address code review comments

* Fix spacing
2022-09-09 17:57:52 -07:00
Dane Walton ebc340eff7
Add ADU root keys (#2332) 2022-09-09 12:34:28 -05:00
Ben Broderick Phillips 689656c405
Add github actions based check enforcer (#2327) 2022-09-08 16:27:15 -04:00
Raul Leclair ba92673a71
Adding missing header for websocket usage (#2323) 2022-09-07 10:58:32 -07:00
Dane Walton d2fe8f2358
add adu code (#2288) (#2330) 2022-09-07 13:53:30 +00:00
Azure SDK Bot 31030170ed
Migrate SkipDefaultCheckout to SkipCheckoutNone (#2325)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2022-09-01 16:44:57 -04:00
Azure SDK Bot 1a8c98feea
Remove unnecessary checkout: none that causes conflicts with sparse checkout declarations (#2324)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2022-08-31 19:33:59 -07:00
Azure SDK Bot 8aa3931acf
Sync eng/common directory with azure-sdk-tools for PR 3874 (#2321)
* Add sparse checkout to perf template

* Rename base template, add parameters

* Add comment

* Add TODO

* Fix copy/pase bug, add language to artifacts path

* Fix language ref

* Fix python language

* perf.yml extends perf-base.yml

* Remove unnecessary base yml

* Fetch pull request refs

* Fix refs path

* Fetch commitish if matches PR syntax

* Print command before running

* Add PR commitish to remote.origin.fetch

* Add pool and vmimage parameters

* Map ref under "refs/remotes/origin"

* Add ref to refs/remotes/origin

Co-authored-by: Mike Harder <mharder@microsoft.com>
2022-08-25 13:32:27 -07:00
Azure SDK Bot adc56bc613
updated targeted proxy version to one that properly allows consumption of TLS certificates (#2316)
Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
2022-08-15 14:27:18 -07:00
Daniel Jurek ff710d55d5
Fix version incrementing after GA release (#2304)
* Fix version incrementing after GA release

* Escape dots for regex

* Apply suggestions from code review

Co-authored-by: Rick Winter <rick.winter@microsoft.com>

* Set version for GA release validation

* Set version to beta

* Use current changelog and az_version.h

* Revert CHANGELOG.md

* Comments

Co-authored-by: Rick Winter <rick.winter@microsoft.com>
2022-08-11 19:12:09 +00:00
Azure SDK Bot 20e8109f3b
Increment sdk version after release of C SDK (#2311) 2022-08-11 08:13:26 -07:00
Ahson Khan 821d3c7658
Update change log for main for August release, to release 1.4.0-beta.1 (#2307) 2022-08-09 18:59:45 -07:00
Ahson Khan e88c6b0422
Add null terminator for char* based json string unescape, and precondition on input length (#2303)
* Add null terminator for char* based json string unescape, and precondition on input length

* Add remark comment about precondition and null terimination

* Update doc comment typo

* Remove the test cases about insufficient space.

* Fix clang formatting.

* Add null terminator tests.

* Test that the null terminator is there at the end.

* Fix build errors.
2022-08-09 18:59:33 -07:00
Valerie Avva Lim 08fc01e15f
add Raul to codeowners file (#2309) 2022-08-09 16:35:19 -07:00
Dane Walton 767ffc7ab4
use new all inclusive headers in docs (#2306) 2022-08-09 20:17:37 +00:00
Dane Walton 2e7d12ae2c
update links to iot docs (#2305) 2022-08-09 12:26:41 -07:00
Azure SDK Bot c5238a6ba7
Sync eng/common directory with azure-sdk-tools for PR 3860 (#2300)
* updating pfx and cert
* update the targeted version of the proxy as well

Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
2022-08-05 16:29:37 -07:00
Jonathan Cárdenas acb4a99700
CG only runs on internal (#2298) 2022-08-04 22:44:22 -07:00
Dane Walton a285a695b2
Add null manifest scenario (#2297) 2022-08-04 16:21:49 -07:00
Ahson Khan 33a5b970a2
Remove unreachable condition in az_json_token as it's redundant (#2291) 2022-08-04 11:12:39 -07:00
Azure SDK Bot f897081df8
Sync eng/common directory with azure-sdk-tools for PR 3826 (#2296)
* Add link checking for stress CI

* Remove region segment from stress testing links

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2022-08-03 18:40:33 -04:00
Azure SDK Bot 0ca77a2d05
Fix bad path to sample matrix json (#2293)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2022-08-02 14:01:52 -07:00
Dane Walton 1c03c752cf
add adu code (#2288) 2022-08-01 14:20:31 -07:00
Azure SDK Bot 911442555b
Fix misleading step name in az module install (#2292)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2022-07-29 14:30:40 -07:00
George Arama 89cc5c13f6
Unescape json string (in , out of plac#2290)
* first pass

* A few small updates

* revert cmakesettings, and some file format

* fix char conv

* remove static

* pointerize

* test

* disable

* fix tests

* free

* lint

* the cmake of glory

* remove wrapper API

* remove build folder

* clang

* PR comments

* remark

* argh

* PR comments

* PR comments

* Test updates from PR

* added unit test for missing

* some more PR comments
2022-07-29 11:49:57 -07:00
George Arama 935cb92bdb
Unescape (#2287)
* first pass

* A few small updates

* revert cmakesettings, and some file format

* fix char conv

* remove static

* pointerize

* test

* disable

* fix tests

* free

* lint

* the cmake of glory

* remove wrapper API

* remove build folder

* clang

* PR comments

* remark

* argh
2022-07-28 14:53:19 -07:00
Sima Zhu 55b07bb4b9
Bump macOs version to macos-11 (#2286) 2022-07-27 16:03:19 -07:00
Azure SDK Bot 366173bdf8
Sync eng/common directory with azure-sdk-tools for PR 3753 (#2289)
* Bump MacOs version to macos-11

* Update eng/common/scripts/job-matrix/tests/job-matrix-functions.tests.ps1

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

* Update eng/common/scripts/job-matrix/tests/job-matrix-functions.tests.ps1

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

Co-authored-by: sima-zhu <sizhu@microsoft.com>
Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2022-07-27 15:51:59 -07:00