Skip to content

Commit

Permalink
Update from release/v3
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK Automation committed Jun 24, 2020
1 parent deb77e6 commit 997826f
Show file tree
Hide file tree
Showing 6 changed files with 888 additions and 248 deletions.
16 changes: 0 additions & 16 deletions sdk/compute/azure-mgmt-imagebuilder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
# Release History

## 0.4.0 (2020-05-07)

**Features**

- Model Operation has a new parameter is_data_action
- Model ImageTemplateSharedImageDistributor has a new parameter exclude_from_latest
- Model ImageTemplateSharedImageDistributor has a new parameter storage_account_type
- Model ImageTemplatePlatformImageSource has a new parameter plan_info
- Model ImageTemplateVmProfile has a new parameter vnet_config
- Model ImageTemplateVmProfile has a new parameter os_disk_size_gb
- Added operation VirtualMachineImageTemplatesOperations.cancel

**Breaking changes**

- Parameter identity of model ImageTemplate is now required

## 0.3.0 (2019-11-19)

**Features**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "0.4.0"
VERSION = "0.3.0"

Loading

0 comments on commit 997826f

Please sign in to comment.