diff --git a/sdk/compute/azure-mgmt-imagebuilder/azure/mgmt/imagebuilder/models/_models.py b/sdk/compute/azure-mgmt-imagebuilder/azure/mgmt/imagebuilder/models/_models.py index 870168107568..0a230e1511dd 100644 --- a/sdk/compute/azure-mgmt-imagebuilder/azure/mgmt/imagebuilder/models/_models.py +++ b/sdk/compute/azure-mgmt-imagebuilder/azure/mgmt/imagebuilder/models/_models.py @@ -351,8 +351,9 @@ def __init__(self, **kwargs): class ImageTemplateIdentity(Model): """Identity for the image template. - :param type: The type of identity used for the image template. Possible - values include: 'UserAssigned' + :param type: The type of identity used for the image template. The type + 'None' will remove any identities from the image template. Possible values + include: 'UserAssigned', 'None' :type type: str or ~azure.mgmt.imagebuilder.models.ResourceIdentityType :param user_assigned_identities: The list of user identities associated with the image template. The user identity dictionary key references will diff --git a/sdk/compute/azure-mgmt-imagebuilder/azure/mgmt/imagebuilder/models/_models_py3.py b/sdk/compute/azure-mgmt-imagebuilder/azure/mgmt/imagebuilder/models/_models_py3.py index 5f6aded8d16c..943a9c836750 100644 --- a/sdk/compute/azure-mgmt-imagebuilder/azure/mgmt/imagebuilder/models/_models_py3.py +++ b/sdk/compute/azure-mgmt-imagebuilder/azure/mgmt/imagebuilder/models/_models_py3.py @@ -351,8 +351,9 @@ def __init__(self, *, name: str=None, source_uri: str=None, sha256_checksum: str class ImageTemplateIdentity(Model): """Identity for the image template. - :param type: The type of identity used for the image template. Possible - values include: 'UserAssigned' + :param type: The type of identity used for the image template. The type + 'None' will remove any identities from the image template. Possible values + include: 'UserAssigned', 'None' :type type: str or ~azure.mgmt.imagebuilder.models.ResourceIdentityType :param user_assigned_identities: The list of user identities associated with the image template. The user identity dictionary key references will