forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Microsoft.HybridConnectivity] Promote 2021-07-08-privatepreview to 2…
…021-10-06-preview (PublicPreview) (Azure#16301) * Copy from 2021-07-08-privatepreview api from private repo * Promote 2021-07-08-privatepreview to 2021-10-06-preview * add expiresin custom word for linter fix * fix sdk generation failures
- Loading branch information
1 parent
60723d1
commit b0ba6b6
Showing
18 changed files
with
952 additions
and
0 deletions.
There are no files selected for viewing
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
11 changes: 11 additions & 0 deletions
11
...rosoft.HybridConnectivity/preview/2021-10-06-preview/examples/EndpointsDeleteDefault.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,11 @@ | ||
{ | ||
"parameters": { | ||
"resourceUri": "subscriptions/f5bcc1d9-23af-4ae9-aca1-041d0f593a63/resourceGroups/hybridRG/providers/Microsoft.HybridCompute/machines/testMachine", | ||
"api-version": "2021-10-06-preview", | ||
"endpointName": "default" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"204": {} | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
.../Microsoft.HybridConnectivity/preview/2021-10-06-preview/examples/EndpointsGetCustom.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,20 @@ | ||
{ | ||
"parameters": { | ||
"resourceUri": "subscriptions/f5bcc1d9-23af-4ae9-aca1-041d0f593a63/resourceGroups/hybridRG/providers/Microsoft.HybridCompute/machines/testMachine", | ||
"api-version": "2021-10-06-preview", | ||
"endpointName": "custom" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/f5bcc1d9-23af-4ae9-aca1-041d0f593a63/resourceGroups/hybridRG/providers/Microsoft.HybridCompute/machines/testMachine/providers/Microsoft.HybridConnectivity/endpoints/custom", | ||
"name": "custom", | ||
"type": "Microsoft.HybridConnectivity/endpoints", | ||
"properties": { | ||
"type": "custom", | ||
"resourceId": "/subscriptions/f5bcc1d9-23af-4ae9-aca1-041d0f593a63/resourceGroups/hybridRG/providers/Microsoft.Relay/namespaces/custom-relay-namespace" | ||
} | ||
} | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
...Microsoft.HybridConnectivity/preview/2021-10-06-preview/examples/EndpointsGetDefault.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,19 @@ | ||
{ | ||
"parameters": { | ||
"resourceUri": "subscriptions/f5bcc1d9-23af-4ae9-aca1-041d0f593a63/resourceGroups/hybridRG/providers/Microsoft.HybridCompute/machines/testMachine", | ||
"api-version": "2021-10-06-preview", | ||
"endpointName": "default" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/f5bcc1d9-23af-4ae9-aca1-041d0f593a63/resourceGroups/hybridRG/providers/Microsoft.HybridCompute/machines/testMachine/providers/Microsoft.HybridConnectivity/endpoints/default", | ||
"name": "default", | ||
"type": "Microsoft.HybridConnectivity/endpoints", | ||
"properties": { | ||
"type": "default" | ||
} | ||
} | ||
} | ||
} | ||
} |
31 changes: 31 additions & 0 deletions
31
...nager/Microsoft.HybridConnectivity/preview/2021-10-06-preview/examples/EndpointsList.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,31 @@ | ||
{ | ||
"parameters": { | ||
"resourceUri": "subscriptions/f5bcc1d9-23af-4ae9-aca1-041d0f593a63/resourceGroups/hybridRG/providers/Microsoft.HybridCompute/machines/testMachine", | ||
"api-version": "2021-10-06-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/f5bcc1d9-23af-4ae9-aca1-041d0f593a63/resourceGroups/hybridRG/providers/Microsoft.HybridCompute/machines/testMachine/providers/Microsoft.HybridConnectivity/endpoints/default", | ||
"name": "default", | ||
"type": "Microsoft.HybridConnectivity/endpoints", | ||
"properties": { | ||
"type": "default" | ||
} | ||
}, | ||
{ | ||
"id": "/subscriptions/f5bcc1d9-23af-4ae9-aca1-041d0f593a63/resourceGroups/hybridRG/providers/Microsoft.HybridCompute/machines/testMachine/providers/Microsoft.HybridConnectivity/endpoints/custom", | ||
"name": "custom", | ||
"type": "Microsoft.HybridConnectivity/endpoints", | ||
"properties": { | ||
"type": "custom", | ||
"resourceId": "/subscriptions/f5bcc1d9-23af-4ae9-aca1-041d0f593a63/resourceGroups/hybridRG/providers/Microsoft.Relay/namespaces/custom-relay-namespace" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
...crosoft.HybridConnectivity/preview/2021-10-06-preview/examples/EndpointsPatchDefault.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,25 @@ | ||
{ | ||
"parameters": { | ||
"resourceUri": "subscriptions/f5bcc1d9-23af-4ae9-aca1-041d0f593a63/resourceGroups/hybridRG/providers/Microsoft.HybridCompute/machines/testMachine", | ||
"api-version": "2021-10-06-preview", | ||
"endpointName": "default", | ||
"EndpointResource": { | ||
"properties": { | ||
"type": "default" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/f5bcc1d9-23af-4ae9-aca1-041d0f593a63/resourceGroups/hybridRG/providers/Microsoft.HybridCompute/machines/testMachine/providers/Microsoft.HybridConnectivity/endpoints/default", | ||
"name": "default", | ||
"type": "Microsoft.HybridConnectivity/endpoints", | ||
"properties": { | ||
"type": "default", | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
} | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
....HybridConnectivity/preview/2021-10-06-preview/examples/EndpointsPostListCredentials.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 @@ | ||
{ | ||
"parameters": { | ||
"resourceUri": "subscriptions/f5bcc1d9-23af-4ae9-aca1-041d0f593a63/resourceGroups/hybridRG/providers/Microsoft.HybridCompute/machines/testMachine", | ||
"api-version": "2021-10-06-preview", | ||
"endpointName": "default", | ||
"expiresin": 10800 | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"relay": { | ||
"namespaceName": "azgnrelay-eastus-l1", | ||
"namespaceNameSuffix": "servicebus.windows.net", | ||
"hybridConnectionName": "microsoft.kubernetes/connectedclusters/a0e1fd7d1d974ddf6b11a952d67679c9f12c006eee16861857a8268da4eb1498/1619989456957411072", | ||
"accessKey": "SharedAccessSignature sr=http%3A%2F%2Fazgnrelay-eastus-l1.servicebus.windows.net%2Fmicrosoft.kubernetes%2Fconnectedclusters%2Fa0e1fd7d1d974ddf6b11a952d67679c9f12c006eee16861857a8268da4eb1498%2F1619989456957411072%2F&sig=WxDwPF6AmmODaMHNnBGDSm773UG%2B%2Be", | ||
"expiresOn": 1620000256 | ||
} | ||
} | ||
} | ||
} | ||
} |
27 changes: 27 additions & 0 deletions
27
.../Microsoft.HybridConnectivity/preview/2021-10-06-preview/examples/EndpointsPutCustom.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,27 @@ | ||
{ | ||
"parameters": { | ||
"resourceUri": "subscriptions/f5bcc1d9-23af-4ae9-aca1-041d0f593a63/resourceGroups/hybridRG/providers/Microsoft.HybridCompute/machines/testMachine", | ||
"api-version": "2021-10-06-preview", | ||
"endpointName": "custom", | ||
"EndpointResource": { | ||
"properties": { | ||
"type": "custom", | ||
"resourceId": "/subscriptions/f5bcc1d9-23af-4ae9-aca1-041d0f593a63/resourceGroups/hybridRG/providers/Microsoft.Relay/namespaces/custom-relay-namespace" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/f5bcc1d9-23af-4ae9-aca1-041d0f593a63/resourceGroups/hybridRG/providers/Microsoft.HybridCompute/machines/testMachine/providers/Microsoft.HybridConnectivity/endpoints/custom", | ||
"name": "custom", | ||
"type": "Microsoft.HybridConnectivity/endpoints", | ||
"properties": { | ||
"type": "custom", | ||
"resourceId": "/subscriptions/f5bcc1d9-23af-4ae9-aca1-041d0f593a63/resourceGroups/hybridRG/providers/Microsoft.Relay/namespaces/custom-relay-namespace", | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
} | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
...Microsoft.HybridConnectivity/preview/2021-10-06-preview/examples/EndpointsPutDefault.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,25 @@ | ||
{ | ||
"parameters": { | ||
"resourceUri": "subscriptions/f5bcc1d9-23af-4ae9-aca1-041d0f593a63/resourceGroups/hybridRG/providers/Microsoft.HybridCompute/machines/testMachine", | ||
"api-version": "2021-10-06-preview", | ||
"endpointName": "default", | ||
"EndpointResource": { | ||
"properties": { | ||
"type": "default" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/f5bcc1d9-23af-4ae9-aca1-041d0f593a63/resourceGroups/hybridRG/providers/Microsoft.HybridCompute/machines/testMachine/providers/Microsoft.HybridConnectivity/endpoints/default", | ||
"name": "default", | ||
"type": "Microsoft.HybridConnectivity/endpoints", | ||
"properties": { | ||
"type": "default", | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
} | ||
} | ||
} |
83 changes: 83 additions & 0 deletions
83
...ager/Microsoft.HybridConnectivity/preview/2021-10-06-preview/examples/OperationsList.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,83 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-10-06-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"name": "Microsoft.HybridConnectivity/operations/read", | ||
"isDataAction": false, | ||
"display": { | ||
"provider": "Microsoft.HybridConnectivity", | ||
"resource": "Operations", | ||
"operation": "Get operations", | ||
"description": "Get the list of Operations" | ||
} | ||
}, | ||
{ | ||
"name": "Microsoft.HybridConnectivity/endpoints/read", | ||
"isDataAction": false, | ||
"display": { | ||
"provider": "Microsoft.HybridConnectivity", | ||
"resource": "endpoints", | ||
"operation": "Get/List endpoints", | ||
"description": "Get or list of endpoints to the target resource." | ||
} | ||
}, | ||
{ | ||
"name": "Microsoft.HybridConnectivity/endpoints/write", | ||
"isDataAction": false, | ||
"display": { | ||
"provider": "Microsoft.HybridConnectivity", | ||
"resource": "endpoints", | ||
"operation": "Create/Update endpoint", | ||
"description": "Create or update the endpoint to the target resource." | ||
} | ||
}, | ||
{ | ||
"name": "Microsoft.HybridConnectivity/endpoints/delete", | ||
"isDataAction": false, | ||
"display": { | ||
"provider": "Microsoft.HybridConnectivity", | ||
"resource": "endpoints", | ||
"operation": "Delete endpoint", | ||
"description": "Deletes the endpoint access to the target resource." | ||
} | ||
}, | ||
{ | ||
"name": "Microsoft.HybridConnectivity/endpoints/listCredentials/action", | ||
"isDataAction": false, | ||
"display": { | ||
"provider": "Microsoft.HybridConnectivity", | ||
"resource": "endpoints", | ||
"operation": "List credentials for endpoint access", | ||
"description": "List the endpoint access credentials to the resource." | ||
} | ||
}, | ||
{ | ||
"name": "Microsoft.HybridConnectivity/register/action", | ||
"isDataAction": false, | ||
"display": { | ||
"provider": "Microsoft.HybridConnectivity", | ||
"resource": "Microsoft.HybridConnectivity", | ||
"operation": "Register the Microsoft.HybridConnectivity", | ||
"description": "Register the subscription for Microsoft.HybridConnectivity" | ||
} | ||
}, | ||
{ | ||
"name": "Microsoft.HybridConnectivity/unregister/action", | ||
"isDataAction": false, | ||
"display": { | ||
"provider": "Microsoft.HybridConnectivity", | ||
"resource": "Microsoft.HybridConnectivity", | ||
"operation": "Unregister the Microsoft.HybridConnectivity", | ||
"description": "Unregister the subscription for Microsoft.HybridConnectivity" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.