Skip to content

Commit fa094e0

Browse files
haaghagrizzlytheodoreanshulsolanki21parkhyukjun89akashpargat
authored
[Compute] Disk 2022-03-02 (#19116)
* new version folder * new version folder * sync with diskRP 2021-12-01 changes * Update creationData description (#18050) * Update diskRPCommon.json * Update diskRPCommon.json * adding SecurityProfile in DiskRestorePointProperties (#18826) * add cross-tenant feature (#18718) * add cross-tenant feature * fix filename typo * prettier * Swagger changes for PremiumV2 in DiskRP (#18786) * Swagger changes for PremiumV2 in DiskRP * Added new property copyCompletionError * Updated description for new property copyCompletionError * Added the type as object for CopyCompletionError * Addressed comment to update the description for CopySourceNotFound Co-authored-by: akashpargat <[email protected]> * Add new Azure Compute Gallery image ids to ImageDiskReference for PutDisk Support in 2022-03-02 Api Version (#18868) * new sig ids for put disk 2022-03-02 * fix errors and add example path * extra space * remove required id * prettify common Co-authored-by: Jerry Chan <[email protected]> * Feature/cplat 2022 03 02 (#18945) * add cross-tenant feature * fix filename typo * prettier * add federatedClientId to diskEncryptionSetUpdateProperties * New ApI Version * Readme changes * adding SecurityProfile in DiskRestorePointProperties (#18826) * add cross-tenant feature (#18718) * add cross-tenant feature * fix filename typo * prettier * Swagger changes for PremiumV2 in DiskRP (#18786) * Swagger changes for PremiumV2 in DiskRP * Added new property copyCompletionError * Updated description for new property copyCompletionError * Added the type as object for CopyCompletionError * Addressed comment to update the description for CopySourceNotFound Co-authored-by: akashpargat <[email protected]> * Add new Azure Compute Gallery image ids to ImageDiskReference for PutDisk Support in 2022-03-02 Api Version (#18868) * new sig ids for put disk 2022-03-02 * fix errors and add example path * extra space * remove required id * prettify common Co-authored-by: Jerry Chan <[email protected]> * Feature/cplat 2022 03 02 (#18945) * add cross-tenant feature * fix filename typo * prettier * add federatedClientId to diskEncryptionSetUpdateProperties * GET snapshot-Changed CopyCompletionError enum name (#19160) Co-authored-by: Karan Manish Thakkar <[email protected]> * move UserAssignedIdentities to common.json to fix duplicate definition * update readme with gallery 2022-01-03 * sync with past updates * update with description for object * fix readme * GET snapshot-Changed CopyCompletionError enum name (#19227) Co-authored-by: Karan Manish Thakkar <[email protected]> * fixing readme.md * fix vmss userAssignedIdentities duplicate definition Co-authored-by: Theodore Chang <[email protected]> Co-authored-by: anshulsolanki21 <[email protected]> Co-authored-by: parkhyukjun89 <[email protected]> Co-authored-by: Akash Pargat <[email protected]> Co-authored-by: akashpargat <[email protected]> Co-authored-by: jerryc3 <[email protected]> Co-authored-by: Jerry Chan <[email protected]> Co-authored-by: Karan Manish Thakkar <[email protected]> Co-authored-by: Karan Manish Thakkar <[email protected]> Co-authored-by: Theodore Chang <[email protected]>
1 parent c57d5de commit fa094e0

File tree

90 files changed

+8103
-37
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+8103
-37
lines changed

specification/compute/resource-manager/Microsoft.Compute/stable/2022-01-03/common.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,26 @@
216216
"description": "The type of the extended location."
217217
}
218218
}
219+
},
220+
"UserAssignedIdentities": {
221+
"type": "object",
222+
"additionalProperties": {
223+
"type": "object",
224+
"x-ms-client-name": "userAssignedIdentitiesValue",
225+
"properties": {
226+
"principalId": {
227+
"readOnly": true,
228+
"type": "string",
229+
"description": "The principal id of user assigned identity."
230+
},
231+
"clientId": {
232+
"readOnly": true,
233+
"type": "string",
234+
"description": "The client id of user assigned identity."
235+
}
236+
}
237+
},
238+
"description": "The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'."
219239
}
220240
},
221241
"parameters": {

specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/ComputeRP/virtualMachine.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2852,23 +2852,7 @@
28522852
}
28532853
},
28542854
"userAssignedIdentities": {
2855-
"type": "object",
2856-
"additionalProperties": {
2857-
"type": "object",
2858-
"x-ms-client-name": "userAssignedIdentitiesValue",
2859-
"properties": {
2860-
"principalId": {
2861-
"readOnly": true,
2862-
"type": "string",
2863-
"description": "The principal id of user assigned identity."
2864-
},
2865-
"clientId": {
2866-
"readOnly": true,
2867-
"type": "string",
2868-
"description": "The client id of user assigned identity."
2869-
}
2870-
}
2871-
},
2855+
"$ref": "../common.json#/definitions/UserAssignedIdentities",
28722856
"description": "The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'."
28732857
}
28742858
},

specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/ComputeRP/virtualMachineScaleSet.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3657,23 +3657,7 @@
36573657
}
36583658
},
36593659
"userAssignedIdentities": {
3660-
"type": "object",
3661-
"additionalProperties": {
3662-
"type": "object",
3663-
"x-ms-client-name": "VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue",
3664-
"properties": {
3665-
"principalId": {
3666-
"readOnly": true,
3667-
"type": "string",
3668-
"description": "The principal id of user assigned identity."
3669-
},
3670-
"clientId": {
3671-
"readOnly": true,
3672-
"type": "string",
3673-
"description": "The client id of user assigned identity."
3674-
}
3675-
}
3676-
},
3660+
"$ref": "../common.json#/definitions/UserAssignedIdentities",
36773661
"description": "The list of user identities associated with the virtual machine scale set. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'."
36783662
}
36793663
},

specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/common.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,26 @@
216216
"description": "The type of the extended location."
217217
}
218218
}
219+
},
220+
"UserAssignedIdentities": {
221+
"type": "object",
222+
"additionalProperties": {
223+
"type": "object",
224+
"x-ms-client-name": "userAssignedIdentitiesValue",
225+
"properties": {
226+
"principalId": {
227+
"readOnly": true,
228+
"type": "string",
229+
"description": "The principal id of user assigned identity."
230+
},
231+
"clientId": {
232+
"readOnly": true,
233+
"type": "string",
234+
"description": "The client id of user assigned identity."
235+
}
236+
}
237+
},
238+
"description": "The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'."
219239
}
220240
},
221241
"parameters": {

0 commit comments

Comments
 (0)