Skip to content

Commit

Permalink
removed ManagedIdentiy property as it is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
mlacouture committed Oct 15, 2024
1 parent e0e8998 commit f0c59b3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 95 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ model NetworkSettingsResource
@segment("networkSettings")
@visibility("read")
name: string;

...Azure.ResourceManager.ManagedServiceIdentityProperty;
}

@armResourceOperations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -372,29 +372,6 @@
}
},
"definitions": {
"Azure.ResourceManager.CommonTypes.ManagedServiceIdentityUpdate": {
"type": "object",
"description": "Managed service identity (system assigned and/or user assigned identities)",
"properties": {
"type": {
"$ref": "../../../../../common-types/resource-management/v5/managedidentity.json#/definitions/ManagedServiceIdentityType",
"description": "The type of managed identity assigned to this resource."
},
"userAssignedIdentities": {
"type": "object",
"description": "The identities assigned to this resource by the user.",
"additionalProperties": {
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v5/managedidentity.json#/definitions/UserAssignedIdentity"
}
],
"type": "object",
"x-nullable": true
}
}
}
},
"Azure.ResourceManager.CommonTypes.TrackedResourceUpdate": {
"type": "object",
"description": "The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'",
Expand All @@ -420,10 +397,6 @@
"properties": {
"$ref": "#/definitions/NetworkSettingsResourceProperties",
"description": "The resource-specific properties for this resource."
},
"identity": {
"$ref": "../../../../../common-types/resource-management/v5/managedidentity.json#/definitions/ManagedServiceIdentity",
"description": "The managed service identities assigned to this resource."
}
},
"allOf": [
Expand Down Expand Up @@ -487,10 +460,6 @@
"properties": {
"$ref": "#/definitions/NetworkSettingsResourceProperties",
"description": "The resource-specific properties for this resource."
},
"identity": {
"$ref": "#/definitions/Azure.ResourceManager.CommonTypes.ManagedServiceIdentityUpdate",
"description": "The managed service identities assigned to this resource."
}
},
"allOf": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -372,29 +372,6 @@
}
},
"definitions": {
"Azure.ResourceManager.CommonTypes.ManagedServiceIdentityUpdate": {
"type": "object",
"description": "Managed service identity (system assigned and/or user assigned identities)",
"properties": {
"type": {
"$ref": "../../../../../common-types/resource-management/v5/managedidentity.json#/definitions/ManagedServiceIdentityType",
"description": "The type of managed identity assigned to this resource."
},
"userAssignedIdentities": {
"type": "object",
"description": "The identities assigned to this resource by the user.",
"additionalProperties": {
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v5/managedidentity.json#/definitions/UserAssignedIdentity"
}
],
"type": "object",
"x-nullable": true
}
}
}
},
"Azure.ResourceManager.CommonTypes.TrackedResourceUpdate": {
"type": "object",
"description": "The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'",
Expand All @@ -420,10 +397,6 @@
"properties": {
"$ref": "#/definitions/NetworkSettingsResourceProperties",
"description": "The resource-specific properties for this resource."
},
"identity": {
"$ref": "../../../../../common-types/resource-management/v5/managedidentity.json#/definitions/ManagedServiceIdentity",
"description": "The managed service identities assigned to this resource."
}
},
"allOf": [
Expand Down Expand Up @@ -487,10 +460,6 @@
"properties": {
"$ref": "#/definitions/NetworkSettingsResourceProperties",
"description": "The resource-specific properties for this resource."
},
"identity": {
"$ref": "#/definitions/Azure.ResourceManager.CommonTypes.ManagedServiceIdentityUpdate",
"description": "The managed service identities assigned to this resource."
}
},
"allOf": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -372,29 +372,6 @@
}
},
"definitions": {
"Azure.ResourceManager.CommonTypes.ManagedServiceIdentityUpdate": {
"type": "object",
"description": "Managed service identity (system assigned and/or user assigned identities)",
"properties": {
"type": {
"$ref": "../../../../../common-types/resource-management/v5/managedidentity.json#/definitions/ManagedServiceIdentityType",
"description": "The type of managed identity assigned to this resource."
},
"userAssignedIdentities": {
"type": "object",
"description": "The identities assigned to this resource by the user.",
"additionalProperties": {
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v5/managedidentity.json#/definitions/UserAssignedIdentity"
}
],
"type": "object",
"x-nullable": true
}
}
}
},
"Azure.ResourceManager.CommonTypes.TrackedResourceUpdate": {
"type": "object",
"description": "The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'",
Expand All @@ -420,10 +397,6 @@
"properties": {
"$ref": "#/definitions/NetworkSettingsResourceProperties",
"description": "The resource-specific properties for this resource."
},
"identity": {
"$ref": "../../../../../common-types/resource-management/v5/managedidentity.json#/definitions/ManagedServiceIdentity",
"description": "The managed service identities assigned to this resource."
}
},
"allOf": [
Expand Down Expand Up @@ -487,10 +460,6 @@
"properties": {
"$ref": "#/definitions/NetworkSettingsResourceProperties",
"description": "The resource-specific properties for this resource."
},
"identity": {
"$ref": "#/definitions/Azure.ResourceManager.CommonTypes.ManagedServiceIdentityUpdate",
"description": "The managed service identities assigned to this resource."
}
},
"allOf": [
Expand Down

0 comments on commit f0c59b3

Please sign in to comment.