Skip to content

Commit

Permalink
Updating the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
apmehrotra committed Mar 21, 2023
1 parent 2955946 commit 30046ba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"resourceUri": "subscriptions/f5bcc1d9-23af-4ae9-aca1-041d0f593a63/resourceGroups/hybridRG/providers/Microsoft.HybridCompute/machines/testMachine",
"api-version": "2023-03-15",
"endpointName": "default",
"expiresin": 10800
"expiresin": 10800,
"ListCredentialsRequest": {
"serviceName": "SSH"
}
},
"responses": {
"200": {
Expand All @@ -13,7 +16,8 @@
"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
"expiresOn": 1620000256,
"serviceConfigurationToken": "SSHvjqH=pTlKql=RtMGw/-k5VFBxSYHIiq5ZgbGFcLkNrDNz5fDsinCN2zkG"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"parameters": {
"resourceUri": "subscriptions/f5bcc1d9-23af-4ae9-aca1-041d0f593a63/resourceGroups/arcGroup/providers/Microsoft.Compute/virtualMachines/vm00006",
"api-version": "2023-03-15",
"api-version": "2022-05-01-preview",
"endpointName": "default",
"ManagedProxyRequest": {
"service": "127.0.0.1:65035",
"hostname": "r.proxy.arc.com"
"hostname": "r.proxy.arc.com",
"serviceName": "WAC"
}
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@
"properties": {
"serviceName": {
"type": "string",
"description": "The name of the service.",
"description": "The name of the service. If not provided, the request will by pass the generation of service configuration token ",
"enum": [
"SSH",
"WAC"
Expand Down

0 comments on commit 30046ba

Please sign in to comment.