From f0c59b323e0799bf9738876abfe2a5980366d9c4 Mon Sep 17 00:00:00 2001 From: Miguel Lacouture Date: Tue, 15 Oct 2024 15:21:03 -0400 Subject: [PATCH] removed ManagedIdentiy property as it is not used --- .../NetworkSettingsResource.tsp | 2 -- .../2024-04-01-preview/GitHub.Network.json | 31 ------------------- .../stable/2024-04-01/GitHub.Network.json | 31 ------------------- .../stable/2024-04-02/GitHub.Network.json | 31 ------------------- 4 files changed, 95 deletions(-) diff --git a/specification/github-network/GitHub.Network.Management/NetworkSettingsResource.tsp b/specification/github-network/GitHub.Network.Management/NetworkSettingsResource.tsp index 21a9736d2c4c..1e5be8121450 100644 --- a/specification/github-network/GitHub.Network.Management/NetworkSettingsResource.tsp +++ b/specification/github-network/GitHub.Network.Management/NetworkSettingsResource.tsp @@ -24,8 +24,6 @@ model NetworkSettingsResource @segment("networkSettings") @visibility("read") name: string; - - ...Azure.ResourceManager.ManagedServiceIdentityProperty; } @armResourceOperations diff --git a/specification/github-network/resource-manager/GitHub.Network/preview/2024-04-01-preview/GitHub.Network.json b/specification/github-network/resource-manager/GitHub.Network/preview/2024-04-01-preview/GitHub.Network.json index 078dc6900bbf..573a3dd8f291 100644 --- a/specification/github-network/resource-manager/GitHub.Network/preview/2024-04-01-preview/GitHub.Network.json +++ b/specification/github-network/resource-manager/GitHub.Network/preview/2024-04-01-preview/GitHub.Network.json @@ -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'", @@ -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": [ @@ -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": [ diff --git a/specification/github-network/resource-manager/GitHub.Network/stable/2024-04-01/GitHub.Network.json b/specification/github-network/resource-manager/GitHub.Network/stable/2024-04-01/GitHub.Network.json index 00ff03a84604..07e1f01cf42d 100644 --- a/specification/github-network/resource-manager/GitHub.Network/stable/2024-04-01/GitHub.Network.json +++ b/specification/github-network/resource-manager/GitHub.Network/stable/2024-04-01/GitHub.Network.json @@ -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'", @@ -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": [ @@ -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": [ diff --git a/specification/github-network/resource-manager/GitHub.Network/stable/2024-04-02/GitHub.Network.json b/specification/github-network/resource-manager/GitHub.Network/stable/2024-04-02/GitHub.Network.json index 962945c32ea5..c20d79cc8844 100644 --- a/specification/github-network/resource-manager/GitHub.Network/stable/2024-04-02/GitHub.Network.json +++ b/specification/github-network/resource-manager/GitHub.Network/stable/2024-04-02/GitHub.Network.json @@ -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'", @@ -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": [ @@ -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": [