Skip to content

Commit deb847e

Browse files
JamieMageeJamie Magee
andauthored
Add $schema to cgmanifest.json (#3918)
Co-authored-by: Jamie Magee <[email protected]>
1 parent 009fe81 commit deb847e

File tree

15 files changed

+171
-157
lines changed

15 files changed

+171
-157
lines changed

sdk/attestation/azure-security-attestation/cgmanifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
23
"Registrations": [
34
{
45
"Component": {
Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
{
2-
"Registrations": [
3-
{
4-
"Component": {
5-
"Type": "git",
6-
"git": {
7-
"RepositoryUrl": "https://github.com/google/googletest",
8-
"CommitHash": "703bd9caab50b139428cea1aaff9974ebee5742e"
9-
}
10-
},
11-
"DevelopmentDependency": true
12-
},
13-
{
14-
"Component": {
15-
"Type": "other",
16-
"Other": {
17-
"Name": "clang-format",
18-
"Version": "9.0.0-2",
19-
"DownloadUrl": "https://ubuntu.pkgs.org/18.04/ubuntu-updates-universe-amd64/clang-format-9_9-2~ubuntu18.04.2_amd64.deb.html"
20-
}
21-
},
22-
"DevelopmentDependency": true
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
3+
"Registrations": [
4+
{
5+
"Component": {
6+
"Type": "git",
7+
"git": {
8+
"RepositoryUrl": "https://github.com/google/googletest",
9+
"CommitHash": "703bd9caab50b139428cea1aaff9974ebee5742e"
2310
}
24-
]
11+
},
12+
"DevelopmentDependency": true
13+
},
14+
{
15+
"Component": {
16+
"Type": "other",
17+
"Other": {
18+
"Name": "clang-format",
19+
"Version": "9.0.0-2",
20+
"DownloadUrl": "https://ubuntu.pkgs.org/18.04/ubuntu-updates-universe-amd64/clang-format-9_9-2~ubuntu18.04.2_amd64.deb.html"
21+
}
22+
},
23+
"DevelopmentDependency": true
24+
}
25+
]
2526
}

sdk/core/azure-core-tracing-opentelemetry/cgmanifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
23
"Registrations": [
34
{
45
"Component": {

sdk/core/azure-core/cgmanifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
23
"Registrations": [
34
{
45
"Component": {
@@ -94,4 +95,4 @@
9495
"DevelopmentDependency": true
9596
}
9697
]
97-
}
98+
}

sdk/core/perf/cgmanifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
23
"Registrations": [
34
{
45
"Component": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"Registrations": [
3-
]
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
3+
"Registrations": []
44
}
Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,37 @@
11
{
2-
"Registrations": [
3-
{
4-
"Component": {
5-
"Type": "git",
6-
"git": {
7-
"RepositoryUrl": "https://github.com/google/googletest",
8-
"CommitHash": "703bd9caab50b139428cea1aaff9974ebee5742e"
9-
}
10-
},
11-
"DevelopmentDependency": true
12-
},
13-
{
14-
"Component": {
15-
"Type": "other",
16-
"Other": {
17-
"Name": "clang-format",
18-
"Version": "9.0.0-2",
19-
"DownloadUrl": "https://ubuntu.pkgs.org/18.04/ubuntu-updates-universe-amd64/clang-format-9_9-2~ubuntu18.04.2_amd64.deb.html"
20-
}
21-
},
22-
"DevelopmentDependency": true
23-
},
24-
{
25-
"Component": {
26-
"Type": "other",
27-
"Other": {
28-
"Name": "doxygen",
29-
"Version": "1.8.20",
30-
"DownloadUrl": "http://doxygen.nl/files/doxygen-1.8.20-setup.exe"
31-
}
32-
},
33-
"DevelopmentDependency": true
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
3+
"Registrations": [
4+
{
5+
"Component": {
6+
"Type": "git",
7+
"git": {
8+
"RepositoryUrl": "https://github.com/google/googletest",
9+
"CommitHash": "703bd9caab50b139428cea1aaff9974ebee5742e"
3410
}
35-
]
11+
},
12+
"DevelopmentDependency": true
13+
},
14+
{
15+
"Component": {
16+
"Type": "other",
17+
"Other": {
18+
"Name": "clang-format",
19+
"Version": "9.0.0-2",
20+
"DownloadUrl": "https://ubuntu.pkgs.org/18.04/ubuntu-updates-universe-amd64/clang-format-9_9-2~ubuntu18.04.2_amd64.deb.html"
21+
}
22+
},
23+
"DevelopmentDependency": true
24+
},
25+
{
26+
"Component": {
27+
"Type": "other",
28+
"Other": {
29+
"Name": "doxygen",
30+
"Version": "1.8.20",
31+
"DownloadUrl": "http://doxygen.nl/files/doxygen-1.8.20-setup.exe"
32+
}
33+
},
34+
"DevelopmentDependency": true
35+
}
36+
]
3637
}
Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,37 @@
11
{
2-
"Registrations": [
3-
{
4-
"Component": {
5-
"Type": "git",
6-
"git": {
7-
"RepositoryUrl": "https://github.com/google/googletest",
8-
"CommitHash": "703bd9caab50b139428cea1aaff9974ebee5742e"
9-
}
10-
},
11-
"DevelopmentDependency": true
12-
},
13-
{
14-
"Component": {
15-
"Type": "other",
16-
"Other": {
17-
"Name": "clang-format",
18-
"Version": "9.0.0-2",
19-
"DownloadUrl": "https://ubuntu.pkgs.org/18.04/ubuntu-updates-universe-amd64/clang-format-9_9-2~ubuntu18.04.2_amd64.deb.html"
20-
}
21-
},
22-
"DevelopmentDependency": true
23-
},
24-
{
25-
"Component": {
26-
"Type": "other",
27-
"Other": {
28-
"Name": "doxygen",
29-
"Version": "1.8.20",
30-
"DownloadUrl": "http://doxygen.nl/files/doxygen-1.8.20-setup.exe"
31-
}
32-
},
33-
"DevelopmentDependency": true
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
3+
"Registrations": [
4+
{
5+
"Component": {
6+
"Type": "git",
7+
"git": {
8+
"RepositoryUrl": "https://github.com/google/googletest",
9+
"CommitHash": "703bd9caab50b139428cea1aaff9974ebee5742e"
3410
}
35-
]
11+
},
12+
"DevelopmentDependency": true
13+
},
14+
{
15+
"Component": {
16+
"Type": "other",
17+
"Other": {
18+
"Name": "clang-format",
19+
"Version": "9.0.0-2",
20+
"DownloadUrl": "https://ubuntu.pkgs.org/18.04/ubuntu-updates-universe-amd64/clang-format-9_9-2~ubuntu18.04.2_amd64.deb.html"
21+
}
22+
},
23+
"DevelopmentDependency": true
24+
},
25+
{
26+
"Component": {
27+
"Type": "other",
28+
"Other": {
29+
"Name": "doxygen",
30+
"Version": "1.8.20",
31+
"DownloadUrl": "http://doxygen.nl/files/doxygen-1.8.20-setup.exe"
32+
}
33+
},
34+
"DevelopmentDependency": true
35+
}
36+
]
3637
}
Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,37 @@
11
{
2-
"Registrations": [
3-
{
4-
"Component": {
5-
"Type": "git",
6-
"git": {
7-
"RepositoryUrl": "https://github.com/google/googletest",
8-
"CommitHash": "703bd9caab50b139428cea1aaff9974ebee5742e"
9-
}
10-
},
11-
"DevelopmentDependency": true
12-
},
13-
{
14-
"Component": {
15-
"Type": "other",
16-
"Other": {
17-
"Name": "clang-format",
18-
"Version": "9.0.0-2",
19-
"DownloadUrl": "https://ubuntu.pkgs.org/18.04/ubuntu-updates-universe-amd64/clang-format-9_9-2~ubuntu18.04.2_amd64.deb.html"
20-
}
21-
},
22-
"DevelopmentDependency": true
23-
},
24-
{
25-
"Component": {
26-
"Type": "other",
27-
"Other": {
28-
"Name": "doxygen",
29-
"Version": "1.8.20",
30-
"DownloadUrl": "http://doxygen.nl/files/doxygen-1.8.20-setup.exe"
31-
}
32-
},
33-
"DevelopmentDependency": true
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
3+
"Registrations": [
4+
{
5+
"Component": {
6+
"Type": "git",
7+
"git": {
8+
"RepositoryUrl": "https://github.com/google/googletest",
9+
"CommitHash": "703bd9caab50b139428cea1aaff9974ebee5742e"
3410
}
35-
]
11+
},
12+
"DevelopmentDependency": true
13+
},
14+
{
15+
"Component": {
16+
"Type": "other",
17+
"Other": {
18+
"Name": "clang-format",
19+
"Version": "9.0.0-2",
20+
"DownloadUrl": "https://ubuntu.pkgs.org/18.04/ubuntu-updates-universe-amd64/clang-format-9_9-2~ubuntu18.04.2_amd64.deb.html"
21+
}
22+
},
23+
"DevelopmentDependency": true
24+
},
25+
{
26+
"Component": {
27+
"Type": "other",
28+
"Other": {
29+
"Name": "doxygen",
30+
"Version": "1.8.20",
31+
"DownloadUrl": "http://doxygen.nl/files/doxygen-1.8.20-setup.exe"
32+
}
33+
},
34+
"DevelopmentDependency": true
35+
}
36+
]
3637
}

sdk/storage/azure-storage-blobs/cgmanifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
23
"Registrations": [
34
{
45
"Component": {

sdk/storage/azure-storage-common/cgmanifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
23
"Registrations": [
34
{
45
"Component": {

sdk/storage/azure-storage-files-datalake/cgmanifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
23
"Registrations": [
34
{
45
"Component": {

sdk/storage/azure-storage-files-shares/cgmanifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
23
"Registrations": [
34
{
45
"Component": {

sdk/storage/azure-storage-queues/cgmanifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
23
"Registrations": [
34
{
45
"Component": {

0 commit comments

Comments
 (0)