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

Dev IoT Central Microsoft.IotCentral 2021-11-01-preview #17439

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
4703bb5
Adds base for updating Microsoft.IoTCentral from version stable/2021-…
chgennar Jan 19, 2022
c090223
Updates readme
chgennar Jan 19, 2022
c5ff0de
Updates API version in new specs and examples
chgennar Jan 19, 2022
d6d96eb
Initial update of IoT Central r resource definition
chgennar Jan 19, 2022
f96faaa
Initial work on private endpoint connection apis
chgennar Jan 20, 2022
16a9fbd
more work on the private endpoint apis
chgennar Jan 20, 2022
88db0c6
removing some comments
chgennar Jan 20, 2022
e50168c
updating put api
chgennar Jan 20, 2022
f51eb62
Adding examples
chgennar Jan 21, 2022
cd38e1f
Fixing example file
chgennar Jan 21, 2022
9383a06
Fixing api spec formatting
chgennar Jan 21, 2022
10a59c3
Formatting examples
chgennar Jan 21, 2022
ec1028f
Updating use of in App model definition
chgennar Jan 24, 2022
2169d0a
...
chgennar Jan 24, 2022
00acedd
Getting rid of definition
chgennar Jan 24, 2022
17f5783
Referencing the common types Resource Def instead
chgennar Jan 24, 2022
7638602
...
chgennar Jan 24, 2022
3f8fb06
more updates
chgennar Jan 24, 2022
6b0cf65
more updates
chgennar Jan 24, 2022
e9b0c02
more updates 2:30PM
chgennar Jan 24, 2022
e853feb
more updates 4:20
chgennar Jan 24, 2022
22493b0
Adding private link api
chgennar Jan 24, 2022
d7e23e7
fixing the schema used by private link list
chgennar Jan 24, 2022
88dd95e
Fix private link list example
chgennar Jan 24, 2022
e62806b
addressing some comments
chgennar Feb 11, 2022
a7ca442
marking default responses as error responses
chgennar Feb 11, 2022
2a83608
Updating examples
chgennar Feb 11, 2022
ac938d8
removing body from some example responses
chgennar Feb 11, 2022
6ffafea
Adding x-ms-identifier
chgennar Feb 11, 2022
d582a32
deleting invisible characters
chgennar Feb 11, 2022
3372464
Adding a common privatelinks.json v4
chgennar Feb 15, 2022
dfad6f1
updating network ruleset properties
chgennar Feb 16, 2022
106e4ba
forgot to update examples
chgennar Feb 17, 2022
0b19a00
trying to remove default responses from example files
chgennar Feb 17, 2022
c16a853
Rogelio's comments
chgennar Feb 28, 2022
1b244d5
moving to the more common 'groupId' private link resource name
chgennar Feb 28, 2022
fa40709
fixes and a revert of a change for breaking changes
chgennar Feb 28, 2022
3292a56
rule fixes
chgennar Feb 28, 2022
f7fc425
adding list identifier for operations
chgennar Feb 28, 2022
c85a835
fixed one rule and broke another
chgennar Feb 28, 2022
2c767ce
fixing broken validation rules
chgennar Mar 1, 2022
08cc561
finishing up changes for ro's comments
chgennar Mar 1, 2022
d0a8191
updates
chgennar Mar 1, 2022
469aa08
adding type to resource def
chgennar Mar 1, 2022
67c5779
updating casing of iotApps to IoTApps
chgennar Mar 3, 2022
07ed93b
changing back to camelCased 'iotApps'
chgennar Mar 3, 2022
aea0a08
Delete old privatepreview version from repo
chgennar Mar 7, 2022
62d03a1
patch back to 202
chgennar Mar 7, 2022
fb349ed
example fix and suppression
chgennar Mar 7, 2022
0098220
trying another supression config
chgennar Mar 7, 2022
99b814d
improving async header documentation
chgennar Mar 7, 2022
c36910f
trying to deduplicate schema definitions
chgennar Mar 8, 2022
4a9c1fc
updating the status response schemas for long running apis
chgennar Mar 8, 2022
6a3630c
updating examples
chgennar Mar 9, 2022
f7f27a2
removing status responses from async apis
chgennar Mar 9, 2022
c56c077
suppressing another error for networking
chgennar Mar 9, 2022
f874b71
Update delete response codes
chgennar Mar 14, 2022
2ab8638
forgot to update delete operations
chgennar Mar 14, 2022
9a1444a
Updating response codes for put and delete apis
chgennar Mar 14, 2022
35db18a
move from azure-asyncoperation to location header
chgennar Mar 14, 2022
9213f6b
Captilizing headers in examples
chgennar Mar 15, 2022
9f12629
standardizing capitalization of 'IoT'
chgennar Mar 18, 2022
dbe80a1
Adding provisioning state property
chgennar Mar 18, 2022
851088f
Adding 201 response to Application PUT
chgennar Mar 21, 2022
bd465c4
commit to start validation checks after tooling update
chgennar Mar 22, 2022
49d971d
removing location header from put requests
chgennar Mar 22, 2022
6a990d4
adding azure-asyncoperation header back
chgennar Mar 23, 2022
d0b4592
adding a better description to the azure-asyncoperation header
chgennar Mar 23, 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
190 changes: 190 additions & 0 deletions specification/common-types/resource-management/v4/privatelinks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,190 @@
{
chgennar marked this conversation as resolved.
Show resolved Hide resolved
"swagger": "2.0",
"info": {
"version": "4.0",
"title": "Common types"
},
"paths": {},
"definitions": {
"PrivateEndpoint": {
"type": "object",
"properties": {
"id": {
"readOnly": true,
"type": "string",
"description": "The ARM identifier for private endpoint."
}
},
"description": "The private endpoint resource."
},
"PrivateEndpointConnection": {
"type": "object",
"properties": {
"properties": {
"$ref": "#/definitions/PrivateEndpointConnectionProperties",
"x-ms-client-flatten": true,
"description": "Resource properties."
}
},
"allOf": [
{
"$ref": "../v3/types.json#/definitions/Resource"
chgennar marked this conversation as resolved.
Show resolved Hide resolved
}
],
"description": "The private endpoint connection resource."
},
"PrivateEndpointConnectionProperties": {
"type": "object",
"properties": {
"groupIds": {
"description": "The group ids for the private endpoint resource.",
"type": "array",
"items": {
"type": "string"
},
"readOnly": true
},
"privateEndpoint": {
"$ref": "#/definitions/PrivateEndpoint",
"description": "The private endpoint resource."
},
"privateLinkServiceConnectionState": {
"$ref": "#/definitions/PrivateLinkServiceConnectionState",
"description": "A collection of information about the state of the connection between service consumer and provider."
},
"provisioningState": {
"$ref": "#/definitions/PrivateEndpointConnectionProvisioningState",
"description": "The provisioning state of the private endpoint connection resource."
}
},
"required": [
"privateLinkServiceConnectionState"
],
"description": "Properties of the private endpoint connection."
},
"PrivateLinkServiceConnectionState": {
"type": "object",
"properties": {
"status": {
"$ref": "#/definitions/PrivateEndpointServiceConnectionStatus",
"description": "Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service."
},
"description": {
"type": "string",
"description": "The reason for approval/rejection of the connection."
},
"actionsRequired": {
"type": "string",
"description": "A message indicating if changes on the service provider require any updates on the consumer."
}
},
"description": "A collection of information about the state of the connection between service consumer and provider."
},
"PrivateEndpointServiceConnectionStatus": {
"type": "string",
"description": "The private endpoint connection status.",
"enum": [
"Pending",
"Approved",
"Rejected"
],
"x-ms-enum": {
"name": "PrivateEndpointServiceConnectionStatus",
"modelAsString": true
}
},
"PrivateEndpointConnectionProvisioningState": {
"type": "string",
"readOnly": true,
"description": "The current provisioning state.",
"enum": [
"Succeeded",
"Creating",
"Deleting",
"Failed"
],
"x-ms-enum": {
"name": "PrivateEndpointConnectionProvisioningState",
"modelAsString": true
}
},
"PrivateLinkResource": {
"type": "object",
"properties": {
"properties": {
"$ref": "#/definitions/PrivateLinkResourceProperties",
"description": "Resource properties.",
"x-ms-client-flatten": true
}
},
"allOf": [
{
"$ref": "../v3/types.json#/definitions/Resource"
}
],
"description": "A private link resource."
},
"PrivateLinkResourceProperties": {
"type": "object",
"properties": {
"groupId": {
"description": "The private link resource group id.",
"type": "string",
"readOnly": true
},
"requiredMembers": {
"description": "The private link resource required member names.",
"type": "array",
"items": {
"type": "string"
},
"readOnly": true
},
"requiredZoneNames": {
"type": "array",
"items": {
"type": "string"
},
"description": "The private link resource private link DNS zone name."
}
},
"description": "Properties of a private link resource."
},
"PrivateEndpointConnectionListResult": {
"type": "object",
"properties": {
"value": {
"type": "array",
"description": "Array of private endpoint connections.",
"items": {
"$ref": "#/definitions/PrivateEndpointConnection"
}
}
},
"description": "List of private endpoint connections associated with the specified resource."
},
"PrivateLinkResourceListResult": {
"type": "object",
"properties": {
"value": {
"type": "array",
"description": "Array of private link resources",
"items": {
"$ref": "#/definitions/PrivateLinkResource"
}
}
},
"description": "A list of private link resources."
}
},
"parameters": {
"PrivateEndpointConnectionName": {
"name": "privateEndpointConnectionName",
"in": "path",
"required": true,
"type": "string",
"description": "The name of the private endpoint connection associated with the Azure resource.",
"x-ms-parameter-location": "method"
}
}
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading