-
Notifications
You must be signed in to change notification settings - Fork 35
Telemetry and dependency cleanup #1206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 8 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
9c95513
Removed dev branch from nrp test
AhmedBM 72c06b3
changed some macros to functions
AhmedBM 59f0f53
Updated container refs from "Added Telemetry using 1DS C++ SDK (#1191)"
AhmedBM 61875e5
made OSConfigProcessTelemetryFile a macro again
AhmedBM 0dc0338
Added "N/A" constant
AhmedBM fc6aedd
fixed parameter naming
AhmedBM 327ae72
updated README.md with latest pre-requisites
AhmedBM a7f5281
updated docs
AhmedBM 8a47a00
Merge branch 'dev' of https://github.com/Azure/azure-osconfig into ah…
MariusNi 29fcd07
Added gtest to vcpkg
AhmedBM 1a6e7f6
remove rapidjson + other deps
AhmedBM 88a2b7b
Cleanup dependencies
AhmedBM eedbc67
fixed wrong cmake parameter
AhmedBM 464b41a
addressed comments
AhmedBM 56b8123
Removed unecessary Dockerfile
AhmedBM e8a3ba1
addressed comments - added triplet docs
AhmedBM File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,23 +1,23 @@ | ||
| [ | ||
| {"name":"almalinux-9","arch":"amd64","tag":"@sha256:457a85686d95bd324c1ddbdba43fccb79d8c127c11b1189941ccc913989461c5"}, | ||
| {"name":"amazonlinux-2","arch":"amd64","tag":"@sha256:5f78d184712b39087d4448d1fe04ffa6a4dbb6e5ff0e29cdef0eff1f3980cfd8"}, | ||
| {"name":"azurelinux-3","arch":"amd64","tag":"@sha256:6d8d1134816ee789c5579570d83671cd572ac0634a1ffdc04a0ef5471f8b0877"}, | ||
| {"name":"centos-7","arch":"amd64","tag":"@sha256:0e72fef7615ffd41db07a0cb4a2d989f74925bc49a546c719f7ccb857852108a"}, | ||
| {"name":"centos-8","arch":"amd64","tag":"@sha256:2fb02a9f8259b91ea938c003a845b7e9dc7150ea643bf8c1b6ae8bd4087d8706"}, | ||
| {"name":"debian-10","arch":"amd64","tag":"@sha256:a05ae3e90f16cd284e3c0c818420c2685c17f327c0e6a1967837573490a2a327"}, | ||
| {"name":"debian-11","arch":"amd64","tag":"@sha256:368dac89e858472de6435c86905c26749eb42e4a944b177b0df5c2dcb741b693"}, | ||
| {"name":"debian-12","arch":"amd64","tag":"@sha256:63a8712390f4aed657924706ed0c4ce1c37d4c5d5c189625a09785e00fceac62"}, | ||
| {"name":"debian-9","arch":"amd64","tag":"@sha256:7665a7e37457e59e3d240219230cf2a030aa9fe1a00e08a92b144ba8c383419e"}, | ||
| {"name":"mariner-2","arch":"amd64","tag":"@sha256:7080c3c0e03bf530e09ac94ae7f486e005534706cebe4df623f71de49d0f2904"}, | ||
| {"name":"oraclelinux-7","arch":"amd64","tag":"@sha256:0561e7c5d0ae0486450ad086bf3e25a69be721e52df1df63bd835972322fb1e4"}, | ||
| {"name":"oraclelinux-8","arch":"amd64","tag":"@sha256:1bf1d1622e5163d02c2066b15bd18294bf301a1df1d60318d7a396fc0e795b66"}, | ||
| {"name":"rhel-7","arch":"amd64","tag":"@sha256:5739b3749eea6af70f6a76ce092e9a3b1b2f8f8ed1b6002bade36c28e74426c4"}, | ||
| {"name":"rhel-8","arch":"amd64","tag":"@sha256:fd4b3005958abe0c8a3f9aee3be3604c9a778de80e89dd9d62b3c0864a701383"}, | ||
| {"name":"rhel-9","arch":"amd64","tag":"@sha256:7cfb079ea2887a9cc8a524f109873126a76684076bec13bbd87e139d8d053b78"}, | ||
| {"name":"rockylinux-9","arch":"amd64","tag":"@sha256:93c24f671cd27cfbf92a25177fbaa43fdf4a1da4911794ce771cb44bad096604"}, | ||
| {"name":"sles-15","arch":"amd64","tag":"@sha256:b633a6effbe084b5cf34f1e10995374feb61b0a366160c5e7a786237aeb877a8"}, | ||
| {"name":"ubuntu-18.04","arch":"amd64","tag":"@sha256:d0bf753624703349ad20886de2b7795caf46db005d5a5ece633aaa5aec7505f9"}, | ||
| {"name":"ubuntu-20.04","arch":"amd64","tag":"@sha256:31687451ce1b8f50f4f26884bd0947fb5d5dba8711c63601b14bc0b19cb5c6ca"}, | ||
| {"name":"ubuntu-22.04","arch":"amd64","tag":"@sha256:de2c11da255fa2c0ec39c9f56a53aaefbb4db97982e11c9487116551fc4ecae0"}, | ||
| {"name":"ubuntu-24.04","arch":"amd64","tag":"@sha256:f660171fcbb5ef1669303456c85b7a0f9fba447c2e35ae89953f9070200f5c15"} | ||
| {"name": "almalinux-9", "arch": "amd64", "tag": "@sha256:4b939b0a50c007c9886e216bab5b9342120f65bcf02ddd95ac730180fe976c9b"}, | ||
| {"name": "amazonlinux-2", "arch": "amd64", "tag": "@sha256:e0fc34dcb478f9237a667f5c0088aaa56f0c5e10b58104e75995980aa860c9af"}, | ||
| {"name": "azurelinux-3", "arch": "amd64", "tag": "@sha256:57c5bd226dfca2b692e2c7aeb3cb8092413d2603246aa516d0438b4592210109"}, | ||
| {"name": "centos-7", "arch": "amd64", "tag": "@sha256:d9639307d5071d8991416cc722ca9ee3c55da1e35fbf6599a466f47219d04bac"}, | ||
| {"name": "centos-8", "arch": "amd64", "tag": "@sha256:34387edefed51323f52976ad93c35967e48bcfedcdd592425e7c0e0df5947848"}, | ||
| {"name": "debian-10", "arch": "amd64", "tag": "@sha256:535ce8c25e29acccc0070ab748719450ee27f1700f745e309ccbc3db8af58575"}, | ||
| {"name": "debian-11", "arch": "amd64", "tag": "@sha256:e44fc64d1d92f523fae302112eaea6a695cc3963719a8434247d0283bbba59bc"}, | ||
| {"name": "debian-12", "arch": "amd64", "tag": "@sha256:d7cc88bcc11041dfcc02024f2f89c64e01458ee0054ab5caecb63fa2325b5ed0"}, | ||
| {"name": "debian-9", "arch": "amd64", "tag": "@sha256:1f7ac1c13711396dc69ff0c541c2b2ea6a08f62e572ab9021c7cc426b96a6a9d"}, | ||
| {"name": "mariner-2", "arch": "amd64", "tag": "@sha256:38e369247cf1059449c58e240e0c7f391becea75bde37dfb537997498cf2aa62"}, | ||
| {"name": "oraclelinux-7", "arch": "amd64", "tag": "@sha256:67f4e98781eda7b7cac6df23214a54bf4533ad1d062ee4f183d84ac7027bc452"}, | ||
| {"name": "oraclelinux-8", "arch": "amd64", "tag": "@sha256:4aab402b38a8e455cf02595da737c9e81c4877c202687c5bfe32483922d99b89"}, | ||
| {"name": "rhel-7", "arch": "amd64", "tag": "@sha256:5a3a5c42d677e985aea6a21db67f937a0fc60ad655b8125f50df4d27627db7ce"}, | ||
| {"name": "rhel-8", "arch": "amd64", "tag": "@sha256:b01a5fbd1f58843550aa39fdd6928b01d1642cd91fe928a323336ffc491c0dce"}, | ||
| {"name": "rhel-9", "arch": "amd64", "tag": "@sha256:8675a833d0135e10b7e2a9c1a136db2b643a093b22118aba7c9615de90fb0c85"}, | ||
| {"name": "rockylinux-9", "arch": "amd64", "tag": "@sha256:bfa096737f2b38151322db6c5886d9961465deae4cff32ff6e40cba5c1bbc2b6"}, | ||
| {"name": "sles-15", "arch": "amd64", "tag": "@sha256:e4b36f00fdcd9892f19a118f0b7ca6781c368d086ae37e4ebc93ea23a9dd7327"}, | ||
| {"name": "ubuntu-18.04", "arch": "amd64", "tag": "@sha256:eb03654ec4eef4f470be0a24a48268e38344b831c0127ecb01e8dbc99230aa9e"}, | ||
| {"name": "ubuntu-20.04", "arch": "amd64", "tag": "@sha256:544b65bc43c6f1cbd3d9bc0c0085d64ccb1c7c6a9a7d82497a9edc166faa8677"}, | ||
| {"name": "ubuntu-22.04", "arch": "amd64", "tag": "@sha256:04d0c74948ff005746df559bad00e257ddcdf309082807da04e150ab5cd5a736"}, | ||
| {"name": "ubuntu-24.04", "arch": "amd64", "tag": "@sha256:7ac74b5fbe9bce992322cf1ce2c9d095b02ad82ce3aaab2ad0cb795c872a524b"} | ||
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.