Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
]
},
"identity": {
"$ref": "../../../../../common-types/resource-management/v3/managedidentity.json#/definitions/ManagedServiceIdentity",
"$ref": "../../../../../common-types/resource-management/v5/managedidentity.json#/definitions/ManagedServiceIdentity",
"description": "The managed service identities assigned to this resource."
}
},
Expand Down Expand Up @@ -410,7 +410,7 @@
"type": "object",
"properties": {
"identity": {
"$ref": "../../../../../common-types/resource-management/v3/managedidentity.json#/definitions/ManagedServiceIdentity",
"$ref": "../../../../../common-types/resource-management/v5/managedidentity.json#/definitions/ManagedServiceIdentity",
"description": "The managed service identities assigned to this resource."
},
"tags": {
Expand Down Expand Up @@ -489,4 +489,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@
},
"identity": {
"description": "managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code.",
"$ref": "../../../../../common-types/resource-management/v3/managedidentity.json#/definitions/ManagedServiceIdentity"
"$ref": "../../../../../common-types/resource-management/v5/managedidentity.json#/definitions/ManagedServiceIdentity"
},
"managedBy": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@
},
"identity": {
"description": "Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code.",
"$ref": "../../../../../common-types/resource-management/v3/managedidentity.json#/definitions/ManagedServiceIdentity"
"$ref": "../../../../../common-types/resource-management/v5/managedidentity.json#/definitions/ManagedServiceIdentity"
},
"properties": {
"description": "Container Apps Job resource specific properties.",
Expand Down Expand Up @@ -979,7 +979,7 @@
},
"identity": {
"description": "Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code.",
"$ref": "../../../../../common-types/resource-management/v3/managedidentity.json#/definitions/ManagedServiceIdentity"
"$ref": "../../../../../common-types/resource-management/v5/managedidentity.json#/definitions/ManagedServiceIdentity"
},
"tags": {
"type": "object",
Expand Down Expand Up @@ -1421,4 +1421,3 @@
}
]
}

Original file line number Diff line number Diff line change
Expand Up @@ -1584,7 +1584,7 @@
},
"identity": {
"description": "Managed identities for the Managed Environment to interact with other Azure services without maintaining any secrets or credentials in code.",
"$ref": "../../../../../common-types/resource-management/v3/managedidentity.json#/definitions/ManagedServiceIdentity"
"$ref": "../../../../../common-types/resource-management/v5/managedidentity.json#/definitions/ManagedServiceIdentity"
},
"properties": {
"description": "Managed environment resource specific properties",
Expand Down