Skip to content

Commit 1a1463a

Browse files
Fix specversion casing in examples (#22268)
1 parent 7612dd4 commit 1a1463a

File tree

105 files changed

+105
-105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+105
-105
lines changed

specification/eventgrid/data-plane/Microsoft.ApiManagement/stable/2018-01-01/examples/cloud-events-schema/apiCreated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"data": {
88
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/apis/myapi"
99
},
10-
"specVersion": "1.0"
10+
"specversion": "1.0"
1111
}

specification/eventgrid/data-plane/Microsoft.ApiManagement/stable/2018-01-01/examples/cloud-events-schema/apiDeleted.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"data": {
88
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/apis/myapi;Rev=1"
99
},
10-
"specVersion": "1.0"
10+
"specversion": "1.0"
1111
}

specification/eventgrid/data-plane/Microsoft.ApiManagement/stable/2018-01-01/examples/cloud-events-schema/apiReleaseCreated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"data": {
88
"resourceUri": "/subscriptions/subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/apis/{apiId}/releases/{releaseId}"
99
},
10-
"specVersion": "1.0"
10+
"specversion": "1.0"
1111
}

specification/eventgrid/data-plane/Microsoft.ApiManagement/stable/2018-01-01/examples/cloud-events-schema/apiReleaseDeleted.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"data": {
88
"resourceUri": "/subscriptions/subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/apis/{apiId}/releases/{releaseId}"
99
},
10-
"specVersion": "1.0"
10+
"specversion": "1.0"
1111
}

specification/eventgrid/data-plane/Microsoft.ApiManagement/stable/2018-01-01/examples/cloud-events-schema/apiReleaseUpdated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"data": {
88
"resourceUri": "/subscriptions/subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/apis/{apiId}/releases/{releaseId}"
99
},
10-
"specVersion": "1.0"
10+
"specversion": "1.0"
1111
}

specification/eventgrid/data-plane/Microsoft.ApiManagement/stable/2018-01-01/examples/cloud-events-schema/apiUpdated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"data": {
88
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/apis/myapi;Rev=1"
99
},
10-
"specVersion": "1.0"
10+
"specversion": "1.0"
1111
}

specification/eventgrid/data-plane/Microsoft.ApiManagement/stable/2018-01-01/examples/cloud-events-schema/productCreated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"data": {
88
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/products/myproduct"
99
},
10-
"specVersion": "1.0"
10+
"specversion": "1.0"
1111
}

specification/eventgrid/data-plane/Microsoft.ApiManagement/stable/2018-01-01/examples/cloud-events-schema/productDeleted.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"data": {
88
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/products/myproduct"
99
},
10-
"specVersion": "1.0"
10+
"specversion": "1.0"
1111
}

specification/eventgrid/data-plane/Microsoft.ApiManagement/stable/2018-01-01/examples/cloud-events-schema/productUpdated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"data": {
88
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/products/myproduct"
99
},
10-
"specVersion": "1.0"
10+
"specversion": "1.0"
1111
}

specification/eventgrid/data-plane/Microsoft.ApiManagement/stable/2018-01-01/examples/cloud-events-schema/subscriptionCreated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"data": {
88
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/subscriptions/{subscriptionId}"
99
},
10-
"specVersion": "1.0"
10+
"specversion": "1.0"
1111
}

0 commit comments

Comments
 (0)