Skip to content
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

[Hub Generated] Review request for Microsoft.Devices to add version preview/2022-04-30-preview #18743

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
462851d
Adds base for updating Microsoft.Devices from version preview/2021-07…
didact2401 Apr 18, 2022
a29a045
Updates readme
didact2401 Apr 18, 2022
874816b
Updates API version in new specs and examples
didact2401 Apr 18, 2022
83f4a7b
Add RoutingCosmosDBCollectionProperties to iothub.json.
Apr 19, 2022
d837bf6
Update naming.
Apr 19, 2022
b167354
Fix enum.
Apr 20, 2022
061ac56
Unique x-ms-enum names.
Apr 26, 2022
6279e70
Use same name for same enum def.
Apr 26, 2022
214fb0a
Revert "Use same name for same enum def."
Apr 26, 2022
366c4b3
Use same name for enum.
Apr 28, 2022
15b8dc9
Revert "Use same name for enum."
Apr 29, 2022
dd9f07f
Adds suppression to readme
didact2401 Apr 29, 2022
0636b65
Revert "Revert "Use same name for enum.""
Apr 30, 2022
96d4e45
Update reason on UniqueXmsEnumName suppression.
May 2, 2022
8c9b66f
Ensure camel casing on partitionKeyName and partitionKeyTemplate.
May 2, 2022
c0ba99e
Add 'deviceid' to custom-words.txt.
May 12, 2022
e04f403
Add x-ms-secret.
May 16, 2022
b8a3f12
Remove secret tag for storage endpoint connection string.
May 16, 2022
3b1b3a0
Adding the change for rootCertificateV2
firstaye-zz Jun 17, 2022
43c1d40
typo
firstaye-zz Jul 13, 2022
811ae38
fixing validation error
firstaye-zz Jul 22, 2022
d5c5d12
Update error response schema
firstaye-zz Jul 22, 2022
04dfea8
fixing tag
firstaye-zz Jul 22, 2022
cd3f84e
adding Azure-AsyncOperation as header
firstaye-zz Jul 22, 2022
7bcd8ff
fix: adding Azure-AsyncOperation as header
firstaye-zz Jul 22, 2022
51f90c3
Fix semantic error
firstaye-zz Jul 25, 2022
47d477e
header fix
firstaye-zz Jul 25, 2022
aeba554
adding x-ms-identifiers
firstaye-zz Jul 25, 2022
14158c9
fix
firstaye-zz Jul 25, 2022
a237dd0
fix
firstaye-zz Jul 25, 2022
998bac5
prettier fix
firstaye-zz Jul 25, 2022
8388c98
Azure-Async header position testing
firstaye-zz Jul 25, 2022
42960e9
re-trigger stuck queue validation jobs
firstaye-zz Jul 26, 2022
8a10eaa
revert change
firstaye-zz Jul 26, 2022
97ce1b2
testing Azure AsyncOperation header
firstaye-zz Jul 26, 2022
7f7d724
Adding Azure-AsyncOperation to other possible place to mitigate the e…
firstaye-zz Jul 26, 2022
9139f88
make small change to retrigger the check queue
firstaye-zz Jul 26, 2022
37eccbc
Adding Async Operation header to the examples.
firstaye-zz Jul 27, 2022
4652054
fix format
firstaye-zz Jul 27, 2022
5d52056
Typo fix
firstaye-zz Jul 27, 2022
845c26b
revert the change of error details schema
firstaye-zz Jul 27, 2022
8827e4e
Revert unwanted changes
firstaye-zz Aug 3, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ deterministically
deviceclasses
devicecredentials
devicegroups
deviceid
deviceids
deviceprovisioningservices
devicestates
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"parameters": {
"iotHubName": "testHub",
"resourceGroupName": "myResourceGroup",
"api-version": "2022-04-30-preview",
"subscriptionId": "91d12660-3dec-467a-be2a-213b5544ddc0",
"failoverInput": {
"failoverRegion": "testHub"
}
},
"responses": {
"200": {},
"202": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"parameters": {
"resourceName": "testHub",
"resourceGroupName": "myResourceGroup",
"api-version": "2022-04-30-preview",
"subscriptionId": "91d12660-3dec-467a-be2a-213b5544ddc0",
"operationInputs": {
"name": "test-request"
}
},
"responses": {
"200": {
"body": {
"nameAvailable": true,
"reason": "Invalid",
"message": ""
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"parameters": {
"resourceName": "iothub",
"resourceGroupName": "myResourceGroup",
"api-version": "2022-04-30-preview",
"subscriptionId": "91d12660-3dec-467a-be2a-213b5544ddc0",
"certificateName": "cert",
"certificateDescription": {
"properties": {
"certificate": "############################################"
}
}
},
"responses": {
"201": {
"body": {
"properties": {
"subject": "CN=testdevice1",
"expiry": "Sat, 31 Dec 2039 23:59:59 GMT",
"thumbprint": "97388663832D0393C9246CAB4FBA2C8677185A25",
"isVerified": false,
"created": "Thu, 12 Oct 2017 19:23:50 GMT",
"updated": "Thu, 12 Oct 2017 19:23:50 GMT",
"certificate": "############################################"
},
"id": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/myResourceGroup/providers/Microsoft.Devices/ProvisioningServives/myFirstProvisioningService/certificates/cert",
"name": "cert",
"type": "Microsoft.Devices/IotHubs/Certificates",
"etag": "AAAAAAExpNs="
}
},
"200": {
"body": {
"properties": {
"subject": "CN=testdevice1",
"expiry": "Sat, 31 Dec 2039 23:59:59 GMT",
"thumbprint": "97388663832D0393C9246CAB4FBA2C8677185A25",
"isVerified": false,
"created": "Thu, 12 Oct 2017 19:23:50 GMT",
"updated": "Thu, 12 Oct 2017 19:23:50 GMT",
"certificate": "############################################"
},
"id": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/myResourceGroup/providers/Microsoft.Devices/ProvisioningServives/myFirstProvisioningService/certificates/cert",
"name": "cert",
"type": "Microsoft.Devices/IotHubs/Certificates",
"etag": "AAAAAAExpNs="
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"parameters": {
"resourceName": "myhub",
"resourceGroupName": "myResourceGroup",
"api-version": "2022-04-30-preview",
"subscriptionId": "91d12660-3dec-467a-be2a-213b5544ddc0",
"certificateName": "cert",
"If-Match": "AAAAAAAADGk="
},
"responses": {
"200": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"parameters": {
"resourceName": "myFirstProvisioningService",
"resourceGroupName": "myResourceGroup",
"api-version": "2022-04-30-preview",
"subscriptionId": "91d12660-3dec-467a-be2a-213b5544ddc0",
"certificateName": "cert",
"If-Match": "AAAAAAAADGk=",
"certificateVerificationBody": {
"certificate": "#####################################"
}
},
"responses": {
"200": {
"body": {
"properties": {
"subject": "CN=andbucdevice1",
"expiry": "Sat, 31 Dec 2039 23:59:59 GMT",
"thumbprint": "97388663832D0393C9246CAB4FBA2C8677185A25",
"isVerified": true,
"created": "Thu, 12 Oct 2017 19:23:50 GMT",
"updated": "Thu, 12 Oct 2017 19:26:56 GMT"
},
"id": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/myResourceGroup/providers/Microsoft.Devices/ProvisioningServices/myFirstProvisioningService/certificates/cert",
"name": "cert",
"type": "Microsoft.Devices/IotHubs/Certificates",
"etag": "AAAAAAExpTQ="
}
}
}
}
Loading