Skip to content

Commit

Permalink
Fix managed service identity duplicated schema issue (#31100)
Browse files Browse the repository at this point in the history
* update

* fix check
  • Loading branch information
Juliehzl authored Oct 23, 2024
1 parent 3801d72 commit 91f4bcd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
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

0 comments on commit 91f4bcd

Please sign in to comment.