File tree Expand file tree Collapse file tree 2 files changed +44
-2
lines changed Expand file tree Collapse file tree 2 files changed +44
-2
lines changed Original file line number Diff line number Diff line change 3095
3095
"type" : " string" ,
3096
3096
"enum" : [
3097
3097
" None" ,
3098
- " SystemAssigned"
3098
+ " SystemAssigned" ,
3099
+ " SystemAssigned,UserAssigned"
3099
3100
]
3100
3101
},
3101
3102
{
3102
3103
"$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
3103
3104
}
3104
3105
],
3105
3106
"description" : " The type of managed identity for the workspace."
3107
+ },
3108
+ "userAssignedIdentities" : {
3109
+ "oneOf" : [
3110
+ {
3111
+ "type" : " object" ,
3112
+ "additionalProperties" : {
3113
+ "$ref" : " #/definitions/UserAssignedManagedIdentity"
3114
+ },
3115
+ "properties" : {}
3116
+ },
3117
+ {
3118
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
3119
+ }
3120
+ ],
3121
+ "description" : " The User Assigned Managed Identities."
3106
3122
}
3107
3123
},
3108
3124
"description" : " The workspace managed identity"
4045
4061
},
4046
4062
"description" : " Represents the properties of a database transparent data encryption."
4047
4063
},
4064
+ "UserAssignedManagedIdentity" : {
4065
+ "type" : " object" ,
4066
+ "properties" : {},
4067
+ "description" : " User Assigned Managed Identity"
4068
+ },
4048
4069
"VirtualNetworkProfile" : {
4049
4070
"type" : " object" ,
4050
4071
"properties" : {
Original file line number Diff line number Diff line change 4120
4120
"type" : " string" ,
4121
4121
"enum" : [
4122
4122
" None" ,
4123
- " SystemAssigned"
4123
+ " SystemAssigned" ,
4124
+ " SystemAssigned,UserAssigned"
4124
4125
]
4125
4126
},
4126
4127
{
4127
4128
"$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
4128
4129
}
4129
4130
],
4130
4131
"description" : " The type of managed identity for the workspace."
4132
+ },
4133
+ "userAssignedIdentities" : {
4134
+ "oneOf" : [
4135
+ {
4136
+ "type" : " object" ,
4137
+ "additionalProperties" : {
4138
+ "$ref" : " #/definitions/UserAssignedManagedIdentity"
4139
+ },
4140
+ "properties" : {}
4141
+ },
4142
+ {
4143
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
4144
+ }
4145
+ ],
4146
+ "description" : " The User Assigned Managed Identities."
4131
4147
}
4132
4148
},
4133
4149
"description" : " The workspace managed identity"
5289
5305
},
5290
5306
"description" : " Represents the properties of a database transparent data encryption."
5291
5307
},
5308
+ "UserAssignedManagedIdentity" : {
5309
+ "type" : " object" ,
5310
+ "properties" : {},
5311
+ "description" : " User Assigned Managed Identity"
5312
+ },
5292
5313
"VirtualNetworkProfile" : {
5293
5314
"type" : " object" ,
5294
5315
"properties" : {
You can’t perform that action at this time.
0 commit comments