Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Generated from 701efa178e7cc3846724dbdb9c2cdf430c7009ce
address comments
  • Loading branch information
AutorestCI committed Jun 17, 2019
commit 68fd0de7669c3de2d8384e04147adb251582a692
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ class Architecture(str, Enum):

amd64 = "amd64"
x86 = "x86"
three_eight_six = "386"
arm = "arm"
arm64 = "arm64"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1652,7 +1652,7 @@ class PlatformProperties(Model):
:type os: str or
~azure.mgmt.containerregistry.v2019_06_01_preview.models.OS
:param architecture: The OS architecture. Possible values include:
'amd64', 'x86', 'arm', 'arm64'
'amd64', 'x86', '386', 'arm', 'arm64'
:type architecture: str or
~azure.mgmt.containerregistry.v2019_06_01_preview.models.Architecture
:param variant: Variant of the CPU. Possible values include: 'v6', 'v7',
Expand Down Expand Up @@ -1686,7 +1686,7 @@ class PlatformUpdateParameters(Model):
:type os: str or
~azure.mgmt.containerregistry.v2019_06_01_preview.models.OS
:param architecture: The OS architecture. Possible values include:
'amd64', 'x86', 'arm', 'arm64'
'amd64', 'x86', '386', 'arm', 'arm64'
:type architecture: str or
~azure.mgmt.containerregistry.v2019_06_01_preview.models.Architecture
:param variant: Variant of the CPU. Possible values include: 'v6', 'v7',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1652,7 +1652,7 @@ class PlatformProperties(Model):
:type os: str or
~azure.mgmt.containerregistry.v2019_06_01_preview.models.OS
:param architecture: The OS architecture. Possible values include:
'amd64', 'x86', 'arm', 'arm64'
'amd64', 'x86', '386', 'arm', 'arm64'
:type architecture: str or
~azure.mgmt.containerregistry.v2019_06_01_preview.models.Architecture
:param variant: Variant of the CPU. Possible values include: 'v6', 'v7',
Expand Down Expand Up @@ -1686,7 +1686,7 @@ class PlatformUpdateParameters(Model):
:type os: str or
~azure.mgmt.containerregistry.v2019_06_01_preview.models.OS
:param architecture: The OS architecture. Possible values include:
'amd64', 'x86', 'arm', 'arm64'
'amd64', 'x86', '386', 'arm', 'arm64'
:type architecture: str or
~azure.mgmt.containerregistry.v2019_06_01_preview.models.Architecture
:param variant: Variant of the CPU. Possible values include: 'v6', 'v7',
Expand Down