Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
729534b
Adding 2015-01-01-preview API version to the swagger
shivamT95-msft Nov 23, 2020
3961c45
Updating the schema tag
shivamT95-msft Nov 23, 2020
c1bddd6
Swager completeness: Adding all supported APIs for 2017-05-15-preview
shivamT95-msft Nov 23, 2020
283c37a
Swagger completeness: Adding all valid APIs for 2018-01-15 version
shivamT95-msft Nov 23, 2020
75b1f19
Swagger Completeness: Adding all operations for 2018-06-30 API verson
shivamT95-msft Nov 23, 2020
979ef11
Swagger Completeness: adding 2018-06-30 in resourceschema.md
shivamT95-msft Nov 23, 2020
cb22a82
adding 2020 api version
shivamT95-msft Dec 11, 2020
715a835
Adding private link and CMK properties in preview version
shivamT95-msft Dec 11, 2020
b4cbec7
Updating readme.md files with updated in schema
shivamT95-msft Dec 11, 2020
ae20ef0
Refactoring: Seperating operations API
shivamT95-msft Dec 11, 2020
6aa9104
Fixing Connection:RESPONSE_BODY_NOT_IN_EXAMPLE, delete doesn't return…
shivamT95-msft Dec 11, 2020
3cd5b7b
Incorrect resource schema: put connection type 409 response matches e…
shivamT95-msft Dec 11, 2020
6859ee7
SDL Correctness: type to response for dsconfiguration is string
shivamT95-msft Dec 11, 2020
6f6c68e
S360 Correctness KPI: Fxing node delete response type
shivamT95-msft Dec 11, 2020
d26ed04
S360 Correctness: Misplaced example for get job
shivamT95-msft Dec 11, 2020
02bf5c6
Correctness Fix: Updating the swagger with correct return type for Ru…
shivamT95-msft Dec 11, 2020
3e1be2c
Correctness Fix: Removing readonly properties from create watcher exa…
shivamT95-msft Dec 11, 2020
2f97d63
S360 Correctness: Fixing swagger validation errors in jobs and Connec…
shivamT95-msft Dec 14, 2020
7302206
Fixing all validation errors
shivamT95-msft Dec 16, 2020
a361ca9
Fixing all swaggerValidation errors
shivamT95-msft Dec 16, 2020
ac6aaa7
Adding non-refrenceed examples in spec files
shivamT95-msft Dec 16, 2020
025486b
Removing duplicate examples for agent registration
shivamT95-msft Dec 16, 2020
4fc5800
Removing duplicate examples and upadating missing examples in dscNode…
shivamT95-msft Dec 16, 2020
1bcd94f
Fixing all the avacoda errors except common type inconsistent api error
shivamT95-msft Dec 16, 2020
50f2f3b
removing redundant examples in automation, account, connectionType
shivamT95-msft Dec 16, 2020
2c71c79
Fixing the SDK generation
shivamT95-msft Dec 16, 2020
eb56454
Fixing SDK generation: adding changes in definition file
shivamT95-msft Dec 16, 2020
c2cf71e
Merge branch 'master' of https://github.com/Azure/azure-rest-api-spec…
shivamT95-msft Dec 16, 2020
51c9cac
Fixing credscan failures
shivamT95-msft Dec 16, 2020
521457b
SDK validation 100%, validated watcher and module specipfication and …
shivamT95-msft Dec 16, 2020
3ed8960
PR finalization: Prettier and spell check fix
shivamT95-msft Dec 16, 2020
4d98831
Fixing GO SDK generation and latest linting errors
shivamT95-msft Jan 7, 2021
e602ac8
Reverting capitalization of I in user_impersonation value
shivamT95-msft Jan 7, 2021
64e6055
Updating user_impersonation to fix linting error (test fix)
shivamT95-msft Jan 8, 2021
5d3ce34
Making user_impersonation as complete lowercase. (Fixes SDK generation)
shivamT95-msft Jan 8, 2021
6663b9b
Merge branch 'master' of https://github.com/Azure/azure-rest-api-spec…
shivamT95-msft Jan 11, 2021
db138e4
Fixing linting error R4013
shivamT95-msft Jan 12, 2021
7925775
Reverting module list specification changes as those properties can b…
shivamT95-msft Jan 12, 2021
211a28d
Adding examples for job_output operation
shivamT95-msft Jan 12, 2021
84ee58f
Fixing RunbookDraft_ReplaceContent async API Linter error
shivamT95-msft Jan 12, 2021
44c2694
Fixing swagger validation by by adding the correct output in Job_GetO…
shivamT95-msft Jan 12, 2021
d29c7c7
Fixing prettier issues by running prettier (fixing formatting issues)
shivamT95-msft Jan 12, 2021
68510e8
Removing the preview api version 2015-01-preview from the PR
shivamT95-msft Jan 13, 2021
ca869e4
Adding 2019-06-01 stable api version
shivamT95-msft Jan 13, 2021
4f5702c
Reverting the changes in older API version as recommended
shivamT95-msft Jan 13, 2021
2d8c827
Updating the readme files with older api-version changes reverted
shivamT95-msft Jan 13, 2021
98e51fd
Fxing failing checks. Updating readme files
shivamT95-msft Jan 13, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,65 @@
}
],
"properties": {}
},
"PrivateEndpointConnection": {
"description": "A private endpoint connection",
"type": "object",
"properties": {
"properties": {
"$ref": "#/definitions/PrivateEndpointConnectionProperties",
"description": "Resource properties.",
"x-ms-client-flatten": true
}
},
"allOf": [
{
"$ref": "#/definitions/ProxyResource"
}
]
},
"PrivateEndpointConnectionProperties": {
"description": "Properties of a private endpoint connection.",
"type": "object",
"properties": {
"privateEndpoint": {
"$ref": "#/definitions/PrivateEndpointProperty",
"description": "Private endpoint which the connection belongs to."
},
"privateLinkServiceConnectionState": {
"$ref": "#/definitions/PrivateLinkServiceConnectionStateProperty",
"description": "Connection State of the Private Endpoint Connection."
}
}
},
"PrivateEndpointProperty": {
"type": "object",
"description": "Private endpoint which the connection belongs to.",
"properties": {
"id": {
"type": "string",
"description": "Resource id of the private endpoint."
}
}
},
"PrivateLinkServiceConnectionStateProperty": {
"type": "object",
"description": "Connection State of the Private Endpoint Connection.",
"properties": {
"status": {
"type": "string",
"description": "The private link service connection status."
},
"description": {
"type": "string",
"description": "The private link service connection description."
},
"actionsRequired": {
"type": "string",
"description": "Any action that is required beyond basic workflow (approve/ reject/ disconnect)",
"readOnly": true
}
}
}
},
"parameters": {
Expand Down
Loading