You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeGen from PR 22416 in Azure/azure-rest-api-specs
Adding User Assigned MI Support for Azure Databricks Access Connector (#22416)
* Adding new API Version base line commit
* Adding UA MI Public Preview Changes
"description": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."
128
+
}
129
+
},
130
+
"required": [
131
+
"type"
132
+
],
133
+
"description": "Managed service identity (system assigned and/or user assigned identities)"
134
+
},
135
+
"SystemData": {
136
+
"type": "object",
137
+
"properties": {
138
+
"createdAt": {
139
+
"type": "string",
140
+
"format": "date-time",
141
+
"description": "The timestamp of resource creation (UTC)."
142
+
},
143
+
"createdBy": {
144
+
"type": "string",
145
+
"description": "The identity that created the resource."
0 commit comments