Skip to content

Commit

Permalink
apply new version again
Browse files Browse the repository at this point in the history
  • Loading branch information
datr93 committed Oct 26, 2020
1 parent 90cd90b commit bea2bbd
Show file tree
Hide file tree
Showing 45 changed files with 175 additions and 52 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"version": "2020-09-21-preview",
"version": "2020-10-19-preview",
"title": "Desktop Virtualization API Client"
},
"schemes": [
Expand Down Expand Up @@ -2483,6 +2483,33 @@
"type": "string",
"description": "Path to keyvault containing ssoContext secret."
},
"ssoadfsAuthority": {
"type": "string",
"description": "URL to customer ADFS server for signing WVD SSO certificates."
},
"ssoClientId": {
"type": "string",
"description": "ClientId for the registered Relying Party used to issue WVD SSO certificates."
},
"ssoClientSecretKeyVaultPath": {
"type": "string",
"description": "Path to Azure KeyVault storing the secret used for communication to ADFS."
},
"ssoSecretType": {
"enum": [
"SharedKey",
"Certificate",
"SharedKeyInKeyVault",
"CertificateInKeyVault"
],
"x-ms-enum": {
"name": "SSOSecretType",
"modelAsString": true
},
"type": "string",
"description": "The type of single sign on Secret Type.",
"x-nullable": false
},
"preferredAppGroupType": {
"enum": [
"None",
Expand Down Expand Up @@ -2579,10 +2606,41 @@
"$ref": "#/definitions/RegistrationInfoPatch",
"description": "The registration info of HostPool."
},
"vmTemplate": {
"type": "string",
"description": "VM template for sessionhosts configuration within hostpool."
},
"ssoContext": {
"type": "string",
"description": "Path to keyvault containing ssoContext secret."
},
"ssoadfsAuthority": {
"type": "string",
"description": "URL to customer ADFS server for signing WVD SSO certificates."
},
"ssoClientId": {
"type": "string",
"description": "ClientId for the registered Relying Party used to issue WVD SSO certificates."
},
"ssoClientSecretKeyVaultPath": {
"type": "string",
"description": "Path to Azure KeyVault storing the secret used for communication to ADFS."
},
"ssoSecretType": {
"enum": [
"SharedKey",
"Certificate",
"SharedKeyInKeyVault",
"CertificateInKeyVault"
],
"x-ms-enum": {
"name": "SSOSecretType",
"modelAsString": true
},
"type": "string",
"description": "The type of single sign on Secret Type.",
"x-nullable": false
},
"preferredAppGroupType": {
"enum": [
"None",
Expand Down Expand Up @@ -3492,6 +3550,11 @@
"updateErrorMessage": {
"type": "string",
"description": "The error message."
},
"sessionHostHealthCheckResult": {
"readOnly": true,
"type": "string",
"description": "The health check info of the sessionHost."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa",
"resourceGroupName": "resourceGroup1",
"applicationGroupName": "applicationGroup1",
"api-version": "2020-09-21-preview",
"api-version": "2020-10-19-preview",
"applicationGroup": {
"location": "centralus",
"tags": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa",
"resourceGroupName": "resourceGroup1",
"applicationGroupName": "applicationGroup1",
"api-version": "2020-09-21-preview"
"api-version": "2020-10-19-preview"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa",
"resourceGroupName": "resourceGroup1",
"applicationGroupName": "applicationGroup1",
"api-version": "2020-09-21-preview"
"api-version": "2020-10-19-preview"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"parameters": {
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa",
"resourceGroupName": "resourceGroup1",
"api-version": "2020-09-21-preview",
"api-version": "2020-10-19-preview",
"$filter": "applicationGroupType eq 'RailApplication'"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa",
"api-version": "2020-09-21-preview",
"api-version": "2020-10-19-preview",
"$filter": "applicationGroupType eq 'RailApplication'"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa",
"resourceGroupName": "resourceGroup1",
"applicationGroupName": "applicationGroup1",
"api-version": "2020-09-21-preview",
"api-version": "2020-10-19-preview",
"applicationGroup": {
"tags": {
"tag1": "value1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resourceGroupName": "resourceGroup1",
"applicationGroupName": "applicationGroup1",
"applicationName": "application1",
"api-version": "2020-09-21-preview",
"api-version": "2020-10-19-preview",
"application": {
"properties": {
"description": "des1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resourceGroupName": "resourceGroup1",
"applicationGroupName": "applicationGroup1",
"applicationName": "application1",
"api-version": "2020-09-21-preview"
"api-version": "2020-10-19-preview"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resourceGroupName": "resourceGroup1",
"applicationGroupName": "applicationGroup1",
"applicationName": "application1",
"api-version": "2020-09-21-preview"
"api-version": "2020-10-19-preview"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa",
"resourceGroupName": "resourceGroup1",
"applicationGroupName": "applicationGroup1",
"api-version": "2020-09-21-preview"
"api-version": "2020-10-19-preview"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resourceGroupName": "resourceGroup1",
"applicationGroupName": "applicationGroup1",
"applicationName": "application1",
"api-version": "2020-09-21-preview",
"api-version": "2020-10-19-preview",
"application": {
"properties": {
"description": "des1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resourceGroupName": "resourceGroup1",
"applicationGroupName": "applicationGroup1",
"desktopName": "SessionDesktop",
"api-version": "2020-09-21-preview"
"api-version": "2020-10-19-preview"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa",
"resourceGroupName": "resourceGroup1",
"applicationGroupName": "applicationGroup1",
"api-version": "2020-09-21-preview"
"api-version": "2020-10-19-preview"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resourceGroupName": "resourceGroup1",
"applicationGroupName": "applicationGroup1",
"desktopName": "SessionDesktop",
"api-version": "2020-09-21-preview",
"api-version": "2020-10-19-preview",
"desktop": {
"properties": {
"description": "des1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa",
"resourceGroupName": "resourceGroup1",
"hostPoolName": "hostPool1",
"api-version": "2020-09-21-preview",
"api-version": "2020-10-19-preview",
"hostPool": {
"location": "centralus",
"tags": {
Expand All @@ -22,7 +22,12 @@
"expirationTime": "2020-10-01T14:01:54.9571247Z",
"registrationTokenOperation": "Update"
},
"vmTemplate": "{json:json}",
"ssoContext": "KeyVaultPath",
"ssoadfsAuthority": "https://adfs",
"ssoClientId": "client",
"ssoClientSecretKeyVaultPath": "https://keyvault/secret",
"ssoSecretType": "SharedKey",
"preferredAppGroupType": "Desktop"
}
}
Expand Down Expand Up @@ -53,7 +58,12 @@
"token": "token",
"registrationTokenOperation": "Update"
},
"vmTemplate": "{json:json}",
"ssoContext": "KeyVaultPath",
"ssoadfsAuthority": "https://adfs",
"ssoClientId": "client",
"ssoClientSecretKeyVaultPath": "https://keyvault/secret",
"ssoSecretType": "SharedKey",
"preferredAppGroupType": "Desktop"
}
}
Expand Down Expand Up @@ -83,7 +93,12 @@
"token": "token",
"registrationTokenOperation": "Update"
},
"vmTemplate": "{json:json}",
"ssoContext": "KeyVaultPath",
"ssoadfsAuthority": "https://adfs",
"ssoClientId": "client",
"ssoClientSecretKeyVaultPath": "https://keyvault/secret",
"ssoSecretType": "SharedKey",
"preferredAppGroupType": "Desktop"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa",
"resourceGroupName": "resourceGroup1",
"hostPoolName": "hostPool1",
"api-version": "2020-09-21-preview",
"api-version": "2020-10-19-preview",
"force": true
},
"responses": {
Expand Down Expand Up @@ -31,7 +31,12 @@
"token": "token",
"registrationTokenOperation": "Update"
},
"ssoContext": "KeyVaultPath"
"vmTemplate": "{json:json}",
"ssoContext": "KeyVaultPath",
"ssoadfsAuthority": "https://adfs",
"ssoClientId": "client",
"ssoClientSecretKeyVaultPath": "https://keyvault/secret",
"ssoSecretType": "SharedKey"
}
},
"204": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa",
"resourceGroupName": "resourceGroup1",
"hostPoolName": "hostPool1",
"api-version": "2020-09-21-preview"
"api-version": "2020-10-19-preview"
},
"responses": {
"200": {
Expand Down Expand Up @@ -31,7 +31,12 @@
"token": "token",
"registrationTokenOperation": "Update"
},
"vmTemplate": "{json:json}",
"ssoContext": "KeyVaultPath",
"ssoadfsAuthority": "https://adfs",
"ssoClientId": "client",
"ssoClientSecretKeyVaultPath": "https://keyvault/secret",
"ssoSecretType": "SharedKey",
"preferredAppGroupType": "Desktop"
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa",
"api-version": "2020-09-21-preview"
"api-version": "2020-10-19-preview"
},
"responses": {
"200": {
Expand Down Expand Up @@ -31,7 +31,12 @@
"token": "token",
"registrationTokenOperation": "Update"
},
"vmTemplate": "{json:json}",
"ssoContext": "KeyVaultPath",
"ssoadfsAuthority": "https://adfs",
"ssoClientId": "client",
"ssoClientSecretKeyVaultPath": "https://keyvault/secret",
"ssoSecretType": "SharedKey",
"preferredAppGroupType": "Desktop"
}
},
Expand Down Expand Up @@ -59,7 +64,12 @@
"token": "token",
"registrationTokenOperation": "Update"
},
"vmTemplate": "{json:json}",
"ssoContext": "KeyVaultPath",
"ssoadfsAuthority": "https://adfs",
"ssoClientId": "client",
"ssoClientSecretKeyVaultPath": "https://keyvault/secret",
"ssoSecretType": "SharedKey",
"preferredAppGroupType": "Desktop"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"parameters": {
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa",
"resourceGroupName": "resourceGroup1",
"api-version": "2020-09-21-preview"
"api-version": "2020-10-19-preview"
},
"responses": {
"200": {
Expand Down Expand Up @@ -32,7 +32,12 @@
"token": "token",
"registrationTokenOperation": "Update"
},
"vmTemplate": "{json:json}",
"ssoContext": "KeyVaultPath",
"ssoadfsAuthority": "https://adfs",
"ssoClientId": "client",
"ssoClientSecretKeyVaultPath": "https://keyvault/secret",
"ssoSecretType": "SharedKey",
"preferredAppGroupType": "Desktop"
}
},
Expand Down Expand Up @@ -60,7 +65,12 @@
"token": "token",
"registrationTokenOperation": "Update"
},
"vmTemplate": "{json:json}",
"ssoContext": "KeyVaultPath",
"ssoadfsAuthority": "https://adfs",
"ssoClientId": "client",
"ssoClientSecretKeyVaultPath": "https://keyvault/secret",
"ssoSecretType": "SharedKey",
"preferredAppGroupType": "Desktop"
}
}
Expand Down
Loading

0 comments on commit bea2bbd

Please sign in to comment.