Skip to content

Commit

Permalink
[Compute] Disk 2022-03-02 (#19116)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
11 people authored May 30, 2022
1 parent c57d5de commit fa094e0
Show file tree
Hide file tree
Showing 90 changed files with 8,103 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,26 @@
"description": "The type of the extended location."
}
}
},
"UserAssignedIdentities": {
"type": "object",
"additionalProperties": {
"type": "object",
"x-ms-client-name": "userAssignedIdentitiesValue",
"properties": {
"principalId": {
"readOnly": true,
"type": "string",
"description": "The principal id of user assigned identity."
},
"clientId": {
"readOnly": true,
"type": "string",
"description": "The client id of user assigned identity."
}
}
},
"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}'."
}
},
"parameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2852,23 +2852,7 @@
}
},
"userAssignedIdentities": {
"type": "object",
"additionalProperties": {
"type": "object",
"x-ms-client-name": "userAssignedIdentitiesValue",
"properties": {
"principalId": {
"readOnly": true,
"type": "string",
"description": "The principal id of user assigned identity."
},
"clientId": {
"readOnly": true,
"type": "string",
"description": "The client id of user assigned identity."
}
}
},
"$ref": "../common.json#/definitions/UserAssignedIdentities",
"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}'."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3657,23 +3657,7 @@
}
},
"userAssignedIdentities": {
"type": "object",
"additionalProperties": {
"type": "object",
"x-ms-client-name": "VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue",
"properties": {
"principalId": {
"readOnly": true,
"type": "string",
"description": "The principal id of user assigned identity."
},
"clientId": {
"readOnly": true,
"type": "string",
"description": "The client id of user assigned identity."
}
}
},
"$ref": "../common.json#/definitions/UserAssignedIdentities",
"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}'."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,26 @@
"description": "The type of the extended location."
}
}
},
"UserAssignedIdentities": {
"type": "object",
"additionalProperties": {
"type": "object",
"x-ms-client-name": "userAssignedIdentitiesValue",
"properties": {
"principalId": {
"readOnly": true,
"type": "string",
"description": "The principal id of user assigned identity."
},
"clientId": {
"readOnly": true,
"type": "string",
"description": "The client id of user assigned identity."
}
}
},
"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}'."
}
},
"parameters": {
Expand Down
Loading

0 comments on commit fa094e0

Please sign in to comment.