-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
data: regenerating based on the latest Swagger
- Loading branch information
hc-github-team-tf-azure
committed
Jan 12, 2024
1 parent
410bb4f
commit f0ffbd2
Showing
50 changed files
with
1,492 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
api-definitions/resource-manager/Insights/2021-07-01-preview/ApiVersionDefinition.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"apiVersion": "2021-07-01-preview", | ||
"isPreview": true, | ||
"generate": true, | ||
"resources": [ | ||
"PrivateEndpointConnections", | ||
"PrivateLinkResources", | ||
"PrivateLinkScopedResources", | ||
"PrivateLinkScopesAPIs" | ||
], | ||
"source": "Azure/azure-rest-api-specs" | ||
} |
22 changes: 22 additions & 0 deletions
22
...eview/PrivateEndpointConnections/Constant-PrivateEndpointConnectionProvisioningState.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "PrivateEndpointConnectionProvisioningState", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Creating", | ||
"value": "Creating" | ||
}, | ||
{ | ||
"key": "Deleting", | ||
"value": "Deleting" | ||
}, | ||
{ | ||
"key": "Failed", | ||
"value": "Failed" | ||
}, | ||
{ | ||
"key": "Succeeded", | ||
"value": "Succeeded" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...1-preview/PrivateEndpointConnections/Constant-PrivateEndpointServiceConnectionStatus.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "PrivateEndpointServiceConnectionStatus", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Approved", | ||
"value": "Approved" | ||
}, | ||
{ | ||
"key": "Pending", | ||
"value": "Pending" | ||
}, | ||
{ | ||
"key": "Rejected", | ||
"value": "Rejected" | ||
} | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...manager/Insights/2021-07-01-preview/PrivateEndpointConnections/Model-PrivateEndpoint.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "PrivateEndpoint", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "id", | ||
"name": "Id", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"required": false, | ||
"description": "" | ||
} | ||
] | ||
} |
53 changes: 53 additions & 0 deletions
53
...sights/2021-07-01-preview/PrivateEndpointConnections/Model-PrivateEndpointConnection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"name": "PrivateEndpointConnection", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "id", | ||
"name": "Id", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"required": false, | ||
"description": "" | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "name", | ||
"name": "Name", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"required": false, | ||
"description": "" | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "properties", | ||
"name": "Properties", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "PrivateEndpointConnectionProperties" | ||
}, | ||
"optional": true, | ||
"required": false, | ||
"description": "" | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "type", | ||
"name": "Type", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"required": false, | ||
"description": "" | ||
} | ||
] | ||
} |
21 changes: 21 additions & 0 deletions
21
...1-07-01-preview/PrivateEndpointConnections/Model-PrivateEndpointConnectionListResult.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"name": "PrivateEndpointConnectionListResult", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "value", | ||
"name": "Value", | ||
"objectDefinition": { | ||
"type": "List", | ||
"referenceName": null, | ||
"nestedItem": { | ||
"type": "Reference", | ||
"referenceName": "PrivateEndpointConnection" | ||
} | ||
}, | ||
"optional": true, | ||
"required": false, | ||
"description": "" | ||
} | ||
] | ||
} |
41 changes: 41 additions & 0 deletions
41
...1-07-01-preview/PrivateEndpointConnections/Model-PrivateEndpointConnectionProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"name": "PrivateEndpointConnectionProperties", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "privateEndpoint", | ||
"name": "PrivateEndpoint", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "PrivateEndpoint" | ||
}, | ||
"optional": true, | ||
"required": false, | ||
"description": "" | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "privateLinkServiceConnectionState", | ||
"name": "PrivateLinkServiceConnectionState", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "PrivateLinkServiceConnectionState" | ||
}, | ||
"optional": false, | ||
"required": true, | ||
"description": "" | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "provisioningState", | ||
"name": "ProvisioningState", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "PrivateEndpointConnectionProvisioningState" | ||
}, | ||
"optional": true, | ||
"required": false, | ||
"description": "" | ||
} | ||
] | ||
} |
41 changes: 41 additions & 0 deletions
41
...021-07-01-preview/PrivateEndpointConnections/Model-PrivateLinkServiceConnectionState.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"name": "PrivateLinkServiceConnectionState", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "actionsRequired", | ||
"name": "ActionsRequired", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"required": false, | ||
"description": "" | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "description", | ||
"name": "Description", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"required": false, | ||
"description": "" | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "status", | ||
"name": "Status", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "PrivateEndpointServiceConnectionStatus" | ||
}, | ||
"optional": true, | ||
"required": false, | ||
"description": "" | ||
} | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
...ager/Insights/2021-07-01-preview/PrivateEndpointConnections/Operation-CreateOrUpdate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "CreateOrUpdate", | ||
"contentType": "application/json; charset=utf-8", | ||
"expectedStatusCodes": [ | ||
200, | ||
202 | ||
], | ||
"longRunning": true, | ||
"httpMethod": "PUT", | ||
"resourceIdName": "PrivateEndpointConnectionId", | ||
"requestObject": { | ||
"type": "Reference", | ||
"referenceName": "PrivateEndpointConnection" | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...urce-manager/Insights/2021-07-01-preview/PrivateEndpointConnections/Operation-Delete.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"name": "Delete", | ||
"contentType": "application/json; charset=utf-8", | ||
"expectedStatusCodes": [ | ||
200, | ||
202, | ||
204 | ||
], | ||
"longRunning": true, | ||
"httpMethod": "DELETE", | ||
"resourceIdName": "PrivateEndpointConnectionId" | ||
} |
14 changes: 14 additions & 0 deletions
14
...esource-manager/Insights/2021-07-01-preview/PrivateEndpointConnections/Operation-Get.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "Get", | ||
"contentType": "application/json; charset=utf-8", | ||
"expectedStatusCodes": [ | ||
200 | ||
], | ||
"longRunning": false, | ||
"httpMethod": "GET", | ||
"resourceIdName": "PrivateEndpointConnectionId", | ||
"responseObject": { | ||
"type": "Reference", | ||
"referenceName": "PrivateEndpointConnection" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
...ights/2021-07-01-preview/PrivateEndpointConnections/Operation-ListByPrivateLinkScope.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "ListByPrivateLinkScope", | ||
"contentType": "application/json; charset=utf-8", | ||
"expectedStatusCodes": [ | ||
200 | ||
], | ||
"longRunning": false, | ||
"httpMethod": "GET", | ||
"resourceIdName": "PrivateLinkScopeId", | ||
"responseObject": { | ||
"type": "Reference", | ||
"referenceName": "PrivateEndpointConnectionListResult" | ||
}, | ||
"uriSuffix": "/privateEndpointConnections" | ||
} |
52 changes: 52 additions & 0 deletions
52
...2021-07-01-preview/PrivateEndpointConnections/ResourceId-PrivateEndpointConnectionId.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"name": "PrivateEndpointConnectionId", | ||
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{privateLinkScopeName}/privateEndpointConnections/{privateEndpointConnectionName}", | ||
"segments": [ | ||
{ | ||
"name": "staticSubscriptions", | ||
"type": "Static", | ||
"value": "subscriptions" | ||
}, | ||
{ | ||
"name": "subscriptionId", | ||
"type": "SubscriptionId" | ||
}, | ||
{ | ||
"name": "staticResourceGroups", | ||
"type": "Static", | ||
"value": "resourceGroups" | ||
}, | ||
{ | ||
"name": "resourceGroupName", | ||
"type": "ResourceGroup" | ||
}, | ||
{ | ||
"name": "staticProviders", | ||
"type": "Static", | ||
"value": "providers" | ||
}, | ||
{ | ||
"name": "staticMicrosoftInsights", | ||
"type": "ResourceProvider", | ||
"value": "Microsoft.Insights" | ||
}, | ||
{ | ||
"name": "staticPrivateLinkScopes", | ||
"type": "Static", | ||
"value": "privateLinkScopes" | ||
}, | ||
{ | ||
"name": "privateLinkScopeName", | ||
"type": "UserSpecified" | ||
}, | ||
{ | ||
"name": "staticPrivateEndpointConnections", | ||
"type": "Static", | ||
"value": "privateEndpointConnections" | ||
}, | ||
{ | ||
"name": "privateEndpointConnectionName", | ||
"type": "UserSpecified" | ||
} | ||
] | ||
} |
Oops, something went wrong.