forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release desktopvirtualization microsoft.desktop virtualization 2022 0…
…9 09 (Azure#20683) * Adds base for updating Microsoft.DesktopVirtualization from version preview/2022-04-01-preview to version 2022-09-09 * Updates readme * Updates API version in new specs and examples * remove privateLink references * add agentUpdate back to hostPool * remove migrationRequest property * add paginationHelper to workspace * update pagination helper to be in query * fix iconContent examples to be base64 * update byte strings to be actual encoded strings so they pass validation
- Loading branch information
1 parent
df9e808
commit 7b99878
Showing
59 changed files
with
10,083 additions
and
2 deletions.
There are no files selected for viewing
5,831 changes: 5,831 additions & 0 deletions
5,831
...urce-manager/Microsoft.DesktopVirtualization/stable/2022-09-09/desktopvirtualization.json
Large diffs are not rendered by default.
Oops, something went wrong.
81 changes: 81 additions & 0 deletions
81
...r/Microsoft.DesktopVirtualization/stable/2022-09-09/examples/ApplicationGroup_Create.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,81 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa", | ||
"resourceGroupName": "resourceGroup1", | ||
"applicationGroupName": "applicationGroup1", | ||
"api-version": "2022-09-09", | ||
"applicationGroup": { | ||
"location": "centralus", | ||
"tags": { | ||
"tag1": "value1", | ||
"tag2": "value2" | ||
}, | ||
"properties": { | ||
"description": "des1", | ||
"friendlyName": "friendly", | ||
"hostPoolArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/hostPools/hostPool1", | ||
"applicationGroupType": "RemoteApp" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"name": "applicationGroup1", | ||
"id": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/applicationGroups/applicationGroup1", | ||
"type": "Microsoft.DesktopVirtualization/applicationGroups", | ||
"location": "centralus", | ||
"tags": { | ||
"key1": "value1", | ||
"key2": "value2" | ||
}, | ||
"systemData": { | ||
"createdBy": "user1", | ||
"createdByType": "User", | ||
"createdAt": "2020-01-01T17:18:19.1234567Z", | ||
"lastModifiedBy": "user2", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2020-01-02T17:18:19.1234567Z" | ||
}, | ||
"properties": { | ||
"objectId": "7877fb31-4bde-49fd-9df3-c046e0ec5325", | ||
"description": "des1", | ||
"friendlyName": "friendly", | ||
"hostPoolArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/hostPools/hostPool1", | ||
"workspaceArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/workspaces/workspace1", | ||
"applicationGroupType": "RemoteApp", | ||
"cloudPcResource": false | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"name": "applicationGroup1", | ||
"id": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/applicationGroups/applicationGroup1", | ||
"type": "Microsoft.DesktopVirtualization/applicationGroups", | ||
"location": "centralus", | ||
"tags": { | ||
"key1": "value1", | ||
"key2": "value2" | ||
}, | ||
"systemData": { | ||
"createdBy": "user1", | ||
"createdByType": "User", | ||
"createdAt": "2020-01-01T17:18:19.1234567Z", | ||
"lastModifiedBy": "user2", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2020-01-02T17:18:19.1234567Z" | ||
}, | ||
"properties": { | ||
"objectId": "7877fb31-4bde-49fd-9df3-c046e0ec5325", | ||
"description": "des1", | ||
"friendlyName": "friendly", | ||
"hostPoolArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/hostPools/hostPool1", | ||
"workspaceArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/workspaces/workspace1", | ||
"applicationGroupType": "RemoteApp", | ||
"cloudPcResource": false | ||
} | ||
} | ||
} | ||
} | ||
} |
38 changes: 38 additions & 0 deletions
38
...r/Microsoft.DesktopVirtualization/stable/2022-09-09/examples/ApplicationGroup_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,38 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa", | ||
"resourceGroupName": "resourceGroup1", | ||
"applicationGroupName": "applicationGroup1", | ||
"api-version": "2022-09-09" | ||
}, | ||
"responses": { | ||
"200": { | ||
"name": "applicationGroup1", | ||
"id": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/applicationGroups/applicationGroup1", | ||
"type": "Microsoft.DesktopVirtualization/applicationGroups", | ||
"location": "centralus", | ||
"tags": { | ||
"key1": "value1", | ||
"key2": "value2" | ||
}, | ||
"systemData": { | ||
"createdBy": "user1", | ||
"createdByType": "User", | ||
"createdAt": "2020-01-01T17:18:19.1234567Z", | ||
"lastModifiedBy": "user2", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2020-01-02T17:18:19.1234567Z" | ||
}, | ||
"properties": { | ||
"objectId": "7877fb31-4bde-49fd-9df3-c046e0ec5325", | ||
"description": "des1", | ||
"friendlyName": "friendly", | ||
"hostPoolArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/hostPools/hostPool1", | ||
"workspaceArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/workspaces/workspace1", | ||
"applicationGroupType": "RemoteApp", | ||
"cloudPcResource": false | ||
} | ||
}, | ||
"204": {} | ||
} | ||
} |
39 changes: 39 additions & 0 deletions
39
...ager/Microsoft.DesktopVirtualization/stable/2022-09-09/examples/ApplicationGroup_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,39 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa", | ||
"resourceGroupName": "resourceGroup1", | ||
"applicationGroupName": "applicationGroup1", | ||
"api-version": "2022-09-09" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"name": "applicationGroup1", | ||
"id": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/applicationGroups/applicationGroup1", | ||
"type": "Microsoft.DesktopVirtualization/applicationGroups", | ||
"location": "centralus", | ||
"tags": { | ||
"key1": "value1", | ||
"key2": "value2" | ||
}, | ||
"systemData": { | ||
"createdBy": "user1", | ||
"createdByType": "User", | ||
"createdAt": "2020-01-01T17:18:19.1234567Z", | ||
"lastModifiedBy": "user2", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2020-01-02T17:18:19.1234567Z" | ||
}, | ||
"properties": { | ||
"objectId": "7877fb31-4bde-49fd-9df3-c046e0ec5325", | ||
"description": "des1", | ||
"friendlyName": "friendly", | ||
"hostPoolArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/hostPools/hostPool1", | ||
"workspaceArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/workspaces/workspace1", | ||
"applicationGroupType": "RemoteApp", | ||
"cloudPcResource": false | ||
} | ||
} | ||
} | ||
} | ||
} |
73 changes: 73 additions & 0 deletions
73
...esktopVirtualization/stable/2022-09-09/examples/ApplicationGroup_ListByResourceGroup.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,73 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa", | ||
"resourceGroupName": "resourceGroup1", | ||
"api-version": "2022-09-09", | ||
"$filter": "applicationGroupType eq 'RailApplication'", | ||
"pageSize": 10, | ||
"isDescending": true, | ||
"initialSkip": 0 | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"name": "applicationGroup1", | ||
"id": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/applicationGroups/applicationGroup1", | ||
"type": "Microsoft.DesktopVirtualization/applicationGroups", | ||
"location": "centralus", | ||
"tags": { | ||
"key1": "value1", | ||
"key2": "value2" | ||
}, | ||
"systemData": { | ||
"createdBy": "user1", | ||
"createdByType": "User", | ||
"createdAt": "2020-01-01T17:18:19.1234567Z", | ||
"lastModifiedBy": "user2", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2020-01-02T17:18:19.1234567Z" | ||
}, | ||
"properties": { | ||
"objectId": "7877fb31-4bde-49fd-9df3-c046e0ec5325", | ||
"description": "des1", | ||
"friendlyName": "friendly", | ||
"hostPoolArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/hostPools/hostPool1", | ||
"workspaceArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/workspaces/workspace1", | ||
"applicationGroupType": "RemoteApp", | ||
"cloudPcResource": false | ||
} | ||
}, | ||
{ | ||
"name": "applicationGroup2", | ||
"id": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/applicationGroups/applicationGroup2", | ||
"type": "Microsoft.DesktopVirtualization/applicationGroups", | ||
"location": "centralus", | ||
"tags": { | ||
"key1": "value1", | ||
"key2": "value2" | ||
}, | ||
"systemData": { | ||
"createdBy": "user1", | ||
"createdByType": "User", | ||
"createdAt": "2020-01-01T17:18:19.1234567Z", | ||
"lastModifiedBy": "user2", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2020-01-02T17:18:19.1234567Z" | ||
}, | ||
"properties": { | ||
"objectId": "7877fb31-4bde-49fd-9df3-c046e0ec5325", | ||
"description": "des1", | ||
"friendlyName": "friendly", | ||
"hostPoolArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/hostPools/hostPool1", | ||
"workspaceArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/workspaces/workspace1", | ||
"applicationGroupType": "RemoteApp", | ||
"cloudPcResource": false | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
72 changes: 72 additions & 0 deletions
72
...DesktopVirtualization/stable/2022-09-09/examples/ApplicationGroup_ListBySubscription.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,72 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa", | ||
"api-version": "2022-09-09", | ||
"$filter": "applicationGroupType eq 'RailApplication'", | ||
"pageSize": 10, | ||
"isDescending": true, | ||
"initialSkip": 0 | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"name": "applicationGroup1", | ||
"id": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/applicationGroups/applicationGroup1", | ||
"type": "Microsoft.DesktopVirtualization/applicationGroups", | ||
"location": "centralus", | ||
"tags": { | ||
"key1": "value1", | ||
"key2": "value2" | ||
}, | ||
"systemData": { | ||
"createdBy": "user1", | ||
"createdByType": "User", | ||
"createdAt": "2020-01-01T17:18:19.1234567Z", | ||
"lastModifiedBy": "user2", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2020-01-02T17:18:19.1234567Z" | ||
}, | ||
"properties": { | ||
"objectId": "7877fb31-4bde-49fd-9df3-c046e0ec5325", | ||
"description": "des1", | ||
"friendlyName": "friendly", | ||
"hostPoolArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/hostPools/hostPool1", | ||
"workspaceArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/workspaces/workspace1", | ||
"applicationGroupType": "RemoteApp", | ||
"cloudPcResource": false | ||
} | ||
}, | ||
{ | ||
"name": "applicationGroup2", | ||
"id": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/applicationGroups/applicationGroup2", | ||
"type": "Microsoft.DesktopVirtualization/applicationGroups", | ||
"location": "centralus", | ||
"tags": { | ||
"key1": "value1", | ||
"key2": "value2" | ||
}, | ||
"systemData": { | ||
"createdBy": "user1", | ||
"createdByType": "User", | ||
"createdAt": "2020-01-01T17:18:19.1234567Z", | ||
"lastModifiedBy": "user2", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2020-01-02T17:18:19.1234567Z" | ||
}, | ||
"properties": { | ||
"objectId": "7877fb31-4bde-49fd-9df3-c046e0ec5325", | ||
"description": "des1", | ||
"friendlyName": "friendly", | ||
"hostPoolArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/hostPools/hostPool1", | ||
"workspaceArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/workspaces/workspace1", | ||
"applicationGroupType": "RemoteApp", | ||
"cloudPcResource": false | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
49 changes: 49 additions & 0 deletions
49
...r/Microsoft.DesktopVirtualization/stable/2022-09-09/examples/ApplicationGroup_Update.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,49 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa", | ||
"resourceGroupName": "resourceGroup1", | ||
"applicationGroupName": "applicationGroup1", | ||
"api-version": "2022-09-09", | ||
"applicationGroup": { | ||
"tags": { | ||
"tag1": "value1", | ||
"tag2": "value2" | ||
}, | ||
"properties": { | ||
"description": "des1", | ||
"friendlyName": "friendly" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"name": "applicationGroup1", | ||
"id": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/applicationGroups/applicationGroup1", | ||
"type": "Microsoft.DesktopVirtualization/applicationGroups", | ||
"location": "centralus", | ||
"tags": { | ||
"key1": "value1", | ||
"key2": "value2" | ||
}, | ||
"systemData": { | ||
"createdBy": "user1", | ||
"createdByType": "User", | ||
"createdAt": "2020-01-01T17:18:19.1234567Z", | ||
"lastModifiedBy": "user2", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2020-01-02T17:18:19.1234567Z" | ||
}, | ||
"properties": { | ||
"objectId": "7877fb31-4bde-49fd-9df3-c046e0ec5325", | ||
"description": "des1", | ||
"friendlyName": "friendly", | ||
"hostPoolArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/hostPools/hostPool1", | ||
"workspaceArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/workspaces/workspace1", | ||
"applicationGroupType": "RemoteApp", | ||
"cloudPcResource": false | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.