[NetAppFiles] BREAKING CHANGE: Add commands for new features and updates for netappfiles 2020-06 (#15602)

This commit is contained in:
hildurhodd 2020-11-08 04:40:52 +00:00 коммит произвёл GitHub
Родитель dbf49d6ef5
Коммит 9eac3792f0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
60 изменённых файлов: 33312 добавлений и 22321 удалений

Просмотреть файл

@ -26,3 +26,23 @@ def volumes_mgmt_client_factory(cli_ctx, _):
def snapshots_mgmt_client_factory(cli_ctx, _):
return cf_netappfiles(cli_ctx).snapshots
def snapshot_policies_mgmt_client_factory(cli_ctx, _):
return cf_netappfiles(cli_ctx).snapshot_policies
def account_backups_mgmt_client_factory(cli_ctx, _):
return cf_netappfiles(cli_ctx).account_backups
def backups_mgmt_client_factory(cli_ctx, _):
return cf_netappfiles(cli_ctx).backups
def backup_policies_mgmt_client_factory(cli_ctx, _):
return cf_netappfiles(cli_ctx).backup_policies
def vaults_mgmt_client_factory(cli_ctx, _):
return cf_netappfiles(cli_ctx).vaults

Просмотреть файл

@ -40,6 +40,14 @@ parameters:
short-summary: NetBIOS name of the SMB server. This name will be registered as a computer account in the AD and used to mount volumes. Must be 10 characters or less
- name: --organizational-unit
short-summary: The Organizational Unit (OU) within the Windows Active Directory
- name: --kdc-ip
short-summary: kdc server IP addresses for the active directory machine. This optional parameter is used only while creating kerberos volume
- name: --ad-name
short-summary: Name of the active directory machine. This optional parameter is used only while creating kerberos volume
- name: --server-root-ca-cert
short-summary: When LDAP over SSL/TLS is enabled, the LDAP client is required to have base64 encoded Active Directory Certificate Service's self-signed root CA certificate, this optional parameter is used only for dual protocol with LDAP user-mapping volumes.
- name: --backup-operators
short-summary: Users to be added to the Built-in Backup Operator active directory group. A list of unique usernames without domain specifier
examples:
- name: Add an active directory to the account
text: >
@ -133,6 +141,121 @@ examples:
az netappfiles account update -g mygroup --name myname --tags testtag2=mytagb
"""
helps['netappfiles account backup'] = """
type: group
short-summary: Manage Azure NetApp Files (ANF) Account Backup Resources.
"""
helps['netappfiles account backup list'] = """
type: command
short-summary: Get list of all Azure NetApp Files (ANF) Account Backups.
parameters:
- name: --account-name -a
short-summary: The name of the ANF account
examples:
- name: Get a list of all ANF account backup
text: >
az netappfiles account backup list -g mygroup --account-name myaccountname
"""
helps['netappfiles account backup-policy'] = """
type: group
short-summary: Manage Azure NetApp Files (ANF) Backup Policy Resources.
"""
helps['netappfiles account backup-policy create'] = """
type: command
short-summary: Create a new Azure NetApp Files (ANF) backup policy.
parameters:
- name: --account-name -a
short-summary: The name of the ANF account
- name: --backup-policy-name -b
short-summary: The name of the ANF backup policy
- name: --location -l
short-summary: The location of the backup
- name: --daily-backups -d
short-summary: Daily backups count to keep
- name: --weekly-backups -w
short-summary: Weekly backups count to keep
- name: --monthly-backups -m
short-summary: Monthly backups count to keep
- name: --yearly-backups -y
short-summary: Yearly backups count to keep, not in use at the moment
- name: --enabled -e
short-summary: The property to decide policy is enabled or not
- name: --tags
short-summary: Space-separated tags in `key[=value]` format
examples:
- name: Create an ANF backup policy
text: >
az netappfiles account backup-policy create -g mygroup --account-name myaccountname --backup-policy-name mybackuppolicyname -l westus2 --daily-backups 1 --enabled true
"""
helps['netappfiles account backup-policy delete'] = """
type: command
short-summary: Delete the specified ANF backup policy.
parameters:
- name: --account-name -a
short-summary: The name of the ANF account
- name: --backup-policy-name -b
short-summary: The name of the ANF backup policy
examples:
- name: Delete an ANF backup policy
text: >
az netappfiles account backup-policy delete -g mygroup --account-name myaccname --backup-policy-name mybackuppolicyname
"""
helps['netappfiles account backup-policy list'] = """
type: command
short-summary: List the ANF backup policy for the specified account.
parameters:
- name: --account-name -a
short-summary: The name of the ANF account
examples:
- name: List the backup policy for the ANF account
text: >
az netappfiles account backup-policy list -g mygroup --account-name myname
"""
helps['netappfiles account backup-policy show'] = """
type: command
short-summary: Get the specified ANF backup policy.
parameters:
- name: --account-name -a
short-summary: The name of the ANF account
- name: --backup-policy-name -b
short-summary: The name of the ANF backup policy
examples:
- name: Get an ANF backup policy
text: >
az netappfiles account backup-policy show -g mygroup --account-name myaccname --backup-policy-name mybackuppolicyname
"""
helps['netappfiles account backup-policy update'] = """
type: command
short-summary: Update the specified ANF backup policy.
parameters:
- name: --account-name -a
short-summary: The name of the ANF account
- name: --backup-policy-name -b
short-summary: The name of the ANF backup policy
- name: --daily-backups -d
short-summary: Daily backups count to keep
- name: --weekly-backups -w
short-summary: Weekly backups count to keep
- name: --monthly-backups -m
short-summary: Monthly backups count to keep
- name: --yearly-backups -y
short-summary: Yearly backups count to keep, not in use at the moment
- name: --enabled -e
short-summary: The property to decide policy is enabled or not
examples:
- name: Update specific values for an ANF backup policy
text: >
az netappfiles account backup-policy update -g mygroup --account-name myaccountname --backup-policy-name mybackuppolicyname -l westus2 --daily-backups 1 --enabled false
"""
helps['netappfiles pool'] = """
type: group
@ -151,6 +274,8 @@ parameters:
short-summary: The size for the ANF pool. Must be an integer number of tebibytes in multiples of 4
- name: --service-level
short-summary: The service level for the ANF pool
- name: --qos-type
short-summary: The qos type of the ANF pool
- name: --tags
short-summary: Space-separated tags in `key[=value]` format
examples:
@ -209,14 +334,14 @@ parameters:
short-summary: The name of the ANF pool
- name: --size
short-summary: The size for the ANF pool. Must be an integer number of tebibytes in multiples of 4
- name: --service-level
short-summary: The service level for the ANF pool
- name: --qos-type
short-summary: The qos type of the ANF pool
- name: --tags
short-summary: Space-separated tags in `key[=value]` format
examples:
- name: Update specific values for an ANF pool
text: >
az netappfiles pool update -g mygroup --account-name myaccname --name mypoolname --service-level ultra --tags mytag1=abcd mytag2=efgh
az netappfiles pool update -g mygroup --account-name myaccname --name mypoolname --tags mytag1=abcd mytag2=efgh
"""
helps['netappfiles snapshot'] = """
@ -332,7 +457,41 @@ parameters:
- name: --tags
short-summary: Space-separated tags in `key[=value]` format
- name: --snapshot-id
short-summary: Create a volume created from this snapshot. UUID v4 or resource identifier used to identify the Snapshot. example snapshot_id "9760acf5-4638-11e7-9bdb-020073ca3333"
short-summary: Create a volume created from this snapshot. UUID v4 or resource identifier used to identify the Snapshot. example snapshot-id "9760acf5-4638-11e7-9bdb-020073ca3333"
- name: --snapshot-policy-id
short-summary: Snapshot Policy ResourceId
- name: --backup-policy-id
short-summary: Backup Policy Resource ID
- name: --backup-enabled
short-summary: Backup Enabled
- name: --backup-id
short-summary: Backup ID. UUID v4 or resource identifier used to identify the Backup
- name: --policy-enforced
short-summary: Policy Enforced
- name: --vault-id
short-summary: Vault Resource ID
- name: --kerberos-enabled
short-summary: Describe if a volume is KerberosEnabled
- name: --throughput-mibps
short-summary: Maximum throughput in Mibps that can be achieved by this volume
- name: --snapshot-dir-visible
short-summary: If enabled (true) the volume will contain a read-only .snapshot directory which provides access to each of the volume's snapshots (default to true).
- name: --security-style
short-summary: The security style of volume
- name: --kerberos5-r
short-summary: Kerberos5 Read only access
- name: --kerberos5-rw
short-summary: Kerberos5 Read and write access
- name: --kerberos5i-r
short-summary: Kerberos5i Read only access
- name: --kerberos5i-rw
short-summary: Kerberos5i Read and write access
- name: --kerberos5p-r
short-summary: Kerberos5p Read only access
- name: --kerberos5p-rw
short-summary: Kerberos5p Read and write access
- name: --has-root-access
short-summary: Has root access to volume
examples:
- name: Create an ANF volume
text: >
@ -367,7 +526,7 @@ parameters:
- name: --name --volume-name -n -v
short-summary: The name of the ANF volume
- name: --snapshot-id -s
short-summary: Snapshot_Id of the snapshot. UUID v4 used to identify the Snapshot, example "9760acf5-4638-11e7-9bdb-020073ca3333"
short-summary: SnapshotId of the snapshot. UUID v4 used to identify the Snapshot, example "9760acf5-4638-11e7-9bdb-020073ca3333"
examples:
- name: Revert a volume to one of its snapshots.
text: >
@ -407,6 +566,8 @@ parameters:
short-summary: The name of the ANF pool
- name: --name --volume-name -n -v
short-summary: The name of the replication destination volume
- name: --force --force-break-replication -f
short-summary: Force break the replication
examples:
- name: Suspend the replication process
text: >
@ -445,6 +606,22 @@ examples:
az netappfiles volume replication remove -g mygroup --account-name myaccname --pool-name mypoolname --name mydestinationvolname
"""
helps['netappfiles volume replication re-initialize'] = """
type: command
short-summary: Re-initialise a volume replication for the specified destination volume. The replication process is resumed from source to destination.
parameters:
- name: --account-name -a
short-summary: The name of the ANF account
- name: --pool-name -p
short-summary: The name of the ANF pool
- name: --name --volume-name -n -v
short-summary: The name of the replication destination volume
examples:
- name: Re-initialises the replication process
text: >
az netappfiles volume replication re-initialize -g mygroup --account-name myaccname --pool-name mypoolname --name mydestinationvolname
"""
helps['netappfiles volume replication status'] = """
type: command
short-summary: Get the replication status for the specified replication volume.
@ -576,8 +753,272 @@ parameters:
short-summary: The maximum storage quota allowed for a file system as integer number of GiB. Min 100 GiB, max 100TiB"
- name: --tags
short-summary: Space-separated tags in `key[=value]` format
- name: --backup-enabled
short-summary: Backup Enabled
- name: --backup-policy-id
short-summary: Backup Policy Resource ID
- name: --policy-enforced
short-summary: Backup Policy Enforced
- name: --vault-id
short-summary: Vault Resource ID
examples:
- name: Update an ANF volume
text: >
az netappfiles volume update -g mygroup --account-name myaccname --pool-name mypoolname --name myvolname --service-level ultra --usage-threshold 100 --tags mytag=specialvol
"""
helps['netappfiles volume pool-change'] = """
type: command
short-summary: Get the specified ANF volume.
parameters:
- name: --account-name -a
short-summary: The name of the ANF account
- name: --pool-name -p
short-summary: The name of the ANF pool
- name: --name --volume-name -n -v
short-summary: The name of the ANF volume
- name: --new-pool-resource-id -d
short-summary: The resource id of the new ANF pool
examples:
- name: Returns the properties of the given ANF volume
text: >
az netappfiles volume pool-change -g mygroup --account-name myaccname --pool-name mypoolname --name myvolname --new-pool-resource-id mynewresourceid
"""
helps['netappfiles volume backup'] = """
type: group
short-summary: Manage Azure NetApp Files (ANF) Volume Backup Resources.
"""
helps['netappfiles volume backup create'] = """
type: command
short-summary: Create specified ANF volume backup.
parameters:
- name: --account-name -a
short-summary: The name of the ANF account
- name: --pool-name -p
short-summary: The name of the ANF pool
- name: --name --volume-name -n -v
short-summary: The name of the ANF volume
- name: --backup-name -b
short-summary: The name of the ANF backup
examples:
- name: Returns the created ANF backup
text: >
az netappfiles volume backup create -g mygroup --account-name myaccname --pool-name mypoolname --name myvolname -l westus2 --backup-name mybackupname
"""
helps['netappfiles volume backup list'] = """
type: command
short-summary: List the ANF Backups for the specified volume.
parameters:
- name: --account-name -a
short-summary: The name of the ANF account
- name: --pool-name -p
short-summary: The name of the ANF pool
- name: --name --volume-name -n -v
short-summary: The name of the ANF pool
examples:
- name: List the ANF backups of the volume
text: >
az netappfiles volume backup list -g mygroup --account-name myaccname --pool-name mypoolname --name myvolname
"""
helps['netappfiles volume backup show'] = """
type: command
short-summary: Get the specified ANF Backup.
parameters:
- name: --account-name -a
short-summary: The name of the ANF account
- name: --pool-name -p
short-summary: The name of the ANF pool
- name: --name --volume-name -n -v
short-summary: The name of the ANF pool
- name: --backup-name -b
short-summary: The name of the ANF backup
examples:
- name: Returns the properties of the given ANF backup
text: >
az netappfiles volume backup show -g mygroup --account-name myaccname --pool-name mypoolname --name myvolname --backup-name mybackupname
"""
helps['netappfiles volume backup update'] = """
type: command
short-summary: Update the specified ANF backup with the values provided.
parameters:
- name: --account-name -a
short-summary: The name of the ANF account
- name: --pool-name -p
short-summary: The name of the ANF pool
- name: --name --volume-name -n -v
short-summary: The name of the ANF volume
- name: --backup-name -b
short-summary: The name of the ANF backup
examples:
- name: Update an ANF backup
text: >
az netappfiles volume backup update -g mygroup --account-name myaccname --pool-name mypoolname --name myvolname --backup-name mybackupname
"""
helps['netappfiles snapshot policy'] = """
type: group
short-summary: Manage Azure NetApp Files (ANF) Snapshot Policy Resources.
"""
helps['netappfiles snapshot policy create'] = """
type: command
short-summary: Create a new Azure NetApp Files (ANF) snapshot policy.
parameters:
- name: --account-name -a
short-summary: The name of the ANF account
- name: --snapshot-policy-name
short-summary: The name of the ANF snapshot policy
- name: --hourly-snapshots -u
short-summary: Hourly snapshots count to keep
- name: --daily-snapshots -d
short-summary: Daily snapshots count to keep
- name: --weekly-snapshots -w
short-summary: Weekly snapshots count to keep
- name: --monthly-snapshots -m
short-summary: Monthly snapshots count to keep
- name: --hourly-minute
short-summary: Which minute the hourly snapshot should be taken
- name: --daily-minute
short-summary: Which minute the daily snapshot should be taken
- name: --daily-hour
short-summary: Which hour in UTC timezone the daily snapshot should be taken
- name: --weekly-minute
short-summary: Which minute the weekly snapshot should be taken
- name: --weekly-hour
short-summary: Which hour in UTC timezone the weekly snapshot should be taken
- name: --weekly-day
short-summary: Which weekday the weekly snapshot should be taken, accepts a comma separated list of week day names in english
- name: --monthly-minute
short-summary: Which minute the monthly snapshot should be taken
- name: --monthly-hour
short-summary: Which hour in UTC timezone the monthly snapshot should be taken
- name: --monthly-days
short-summary: Which days of the month the weekly snapshot should be taken, accepts a comma separated list of days
- name: --enabled -e
short-summary: The property to decide policy is enabled or not
- name: --tags
short-summary: Space-separated tags in `key[=value]` format
examples:
- name: Create an ANF snapshot policy
text: >
az netappfiles snapshot policy create -g mygroup --account-name myaccountname --snapshot-policy-name mysnapshotpolicyname -l westus2 --hourly-snapshots 1 --enabled true
"""
helps['netappfiles snapshot policy delete'] = """
type: command
short-summary: Delete the specified ANF snapshot policy.
parameters:
- name: --account-name -a
short-summary: The name of the ANF account
- name: --snapshot-policy-name
short-summary: The name of the ANF snapshot policy
examples:
- name: Delete an ANF snapshot policy
text: >
az netappfiles snapshot policy delete -g mygroup --account-name myaccname --snapshot-policy-name mysnapshotpolicyname
"""
helps['netappfiles snapshot policy list'] = """
type: command
short-summary: List the ANF snapshot policies for the specified account.
parameters:
- name: --account-name -a
short-summary: The name of the ANF account
examples:
- name: List the snapshot policy for the ANF account
text: >
az netappfiles snapshot policy list -g mygroup --account-name myname
"""
helps['netappfiles snapshot policy show'] = """
type: command
short-summary: Get the specified ANF snapshot policy.
parameters:
- name: --account-name -a
short-summary: The name of the ANF account
- name: --snapshot-policy-name
short-summary: The name of the ANF snapshot policy
examples:
- name: Get an ANF snapshot policy
text: >
az netappfiles snapshot policy show -g mygroup --account-name myaccname --snapshot-policy-name mysnapshotpolicyname
"""
helps['netappfiles snapshot policy volumes'] = """
type: command
short-summary: Get the all ANF volumes associated with snapshot policy.
parameters:
- name: --account-name -a
short-summary: The name of the ANF account
- name: --snapshot-policy-name
short-summary: The name of the ANF snapshot policy
examples:
- name: Get ANF volumes associated with snapshot policy
text: >
az netappfiles snapshot policy volumes -g mygroup --account-name myaccname --snapshot-policy-name mysnapshotpolicyname
"""
helps['netappfiles snapshot policy update'] = """
type: command
short-summary: Update the specified ANF snapshot policy.
parameters:
- name: --account-name -a
short-summary: The name of the ANF account
- name: --snapshot-policy-name
short-summary: The name of the ANF snapshot policy
- name: --hourly-snapshots -u
short-summary: Hourly snapshots count to keep
- name: --daily-snapshots -d
short-summary: Daily snapshots count to keep
- name: --weekly-snapshots -w
short-summary: Weekly snapshots count to keep
- name: --monthly-snapshots -m
short-summary: Monthly snapshots count to keep
- name: --hourly-minute
short-summary: Which minute the hourly snapshot should be taken
- name: --daily-minute
short-summary: Which minute the daily snapshot should be taken
- name: --daily-hour
short-summary: Which hour in UTC timezone the daily snapshot should be taken
- name: --weekly-minute
short-summary: Which minute the weekly snapshot should be taken
- name: --weekly-hour
short-summary: Which hour in UTC timezone the weekly snapshot should be taken
- name: --weekly-day
short-summary: Which weekday the weekly snapshot should be taken, accepts a comma separated list of week day names in english
- name: --monthly-minute
short-summary: Which minute the monthly snapshot should be taken
- name: --monthly-hour
short-summary: Which hour in UTC timezone the monthly snapshot should be taken
- name: --monthly-days
short-summary: Which days of the month the weekly snapshot should be taken, accepts a comma separated list of days
- name: --enabled -e
short-summary: The property to decide policy is enabled or not
examples:
- name: Update specific values for an ANF snapshot policy
text: >
az netappfiles snapshot policy update -g mygroup --account-name myaccountname --snapshot-policy-name mysnapshotpolicyname -l westus2 --daily-snapshots 1 --enabled false
"""
helps['netappfiles vault'] = """
type: group
short-summary: Manage Azure NetApp Files (ANF) Vault Resources.
"""
helps['netappfiles vault list'] = """
type: command
short-summary: List the ANF vaults for NetApp Account.
parameters:
- name: --account-name -a
short-summary: The name of the ANF account
examples:
- name: List the vaults of the ANF account
text: >
az netappfiles vault list -g mygroup --account-name myname
"""

Просмотреть файл

@ -23,6 +23,7 @@ def load_arguments(self, _):
c.argument('snapshot_name', options_list=['--snapshot-name', '-s'], help='The name of the ANF snapshot')
c.argument('tag', tags_type)
c.argument('service_level', options_list=['--service-level'], arg_type=get_enum_type(['Standard', 'Premium', 'Ultra']), help='Service level')
c.argument('enabled', options_list=['--enabled', '-e'], arg_type=get_three_state_flag(), id_part=None)
with self.argument_context('netappfiles account') as c:
c.argument('account_name', account_name_type, options_list=['--name', '--account-name', '-n', '-a'])
@ -33,21 +34,44 @@ def load_arguments(self, _):
with self.argument_context('netappfiles account ad list') as c:
c.argument('account_name', help='The name of the ANF account', id_part=None)
load_additionalArguments(self, account_name_type, pool_name_type, volume_name_type)
with self.argument_context('netappfiles account backup-policy') as c:
c.argument('account_name', account_name_type)
c.argument('backup_policy_name', options_list=['--backup-policy-name', '-b'], help='The name of the backup policy', id_part='child_name_1')
c.argument('daily_backups', options_list=['--daily-backups', '-d'], help='Daily backups count to keep', id_part=None)
c.argument('weekly_backups', options_list=['--weekly-backups', '-w'], help='Weekly backups count to keep', id_part=None)
c.argument('monthly_backups', options_list=['--monthly-backups', '-m'], help='Monthly backups count to keep', id_part=None)
c.argument('yearly_backups', options_list=['--yearly-backups', '-y'], help='Yearly backups count to keep', id_part=None)
with self.argument_context('netappfiles account backup-policy list') as c:
c.argument('account_name', account_name_type, id_part=None)
c.argument('backup_policy_name', options_list=['--backup-policy-name', '-b'], help='The name of the backup policy', id_part=None)
with self.argument_context('netappfiles account backup') as c:
c.argument('account_name', account_name_type, id_part=None)
load_poolArguments(self, account_name_type, pool_name_type)
load_volumeArguments(self, account_name_type, pool_name_type, volume_name_type)
load_snapshotArguments(self, account_name_type, pool_name_type, volume_name_type)
load_vaultArguments(self, account_name_type)
def load_additionalArguments(self, account_name_type, pool_name_type, volume_name_type):
def load_poolArguments(self, account_name_type, pool_name_type):
with self.argument_context('netappfiles pool') as c:
c.argument('account_name', id_part='name')
c.argument('pool_name', pool_name_type, options_list=['--pool-name', '-p', '--name', '-n'])
with self.argument_context('netappfiles pool list') as c:
c.argument('account_name', account_name_type, options_list=['--account-name', '-a'], id_part=None)
c.argument('account_name', account_name_type, id_part=None)
def load_volumeArguments(self, account_name_type, pool_name_type, volume_name_type):
with self.argument_context('netappfiles volume') as c:
c.argument('account_name', id_part='name')
c.argument('pool_name', pool_name_type)
c.argument('volume_name', volume_name_type, options_list=['--volume-name', '-v', '--name', '-n'])
c.argument('backup_enabled', arg_type=get_three_state_flag(), id_part=None)
c.argument('policy_enforced', arg_type=get_three_state_flag(), id_part=None)
c.argument('kerberos-enabled', arg_type=get_three_state_flag(), id_part=None)
with self.argument_context('netappfiles volume list') as c:
c.argument('account_name', account_name_type, id_part=None)
@ -59,6 +83,9 @@ def load_additionalArguments(self, account_name_type, pool_name_type, volume_nam
c.argument('volume_name', volume_name_type, options_list=['--volume-name', '-v', '--name', '-n'], id_part=None)
c.argument('snapshot_id', options_list=['--snapshot-id', '-s'], help='Resource id of the snapshot', id_part=None)
with self.argument_context('netappfiles volume pool-change') as c:
c.argument('new_pool_resource_id', options_list=['--new-pool-resource-id', '-d'], help='Resource id of the new pool', id_part=None)
with self.argument_context('netappfiles volume export-policy list') as c:
c.argument('account_name', id_part=None)
c.argument('pool_name', pool_name_type, id_part=None)
@ -70,6 +97,9 @@ def load_additionalArguments(self, account_name_type, pool_name_type, volume_nam
c.argument('volume_name', volume_name_type, options_list=['--volume-name', '-v', '--name', '-n'], id_part=None)
c.argument('remote_volume_resource_id', options_list=['--remote-volume-resource-id', '-d'], help='The id of the destination replication volume', id_part=None)
with self.argument_context('netappfiles volume replication suspend') as c:
c.argument('force_break_replication', options_list=['--force', '--force-break-replication', '-f'], arg_type=get_three_state_flag(), id_part=None)
with self.argument_context('netappfiles volume export-policy add') as c:
c.argument('unix_read_only', help="Indication of read only access", arg_type=get_three_state_flag())
c.argument('unix_read_write', help="Indication of read and write access", arg_type=get_three_state_flag())
@ -77,6 +107,16 @@ def load_additionalArguments(self, account_name_type, pool_name_type, volume_nam
c.argument('nfsv3', help="Indication that NFSv3 protocol is allowed", arg_type=get_three_state_flag())
c.argument('nfsv41', help="Indication that NFSv4.1 protocol is allowed", arg_type=get_three_state_flag())
with self.argument_context('netappfiles volume backup') as c:
c.argument('backup_name', options_list=['--backup-name', '-b'], id_part='child_name_3')
with self.argument_context('netappfiles volume backup list') as c:
c.argument('account_name', id_part=None)
c.argument('pool_name', pool_name_type, id_part=None)
c.argument('backup_name', options_list=['--backup-name', '-b'], id_part=None)
def load_snapshotArguments(self, account_name_type, pool_name_type, volume_name_type):
with self.argument_context('netappfiles snapshot') as c:
c.argument('account_name', account_name_type)
c.argument('pool_name', pool_name_type)
@ -86,3 +126,20 @@ def load_additionalArguments(self, account_name_type, pool_name_type, volume_nam
with self.argument_context('netappfiles snapshot list') as c:
c.argument('account_name', account_name_type, id_part=None)
c.argument('volume_name', options_list=['--volume-name', '-v'], help='The name of the ANF volume', id_part=None)
with self.argument_context('netappfiles snapshot policy') as c:
c.argument('account_name', account_name_type)
c.argument('snapshot_policy_name', help='The name of the snapshot policy', id_part='child_name_1')
c.argument('hourly_snapshots', options_list=['--hourly-snapshots', '-u'], help='The amount of hourly snapshots to keep', id_part=None)
c.argument('daily_snapshots', options_list=['--daily-snapshots', '-d'], help='The amount of daily snapshots to keep', id_part=None)
c.argument('weekly_snapshots', options_list=['--weekly-snapshots', '-w'], help='The amount of weekly snapshots to keep', id_part=None)
c.argument('monthly_snapshots', options_list=['--monthly-snapshots', '-m'], help='The amount of monthly snapshots to keep', id_part=None)
with self.argument_context('netappfiles snapshot policy list') as c:
c.argument('account_name', account_name_type, id_part=None)
c.argument('snapshot_policy_name', options_list=['--snapshot-policy-name', '--name', '-n'], help='The name of the snapshot policy', id_part=None)
def load_vaultArguments(self, account_name_type):
with self.argument_context('netappfiles vault list') as c:
c.argument('account_name', account_name_type, id_part=None)

Просмотреть файл

@ -10,7 +10,12 @@ from ._client_factory import (
accounts_mgmt_client_factory,
pools_mgmt_client_factory,
volumes_mgmt_client_factory,
snapshots_mgmt_client_factory)
snapshots_mgmt_client_factory,
snapshot_policies_mgmt_client_factory,
account_backups_mgmt_client_factory,
backups_mgmt_client_factory,
backup_policies_mgmt_client_factory,
vaults_mgmt_client_factory)
from ._exception_handler import netappfiles_exception_handler
@ -20,25 +25,69 @@ def load_command_table(self, _):
client_factory=accounts_mgmt_client_factory,
exception_handler=netappfiles_exception_handler
)
load_accounts_command_groups(self, netappfiles_accounts_sdk)
netappfiles_pools_sdk = CliCommandType(
operations_tmpl='azure.mgmt.netapp.operations._pools_operations#PoolsOperations.{}',
client_factory=pools_mgmt_client_factory,
exception_handler=netappfiles_exception_handler
)
load_pools_command_groups(self, netappfiles_pools_sdk)
netappfiles_volumes_sdk = CliCommandType(
operations_tmpl='azure.mgmt.netapp.operations._volumes_operations#VolumesOperations.{}',
client_factory=volumes_mgmt_client_factory,
exception_handler=netappfiles_exception_handler
)
load_volumes_command_groups(self, netappfiles_volumes_sdk)
netappfiles_snapshots_sdk = CliCommandType(
operations_tmpl='azure.mgmt.netapp.operations._snapshots_operations#SnapshotsOperations.{}',
client_factory=snapshots_mgmt_client_factory,
exception_handler=netappfiles_exception_handler
)
load_snapshots_command_groups(self, netappfiles_snapshots_sdk)
netappfiles_snapshot_policies_sdk = CliCommandType(
operations_tmpl='azure.mgmt.netapp.operations._snapshot_policies_operations#SnapshotPoliciesOperations.{}',
client_factory=snapshot_policies_mgmt_client_factory,
exception_handler=netappfiles_exception_handler
)
load_snapshots_policies_command_groups(self, netappfiles_snapshot_policies_sdk)
netappfiles_account_backups_sdk = CliCommandType(
operations_tmpl='azure.mgmt.netapp.operations._account_backups_operations#AccountBackupsOperations.{}',
client_factory=account_backups_mgmt_client_factory,
exception_handler=netappfiles_exception_handler
)
load_account_backup_command_groups(self, netappfiles_account_backups_sdk)
netappfiles_backups_sdk = CliCommandType(
operations_tmpl='azure.mgmt.netapp.operations._backups_operations#BackupsOperations.{}',
client_factory=backups_mgmt_client_factory,
exception_handler=netappfiles_exception_handler
)
load_backups_command_groups(self, netappfiles_backups_sdk)
netappfiles_backup_policies_sdk = CliCommandType(
operations_tmpl='azure.mgmt.netapp.operations._backup_policies_operations#BackupPoliciesOperations.{}',
client_factory=backup_policies_mgmt_client_factory,
exception_handler=netappfiles_exception_handler
)
load_backup_policies_command_groups(self, netappfiles_backup_policies_sdk)
netappfiles_vaults_sdk = CliCommandType(
operations_tmpl='azure.mgmt.netapp.operations._vaults_operations#VaultsOperations.{}',
client_factory=vaults_mgmt_client_factory,
exception_handler=netappfiles_exception_handler
)
load_vaults_command_groups(self, netappfiles_vaults_sdk)
with self.command_group('netappfiles', is_preview=True):
pass
def load_accounts_command_groups(self, netappfiles_accounts_sdk):
with self.command_group('netappfiles account', netappfiles_accounts_sdk) as g:
g.show_command('show', 'get')
g.command('list', 'list')
@ -71,6 +120,28 @@ def load_command_table(self, _):
doc_string_source='azure.mgmt.netapp.models#NetAppAccount',
exception_handler=netappfiles_exception_handler)
def load_account_backup_command_groups(self, netappfiles_account_backups_sdk):
with self.command_group('netappfiles account backup', netappfiles_account_backups_sdk) as g:
g.command('list', 'list')
def load_backup_policies_command_groups(self, netappfiles_backup_policies_sdk):
with self.command_group('netappfiles account backup-policy', netappfiles_backup_policies_sdk) as g:
g.show_command('show', 'get')
g.command('list', 'list')
g.command('delete', 'delete')
g.custom_command('update', 'patch_backup_policy',
client_factory=backup_policies_mgmt_client_factory,
doc_string_source='azure.mgmt.netapp.models#BackupPolicyPatch',
exception_handler=netappfiles_exception_handler)
g.custom_command('create', 'create_backup_policy',
client_factory=backup_policies_mgmt_client_factory,
doc_string_source='azure.mgmt.netapp.models#BackupPolicy',
exception_handler=netappfiles_exception_handler)
def load_pools_command_groups(self, netappfiles_pools_sdk):
with self.command_group('netappfiles pool', netappfiles_pools_sdk) as g:
g.show_command('show', 'get')
g.command('list', 'list')
@ -83,9 +154,11 @@ def load_command_table(self, _):
setter_name='update',
custom_func_name='patch_pool',
setter_arg_name='body',
doc_string_source='azure.mgmt.netapp.models#CapacityPool',
doc_string_source='azure.mgmt.netapp.models#CapacityPoolPatch',
exception_handler=netappfiles_exception_handler)
def load_volumes_command_groups(self, netappfiles_volumes_sdk):
with self.command_group('netappfiles volume', netappfiles_volumes_sdk) as g:
g.show_command('show', 'get')
g.command('list', 'list')
@ -104,6 +177,7 @@ def load_command_table(self, _):
client_factory=volumes_mgmt_client_factory,
doc_string_source='azure.mgmt.netapp.models#Volume',
exception_handler=netappfiles_exception_handler)
g.command('pool-change', 'pool_change')
with self.command_group('netappfiles volume export-policy', netappfiles_volumes_sdk) as g:
g.generic_update_command('add',
@ -132,7 +206,19 @@ def load_command_table(self, _):
g.command('resume', 'resync_replication')
g.command('remove', 'delete_replication')
g.command('status', 'replication_status_method')
g.command('re-initialize', 're_initialize_replication')
def load_backups_command_groups(self, netappfiles_backups_sdk):
with self.command_group('netappfiles volume backup', netappfiles_backups_sdk) as g:
g.show_command('show', 'get')
g.command('list', 'list')
g.command('delete', 'delete')
g.command('update', 'update')
g.command('create', 'create')
def load_snapshots_command_groups(self, netappfiles_snapshots_sdk):
with self.command_group('netappfiles snapshot', netappfiles_snapshots_sdk) as g:
g.show_command('show', 'get')
g.command('list', 'list')
@ -142,5 +228,26 @@ def load_command_table(self, _):
doc_string_source='azure.mgmt.netapp.models#Snapshot',
exception_handler=netappfiles_exception_handler)
with self.command_group('netappfiles', is_preview=True) as g:
pass
def load_snapshots_policies_command_groups(self, netappfiles_snapshot_policies_sdk):
with self.command_group('netappfiles snapshot policy', netappfiles_snapshot_policies_sdk) as g:
g.show_command('show', 'get')
g.command('list', 'list')
g.custom_command('volumes', 'list_volumes',
client_factory=snapshot_policies_mgmt_client_factory,
doc_string_source='azure.mgmt.netapp.models#SnapshotPolicy',
exception_handler=netappfiles_exception_handler)
g.command('delete', 'delete')
g.custom_command('update', 'patch_snapshot_policy',
client_factory=snapshot_policies_mgmt_client_factory,
doc_string_source='azure.mgmt.netapp.models#SnapshotPolicyPatch',
exception_handler=netappfiles_exception_handler)
g.custom_command('create', 'create_snapshot_policy',
client_factory=snapshot_policies_mgmt_client_factory,
doc_string_source='azure.mgmt.netapp.models#SnapshotPolicy',
exception_handler=netappfiles_exception_handler)
def load_vaults_command_groups(self, netappfiles_vaults_sdk):
with self.command_group('netappfiles vault', netappfiles_vaults_sdk) as g:
g.command('list', 'list')

Просмотреть файл

@ -6,7 +6,7 @@
# pylint: disable=line-too-long
from knack.log import get_logger
from azure.mgmt.netapp.models import ActiveDirectory, NetAppAccount, NetAppAccountPatch, CapacityPool, CapacityPoolPatch, Volume, VolumePatch, VolumePropertiesExportPolicy, ExportPolicyRule, Snapshot, ReplicationObject, VolumePropertiesDataProtection
from azure.mgmt.netapp.models import ActiveDirectory, NetAppAccount, NetAppAccountPatch, CapacityPool, CapacityPoolPatch, Volume, VolumePatch, VolumePropertiesExportPolicy, ExportPolicyRule, Snapshot, ReplicationObject, VolumePropertiesDataProtection, SnapshotPolicy, SnapshotPolicyPatch, HourlySchedule, DailySchedule, WeeklySchedule, MonthlySchedule, VolumeSnapshotProperties, VolumeBackupProperties, BackupPolicy, BackupPolicyPatch, VolumePatchPropertiesDataProtection
from azure.cli.core.commands.client_factory import get_subscription_id
from msrestazure.tools import is_valid_resource_id, parse_resource_id
@ -36,9 +36,14 @@ def create_account(cmd, client, account_name, resource_group_name, location, tag
# pylint: disable=unused-argument
# add an active directory to the netapp account
# current limitation is 1 AD/subscription
def add_active_directory(cmd, instance, account_name, resource_group_name, username, password, domain, dns, smb_server_name, organizational_unit=None):
def add_active_directory(cmd, instance, account_name, resource_group_name, username, password, domain, dns,
smb_server_name, organizational_unit=None, kdc_ip=None, ad_name=None,
server_root_ca_cert=None, backup_operators=None):
active_directories = []
active_directory = ActiveDirectory(username=username, password=password, domain=domain, dns=dns, smb_server_name=smb_server_name, organizational_unit=organizational_unit)
active_directory = ActiveDirectory(username=username, password=password, domain=domain, dns=dns,
smb_server_name=smb_server_name, organizational_unit=organizational_unit,
kdc_ip=kdc_ip, ad_name=ad_name, backup_operators=backup_operators,
server_root_ca_certificate=server_root_ca_cert)
active_directories.append(active_directory)
body = NetAppAccountPatch(active_directories=active_directories)
_update_mapper(instance, body, ['active_directories'])
@ -78,24 +83,31 @@ def patch_account(cmd, instance, account_name, resource_group_name, tags=None):
# -- pool --
def create_pool(cmd, client, account_name, pool_name, resource_group_name, service_level, location, size, tags=None):
body = CapacityPool(service_level=service_level, size=int(size) * tib_scale, location=location, tags=tags)
def create_pool(cmd, client, account_name, pool_name, resource_group_name, service_level, location, size, tags=None, qos_type=None):
body = CapacityPool(service_level=service_level, size=int(size) * tib_scale, location=location, tags=tags, qos_type=qos_type)
return client.create_or_update(body, resource_group_name, account_name, pool_name)
# pool update
def patch_pool(cmd, instance, size=None, service_level=None, tags=None):
def patch_pool(cmd, instance, size=None, qos_type=None, tags=None):
# put operation to update the record
if size is not None:
size = int(size) * tib_scale
body = CapacityPoolPatch(service_level=service_level, size=size, tags=tags)
_update_mapper(instance, body, ['service_level', 'size', 'tags'])
body = CapacityPoolPatch(qos_type=qos_type, size=size, tags=tags)
_update_mapper(instance, body, ['qos_type', 'size', 'tags'])
return body
# -- volume --
# pylint: disable=too-many-locals
def create_volume(cmd, client, account_name, pool_name, volume_name, resource_group_name, location, file_path, usage_threshold, vnet, subnet='default', service_level=None, protocol_types=None, volume_type=None, endpoint_type=None, replication_schedule=None, remote_volume_resource_id=None, tags=None, snapshot_id=None):
def create_volume(cmd, client, account_name, pool_name, volume_name, resource_group_name, location, file_path,
usage_threshold, vnet, subnet='default', service_level=None, protocol_types=None, volume_type=None,
endpoint_type=None, replication_schedule=None, remote_volume_resource_id=None, tags=None,
snapshot_id=None, snapshot_policy_id=None, backup_policy_id=None, backup_enabled=None, backup_id=None,
policy_enforced=None, vault_id=None, kerberos_enabled=None, security_style=None, throughput_mibps=None,
kerberos5_r=None, kerberos5_rw=None, kerberos5i_r=None,
kerberos5i_rw=None, kerberos5p_r=None, kerberos5p_rw=None,
has_root_access=None, snapshot_dir_visible=None):
subs_id = get_subscription_id(cmd.cli_ctx)
# determine vnet - supplied value can be name or ARM resource Id
@ -118,24 +130,36 @@ def create_volume(cmd, client, account_name, pool_name, volume_name, resource_gr
# add export policy subcommand
if (protocol_types is not None) and ("NFSv4.1" in protocol_types):
rules = []
export_policy = ExportPolicyRule(rule_index=1, unix_read_only=False, unix_read_write=True, cifs=False, nfsv3=False, nfsv41=True, allowed_clients="0.0.0.0/0")
export_policy = ExportPolicyRule(rule_index=1, unix_read_only=False, unix_read_write=True, cifs=False,
nfsv3=False, nfsv41=True, allowed_clients="0.0.0.0/0",
kerberos5_read_only=kerberos5_r,
kerberos5_read_write=kerberos5_rw,
kerberos5i_read_only=kerberos5i_r,
kerberos5i_read_write=kerberos5i_rw,
kerberos5p_read_only=kerberos5p_r,
kerberos5p_read_write=kerberos5p_rw,
has_root_access=has_root_access)
rules.append(export_policy)
volume_export_policy = VolumePropertiesExportPolicy(rules=rules)
else:
volume_export_policy = None
# if we have a data protection volume requested then build the component
if volume_type == "DataProtection":
replication = ReplicationObject(
endpoint_type=endpoint_type,
replication_schedule=replication_schedule,
remote_volume_resource_id=remote_volume_resource_id
)
data_protection = None
replication = None
snapshot = None
backup = None
data_protection = VolumePropertiesDataProtection(replication=replication)
else:
data_protection = None
if volume_type == "DataProtection":
replication = ReplicationObject(endpoint_type=endpoint_type, replication_schedule=replication_schedule,
remote_volume_resource_id=remote_volume_resource_id)
if snapshot_policy_id is not None:
snapshot = VolumeSnapshotProperties(snapshot_policy_id=snapshot_policy_id)
if backup_policy_id is not None:
backup = VolumeBackupProperties(backup_policy_id=backup_policy_id, policy_enforced=policy_enforced,
vault_id=vault_id, backup_enabled=backup_enabled)
if replication is not None or snapshot is not None or backup is not None:
data_protection = VolumePropertiesDataProtection(replication=replication, snapshot=snapshot, backup=backup)
subnet_id = "/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Network/virtualNetworks/%s/subnets/%s" % (subs_id, subnet_rg, vnet, subnet)
body = Volume(
@ -148,6 +172,11 @@ def create_volume(cmd, client, account_name, pool_name, volume_name, resource_gr
export_policy=volume_export_policy,
volume_type=volume_type,
data_protection=data_protection,
backup_id=backup_id,
kerberos_enabled=kerberos_enabled,
throughput_mibps=throughput_mibps,
snapshot_directory_visible=snapshot_dir_visible,
security_style=security_style,
tags=tags,
snapshot_id=snapshot_id)
@ -160,13 +189,19 @@ def revert_snapshot(cmd, client, account_name, pool_name, volume_name, resource_
# volume update
def patch_volume(cmd, instance, usage_threshold=None, service_level=None, protocol_types=None, tags=None):
def patch_volume(cmd, instance, usage_threshold=None, service_level=None, protocol_types=None, tags=None, vault_id=None,
backup_enabled=False, backup_policy_id=None, policy_enforced=False, throughput_mibps=None):
params = VolumePatch(
usage_threshold=None if usage_threshold is None else int(usage_threshold) * gib_scale,
service_level=service_level,
protocol_types=protocol_types,
data_protection=None if vault_id is None else VolumePatchPropertiesDataProtection(
backup=VolumeBackupProperties(vault_id=vault_id, backup_enabled=backup_enabled,
backup_policy_id=backup_policy_id, policy_enforced=policy_enforced)),
tags=tags)
_update_mapper(instance, params, ['service_level', 'usage_threshold', 'tags'])
if throughput_mibps is not None:
params.throughput_mibps = throughput_mibps
_update_mapper(instance, params, ['service_level', 'usage_threshold', 'tags', 'data_protection'])
return params
@ -233,3 +268,77 @@ def authorize_replication(cmd, client, resource_group_name, account_name, pool_n
def create_snapshot(cmd, client, account_name, pool_name, volume_name, snapshot_name, resource_group_name, location):
body = Snapshot(location=location)
return client.create(resource_group_name, account_name, pool_name, volume_name, snapshot_name, body.location)
# -- snapshot policies --
def create_snapshot_policy(client, resource_group_name, account_name, snapshot_policy_name, location,
hourly_snapshots=0, hourly_minute=0,
daily_snapshots=0, daily_minute=0, daily_hour=0,
weekly_snapshots=0, weekly_minute=0, weekly_hour=0, weekly_day=None,
monthly_snapshots=0, monthly_minute=0, monthly_hour=0, monthly_days=None,
enabled=False, tags=None):
body = SnapshotPolicy(
location=location,
hourly_schedule=HourlySchedule(snapshots_to_keep=hourly_snapshots, minute=hourly_minute),
daily_schedule=DailySchedule(snapshots_to_keep=daily_snapshots, minute=daily_minute, hour=daily_hour),
weekly_schedule=WeeklySchedule(snapshots_to_keep=weekly_snapshots, minute=weekly_minute,
hour=weekly_hour, day=weekly_day),
monthly_schedule=MonthlySchedule(snapshots_to_keep=monthly_snapshots, minute=monthly_minute,
hour=monthly_hour, days_of_month=monthly_days),
enabled=enabled,
tags=tags)
return client.create(body, resource_group_name, account_name, snapshot_policy_name)
def patch_snapshot_policy(client, resource_group_name, account_name, snapshot_policy_name, location,
hourly_snapshots=0, hourly_minute=0,
daily_snapshots=0, daily_minute=0, daily_hour=0,
weekly_snapshots=0, weekly_minute=0, weekly_hour=0, weekly_day=None,
monthly_snapshots=0, monthly_minute=0, monthly_hour=0, monthly_days=None,
enabled=False):
body = SnapshotPolicyPatch(
location=location,
hourly_schedule=HourlySchedule(snapshots_to_keep=hourly_snapshots, minute=hourly_minute),
daily_schedule=DailySchedule(snapshots_to_keep=daily_snapshots, minute=daily_minute, hour=daily_hour),
weekly_schedule=WeeklySchedule(snapshots_to_keep=weekly_snapshots, minute=weekly_minute,
hour=weekly_hour, day=weekly_day),
monthly_schedule=MonthlySchedule(snapshots_to_keep=monthly_snapshots, minute=monthly_minute,
hour=monthly_hour, days_of_month=monthly_days),
enabled=enabled)
return client.update(body, resource_group_name, account_name, snapshot_policy_name)
def list_volumes(client, account_name, resource_group_name, snapshot_policy_name):
return client.list_volumes(resource_group_name, account_name, snapshot_policy_name)
# -- backup policies --
def create_backup_policy(client, resource_group_name, account_name, backup_policy_name, location,
daily_backups=0, weekly_backups=0, monthly_backups=0,
yearly_backups=0, enabled=False, tags=None):
body = BackupPolicy(
location=location,
daily_backups_to_keep=daily_backups,
weekly_backups_to_keep=weekly_backups,
monthly_backups_to_keep=monthly_backups,
yearly_backups_to_keep=yearly_backups,
enabled=enabled,
tags=tags)
return client.create(resource_group_name, account_name, backup_policy_name, body)
def patch_backup_policy(client, resource_group_name, account_name, backup_policy_name, location,
daily_backups=0, weekly_backups=0, monthly_backups=0,
yearly_backups=0, enabled=False):
body = BackupPolicyPatch(
location=location,
daily_backups_to_keep=daily_backups,
weekly_backups_to_keep=weekly_backups,
monthly_backups_to_keep=monthly_backups,
yearly_backups_to_keep=yearly_backups,
enabled=enabled)
return client.update(resource_group_name, account_name, backup_policy_name, body)

Просмотреть файл

@ -17,20 +17,20 @@ interactions:
ParameterSetName:
- -g -a -l --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A52%3A04.4356063Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Creating"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-19T10%3A41%3A24.1960343Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d3e1c352-ffd7-40d6-b70a-e94f2a984719?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/61115303-a786-457c-a8ff-097047013098?api-version=2020-06-01
cache-control:
- no-cache
content-length:
@ -38,9 +38,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:52:05 GMT
- Mon, 19 Oct 2020 10:41:24 GMT
etag:
- W/"datetime'2020-09-04T14%3A52%3A04.4356063Z'"
- W/"datetime'2020-10-19T10%3A41%3A24.1960343Z'"
expires:
- '-1'
pragma:
@ -54,7 +54,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1177'
- '1199'
x-powered-by:
- ASP.NET
status:
@ -74,13 +74,13 @@ interactions:
ParameterSetName:
- -g -a -l --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d3e1c352-ffd7-40d6-b70a-e94f2a984719?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/61115303-a786-457c-a8ff-097047013098?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d3e1c352-ffd7-40d6-b70a-e94f2a984719","name":"d3e1c352-ffd7-40d6-b70a-e94f2a984719","status":"Succeeded","startTime":"2020-09-04T14:52:04.3306903Z","endTime":"2020-09-04T14:52:04.5025182Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/61115303-a786-457c-a8ff-097047013098","name":"61115303-a786-457c-a8ff-097047013098","status":"Succeeded","startTime":"2020-10-19T10:41:23.9771208Z","endTime":"2020-10-19T10:41:24.3990396Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -91,7 +91,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:52:36 GMT
- Mon, 19 Oct 2020 10:41:56 GMT
expires:
- '-1'
pragma:
@ -127,13 +127,13 @@ interactions:
ParameterSetName:
- -g -a -l --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A52%3A04.4986513Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-19T10%3A41%3A24.3961751Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -144,9 +144,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:52:37 GMT
- Mon, 19 Oct 2020 10:41:56 GMT
etag:
- W/"datetime'2020-09-04T14%3A52%3A04.4986513Z'"
- W/"datetime'2020-10-19T10%3A41%3A24.3961751Z'"
expires:
- '-1'
pragma:
@ -180,17 +180,17 @@ interactions:
Connection:
- keep-alive
ParameterSetName:
- -g -n --username --password --smb-server-name --dns --domain
- -g -n --username --password --smb-server-name --dns --domain --ad-name --kdc-ip
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A52%3A04.4986513Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-19T10%3A41%3A24.3961751Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -201,9 +201,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:52:39 GMT
- Mon, 19 Oct 2020 10:41:59 GMT
etag:
- W/"datetime'2020-09-04T14%3A52%3A04.4986513Z'"
- W/"datetime'2020-10-19T10%3A41%3A24.3961751Z'"
expires:
- '-1'
pragma:
@ -227,7 +227,8 @@ interactions:
message: OK
- request:
body: '{"properties": {"activeDirectories": [{"username": "aduser", "password":
"aduser", "domain": "westcentralus", "dns": "1.2.3.4", "smbServerName": "SMBSERVER"}]}}'
"aduser", "domain": "westcentralus", "dns": "1.2.3.4", "smbServerName": "SMBSERVER",
"kdcIP": "172.16.254.1", "adName": "cli-ad-name"}]}}'
headers:
Accept:
- application/json
@ -238,34 +239,34 @@ interactions:
Connection:
- keep-alive
Content-Length:
- '160'
- '210'
Content-Type:
- application/json; charset=utf-8
ParameterSetName:
- -g -n --username --password --smb-server-name --dns --domain
- -g -n --username --password --smb-server-name --dns --domain --ad-name --kdc-ip
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PATCH
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A52%3A41.6831958Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded","activeDirectories":[{"activeDirectoryId":"73e502a6-0d7a-3d19-1e5c-628638bc9e97","username":"aduser","password":"****************","domain":"westcentralus","dns":"1.2.3.4","status":"Created","smbServerName":"SMBSERVER","organizationalUnit":"CN=Computers"}]}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-19T10%3A42%3A02.5641206Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded","activeDirectories":[{"activeDirectoryId":"ca110541-833d-12b6-3e94-ec8f9099d921","username":"aduser","password":"****************","domain":"westcentralus","dns":"1.2.3.4","status":"Created","smbServerName":"SMBSERVER","organizationalUnit":"CN=Computers","kdcIP":"172.16.254.1","adName":"cli-ad-name"}]}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '701'
- '747'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:52:41 GMT
- Mon, 19 Oct 2020 10:42:02 GMT
etag:
- W/"datetime'2020-09-04T14%3A52%3A41.6831958Z'"
- W/"datetime'2020-10-19T10%3A42%3A02.5641206Z'"
expires:
- '-1'
pragma:
@ -283,7 +284,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1183'
- '1197'
x-powered-by:
- ASP.NET
status:
@ -303,28 +304,28 @@ interactions:
ParameterSetName:
- -g -n
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A52%3A42.3506718Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded","activeDirectories":[{"activeDirectoryId":"73e502a6-0d7a-3d19-1e5c-628638bc9e97","username":"aduser","password":"****************","domain":"westcentralus","dns":"1.2.3.4","status":"Created","smbServerName":"SMBSERVER","organizationalUnit":"CN=Computers"}]}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-19T10%3A42%3A02.9934241Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded","activeDirectories":[{"activeDirectoryId":"ca110541-833d-12b6-3e94-ec8f9099d921","username":"aduser","password":"****************","domain":"westcentralus","dns":"1.2.3.4","status":"Created","smbServerName":"SMBSERVER","organizationalUnit":"CN=Computers","kdcIP":"172.16.254.1","adName":"cli-ad-name"}]}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '701'
- '747'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:52:43 GMT
- Mon, 19 Oct 2020 10:42:04 GMT
etag:
- W/"datetime'2020-09-04T14%3A52%3A42.3506718Z'"
- W/"datetime'2020-10-19T10%3A42%3A02.9934241Z'"
expires:
- '-1'
pragma:
@ -360,28 +361,28 @@ interactions:
ParameterSetName:
- -g -n --active-directory
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A52%3A42.3506718Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded","activeDirectories":[{"activeDirectoryId":"73e502a6-0d7a-3d19-1e5c-628638bc9e97","username":"aduser","password":"****************","domain":"westcentralus","dns":"1.2.3.4","status":"Created","smbServerName":"SMBSERVER","organizationalUnit":"CN=Computers"}]}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-19T10%3A42%3A02.9934241Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded","activeDirectories":[{"activeDirectoryId":"ca110541-833d-12b6-3e94-ec8f9099d921","username":"aduser","password":"****************","domain":"westcentralus","dns":"1.2.3.4","status":"Created","smbServerName":"SMBSERVER","organizationalUnit":"CN=Computers","kdcIP":"172.16.254.1","adName":"cli-ad-name"}]}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '701'
- '747'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:52:44 GMT
- Mon, 19 Oct 2020 10:42:06 GMT
etag:
- W/"datetime'2020-09-04T14%3A52%3A42.3506718Z'"
- W/"datetime'2020-10-19T10%3A42%3A02.9934241Z'"
expires:
- '-1'
pragma:
@ -422,30 +423,30 @@ interactions:
ParameterSetName:
- -g -n --active-directory
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A52%3A45.5369479Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Updating","activeDirectories":[{"activeDirectoryId":"73e502a6-0d7a-3d19-1e5c-628638bc9e97","username":"aduser","password":"****************","domain":"westcentralus","dns":"1.2.3.4","status":"Created","smbServerName":"SMBSERVER","organizationalUnit":"CN=Computers"}]}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-19T10%3A42%3A07.5836648Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Updating","activeDirectories":[{"activeDirectoryId":"ca110541-833d-12b6-3e94-ec8f9099d921","username":"aduser","password":"****************","domain":"westcentralus","dns":"1.2.3.4","status":"Created","smbServerName":"SMBSERVER","organizationalUnit":"CN=Computers","kdcIP":"172.16.254.1","adName":"cli-ad-name"}]}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fd745c63-6ece-4b40-a6e6-63fadf51407d?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cb00a24-4ac7-4f62-92eb-1976aac8c26d?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '700'
- '746'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:52:45 GMT
- Mon, 19 Oct 2020 10:42:07 GMT
etag:
- W/"datetime'2020-09-04T14%3A52%3A45.5369479Z'"
- W/"datetime'2020-10-19T10%3A42%3A07.5836648Z'"
expires:
- '-1'
pragma:
@ -463,7 +464,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1182'
- '1198'
x-powered-by:
- ASP.NET
status:
@ -483,13 +484,13 @@ interactions:
ParameterSetName:
- -g -n --active-directory
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fd745c63-6ece-4b40-a6e6-63fadf51407d?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cb00a24-4ac7-4f62-92eb-1976aac8c26d?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fd745c63-6ece-4b40-a6e6-63fadf51407d","name":"fd745c63-6ece-4b40-a6e6-63fadf51407d","status":"Succeeded","startTime":"2020-09-04T14:52:45.4761936Z","endTime":"2020-09-04T14:52:45.8981068Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cb00a24-4ac7-4f62-92eb-1976aac8c26d","name":"7cb00a24-4ac7-4f62-92eb-1976aac8c26d","status":"Succeeded","startTime":"2020-10-19T10:42:07.5150847Z","endTime":"2020-10-19T10:42:08.2024878Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -500,7 +501,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:53:16 GMT
- Mon, 19 Oct 2020 10:42:38 GMT
expires:
- '-1'
pragma:
@ -536,13 +537,13 @@ interactions:
ParameterSetName:
- -g -n --active-directory
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A52%3A45.8912025Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-19T10%3A42%3A08.2000999Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -553,9 +554,66 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:53:17 GMT
- Mon, 19 Oct 2020 10:42:39 GMT
etag:
- W/"datetime'2020-09-04T14%3A52%3A45.8912025Z'"
- W/"datetime'2020-10-19T10%3A42%3A08.2000999Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account show
Connection:
- keep-alive
ParameterSetName:
- -g -n
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-19T10%3A42%3A08.2000999Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '444'
content-type:
- application/json; charset=utf-8
date:
- Mon, 19 Oct 2020 10:42:42 GMT
etag:
- W/"datetime'2020-10-19T10%3A42%3A08.2000999Z'"
expires:
- '-1'
pragma:

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -17,20 +17,20 @@ interactions:
ParameterSetName:
- --resource-group --account-name -l --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A53%3A32.0431489Z''\"","location":"westus2","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"provisioningState":"Creating"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A31%3A45.9434875Z''\"","location":"westus2","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/97d2e060-3ed9-4973-a06e-7c51cef115fc?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eacd0575-7a43-45c9-9c15-d127aac48264?api-version=2020-06-01
cache-control:
- no-cache
content-length:
@ -38,9 +38,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:53:32 GMT
- Wed, 14 Oct 2020 14:31:46 GMT
etag:
- W/"datetime'2020-09-04T14%3A53%3A32.0431489Z'"
- W/"datetime'2020-10-14T14%3A31%3A45.9434875Z'"
expires:
- '-1'
pragma:
@ -54,7 +54,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1184'
- '1198'
x-powered-by:
- ASP.NET
status:
@ -74,13 +74,13 @@ interactions:
ParameterSetName:
- --resource-group --account-name -l --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/97d2e060-3ed9-4973-a06e-7c51cef115fc?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eacd0575-7a43-45c9-9c15-d127aac48264?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/97d2e060-3ed9-4973-a06e-7c51cef115fc","name":"97d2e060-3ed9-4973-a06e-7c51cef115fc","status":"Succeeded","startTime":"2020-09-04T14:53:31.9342987Z","endTime":"2020-09-04T14:53:32.1218035Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eacd0575-7a43-45c9-9c15-d127aac48264","name":"eacd0575-7a43-45c9-9c15-d127aac48264","status":"Succeeded","startTime":"2020-10-14T14:31:45.8818968Z","endTime":"2020-10-14T14:31:46.0068418Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -91,7 +91,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:54:04 GMT
- Wed, 14 Oct 2020 14:32:18 GMT
expires:
- '-1'
pragma:
@ -127,13 +127,13 @@ interactions:
ParameterSetName:
- --resource-group --account-name -l --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A53%3A32.1121982Z''\"","location":"westus2","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A31%3A46.0065315Z''\"","location":"westus2","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -144,9 +144,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:54:04 GMT
- Wed, 14 Oct 2020 14:32:19 GMT
etag:
- W/"datetime'2020-09-04T14%3A53%3A32.1121982Z'"
- W/"datetime'2020-10-14T14%3A31%3A46.0065315Z'"
expires:
- '-1'
pragma:
@ -182,15 +182,15 @@ interactions:
ParameterSetName:
- --resource-group
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts?api-version=2020-06-01
response:
body:
string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A53%3A32.1121982Z''\"","location":"westus2","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"provisioningState":"Succeeded"}}]}'
string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A31%3A46.0065315Z''\"","location":"westus2","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"provisioningState":"Succeeded"}}]}'
headers:
access-control-expose-headers:
- Request-Context
@ -201,7 +201,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:54:08 GMT
- Wed, 14 Oct 2020 14:32:20 GMT
expires:
- '-1'
pragma:
@ -239,12 +239,12 @@ interactions:
ParameterSetName:
- --resource-group --account-name
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: DELETE
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: ''
@ -252,17 +252,17 @@ interactions:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a521cfba-7fe8-4dc0-b795-91a8b488eba4?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80857440-80d0-48f4-896a-692e5691138e?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '0'
date:
- Fri, 04 Sep 2020 14:54:09 GMT
- Wed, 14 Oct 2020 14:32:23 GMT
expires:
- '-1'
location:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a521cfba-7fe8-4dc0-b795-91a8b488eba4?api-version=2020-02-01&operationResultResponseType=Location
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80857440-80d0-48f4-896a-692e5691138e?api-version=2020-06-01&operationResultResponseType=Location
pragma:
- no-cache
request-context:
@ -274,7 +274,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-deletes:
- '14997'
- '14999'
x-powered-by:
- ASP.NET
status:
@ -294,13 +294,13 @@ interactions:
ParameterSetName:
- --resource-group --account-name
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a521cfba-7fe8-4dc0-b795-91a8b488eba4?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80857440-80d0-48f4-896a-692e5691138e?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a521cfba-7fe8-4dc0-b795-91a8b488eba4","name":"a521cfba-7fe8-4dc0-b795-91a8b488eba4","status":"Succeeded","startTime":"2020-09-04T14:54:10.2921414Z","endTime":"2020-09-04T14:54:10.4329111Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80857440-80d0-48f4-896a-692e5691138e","name":"80857440-80d0-48f4-896a-692e5691138e","status":"Succeeded","startTime":"2020-10-14T14:32:24.3246863Z","endTime":"2020-10-14T14:32:24.4183904Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -311,7 +311,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:54:41 GMT
- Wed, 14 Oct 2020 14:32:55 GMT
expires:
- '-1'
pragma:
@ -347,12 +347,12 @@ interactions:
ParameterSetName:
- --resource-group
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts?api-version=2020-06-01
response:
body:
string: '{"value":[]}'
@ -364,7 +364,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:54:43 GMT
- Wed, 14 Oct 2020 14:32:56 GMT
expires:
- '-1'
pragma:
@ -396,30 +396,30 @@ interactions:
ParameterSetName:
- -g -a -l --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A54%3A49.7185967Z''\"","location":"westus2","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A33%3A05.5126019Z''\"","location":"westus2","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b91ab249-61ab-4ea6-86db-78ddfe60206e?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/55960594-bc53-4d70-a88c-e7ced869a481?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '460'
- '459'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:54:50 GMT
- Wed, 14 Oct 2020 14:33:07 GMT
etag:
- W/"datetime'2020-09-04T14%3A54%3A49.7185967Z'"
- W/"datetime'2020-10-14T14%3A33%3A05.5126019Z'"
expires:
- '-1'
pragma:
@ -433,7 +433,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1176'
- '1199'
x-powered-by:
- ASP.NET
status:
@ -453,24 +453,24 @@ interactions:
ParameterSetName:
- -g -a -l --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b91ab249-61ab-4ea6-86db-78ddfe60206e?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/55960594-bc53-4d70-a88c-e7ced869a481?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b91ab249-61ab-4ea6-86db-78ddfe60206e","name":"b91ab249-61ab-4ea6-86db-78ddfe60206e","status":"Succeeded","startTime":"2020-09-04T14:54:49.604451Z","endTime":"2020-09-04T14:54:49.7765166Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/55960594-bc53-4d70-a88c-e7ced869a481","name":"55960594-bc53-4d70-a88c-e7ced869a481","status":"Succeeded","startTime":"2020-10-14T14:33:05.4572808Z","endTime":"2020-10-14T14:33:05.5822973Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '575'
- '576'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:55:22 GMT
- Wed, 14 Oct 2020 14:33:38 GMT
expires:
- '-1'
pragma:
@ -506,13 +506,13 @@ interactions:
ParameterSetName:
- -g -a -l --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A54%3A49.7746372Z''\"","location":"westus2","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A33%3A05.5856538Z''\"","location":"westus2","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -523,9 +523,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:55:22 GMT
- Wed, 14 Oct 2020 14:33:39 GMT
etag:
- W/"datetime'2020-09-04T14%3A54%3A49.7746372Z'"
- W/"datetime'2020-10-14T14%3A33%3A05.5856538Z'"
expires:
- '-1'
pragma:
@ -561,15 +561,15 @@ interactions:
ParameterSetName:
- --resource-group
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts?api-version=2020-06-01
response:
body:
string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A54%3A49.7746372Z''\"","location":"westus2","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"provisioningState":"Succeeded"}}]}'
string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A33%3A05.5856538Z''\"","location":"westus2","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"provisioningState":"Succeeded"}}]}'
headers:
access-control-expose-headers:
- Request-Context
@ -580,7 +580,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:55:26 GMT
- Wed, 14 Oct 2020 14:33:41 GMT
expires:
- '-1'
pragma:
@ -618,12 +618,12 @@ interactions:
ParameterSetName:
- --resource-group -a
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: DELETE
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: ''
@ -631,17 +631,17 @@ interactions:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/546d3e79-bb08-4bae-830b-b57ea0dd3015?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fe679d90-168d-4cb1-b415-0141439d4ae2?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '0'
date:
- Fri, 04 Sep 2020 14:55:28 GMT
- Wed, 14 Oct 2020 14:33:44 GMT
expires:
- '-1'
location:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/546d3e79-bb08-4bae-830b-b57ea0dd3015?api-version=2020-02-01&operationResultResponseType=Location
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fe679d90-168d-4cb1-b415-0141439d4ae2?api-version=2020-06-01&operationResultResponseType=Location
pragma:
- no-cache
request-context:
@ -653,7 +653,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-deletes:
- '14992'
- '14998'
x-powered-by:
- ASP.NET
status:
@ -673,13 +673,13 @@ interactions:
ParameterSetName:
- --resource-group -a
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/546d3e79-bb08-4bae-830b-b57ea0dd3015?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fe679d90-168d-4cb1-b415-0141439d4ae2?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/546d3e79-bb08-4bae-830b-b57ea0dd3015","name":"546d3e79-bb08-4bae-830b-b57ea0dd3015","status":"Succeeded","startTime":"2020-09-04T14:55:29.0595066Z","endTime":"2020-09-04T14:55:29.1689391Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fe679d90-168d-4cb1-b415-0141439d4ae2","name":"fe679d90-168d-4cb1-b415-0141439d4ae2","status":"Succeeded","startTime":"2020-10-14T14:33:44.6236249Z","endTime":"2020-10-14T14:33:44.7017038Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -690,7 +690,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:56:00 GMT
- Wed, 14 Oct 2020 14:34:16 GMT
expires:
- '-1'
pragma:
@ -726,12 +726,12 @@ interactions:
ParameterSetName:
- --resource-group
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts?api-version=2020-06-01
response:
body:
string: '{"value":[]}'
@ -743,7 +743,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:56:02 GMT
- Wed, 14 Oct 2020 14:34:17 GMT
expires:
- '-1'
pragma:

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -0,0 +1,846 @@
interactions:
- request:
body: '{"location": "eastus2euap"}'
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account create
Connection:
- keep-alive
Content-Length:
- '27'
Content-Type:
- application/json; charset=utf-8
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-23T09%3A57%3A33.0385104Z''\"","location":"eastus2euap","properties":{"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/a0af3f0c-ef3d-4ac6-aae8-c992a2216fe5?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '422'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:57:33 GMT
etag:
- W/"datetime'2020-10-23T09%3A57%3A33.0385104Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1199'
x-powered-by:
- ASP.NET
status:
code: 201
message: Created
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account create
Connection:
- keep-alive
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/a0af3f0c-ef3d-4ac6-aae8-c992a2216fe5?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/a0af3f0c-ef3d-4ac6-aae8-c992a2216fe5","name":"a0af3f0c-ef3d-4ac6-aae8-c992a2216fe5","status":"Succeeded","startTime":"2020-10-23T09:57:32.9926265Z","endTime":"2020-10-23T09:57:33.107999Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '579'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:58:05 GMT
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account create
Connection:
- keep-alive
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-23T09%3A57%3A33.1025555Z''\"","location":"eastus2euap","properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '423'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:58:06 GMT
etag:
- W/"datetime'2020-10-23T09%3A57%3A33.1025555Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: '{"location": "eastus2euap", "tags": {"Tag1": "Value1", "Tag2": "Value2"},
"properties": {"dailyBackupsToKeep": 1, "weeklyBackupsToKeep": 2, "monthlyBackupsToKeep":
3, "yearlyBackupsToKeep": 0, "enabled": true}}'
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account backup-policy create
Connection:
- keep-alive
Content-Length:
- '210'
Content-Type:
- application/json; charset=utf-8
ParameterSetName:
- -g -a --backup-policy-name --location --daily-backups --weekly-backups --monthly-backups
--enabled --tags
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-ba-pol-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-ba-pol-000003","name":"cli-acc-000002/cli-ba-pol-000003","type":"Microsoft.NetApp/netAppAccounts/backupPolicies","etag":"W/\"datetime''2020-10-23T09%3A58%3A14.2755016Z''\"","location":"eastus2euap","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"enabled":true,"dailyBackupsToKeep":1,"weeklyBackupsToKeep":2,"monthlyBackupsToKeep":3,"yearlyBackupsToKeep":0,"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/d0a7f4bf-2584-49f1-90d4-295999567437?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '638'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:58:14 GMT
etag:
- W/"datetime'2020-10-23T09%3A58%3A14.2755016Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1198'
x-powered-by:
- ASP.NET
status:
code: 201
message: Created
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account backup-policy create
Connection:
- keep-alive
ParameterSetName:
- -g -a --backup-policy-name --location --daily-backups --weekly-backups --monthly-backups
--enabled --tags
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/d0a7f4bf-2584-49f1-90d4-295999567437?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/d0a7f4bf-2584-49f1-90d4-295999567437","name":"d0a7f4bf-2584-49f1-90d4-295999567437","status":"Succeeded","startTime":"2020-10-23T09:58:14.2347834Z","endTime":"2020-10-23T09:58:14.4397495Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-ba-pol-000003"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '612'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:58:46 GMT
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account backup-policy create
Connection:
- keep-alive
ParameterSetName:
- -g -a --backup-policy-name --location --daily-backups --weekly-backups --monthly-backups
--enabled --tags
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-ba-pol-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-ba-pol-000003","name":"cli-acc-000002/cli-ba-pol-000003","type":"Microsoft.NetApp/netAppAccounts/backupPolicies","etag":"W/\"datetime''2020-10-23T09%3A58%3A14.435614Z''\"","location":"eastus2euap","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"enabled":true,"backupPolicyId":"4443b903-1516-11eb-a8de-960e45ee010d","dailyBackupsToKeep":1,"weeklyBackupsToKeep":2,"monthlyBackupsToKeep":3,"yearlyBackupsToKeep":0,"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '694'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:58:47 GMT
etag:
- W/"datetime'2020-10-23T09%3A58%3A14.435614Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account backup-policy list
Connection:
- keep-alive
ParameterSetName:
- -g -a
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies?api-version=2020-06-01
response:
body:
string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-ba-pol-000003","name":"cli-acc-000002/cli-ba-pol-000003","type":"Microsoft.NetApp/netAppAccounts/backupPolicies","etag":"W/\"datetime''2020-10-23T09%3A58%3A14.435614Z''\"","location":"eastus2euap","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"enabled":true,"backupPolicyId":"4443b903-1516-11eb-a8de-960e45ee010d","dailyBackupsToKeep":1,"weeklyBackupsToKeep":2,"monthlyBackupsToKeep":3,"yearlyBackupsToKeep":0,"provisioningState":"Succeeded"}}]}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '706'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:58:48 GMT
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account backup-policy delete
Connection:
- keep-alive
Content-Length:
- '0'
ParameterSetName:
- -g -a --backup-policy-name
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: DELETE
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-ba-pol-000003?api-version=2020-06-01
response:
body:
string: ''
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/1ad0eb96-b39c-40a8-88e1-600994227a59?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '0'
date:
- Fri, 23 Oct 2020 09:58:50 GMT
expires:
- '-1'
location:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/1ad0eb96-b39c-40a8-88e1-600994227a59?api-version=2020-06-01&operationResultResponseType=Location
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-deletes:
- '14998'
x-powered-by:
- ASP.NET
status:
code: 202
message: Accepted
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account backup-policy delete
Connection:
- keep-alive
ParameterSetName:
- -g -a --backup-policy-name
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/1ad0eb96-b39c-40a8-88e1-600994227a59?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/1ad0eb96-b39c-40a8-88e1-600994227a59","name":"1ad0eb96-b39c-40a8-88e1-600994227a59","status":"Succeeded","startTime":"2020-10-23T09:58:51.0970705Z","endTime":"2020-10-23T09:58:51.5039006Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-ba-pol-000003"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '612'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:59:22 GMT
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: '{"location": "eastus2euap", "tags": {"Tag1": "Value1", "Tag2": "Value2"},
"properties": {"dailyBackupsToKeep": 1, "weeklyBackupsToKeep": 2, "monthlyBackupsToKeep":
3, "yearlyBackupsToKeep": 0, "enabled": true}}'
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account backup-policy create
Connection:
- keep-alive
Content-Length:
- '210'
Content-Type:
- application/json; charset=utf-8
ParameterSetName:
- -g -a -b -l -d -w -m -e --tags
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-ba-pol-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-ba-pol-000003","name":"cli-acc-000002/cli-ba-pol-000003","type":"Microsoft.NetApp/netAppAccounts/backupPolicies","etag":"W/\"datetime''2020-10-23T09%3A59%3A31.0564798Z''\"","location":"eastus2euap","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"enabled":true,"dailyBackupsToKeep":1,"weeklyBackupsToKeep":2,"monthlyBackupsToKeep":3,"yearlyBackupsToKeep":0,"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/38cee29b-1fca-42a0-939d-d116910b951c?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '638'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:59:31 GMT
etag:
- W/"datetime'2020-10-23T09%3A59%3A31.0564798Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1199'
x-powered-by:
- ASP.NET
status:
code: 201
message: Created
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account backup-policy create
Connection:
- keep-alive
ParameterSetName:
- -g -a -b -l -d -w -m -e --tags
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/38cee29b-1fca-42a0-939d-d116910b951c?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/38cee29b-1fca-42a0-939d-d116910b951c","name":"38cee29b-1fca-42a0-939d-d116910b951c","status":"Succeeded","startTime":"2020-10-23T09:59:31.0077049Z","endTime":"2020-10-23T09:59:31.2202221Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-ba-pol-000003"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '612'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 10:00:02 GMT
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account backup-policy create
Connection:
- keep-alive
ParameterSetName:
- -g -a -b -l -d -w -m -e --tags
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-ba-pol-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-ba-pol-000003","name":"cli-acc-000002/cli-ba-pol-000003","type":"Microsoft.NetApp/netAppAccounts/backupPolicies","etag":"W/\"datetime''2020-10-23T09%3A59%3A31.2165926Z''\"","location":"eastus2euap","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"enabled":true,"backupPolicyId":"72070545-1516-11eb-a8de-960e45ee010d","dailyBackupsToKeep":1,"weeklyBackupsToKeep":2,"monthlyBackupsToKeep":3,"yearlyBackupsToKeep":0,"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '695'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 10:00:03 GMT
etag:
- W/"datetime'2020-10-23T09%3A59%3A31.2165926Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account backup-policy delete
Connection:
- keep-alive
Content-Length:
- '0'
ParameterSetName:
- -g -a --backup-policy-name
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: DELETE
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-ba-pol-000003?api-version=2020-06-01
response:
body:
string: ''
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/2e4589a2-e886-41db-a5da-85f7ecd169ab?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '0'
date:
- Fri, 23 Oct 2020 10:00:06 GMT
expires:
- '-1'
location:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/2e4589a2-e886-41db-a5da-85f7ecd169ab?api-version=2020-06-01&operationResultResponseType=Location
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-deletes:
- '14999'
x-powered-by:
- ASP.NET
status:
code: 202
message: Accepted
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account backup-policy delete
Connection:
- keep-alive
ParameterSetName:
- -g -a --backup-policy-name
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/2e4589a2-e886-41db-a5da-85f7ecd169ab?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/2e4589a2-e886-41db-a5da-85f7ecd169ab","name":"2e4589a2-e886-41db-a5da-85f7ecd169ab","status":"Succeeded","startTime":"2020-10-23T10:00:06.570406Z","endTime":"2020-10-23T10:00:06.9361352Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-ba-pol-000003"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '611'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 10:00:37 GMT
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account backup-policy list
Connection:
- keep-alive
ParameterSetName:
- -g -a
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies?api-version=2020-06-01
response:
body:
string: '{"value":[]}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '12'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 10:00:39 GMT
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
version: 1

Просмотреть файл

@ -17,30 +17,30 @@ interactions:
ParameterSetName:
- --resource-group --account-name -l
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T15%3A00%3A31.2665648Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-19T10%3A55%3A03.4570387Z''\"","location":"westus2","properties":{"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/476c84eb-56bd-49ec-b1a8-f2799415ad79?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6278db53-a423-4ced-b297-209259ea1c91?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '419'
- '418'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:00:31 GMT
- Mon, 19 Oct 2020 10:55:04 GMT
etag:
- W/"datetime'2020-09-04T15%3A00%3A31.2665648Z'"
- W/"datetime'2020-10-19T10%3A55%3A03.4570387Z'"
expires:
- '-1'
pragma:
@ -54,7 +54,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1177'
- '1199'
x-powered-by:
- ASP.NET
status:
@ -74,24 +74,24 @@ interactions:
ParameterSetName:
- --resource-group --account-name -l
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/476c84eb-56bd-49ec-b1a8-f2799415ad79?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6278db53-a423-4ced-b297-209259ea1c91?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/476c84eb-56bd-49ec-b1a8-f2799415ad79","name":"476c84eb-56bd-49ec-b1a8-f2799415ad79","status":"Succeeded","startTime":"2020-09-04T15:00:31.2008975Z","endTime":"2020-09-04T15:00:31.3272413Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6278db53-a423-4ced-b297-209259ea1c91","name":"6278db53-a423-4ced-b297-209259ea1c91","status":"Succeeded","startTime":"2020-10-19T10:55:03.3684529Z","endTime":"2020-10-19T10:55:03.524691Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '576'
- '575'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:01:03 GMT
- Mon, 19 Oct 2020 10:55:36 GMT
expires:
- '-1'
pragma:
@ -127,13 +127,13 @@ interactions:
ParameterSetName:
- --resource-group --account-name -l
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T15%3A00%3A31.3266073Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-19T10%3A55%3A03.5260874Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -144,9 +144,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:01:04 GMT
- Mon, 19 Oct 2020 10:55:37 GMT
etag:
- W/"datetime'2020-09-04T15%3A00%3A31.3266073Z'"
- W/"datetime'2020-10-19T10%3A55%3A03.5260874Z'"
expires:
- '-1'
pragma:
@ -187,30 +187,30 @@ interactions:
ParameterSetName:
- --resource-group --account-name --pool-name -l --service-level --size --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003","name":"cli-acc-000002/cli-pool-000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-09-04T15%3A01%3A10.3714795Z''\"","location":"westus2","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003","name":"cli-acc-000002/cli-pool-000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-10-19T10%3A55%3A44.1039051Z''\"","location":"westus2","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"serviceLevel":"Premium","size":4398046511104,"totalThroughputMibps":0.0,"utilizedThroughputMibps":0.0,"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d87e8300-0e51-4e8a-aaa1-6ecd98163d51?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/522feaf9-94ff-4b49-a8fd-da9ef9f91d44?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '583'
- '640'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:01:11 GMT
- Mon, 19 Oct 2020 10:55:44 GMT
etag:
- W/"datetime'2020-09-04T15%3A01%3A10.3714795Z'"
- W/"datetime'2020-10-19T10%3A55%3A44.1039051Z'"
expires:
- '-1'
pragma:
@ -224,7 +224,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1181'
- '1198'
x-powered-by:
- ASP.NET
status:
@ -244,13 +244,13 @@ interactions:
ParameterSetName:
- --resource-group --account-name --pool-name -l --service-level --size --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d87e8300-0e51-4e8a-aaa1-6ecd98163d51?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/522feaf9-94ff-4b49-a8fd-da9ef9f91d44?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d87e8300-0e51-4e8a-aaa1-6ecd98163d51","name":"d87e8300-0e51-4e8a-aaa1-6ecd98163d51","status":"Succeeded","startTime":"2020-09-04T15:01:10.3169474Z","endTime":"2020-09-04T15:01:10.5982327Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/522feaf9-94ff-4b49-a8fd-da9ef9f91d44","name":"522feaf9-94ff-4b49-a8fd-da9ef9f91d44","status":"Succeeded","startTime":"2020-10-19T10:55:44.0474835Z","endTime":"2020-10-19T10:55:44.3104995Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -261,7 +261,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:01:41 GMT
- Mon, 19 Oct 2020 10:56:17 GMT
expires:
- '-1'
pragma:
@ -297,26 +297,26 @@ interactions:
ParameterSetName:
- --resource-group --account-name --pool-name -l --service-level --size --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003","name":"cli-acc-000002/cli-pool-000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-09-04T15%3A01%3A10.5966402Z''\"","location":"westus2","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"poolId":"5a993344-d439-84b5-1d00-d954bf5109b9","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003","name":"cli-acc-000002/cli-pool-000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-10-19T10%3A55%3A44.3030473Z''\"","location":"westus2","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"poolId":"fc97a599-07a7-1eeb-21d3-13e7408ced40","serviceLevel":"Premium","size":4398046511104,"qosType":"Auto","totalThroughputMibps":262.144,"utilizedThroughputMibps":0.0,"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '632'
- '710'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:01:42 GMT
- Mon, 19 Oct 2020 10:56:18 GMT
etag:
- W/"datetime'2020-09-04T15%3A01%3A10.5966402Z'"
- W/"datetime'2020-10-19T10%3A55%3A44.3030473Z'"
expires:
- '-1'
pragma:
@ -352,26 +352,26 @@ interactions:
ParameterSetName:
- --resource-group --account-name
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools?api-version=2020-06-01
response:
body:
string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003","name":"cli-acc-000002/cli-pool-000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-09-04T15%3A01%3A10.5966402Z''\"","location":"westus2","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"poolId":"5a993344-d439-84b5-1d00-d954bf5109b9","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}]}'
string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003","name":"cli-acc-000002/cli-pool-000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-10-19T10%3A55%3A44.3030473Z''\"","location":"westus2","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"poolId":"fc97a599-07a7-1eeb-21d3-13e7408ced40","serviceLevel":"Premium","size":4398046511104,"qosType":"Auto","totalThroughputMibps":262.144,"utilizedThroughputMibps":0.0,"provisioningState":"Succeeded"}}]}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '644'
- '722'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:01:45 GMT
- Mon, 19 Oct 2020 10:56:20 GMT
expires:
- '-1'
pragma:
@ -409,12 +409,12 @@ interactions:
ParameterSetName:
- --resource-group --account-name --pool-name
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: DELETE
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003?api-version=2020-06-01
response:
body:
string: ''
@ -422,17 +422,17 @@ interactions:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b386b852-1c75-4bf6-9cdd-92bc6930e63f?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/158702ba-9c15-4134-88d0-6a891f0fdff9?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '0'
date:
- Fri, 04 Sep 2020 15:01:48 GMT
- Mon, 19 Oct 2020 10:56:22 GMT
expires:
- '-1'
location:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b386b852-1c75-4bf6-9cdd-92bc6930e63f?api-version=2020-02-01&operationResultResponseType=Location
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/158702ba-9c15-4134-88d0-6a891f0fdff9?api-version=2020-06-01&operationResultResponseType=Location
pragma:
- no-cache
request-context:
@ -444,7 +444,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-deletes:
- '14991'
- '14999'
x-powered-by:
- ASP.NET
status:
@ -464,24 +464,24 @@ interactions:
ParameterSetName:
- --resource-group --account-name --pool-name
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b386b852-1c75-4bf6-9cdd-92bc6930e63f?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/158702ba-9c15-4134-88d0-6a891f0fdff9?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b386b852-1c75-4bf6-9cdd-92bc6930e63f","name":"b386b852-1c75-4bf6-9cdd-92bc6930e63f","status":"Succeeded","startTime":"2020-09-04T15:01:48.6918402Z","endTime":"2020-09-04T15:01:48.8808163Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/158702ba-9c15-4134-88d0-6a891f0fdff9","name":"158702ba-9c15-4134-88d0-6a891f0fdff9","status":"Succeeded","startTime":"2020-10-19T10:56:23.192576Z","endTime":"2020-10-19T10:56:23.5216574Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '615'
- '614'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:02:20 GMT
- Mon, 19 Oct 2020 10:56:55 GMT
expires:
- '-1'
pragma:
@ -517,12 +517,12 @@ interactions:
ParameterSetName:
- --resource-group --account-name
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools?api-version=2020-06-01
response:
body:
string: '{"value":[]}'
@ -536,7 +536,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:02:22 GMT
- Mon, 19 Oct 2020 10:56:57 GMT
expires:
- '-1'
pragma:
@ -577,30 +577,30 @@ interactions:
ParameterSetName:
- -g -a -p -l --service-level --size --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003","name":"cli-acc-000002/cli-pool-000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-09-04T15%3A02%3A29.0246251Z''\"","location":"westus2","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003","name":"cli-acc-000002/cli-pool-000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-10-19T10%3A57%3A04.1115309Z''\"","location":"westus2","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"serviceLevel":"Premium","size":4398046511104,"totalThroughputMibps":0.0,"utilizedThroughputMibps":0.0,"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d8a4f2e-7af9-4b3f-a2b9-e2e27fb0abbc?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/17395ad6-1452-4af2-b004-1ed3efe01db9?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '583'
- '640'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:02:30 GMT
- Mon, 19 Oct 2020 10:57:04 GMT
etag:
- W/"datetime'2020-09-04T15%3A02%3A29.0246251Z'"
- W/"datetime'2020-10-19T10%3A57%3A04.1115309Z'"
expires:
- '-1'
pragma:
@ -614,7 +614,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1174'
- '1198'
x-powered-by:
- ASP.NET
status:
@ -634,13 +634,13 @@ interactions:
ParameterSetName:
- -g -a -p -l --service-level --size --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d8a4f2e-7af9-4b3f-a2b9-e2e27fb0abbc?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/17395ad6-1452-4af2-b004-1ed3efe01db9?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d8a4f2e-7af9-4b3f-a2b9-e2e27fb0abbc","name":"1d8a4f2e-7af9-4b3f-a2b9-e2e27fb0abbc","status":"Succeeded","startTime":"2020-09-04T15:02:28.9645743Z","endTime":"2020-09-04T15:02:29.308469Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/17395ad6-1452-4af2-b004-1ed3efe01db9","name":"17395ad6-1452-4af2-b004-1ed3efe01db9","status":"Succeeded","startTime":"2020-10-19T10:57:04.039622Z","endTime":"2020-10-19T10:57:04.3834047Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -651,7 +651,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:03:03 GMT
- Mon, 19 Oct 2020 10:57:36 GMT
expires:
- '-1'
pragma:
@ -687,26 +687,26 @@ interactions:
ParameterSetName:
- -g -a -p -l --service-level --size --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003","name":"cli-acc-000002/cli-pool-000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-09-04T15%3A02%3A29.3008222Z''\"","location":"westus2","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"poolId":"71a370f2-7909-bd85-c1b1-a1de47d629c3","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003","name":"cli-acc-000002/cli-pool-000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-10-19T10%3A57%3A04.3797207Z''\"","location":"westus2","tags":{"Tag1":"Value1","Tag2":"Value2"},"properties":{"poolId":"1afc303b-a892-e6c5-b89d-94c36b53b6cd","serviceLevel":"Premium","size":4398046511104,"qosType":"Auto","totalThroughputMibps":262.144,"utilizedThroughputMibps":0.0,"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '632'
- '710'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:03:03 GMT
- Mon, 19 Oct 2020 10:57:37 GMT
etag:
- W/"datetime'2020-09-04T15%3A02%3A29.3008222Z'"
- W/"datetime'2020-10-19T10%3A57%3A04.3797207Z'"
expires:
- '-1'
pragma:
@ -744,12 +744,12 @@ interactions:
ParameterSetName:
- --resource-group -a -p
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: DELETE
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003?api-version=2020-06-01
response:
body:
string: ''
@ -757,17 +757,17 @@ interactions:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4d407e5-464d-4c2f-bc9f-c11ac144bf83?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b215028-d79e-4de4-b63f-17b4a6b71f29?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '0'
date:
- Fri, 04 Sep 2020 15:03:07 GMT
- Mon, 19 Oct 2020 10:57:40 GMT
expires:
- '-1'
location:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4d407e5-464d-4c2f-bc9f-c11ac144bf83?api-version=2020-02-01&operationResultResponseType=Location
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b215028-d79e-4de4-b63f-17b4a6b71f29?api-version=2020-06-01&operationResultResponseType=Location
pragma:
- no-cache
request-context:
@ -779,7 +779,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-deletes:
- '14991'
- '14999'
x-powered-by:
- ASP.NET
status:
@ -799,13 +799,13 @@ interactions:
ParameterSetName:
- --resource-group -a -p
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4d407e5-464d-4c2f-bc9f-c11ac144bf83?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b215028-d79e-4de4-b63f-17b4a6b71f29?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4d407e5-464d-4c2f-bc9f-c11ac144bf83","name":"b4d407e5-464d-4c2f-bc9f-c11ac144bf83","status":"Succeeded","startTime":"2020-09-04T15:03:07.3259755Z","endTime":"2020-09-04T15:03:07.5939193Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b215028-d79e-4de4-b63f-17b4a6b71f29","name":"1b215028-d79e-4de4-b63f-17b4a6b71f29","status":"Succeeded","startTime":"2020-10-19T10:57:41.2255343Z","endTime":"2020-10-19T10:57:41.6786979Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -816,7 +816,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:03:37 GMT
- Mon, 19 Oct 2020 10:58:12 GMT
expires:
- '-1'
pragma:
@ -852,12 +852,12 @@ interactions:
ParameterSetName:
- --resource-group -a
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools?api-version=2020-06-01
response:
body:
string: '{"value":[]}'
@ -871,7 +871,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:03:40 GMT
- Mon, 19 Oct 2020 10:58:14 GMT
expires:
- '-1'
pragma:

Просмотреть файл

@ -0,0 +1,862 @@
interactions:
- request:
body: '{"location": "centralus"}'
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account create
Connection:
- keep-alive
Content-Length:
- '25'
Content-Type:
- application/json; charset=utf-8
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-23T09%3A45%3A34.8741299Z''\"","location":"centralus","properties":{"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/4b71148c-b9f2-4ccd-979e-4a2be6e6244d?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '420'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:45:36 GMT
etag:
- W/"datetime'2020-10-23T09%3A45%3A34.8741299Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1199'
x-powered-by:
- ASP.NET
status:
code: 201
message: Created
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account create
Connection:
- keep-alive
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/4b71148c-b9f2-4ccd-979e-4a2be6e6244d?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/4b71148c-b9f2-4ccd-979e-4a2be6e6244d","name":"4b71148c-b9f2-4ccd-979e-4a2be6e6244d","status":"Succeeded","startTime":"2020-10-23T09:45:34.7816468Z","endTime":"2020-10-23T09:45:34.9378858Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '578'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:46:08 GMT
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account create
Connection:
- keep-alive
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-23T09%3A45%3A34.939177Z''\"","location":"centralus","properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '420'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:46:08 GMT
etag:
- W/"datetime'2020-10-23T09%3A45%3A34.939177Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: '{"location": "centralus", "tags": {"Tag1": "Value1"}, "properties": {"hourlySchedule":
{"snapshotsToKeep": 1, "minute": 10}, "dailySchedule": {"snapshotsToKeep": 2,
"hour": 2, "minute": 20}, "weeklySchedule": {"snapshotsToKeep": 3, "day": "Monday",
"hour": 3, "minute": 30}, "monthlySchedule": {"snapshotsToKeep": 4, "daysOfMonth":
"1,3,20", "hour": 4, "minute": 40}, "enabled": true}}'
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles snapshot policy create
Connection:
- keep-alive
Content-Length:
- '385'
Content-Type:
- application/json; charset=utf-8
ParameterSetName:
- -g -a --snapshot-policy-name --location --hourly-snapshots --daily-snapshots
--weekly-snapshots --monthly-snapshots --hourly-minute --daily-minute --weekly-minute
--monthly-minute --daily-hour --weekly-hour --monthly-hour --weekly-day --monthly-days
--enabled --tags
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003","name":"cli-acc-000002/cli-sn-pol-000003","type":"Microsoft.NetApp/netAppAccounts/snapshotPolicies","etag":"W/\"datetime''2020-10-23T09%3A46%3A11.5544874Z''\"","location":"centralus","tags":{"Tag1":"Value1"},"properties":{"name":"cli-sn-pol-000003","enabled":true,"hourlySchedule":{"snapshotsToKeep":1,"minute":10},"dailySchedule":{"snapshotsToKeep":2,"hour":2,"minute":20},"weeklySchedule":{"snapshotsToKeep":3,"day":"Monday","hour":3,"minute":30},"monthlySchedule":{"snapshotsToKeep":4,"daysOfMonth":"1,3,20","hour":4,"minute":40},"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/01240481-a4ab-44c2-abea-62ddf963b023?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '823'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:46:11 GMT
etag:
- W/"datetime'2020-10-23T09%3A46%3A11.5544874Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1198'
x-powered-by:
- ASP.NET
status:
code: 201
message: Created
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles snapshot policy create
Connection:
- keep-alive
ParameterSetName:
- -g -a --snapshot-policy-name --location --hourly-snapshots --daily-snapshots
--weekly-snapshots --monthly-snapshots --hourly-minute --daily-minute --weekly-minute
--monthly-minute --daily-hour --weekly-hour --monthly-hour --weekly-day --monthly-days
--enabled --tags
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/01240481-a4ab-44c2-abea-62ddf963b023?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/01240481-a4ab-44c2-abea-62ddf963b023","name":"01240481-a4ab-44c2-abea-62ddf963b023","status":"Succeeded","startTime":"2020-10-23T09:46:11.486434Z","endTime":"2020-10-23T09:46:11.6114045Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '611'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:46:43 GMT
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles snapshot policy create
Connection:
- keep-alive
ParameterSetName:
- -g -a --snapshot-policy-name --location --hourly-snapshots --daily-snapshots
--weekly-snapshots --monthly-snapshots --hourly-minute --daily-minute --weekly-minute
--monthly-minute --daily-hour --weekly-hour --monthly-hour --weekly-day --monthly-days
--enabled --tags
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003","name":"cli-acc-000002/cli-sn-pol-000003","type":"Microsoft.NetApp/netAppAccounts/snapshotPolicies","etag":"W/\"datetime''2020-10-23T09%3A46%3A11.6165323Z''\"","location":"centralus","tags":{"Tag1":"Value1"},"properties":{"name":"cli-sn-pol-000003","enabled":true,"hourlySchedule":{"snapshotsToKeep":1,"minute":10},"dailySchedule":{"snapshotsToKeep":2,"hour":2,"minute":20},"weeklySchedule":{"snapshotsToKeep":3,"day":"Monday","hour":3,"minute":30},"monthlySchedule":{"snapshotsToKeep":4,"daysOfMonth":"1,3,20","hour":4,"minute":40},"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '824'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:46:43 GMT
etag:
- W/"datetime'2020-10-23T09%3A46%3A11.6165323Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles snapshot policy list
Connection:
- keep-alive
ParameterSetName:
- -g -a
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies?api-version=2020-06-01
response:
body:
string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003","name":"cli-acc-000002/cli-sn-pol-000003","type":"Microsoft.NetApp/netAppAccounts/snapshotPolicies","etag":"W/\"datetime''2020-10-23T09%3A46%3A11.6165323Z''\"","location":"centralus","tags":{"Tag1":"Value1"},"properties":{"name":"cli-sn-pol-000003","enabled":true,"hourlySchedule":{"snapshotsToKeep":1,"minute":10},"dailySchedule":{"snapshotsToKeep":2,"hour":2,"minute":20},"weeklySchedule":{"snapshotsToKeep":3,"day":"Monday","hour":3,"minute":30},"monthlySchedule":{"snapshotsToKeep":4,"daysOfMonth":"1,3,20","hour":4,"minute":40},"provisioningState":"Succeeded"}}]}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '836'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:46:46 GMT
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles snapshot policy delete
Connection:
- keep-alive
Content-Length:
- '0'
ParameterSetName:
- -g -a --snapshot-policy-name
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: DELETE
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003?api-version=2020-06-01
response:
body:
string: ''
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/bb0ec95c-6587-4c2b-87ed-05dbad7f5b0b?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '0'
date:
- Fri, 23 Oct 2020 09:46:47 GMT
expires:
- '-1'
location:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/bb0ec95c-6587-4c2b-87ed-05dbad7f5b0b?api-version=2020-06-01&operationResultResponseType=Location
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-deletes:
- '14999'
x-powered-by:
- ASP.NET
status:
code: 202
message: Accepted
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles snapshot policy delete
Connection:
- keep-alive
ParameterSetName:
- -g -a --snapshot-policy-name
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/bb0ec95c-6587-4c2b-87ed-05dbad7f5b0b?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/bb0ec95c-6587-4c2b-87ed-05dbad7f5b0b","name":"bb0ec95c-6587-4c2b-87ed-05dbad7f5b0b","status":"Succeeded","startTime":"2020-10-23T09:46:47.8937417Z","endTime":"2020-10-23T09:46:48.0030721Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '612'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:47:19 GMT
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: '{"location": "centralus", "tags": {"Tag1": "Value1"}, "properties": {"hourlySchedule":
{"snapshotsToKeep": 1, "minute": 10}, "dailySchedule": {"snapshotsToKeep": 2,
"hour": 2, "minute": 20}, "weeklySchedule": {"snapshotsToKeep": 3, "day": "Monday",
"hour": 3, "minute": 30}, "monthlySchedule": {"snapshotsToKeep": 4, "daysOfMonth":
"1,3,20", "hour": 4, "minute": 40}, "enabled": true}}'
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles snapshot policy create
Connection:
- keep-alive
Content-Length:
- '385'
Content-Type:
- application/json; charset=utf-8
ParameterSetName:
- -g -a --snapshot-policy-name -l -u -d -w -m --hourly-minute --daily-minute
--weekly-minute --monthly-minute --daily-hour --weekly-hour --monthly-hour
--weekly-day --monthly-days --enabled --tags
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003","name":"cli-acc-000002/cli-sn-pol-000003","type":"Microsoft.NetApp/netAppAccounts/snapshotPolicies","etag":"W/\"datetime''2020-10-23T09%3A47%3A22.0911745Z''\"","location":"centralus","tags":{"Tag1":"Value1"},"properties":{"name":"cli-sn-pol-000003","enabled":true,"hourlySchedule":{"snapshotsToKeep":1,"minute":10},"dailySchedule":{"snapshotsToKeep":2,"hour":2,"minute":20},"weeklySchedule":{"snapshotsToKeep":3,"day":"Monday","hour":3,"minute":30},"monthlySchedule":{"snapshotsToKeep":4,"daysOfMonth":"1,3,20","hour":4,"minute":40},"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/f2bfe116-78ec-470a-b6d2-5cd0c4687399?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '823'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:47:21 GMT
etag:
- W/"datetime'2020-10-23T09%3A47%3A22.0911745Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1199'
x-powered-by:
- ASP.NET
status:
code: 201
message: Created
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles snapshot policy create
Connection:
- keep-alive
ParameterSetName:
- -g -a --snapshot-policy-name -l -u -d -w -m --hourly-minute --daily-minute
--weekly-minute --monthly-minute --daily-hour --weekly-hour --monthly-hour
--weekly-day --monthly-days --enabled --tags
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/f2bfe116-78ec-470a-b6d2-5cd0c4687399?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/f2bfe116-78ec-470a-b6d2-5cd0c4687399","name":"f2bfe116-78ec-470a-b6d2-5cd0c4687399","status":"Succeeded","startTime":"2020-10-23T09:47:22.0205798Z","endTime":"2020-10-23T09:47:22.1767733Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '612'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:47:53 GMT
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles snapshot policy create
Connection:
- keep-alive
ParameterSetName:
- -g -a --snapshot-policy-name -l -u -d -w -m --hourly-minute --daily-minute
--weekly-minute --monthly-minute --daily-hour --weekly-hour --monthly-hour
--weekly-day --monthly-days --enabled --tags
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003","name":"cli-acc-000002/cli-sn-pol-000003","type":"Microsoft.NetApp/netAppAccounts/snapshotPolicies","etag":"W/\"datetime''2020-10-23T09%3A47%3A22.1692305Z''\"","location":"centralus","tags":{"Tag1":"Value1"},"properties":{"name":"cli-sn-pol-000003","enabled":true,"hourlySchedule":{"snapshotsToKeep":1,"minute":10},"dailySchedule":{"snapshotsToKeep":2,"hour":2,"minute":20},"weeklySchedule":{"snapshotsToKeep":3,"day":"Monday","hour":3,"minute":30},"monthlySchedule":{"snapshotsToKeep":4,"daysOfMonth":"1,3,20","hour":4,"minute":40},"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '824'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:47:54 GMT
etag:
- W/"datetime'2020-10-23T09%3A47%3A22.1692305Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles snapshot policy delete
Connection:
- keep-alive
Content-Length:
- '0'
ParameterSetName:
- -g -a --snapshot-policy-name
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: DELETE
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003?api-version=2020-06-01
response:
body:
string: ''
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/0f6f57cf-e474-46f4-b766-bd166ccdd29d?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '0'
date:
- Fri, 23 Oct 2020 09:47:56 GMT
expires:
- '-1'
location:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/0f6f57cf-e474-46f4-b766-bd166ccdd29d?api-version=2020-06-01&operationResultResponseType=Location
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-deletes:
- '14999'
x-powered-by:
- ASP.NET
status:
code: 202
message: Accepted
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles snapshot policy delete
Connection:
- keep-alive
ParameterSetName:
- -g -a --snapshot-policy-name
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/0f6f57cf-e474-46f4-b766-bd166ccdd29d?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/0f6f57cf-e474-46f4-b766-bd166ccdd29d","name":"0f6f57cf-e474-46f4-b766-bd166ccdd29d","status":"Succeeded","startTime":"2020-10-23T09:47:56.8026238Z","endTime":"2020-10-23T09:47:56.8918084Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '612'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:48:28 GMT
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles snapshot policy list
Connection:
- keep-alive
ParameterSetName:
- -g -a
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies?api-version=2020-06-01
response:
body:
string: '{"value":[]}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '12'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:48:30 GMT
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
version: 1

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -17,20 +17,20 @@ interactions:
ParameterSetName:
- --resource-group --account-name -l
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T15%3A03%3A55.9717096Z''\"","location":"westus2","properties":{"provisioningState":"Creating"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A42%3A27.2270339Z''\"","location":"westus2","properties":{"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f93884b-f109-4c20-a2e0-1cfc96e71951?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9023f026-8a2f-48fd-8979-429a11b9a9ce?api-version=2020-06-01
cache-control:
- no-cache
content-length:
@ -38,9 +38,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:03:56 GMT
- Wed, 14 Oct 2020 14:42:27 GMT
etag:
- W/"datetime'2020-09-04T15%3A03%3A55.9717096Z'"
- W/"datetime'2020-10-14T14%3A42%3A27.2270339Z'"
expires:
- '-1'
pragma:
@ -54,7 +54,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1172'
- '1197'
x-powered-by:
- ASP.NET
status:
@ -74,13 +74,13 @@ interactions:
ParameterSetName:
- --resource-group --account-name -l
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f93884b-f109-4c20-a2e0-1cfc96e71951?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9023f026-8a2f-48fd-8979-429a11b9a9ce?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f93884b-f109-4c20-a2e0-1cfc96e71951","name":"3f93884b-f109-4c20-a2e0-1cfc96e71951","status":"Succeeded","startTime":"2020-09-04T15:03:55.8957073Z","endTime":"2020-09-04T15:03:56.0362676Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9023f026-8a2f-48fd-8979-429a11b9a9ce","name":"9023f026-8a2f-48fd-8979-429a11b9a9ce","status":"Succeeded","startTime":"2020-10-14T14:42:27.1777621Z","endTime":"2020-10-14T14:42:27.3024641Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -91,7 +91,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:04:28 GMT
- Wed, 14 Oct 2020 14:42:59 GMT
expires:
- '-1'
pragma:
@ -127,13 +127,13 @@ interactions:
ParameterSetName:
- --resource-group --account-name -l
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T15%3A03%3A56.0327527Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A42%3A27.3040882Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -144,9 +144,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:04:28 GMT
- Wed, 14 Oct 2020 14:43:00 GMT
etag:
- W/"datetime'2020-09-04T15%3A03%3A56.0327527Z'"
- W/"datetime'2020-10-14T14%3A42%3A27.3040882Z'"
expires:
- '-1'
pragma:

Просмотреть файл

@ -17,30 +17,30 @@ interactions:
ParameterSetName:
- --resource-group --account-name -l
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T15%3A04%3A44.0620369Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A43%3A15.9824218Z''\"","location":"westus2","properties":{"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/28ddf2f5-c5d3-4cc8-9a44-da84f6b06aae?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfb54d9-45f1-40b3-a106-db1ee37d2538?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '419'
- '418'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:04:44 GMT
- Wed, 14 Oct 2020 14:43:16 GMT
etag:
- W/"datetime'2020-09-04T15%3A04%3A44.0620369Z'"
- W/"datetime'2020-10-14T14%3A43%3A15.9824218Z'"
expires:
- '-1'
pragma:
@ -54,7 +54,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1177'
- '1199'
x-powered-by:
- ASP.NET
status:
@ -74,24 +74,24 @@ interactions:
ParameterSetName:
- --resource-group --account-name -l
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/28ddf2f5-c5d3-4cc8-9a44-da84f6b06aae?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfb54d9-45f1-40b3-a106-db1ee37d2538?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/28ddf2f5-c5d3-4cc8-9a44-da84f6b06aae","name":"28ddf2f5-c5d3-4cc8-9a44-da84f6b06aae","status":"Succeeded","startTime":"2020-09-04T15:04:43.9797921Z","endTime":"2020-09-04T15:04:44.120501Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfb54d9-45f1-40b3-a106-db1ee37d2538","name":"0dfb54d9-45f1-40b3-a106-db1ee37d2538","status":"Succeeded","startTime":"2020-10-14T14:43:15.9439467Z","endTime":"2020-10-14T14:43:16.0630845Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '575'
- '576'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:05:17 GMT
- Wed, 14 Oct 2020 14:43:48 GMT
expires:
- '-1'
pragma:
@ -127,13 +127,13 @@ interactions:
ParameterSetName:
- --resource-group --account-name -l
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T15%3A04%3A44.1220793Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A43%3A16.0534719Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -144,9 +144,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:05:17 GMT
- Wed, 14 Oct 2020 14:43:48 GMT
etag:
- W/"datetime'2020-09-04T15%3A04%3A44.1220793Z'"
- W/"datetime'2020-10-14T14%3A43%3A16.0534719Z'"
expires:
- '-1'
pragma:

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -17,20 +17,20 @@ interactions:
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A56%3A14.6642396Z''\"","location":"westus2","properties":{"provisioningState":"Creating"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A34%3A31.3731558Z''\"","location":"westus2","properties":{"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abe165a8-2d27-4ada-b69c-a68a9c4395d8?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fe010555-9823-4979-9ffa-1331b70c8ed4?api-version=2020-06-01
cache-control:
- no-cache
content-length:
@ -38,9 +38,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:56:15 GMT
- Wed, 14 Oct 2020 14:34:31 GMT
etag:
- W/"datetime'2020-09-04T14%3A56%3A14.6642396Z'"
- W/"datetime'2020-10-14T14%3A34%3A31.3731558Z'"
expires:
- '-1'
pragma:
@ -54,7 +54,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1188'
- '1197'
x-powered-by:
- ASP.NET
status:
@ -74,13 +74,13 @@ interactions:
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abe165a8-2d27-4ada-b69c-a68a9c4395d8?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fe010555-9823-4979-9ffa-1331b70c8ed4?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abe165a8-2d27-4ada-b69c-a68a9c4395d8","name":"abe165a8-2d27-4ada-b69c-a68a9c4395d8","status":"Succeeded","startTime":"2020-09-04T14:56:14.5857358Z","endTime":"2020-09-04T14:56:14.7419724Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fe010555-9823-4979-9ffa-1331b70c8ed4","name":"fe010555-9823-4979-9ffa-1331b70c8ed4","status":"Succeeded","startTime":"2020-10-14T14:34:31.3233666Z","endTime":"2020-10-14T14:34:31.4484471Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -91,7 +91,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:56:46 GMT
- Wed, 14 Oct 2020 14:35:03 GMT
expires:
- '-1'
pragma:
@ -127,13 +127,13 @@ interactions:
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A56%3A14.7472993Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A34%3A31.4452065Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -144,9 +144,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:56:47 GMT
- Wed, 14 Oct 2020 14:35:04 GMT
etag:
- W/"datetime'2020-09-04T14%3A56%3A14.7472993Z'"
- W/"datetime'2020-10-14T14%3A34%3A31.4452065Z'"
expires:
- '-1'
pragma:
@ -182,15 +182,15 @@ interactions:
ParameterSetName:
- --resource-group -a
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A56%3A14.7472993Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A34%3A31.4452065Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -201,9 +201,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:56:49 GMT
- Wed, 14 Oct 2020 14:35:06 GMT
etag:
- W/"datetime'2020-09-04T14%3A56%3A14.7472993Z'"
- W/"datetime'2020-10-14T14%3A34%3A31.4452065Z'"
expires:
- '-1'
pragma:
@ -239,15 +239,15 @@ interactions:
ParameterSetName:
- --ids
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A56%3A14.7472993Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A34%3A31.4452065Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -258,9 +258,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:56:49 GMT
- Wed, 14 Oct 2020 14:35:08 GMT
etag:
- W/"datetime'2020-09-04T14%3A56%3A14.7472993Z'"
- W/"datetime'2020-10-14T14%3A34%3A31.4452065Z'"
expires:
- '-1'
pragma:

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -0,0 +1,455 @@
interactions:
- request:
body: '{"location": "eastus2euap"}'
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account create
Connection:
- keep-alive
Content-Length:
- '27'
Content-Type:
- application/json; charset=utf-8
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-16T11%3A56%3A22.9549381Z''\"","location":"eastus2euap","properties":{"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/aa9a550e-6580-44fd-b236-b9de3f6a9f58?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '422'
content-type:
- application/json; charset=utf-8
date:
- Fri, 16 Oct 2020 11:56:24 GMT
etag:
- W/"datetime'2020-10-16T11%3A56%3A22.9549381Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1199'
x-powered-by:
- ASP.NET
status:
code: 201
message: Created
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account create
Connection:
- keep-alive
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/aa9a550e-6580-44fd-b236-b9de3f6a9f58?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/aa9a550e-6580-44fd-b236-b9de3f6a9f58","name":"aa9a550e-6580-44fd-b236-b9de3f6a9f58","status":"Succeeded","startTime":"2020-10-16T11:56:22.9153248Z","endTime":"2020-10-16T11:56:23.0288345Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '580'
content-type:
- application/json; charset=utf-8
date:
- Fri, 16 Oct 2020 11:56:55 GMT
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account create
Connection:
- keep-alive
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-16T11%3A56%3A23.020987Z''\"","location":"eastus2euap","properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '422'
content-type:
- application/json; charset=utf-8
date:
- Fri, 16 Oct 2020 11:56:55 GMT
etag:
- W/"datetime'2020-10-16T11%3A56%3A23.020987Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: '{"location": "eastus2euap", "properties": {"dailyBackupsToKeep": 1, "weeklyBackupsToKeep":
0, "monthlyBackupsToKeep": 0, "yearlyBackupsToKeep": 0, "enabled": false}}'
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account backup_policy create
Connection:
- keep-alive
Content-Length:
- '165'
Content-Type:
- application/json; charset=utf-8
ParameterSetName:
- -g -a --backup-policy-name -l --daily-backups-to-keep
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-sn-pol-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-sn-pol-000003","name":"cli-acc-000002/cli-sn-pol-000003","type":"Microsoft.NetApp/netAppAccounts/backupPolicies","etag":"W/\"datetime''2020-10-16T11%3A57%3A02.6744039Z''\"","location":"eastus2euap","properties":{"enabled":false,"dailyBackupsToKeep":1,"weeklyBackupsToKeep":0,"monthlyBackupsToKeep":0,"yearlyBackupsToKeep":0,"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/093ac248-4157-4b22-b18a-86e9c7a569a4?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '598'
content-type:
- application/json; charset=utf-8
date:
- Fri, 16 Oct 2020 11:57:02 GMT
etag:
- W/"datetime'2020-10-16T11%3A57%3A02.6744039Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1198'
x-powered-by:
- ASP.NET
status:
code: 201
message: Created
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account backup_policy create
Connection:
- keep-alive
ParameterSetName:
- -g -a --backup-policy-name -l --daily-backups-to-keep
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/093ac248-4157-4b22-b18a-86e9c7a569a4?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/093ac248-4157-4b22-b18a-86e9c7a569a4","name":"093ac248-4157-4b22-b18a-86e9c7a569a4","status":"Succeeded","startTime":"2020-10-16T11:57:02.6334715Z","endTime":"2020-10-16T11:57:02.8891645Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-sn-pol-000003"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '612'
content-type:
- application/json; charset=utf-8
date:
- Fri, 16 Oct 2020 11:57:34 GMT
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account backup_policy create
Connection:
- keep-alive
ParameterSetName:
- -g -a --backup-policy-name -l --daily-backups-to-keep
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-sn-pol-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-sn-pol-000003","name":"cli-acc-000002/cli-sn-pol-000003","type":"Microsoft.NetApp/netAppAccounts/backupPolicies","etag":"W/\"datetime''2020-10-16T11%3A57%3A02.8795578Z''\"","location":"eastus2euap","properties":{"enabled":false,"backupPolicyId":"b440d762-0fa6-11eb-a012-06328b185ade","dailyBackupsToKeep":1,"weeklyBackupsToKeep":0,"monthlyBackupsToKeep":0,"yearlyBackupsToKeep":0,"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '655'
content-type:
- application/json; charset=utf-8
date:
- Fri, 16 Oct 2020 11:57:36 GMT
etag:
- W/"datetime'2020-10-16T11%3A57%3A02.8795578Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account backup_policy show
Connection:
- keep-alive
ParameterSetName:
- -g -a --backup-policy-name
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-sn-pol-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-sn-pol-000003","name":"cli-acc-000002/cli-sn-pol-000003","type":"Microsoft.NetApp/netAppAccounts/backupPolicies","etag":"W/\"datetime''2020-10-16T11%3A57%3A02.8795578Z''\"","location":"eastus2euap","properties":{"enabled":false,"backupPolicyId":"b440d762-0fa6-11eb-a012-06328b185ade","dailyBackupsToKeep":1,"weeklyBackupsToKeep":0,"monthlyBackupsToKeep":0,"yearlyBackupsToKeep":0,"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '655'
content-type:
- application/json; charset=utf-8
date:
- Fri, 16 Oct 2020 11:57:37 GMT
etag:
- W/"datetime'2020-10-16T11%3A57%3A02.8795578Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account backup_policy show
Connection:
- keep-alive
ParameterSetName:
- --ids
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-sn-pol-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-sn-pol-000003","name":"cli-acc-000002/cli-sn-pol-000003","type":"Microsoft.NetApp/netAppAccounts/backupPolicies","etag":"W/\"datetime''2020-10-16T11%3A57%3A02.8795578Z''\"","location":"eastus2euap","properties":{"enabled":false,"backupPolicyId":"b440d762-0fa6-11eb-a012-06328b185ade","dailyBackupsToKeep":1,"weeklyBackupsToKeep":0,"monthlyBackupsToKeep":0,"yearlyBackupsToKeep":0,"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '655'
content-type:
- application/json; charset=utf-8
date:
- Fri, 16 Oct 2020 11:57:38 GMT
etag:
- W/"datetime'2020-10-16T11%3A57%3A02.8795578Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
version: 1

Просмотреть файл

@ -17,20 +17,20 @@ interactions:
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T15%3A05%3A31.8651605Z''\"","location":"westus2","properties":{"provisioningState":"Creating"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A44%3A02.7944403Z''\"","location":"westus2","properties":{"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/154fb0c8-bcff-4287-8372-0196e77dbc0e?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/315107e1-c241-41d3-bb0c-3f1b00e20b1e?api-version=2020-06-01
cache-control:
- no-cache
content-length:
@ -38,9 +38,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:05:32 GMT
- Wed, 14 Oct 2020 14:44:04 GMT
etag:
- W/"datetime'2020-09-04T15%3A05%3A31.8651605Z'"
- W/"datetime'2020-10-14T14%3A44%3A02.7944403Z'"
expires:
- '-1'
pragma:
@ -54,7 +54,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1187'
- '1197'
x-powered-by:
- ASP.NET
status:
@ -74,13 +74,13 @@ interactions:
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/154fb0c8-bcff-4287-8372-0196e77dbc0e?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/315107e1-c241-41d3-bb0c-3f1b00e20b1e?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/154fb0c8-bcff-4287-8372-0196e77dbc0e","name":"154fb0c8-bcff-4287-8372-0196e77dbc0e","status":"Succeeded","startTime":"2020-09-04T15:05:31.8061731Z","endTime":"2020-09-04T15:05:31.9468651Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/315107e1-c241-41d3-bb0c-3f1b00e20b1e","name":"315107e1-c241-41d3-bb0c-3f1b00e20b1e","status":"Succeeded","startTime":"2020-10-14T14:44:02.7410262Z","endTime":"2020-10-14T14:44:02.8660415Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -91,7 +91,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:06:04 GMT
- Wed, 14 Oct 2020 14:44:35 GMT
expires:
- '-1'
pragma:
@ -127,26 +127,26 @@ interactions:
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T15%3A05%3A31.9462166Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A44%3A02.868493Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '419'
- '418'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:06:04 GMT
- Wed, 14 Oct 2020 14:44:36 GMT
etag:
- W/"datetime'2020-09-04T15%3A05%3A31.9462166Z'"
- W/"datetime'2020-10-14T14%3A44%3A02.868493Z'"
expires:
- '-1'
pragma:
@ -170,7 +170,7 @@ interactions:
message: OK
- request:
body: '{"location": "westus2", "properties": {"size": 4398046511104, "serviceLevel":
"Premium"}}'
"Premium", "qosType": "Auto"}}'
headers:
Accept:
- application/json
@ -181,36 +181,36 @@ interactions:
Connection:
- keep-alive
Content-Length:
- '89'
- '108'
Content-Type:
- application/json; charset=utf-8
ParameterSetName:
- -g -a -p -l --service-level --size
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003","name":"cli000002/cli000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-09-04T15%3A06%3A09.4790093Z''\"","location":"westus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003","name":"cli000002/cli000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-10-14T14%3A44%3A43.6542577Z''\"","location":"westus2","properties":{"serviceLevel":"Premium","size":4398046511104,"qosType":"Auto","totalThroughputMibps":0.0,"utilizedThroughputMibps":0.0,"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3fb40be2-b528-4927-a688-3aa9ddbcb75e?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/34f65c4b-5424-4782-b7ed-2f715c25344a?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '542'
- '616'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:06:10 GMT
- Wed, 14 Oct 2020 14:44:44 GMT
etag:
- W/"datetime'2020-09-04T15%3A06%3A09.4790093Z'"
- W/"datetime'2020-10-14T14%3A44%3A43.6542577Z'"
expires:
- '-1'
pragma:
@ -224,7 +224,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1179'
- '1198'
x-powered-by:
- ASP.NET
status:
@ -244,13 +244,13 @@ interactions:
ParameterSetName:
- -g -a -p -l --service-level --size
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3fb40be2-b528-4927-a688-3aa9ddbcb75e?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/34f65c4b-5424-4782-b7ed-2f715c25344a?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3fb40be2-b528-4927-a688-3aa9ddbcb75e","name":"3fb40be2-b528-4927-a688-3aa9ddbcb75e","status":"Succeeded","startTime":"2020-09-04T15:06:09.4367173Z","endTime":"2020-09-04T15:06:09.8127931Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/34f65c4b-5424-4782-b7ed-2f715c25344a","name":"34f65c4b-5424-4782-b7ed-2f715c25344a","status":"Succeeded","startTime":"2020-10-14T14:44:43.5841285Z","endTime":"2020-10-14T14:44:44.0842176Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -261,7 +261,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:06:42 GMT
- Wed, 14 Oct 2020 14:45:16 GMT
expires:
- '-1'
pragma:
@ -297,26 +297,26 @@ interactions:
ParameterSetName:
- -g -a -p -l --service-level --size
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003","name":"cli000002/cli000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-09-04T15%3A06%3A09.8192521Z''\"","location":"westus2","properties":{"poolId":"5919464d-8506-c044-8afc-35daacfe4c01","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003","name":"cli000002/cli000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-10-14T14%3A44%3A44.0815592Z''\"","location":"westus2","properties":{"poolId":"1cf2ce28-470c-f8a2-8b8d-7caed4b52e8c","serviceLevel":"Premium","size":4398046511104,"qosType":"Auto","totalThroughputMibps":262.144,"utilizedThroughputMibps":0.0,"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '591'
- '669'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:06:43 GMT
- Wed, 14 Oct 2020 14:45:17 GMT
etag:
- W/"datetime'2020-09-04T15%3A06%3A09.8192521Z'"
- W/"datetime'2020-10-14T14%3A44%3A44.0815592Z'"
expires:
- '-1'
pragma:
@ -352,28 +352,28 @@ interactions:
ParameterSetName:
- --resource-group -a -p
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003","name":"cli000002/cli000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-09-04T15%3A06%3A09.8192521Z''\"","location":"westus2","properties":{"poolId":"5919464d-8506-c044-8afc-35daacfe4c01","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003","name":"cli000002/cli000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-10-14T14%3A44%3A44.0815592Z''\"","location":"westus2","properties":{"poolId":"1cf2ce28-470c-f8a2-8b8d-7caed4b52e8c","serviceLevel":"Premium","size":4398046511104,"qosType":"Auto","totalThroughputMibps":262.144,"utilizedThroughputMibps":0.0,"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '591'
- '669'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:06:44 GMT
- Wed, 14 Oct 2020 14:45:20 GMT
etag:
- W/"datetime'2020-09-04T15%3A06%3A09.8192521Z'"
- W/"datetime'2020-10-14T14%3A44%3A44.0815592Z'"
expires:
- '-1'
pragma:
@ -409,28 +409,28 @@ interactions:
ParameterSetName:
- --ids
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003","name":"cli000002/cli000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-09-04T15%3A06%3A09.8192521Z''\"","location":"westus2","properties":{"poolId":"5919464d-8506-c044-8afc-35daacfe4c01","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003","name":"cli000002/cli000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-10-14T14%3A44%3A44.0815592Z''\"","location":"westus2","properties":{"poolId":"1cf2ce28-470c-f8a2-8b8d-7caed4b52e8c","serviceLevel":"Premium","size":4398046511104,"qosType":"Auto","totalThroughputMibps":262.144,"utilizedThroughputMibps":0.0,"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '591'
- '669'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:06:47 GMT
- Wed, 14 Oct 2020 14:45:21 GMT
etag:
- W/"datetime'2020-09-04T15%3A06%3A09.8192521Z'"
- W/"datetime'2020-10-14T14%3A44%3A44.0815592Z'"
expires:
- '-1'
pragma:

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -0,0 +1,457 @@
interactions:
- request:
body: '{"location": "centralus"}'
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account create
Connection:
- keep-alive
Content-Length:
- '25'
Content-Type:
- application/json; charset=utf-8
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-23T09%3A54%3A17.0813668Z''\"","location":"centralus","properties":{"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/7b4beb85-fc39-4ba9-8c68-564f948cac15?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '420'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:54:17 GMT
etag:
- W/"datetime'2020-10-23T09%3A54%3A17.0813668Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1199'
x-powered-by:
- ASP.NET
status:
code: 201
message: Created
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account create
Connection:
- keep-alive
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/7b4beb85-fc39-4ba9-8c68-564f948cac15?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/7b4beb85-fc39-4ba9-8c68-564f948cac15","name":"7b4beb85-fc39-4ba9-8c68-564f948cac15","status":"Succeeded","startTime":"2020-10-23T09:54:17.0161496Z","endTime":"2020-10-23T09:54:17.1412016Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '578'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:54:49 GMT
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account create
Connection:
- keep-alive
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-23T09%3A54%3A17.1444119Z''\"","location":"centralus","properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '421'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:54:49 GMT
etag:
- W/"datetime'2020-10-23T09%3A54%3A17.1444119Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: '{"location": "centralus", "properties": {"hourlySchedule": {"snapshotsToKeep":
1, "minute": 10}, "dailySchedule": {"snapshotsToKeep": 0, "hour": 0, "minute":
0}, "weeklySchedule": {"snapshotsToKeep": 0, "hour": 0, "minute": 0}, "monthlySchedule":
{"snapshotsToKeep": 0, "hour": 0, "minute": 0}, "enabled": false}}'
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles snapshot policy create
Connection:
- keep-alive
Content-Length:
- '313'
Content-Type:
- application/json; charset=utf-8
ParameterSetName:
- -g -a --snapshot-policy-name -l -u --hourly-minute
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003","name":"cli-acc-000002/cli-sn-pol-000003","type":"Microsoft.NetApp/netAppAccounts/snapshotPolicies","etag":"W/\"datetime''2020-10-23T09%3A54%3A52.5228371Z''\"","location":"centralus","properties":{"name":"cli-sn-pol-000003","enabled":false,"hourlySchedule":{"snapshotsToKeep":1,"minute":10},"dailySchedule":{"snapshotsToKeep":0,"hour":0,"minute":0},"weeklySchedule":{"snapshotsToKeep":0,"hour":0,"minute":0},"monthlySchedule":{"snapshotsToKeep":0,"hour":0,"minute":0},"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/9b0eee1a-9833-4dca-b2dc-34b27b0d20a5?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '758'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:54:52 GMT
etag:
- W/"datetime'2020-10-23T09%3A54%3A52.5228371Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1199'
x-powered-by:
- ASP.NET
status:
code: 201
message: Created
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles snapshot policy create
Connection:
- keep-alive
ParameterSetName:
- -g -a --snapshot-policy-name -l -u --hourly-minute
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/9b0eee1a-9833-4dca-b2dc-34b27b0d20a5?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/9b0eee1a-9833-4dca-b2dc-34b27b0d20a5","name":"9b0eee1a-9833-4dca-b2dc-34b27b0d20a5","status":"Succeeded","startTime":"2020-10-23T09:54:52.4728535Z","endTime":"2020-10-23T09:54:52.6134597Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '612'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:55:23 GMT
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles snapshot policy create
Connection:
- keep-alive
ParameterSetName:
- -g -a --snapshot-policy-name -l -u --hourly-minute
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003","name":"cli-acc-000002/cli-sn-pol-000003","type":"Microsoft.NetApp/netAppAccounts/snapshotPolicies","etag":"W/\"datetime''2020-10-23T09%3A54%3A52.6058962Z''\"","location":"centralus","properties":{"name":"cli-sn-pol-000003","enabled":false,"hourlySchedule":{"snapshotsToKeep":1,"minute":10},"dailySchedule":{"snapshotsToKeep":0,"hour":0,"minute":0},"weeklySchedule":{"snapshotsToKeep":0,"hour":0,"minute":0},"monthlySchedule":{"snapshotsToKeep":0,"hour":0,"minute":0},"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '759'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:55:24 GMT
etag:
- W/"datetime'2020-10-23T09%3A54%3A52.6058962Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles snapshot policy show
Connection:
- keep-alive
ParameterSetName:
- -g -a --snapshot-policy-name
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003","name":"cli-acc-000002/cli-sn-pol-000003","type":"Microsoft.NetApp/netAppAccounts/snapshotPolicies","etag":"W/\"datetime''2020-10-23T09%3A54%3A52.6058962Z''\"","location":"centralus","properties":{"name":"cli-sn-pol-000003","enabled":false,"hourlySchedule":{"snapshotsToKeep":1,"minute":10},"dailySchedule":{"snapshotsToKeep":0,"hour":0,"minute":0},"weeklySchedule":{"snapshotsToKeep":0,"hour":0,"minute":0},"monthlySchedule":{"snapshotsToKeep":0,"hour":0,"minute":0},"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '759'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:55:26 GMT
etag:
- W/"datetime'2020-10-23T09%3A54%3A52.6058962Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles snapshot policy show
Connection:
- keep-alive
ParameterSetName:
- --ids
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003","name":"cli-acc-000002/cli-sn-pol-000003","type":"Microsoft.NetApp/netAppAccounts/snapshotPolicies","etag":"W/\"datetime''2020-10-23T09%3A54%3A52.6058962Z''\"","location":"centralus","properties":{"name":"cli-sn-pol-000003","enabled":false,"hourlySchedule":{"snapshotsToKeep":1,"minute":10},"dailySchedule":{"snapshotsToKeep":0,"hour":0,"minute":0},"weeklySchedule":{"snapshotsToKeep":0,"hour":0,"minute":0},"monthlySchedule":{"snapshotsToKeep":0,"hour":0,"minute":0},"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '759'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:55:28 GMT
etag:
- W/"datetime'2020-10-23T09%3A54%3A52.6058962Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
version: 1

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -17,20 +17,20 @@ interactions:
ParameterSetName:
- -g -a -l --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A57%3A02.3142531Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Creating"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A35%3A22.8454579Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/158e6c60-64a6-4e5d-9cf1-08b2b84c8791?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb9c8e42-4552-426e-ae19-9d58f39d9c01?api-version=2020-06-01
cache-control:
- no-cache
content-length:
@ -38,9 +38,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:57:02 GMT
- Wed, 14 Oct 2020 14:35:23 GMT
etag:
- W/"datetime'2020-09-04T14%3A57%3A02.3142531Z'"
- W/"datetime'2020-10-14T14%3A35%3A22.8454579Z'"
expires:
- '-1'
pragma:
@ -54,7 +54,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1180'
- '1198'
x-powered-by:
- ASP.NET
status:
@ -74,13 +74,13 @@ interactions:
ParameterSetName:
- -g -a -l --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/158e6c60-64a6-4e5d-9cf1-08b2b84c8791?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb9c8e42-4552-426e-ae19-9d58f39d9c01?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/158e6c60-64a6-4e5d-9cf1-08b2b84c8791","name":"158e6c60-64a6-4e5d-9cf1-08b2b84c8791","status":"Succeeded","startTime":"2020-09-04T14:57:02.2226099Z","endTime":"2020-09-04T14:57:02.3789445Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb9c8e42-4552-426e-ae19-9d58f39d9c01","name":"bb9c8e42-4552-426e-ae19-9d58f39d9c01","status":"Succeeded","startTime":"2020-10-14T14:35:22.7834265Z","endTime":"2020-10-14T14:35:22.9084295Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -91,7 +91,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:57:34 GMT
- Wed, 14 Oct 2020 14:35:54 GMT
expires:
- '-1'
pragma:
@ -127,13 +127,13 @@ interactions:
ParameterSetName:
- -g -a -l --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A57%3A02.3823012Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A35%3A22.9085027Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -144,9 +144,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:57:35 GMT
- Wed, 14 Oct 2020 14:35:55 GMT
etag:
- W/"datetime'2020-09-04T14%3A57%3A02.3823012Z'"
- W/"datetime'2020-10-14T14%3A35%3A22.9085027Z'"
expires:
- '-1'
pragma:
@ -186,20 +186,20 @@ interactions:
ParameterSetName:
- -g -a -l --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000003?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000003","name":"cli000003","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A57%3A41.1279594Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Creating"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000003","name":"cli000003","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A36%3A05.1242706Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a5de9f1e-ab85-433c-bb81-2a12033393b3?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/04f4a445-cfff-49b7-8ba2-5a5860861832?api-version=2020-06-01
cache-control:
- no-cache
content-length:
@ -207,9 +207,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:57:41 GMT
- Wed, 14 Oct 2020 14:36:06 GMT
etag:
- W/"datetime'2020-09-04T14%3A57%3A41.1279594Z'"
- W/"datetime'2020-10-14T14%3A36%3A05.1242706Z'"
expires:
- '-1'
pragma:
@ -223,7 +223,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1181'
- '1198'
x-powered-by:
- ASP.NET
status:
@ -243,13 +243,13 @@ interactions:
ParameterSetName:
- -g -a -l --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a5de9f1e-ab85-433c-bb81-2a12033393b3?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/04f4a445-cfff-49b7-8ba2-5a5860861832?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a5de9f1e-ab85-433c-bb81-2a12033393b3","name":"a5de9f1e-ab85-433c-bb81-2a12033393b3","status":"Succeeded","startTime":"2020-09-04T14:57:41.0523018Z","endTime":"2020-09-04T14:57:41.1929596Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000003"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/04f4a445-cfff-49b7-8ba2-5a5860861832","name":"04f4a445-cfff-49b7-8ba2-5a5860861832","status":"Succeeded","startTime":"2020-10-14T14:36:05.0198819Z","endTime":"2020-10-14T14:36:05.2078255Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000003"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -260,7 +260,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:58:12 GMT
- Wed, 14 Oct 2020 14:36:38 GMT
expires:
- '-1'
pragma:
@ -296,26 +296,26 @@ interactions:
ParameterSetName:
- -g -a -l --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000003?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000003","name":"cli000003","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A57%3A41.194007Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000003","name":"cli000003","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A36%3A05.1933188Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '443'
- '444'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:58:13 GMT
- Wed, 14 Oct 2020 14:36:38 GMT
etag:
- W/"datetime'2020-09-04T14%3A57%3A41.194007Z'"
- W/"datetime'2020-10-14T14%3A36%3A05.1933188Z'"
expires:
- '-1'
pragma:
@ -351,26 +351,26 @@ interactions:
ParameterSetName:
- -g
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts?api-version=2020-06-01
response:
body:
string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000003","name":"cli000003","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A57%3A41.194007Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A57%3A02.3823012Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded"}}]}'
string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A35%3A22.9085027Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000003","name":"cli000003","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A36%3A05.1933188Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded"}}]}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '900'
- '901'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:58:15 GMT
- Wed, 14 Oct 2020 14:36:41 GMT
expires:
- '-1'
pragma:
@ -408,12 +408,12 @@ interactions:
ParameterSetName:
- -g -a
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: DELETE
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: ''
@ -421,17 +421,17 @@ interactions:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5e2edf80-a3af-4d89-b789-8ae6b7495edc?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/689a2b49-d44a-4749-afb0-58c4e4002460?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '0'
date:
- Fri, 04 Sep 2020 14:58:18 GMT
- Wed, 14 Oct 2020 14:36:44 GMT
expires:
- '-1'
location:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5e2edf80-a3af-4d89-b789-8ae6b7495edc?api-version=2020-02-01&operationResultResponseType=Location
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/689a2b49-d44a-4749-afb0-58c4e4002460?api-version=2020-06-01&operationResultResponseType=Location
pragma:
- no-cache
request-context:
@ -443,7 +443,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-deletes:
- '14996'
- '14999'
x-powered-by:
- ASP.NET
status:
@ -463,13 +463,13 @@ interactions:
ParameterSetName:
- -g -a
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5e2edf80-a3af-4d89-b789-8ae6b7495edc?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/689a2b49-d44a-4749-afb0-58c4e4002460?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5e2edf80-a3af-4d89-b789-8ae6b7495edc","name":"5e2edf80-a3af-4d89-b789-8ae6b7495edc","status":"Succeeded","startTime":"2020-09-04T14:58:18.7953906Z","endTime":"2020-09-04T14:58:18.8892171Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/689a2b49-d44a-4749-afb0-58c4e4002460","name":"689a2b49-d44a-4749-afb0-58c4e4002460","status":"Succeeded","startTime":"2020-10-14T14:36:43.9022883Z","endTime":"2020-10-14T14:36:43.9959886Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -480,7 +480,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:58:50 GMT
- Wed, 14 Oct 2020 14:37:15 GMT
expires:
- '-1'
pragma:
@ -518,12 +518,12 @@ interactions:
ParameterSetName:
- -g -a
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: DELETE
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000003?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000003?api-version=2020-06-01
response:
body:
string: ''
@ -531,17 +531,17 @@ interactions:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31b281c8-aa80-4e80-92b8-1bf78801436c?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd35e87-bb12-4f08-a19e-02dd26d5ab01?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '0'
date:
- Fri, 04 Sep 2020 14:58:53 GMT
- Wed, 14 Oct 2020 14:37:17 GMT
expires:
- '-1'
location:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31b281c8-aa80-4e80-92b8-1bf78801436c?api-version=2020-02-01&operationResultResponseType=Location
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd35e87-bb12-4f08-a19e-02dd26d5ab01?api-version=2020-06-01&operationResultResponseType=Location
pragma:
- no-cache
request-context:
@ -553,7 +553,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-deletes:
- '14992'
- '14999'
x-powered-by:
- ASP.NET
status:
@ -573,13 +573,13 @@ interactions:
ParameterSetName:
- -g -a
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31b281c8-aa80-4e80-92b8-1bf78801436c?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd35e87-bb12-4f08-a19e-02dd26d5ab01?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31b281c8-aa80-4e80-92b8-1bf78801436c","name":"31b281c8-aa80-4e80-92b8-1bf78801436c","status":"Succeeded","startTime":"2020-09-04T14:58:53.2753384Z","endTime":"2020-09-04T14:58:53.3535171Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000003"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd35e87-bb12-4f08-a19e-02dd26d5ab01","name":"0dd35e87-bb12-4f08-a19e-02dd26d5ab01","status":"Succeeded","startTime":"2020-10-14T14:37:18.1605498Z","endTime":"2020-10-14T14:37:18.3013062Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000003"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -590,7 +590,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:59:24 GMT
- Wed, 14 Oct 2020 14:37:49 GMT
expires:
- '-1'
pragma:
@ -626,12 +626,12 @@ interactions:
ParameterSetName:
- --resource-group
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts?api-version=2020-06-01
response:
body:
string: '{"value":[]}'
@ -643,7 +643,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:59:26 GMT
- Wed, 14 Oct 2020 14:37:50 GMT
expires:
- '-1'
pragma:

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -17,20 +17,20 @@ interactions:
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T15%3A07%3A00.3463189Z''\"","location":"westus2","properties":{"provisioningState":"Creating"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A45%3A34.9664478Z''\"","location":"westus2","properties":{"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c7b5a655-8b82-431a-add6-6b4b6d5cf06c?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/53ee5b9e-abfd-4300-8a56-7e560f225ae2?api-version=2020-06-01
cache-control:
- no-cache
content-length:
@ -38,9 +38,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:07:01 GMT
- Wed, 14 Oct 2020 14:45:35 GMT
etag:
- W/"datetime'2020-09-04T15%3A07%3A00.3463189Z'"
- W/"datetime'2020-10-14T14%3A45%3A34.9664478Z'"
expires:
- '-1'
pragma:
@ -54,7 +54,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1177'
- '1196'
x-powered-by:
- ASP.NET
status:
@ -74,24 +74,24 @@ interactions:
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c7b5a655-8b82-431a-add6-6b4b6d5cf06c?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/53ee5b9e-abfd-4300-8a56-7e560f225ae2?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c7b5a655-8b82-431a-add6-6b4b6d5cf06c","name":"c7b5a655-8b82-431a-add6-6b4b6d5cf06c","status":"Succeeded","startTime":"2020-09-04T15:07:00.2743022Z","endTime":"2020-09-04T15:07:00.430563Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/53ee5b9e-abfd-4300-8a56-7e560f225ae2","name":"53ee5b9e-abfd-4300-8a56-7e560f225ae2","status":"Succeeded","startTime":"2020-10-14T14:45:34.9220671Z","endTime":"2020-10-14T14:45:35.0470719Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '575'
- '576'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:07:33 GMT
- Wed, 14 Oct 2020 14:46:07 GMT
expires:
- '-1'
pragma:
@ -127,13 +127,13 @@ interactions:
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T15%3A07%3A00.4213724Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A45%3A35.0485056Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -144,9 +144,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:07:33 GMT
- Wed, 14 Oct 2020 14:46:07 GMT
etag:
- W/"datetime'2020-09-04T15%3A07%3A00.4213724Z'"
- W/"datetime'2020-10-14T14%3A45%3A35.0485056Z'"
expires:
- '-1'
pragma:
@ -170,7 +170,7 @@ interactions:
message: OK
- request:
body: '{"location": "westus2", "tags": {"Tag1": "Value1"}, "properties": {"size":
4398046511104, "serviceLevel": "Premium"}}'
4398046511104, "serviceLevel": "Premium", "qosType": "Auto"}}'
headers:
Accept:
- application/json
@ -181,36 +181,36 @@ interactions:
Connection:
- keep-alive
Content-Length:
- '117'
- '136'
Content-Type:
- application/json; charset=utf-8
ParameterSetName:
- -g -a -p -l --service-level --size --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003","name":"cli000002/cli000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-09-04T15%3A07%3A40.3668866Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003","name":"cli000002/cli000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-10-14T14%3A46%3A15.7342004Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"serviceLevel":"Premium","size":4398046511104,"qosType":"Auto","totalThroughputMibps":0.0,"utilizedThroughputMibps":0.0,"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1a44fd4f-2c7b-43aa-8a13-be4487e6ad3c?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eb1da42f-fe7d-49b6-9797-63de5f591891?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '567'
- '641'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:07:40 GMT
- Wed, 14 Oct 2020 14:46:16 GMT
etag:
- W/"datetime'2020-09-04T15%3A07%3A40.3668866Z'"
- W/"datetime'2020-10-14T14%3A46%3A15.7342004Z'"
expires:
- '-1'
pragma:
@ -224,7 +224,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1180'
- '1199'
x-powered-by:
- ASP.NET
status:
@ -244,13 +244,13 @@ interactions:
ParameterSetName:
- -g -a -p -l --service-level --size --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1a44fd4f-2c7b-43aa-8a13-be4487e6ad3c?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eb1da42f-fe7d-49b6-9797-63de5f591891?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1a44fd4f-2c7b-43aa-8a13-be4487e6ad3c","name":"1a44fd4f-2c7b-43aa-8a13-be4487e6ad3c","status":"Succeeded","startTime":"2020-09-04T15:07:40.2578997Z","endTime":"2020-09-04T15:07:40.5548624Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eb1da42f-fe7d-49b6-9797-63de5f591891","name":"eb1da42f-fe7d-49b6-9797-63de5f591891","status":"Succeeded","startTime":"2020-10-14T14:46:15.6859585Z","endTime":"2020-10-14T14:46:15.9933169Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -261,7 +261,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:08:12 GMT
- Wed, 14 Oct 2020 14:46:48 GMT
expires:
- '-1'
pragma:
@ -297,26 +297,26 @@ interactions:
ParameterSetName:
- -g -a -p -l --service-level --size --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003","name":"cli000002/cli000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-09-04T15%3A07%3A40.5590237Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"poolId":"51802453-4810-06c7-86c9-f3e01f0ca94a","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003","name":"cli000002/cli000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-10-14T14%3A46%3A15.9843771Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"poolId":"75fe1fbb-617c-4742-7561-0983f4c13fc4","serviceLevel":"Premium","size":4398046511104,"qosType":"Auto","totalThroughputMibps":262.144,"utilizedThroughputMibps":0.0,"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '616'
- '694'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:08:13 GMT
- Wed, 14 Oct 2020 14:46:49 GMT
etag:
- W/"datetime'2020-09-04T15%3A07%3A40.5590237Z'"
- W/"datetime'2020-10-14T14%3A46%3A15.9843771Z'"
expires:
- '-1'
pragma:
@ -340,7 +340,7 @@ interactions:
message: OK
- request:
body: '{"location": "westus2", "tags": {"Tag1": "Value1"}, "properties": {"size":
4398046511104, "serviceLevel": "Premium"}}'
4398046511104, "serviceLevel": "Premium", "qosType": "Auto"}}'
headers:
Accept:
- application/json
@ -351,36 +351,36 @@ interactions:
Connection:
- keep-alive
Content-Length:
- '117'
- '136'
Content-Type:
- application/json; charset=utf-8
ParameterSetName:
- -g -a -p -l --service-level --size --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000004?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000004?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000004","name":"cli000002/cli000004","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-09-04T15%3A08%3A20.5595779Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000004","name":"cli000002/cli000004","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-10-14T14%3A46%3A56.595019Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"serviceLevel":"Premium","size":4398046511104,"qosType":"Auto","totalThroughputMibps":0.0,"utilizedThroughputMibps":0.0,"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/050fe199-c0d5-412a-b17d-c18d49b78392?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19e01127-c551-4011-98d5-cd320280e557?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '567'
- '640'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:08:21 GMT
- Wed, 14 Oct 2020 14:46:57 GMT
etag:
- W/"datetime'2020-09-04T15%3A08%3A20.5595779Z'"
- W/"datetime'2020-10-14T14%3A46%3A56.595019Z'"
expires:
- '-1'
pragma:
@ -394,7 +394,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1177'
- '1198'
x-powered-by:
- ASP.NET
status:
@ -414,24 +414,24 @@ interactions:
ParameterSetName:
- -g -a -p -l --service-level --size --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/050fe199-c0d5-412a-b17d-c18d49b78392?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19e01127-c551-4011-98d5-cd320280e557?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/050fe199-c0d5-412a-b17d-c18d49b78392","name":"050fe199-c0d5-412a-b17d-c18d49b78392","status":"Succeeded","startTime":"2020-09-04T15:08:20.508156Z","endTime":"2020-09-04T15:08:20.8272326Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000004"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19e01127-c551-4011-98d5-cd320280e557","name":"19e01127-c551-4011-98d5-cd320280e557","status":"Succeeded","startTime":"2020-10-14T14:46:56.5302605Z","endTime":"2020-10-14T14:46:56.7845343Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000004"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '614'
- '615'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:08:52 GMT
- Wed, 14 Oct 2020 14:47:29 GMT
expires:
- '-1'
pragma:
@ -467,26 +467,26 @@ interactions:
ParameterSetName:
- -g -a -p -l --service-level --size --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000004?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000004?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000004","name":"cli000002/cli000004","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-09-04T15%3A08%3A20.8177622Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"poolId":"ff21b7c8-09e9-42f4-d213-f66777e15f58","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000004","name":"cli000002/cli000004","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-10-14T14%3A46%3A56.7881555Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"poolId":"5cd6dd75-2b0c-cfbb-d883-233ebe39ae83","serviceLevel":"Premium","size":4398046511104,"qosType":"Auto","totalThroughputMibps":262.144,"utilizedThroughputMibps":0.0,"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '616'
- '694'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:08:53 GMT
- Wed, 14 Oct 2020 14:47:30 GMT
etag:
- W/"datetime'2020-09-04T15%3A08%3A20.8177622Z'"
- W/"datetime'2020-10-14T14%3A46%3A56.7881555Z'"
expires:
- '-1'
pragma:
@ -522,26 +522,26 @@ interactions:
ParameterSetName:
- -g -a
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools?api-version=2020-06-01
response:
body:
string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003","name":"cli000002/cli000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-09-04T15%3A07%3A40.5590237Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"poolId":"51802453-4810-06c7-86c9-f3e01f0ca94a","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000004","name":"cli000002/cli000004","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-09-04T15%3A08%3A20.8177622Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"poolId":"ff21b7c8-09e9-42f4-d213-f66777e15f58","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}]}'
string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000004","name":"cli000002/cli000004","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-10-14T14%3A46%3A56.7881555Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"poolId":"5cd6dd75-2b0c-cfbb-d883-233ebe39ae83","serviceLevel":"Premium","size":4398046511104,"qosType":"Auto","totalThroughputMibps":262.144,"utilizedThroughputMibps":0.0,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003","name":"cli000002/cli000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-10-14T14%3A46%3A15.9843771Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"poolId":"75fe1fbb-617c-4742-7561-0983f4c13fc4","serviceLevel":"Premium","size":4398046511104,"qosType":"Auto","totalThroughputMibps":262.144,"utilizedThroughputMibps":0.0,"provisioningState":"Succeeded"}}]}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '1245'
- '1401'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:08:56 GMT
- Wed, 14 Oct 2020 14:47:32 GMT
expires:
- '-1'
pragma:
@ -579,12 +579,12 @@ interactions:
ParameterSetName:
- -g -a -p
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: DELETE
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003?api-version=2020-06-01
response:
body:
string: ''
@ -592,17 +592,17 @@ interactions:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5d2f1f3d-82d0-4efe-a6b9-3f03607cdd6e?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c166c3ab-4647-45da-bb32-c2242d294097?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '0'
date:
- Fri, 04 Sep 2020 15:08:59 GMT
- Wed, 14 Oct 2020 14:47:35 GMT
expires:
- '-1'
location:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5d2f1f3d-82d0-4efe-a6b9-3f03607cdd6e?api-version=2020-02-01&operationResultResponseType=Location
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c166c3ab-4647-45da-bb32-c2242d294097?api-version=2020-06-01&operationResultResponseType=Location
pragma:
- no-cache
request-context:
@ -614,7 +614,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-deletes:
- '14995'
- '14999'
x-powered-by:
- ASP.NET
status:
@ -634,13 +634,13 @@ interactions:
ParameterSetName:
- -g -a -p
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5d2f1f3d-82d0-4efe-a6b9-3f03607cdd6e?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c166c3ab-4647-45da-bb32-c2242d294097?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5d2f1f3d-82d0-4efe-a6b9-3f03607cdd6e","name":"5d2f1f3d-82d0-4efe-a6b9-3f03607cdd6e","status":"Succeeded","startTime":"2020-09-04T15:08:59.2063389Z","endTime":"2020-09-04T15:08:59.3781522Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c166c3ab-4647-45da-bb32-c2242d294097","name":"c166c3ab-4647-45da-bb32-c2242d294097","status":"Succeeded","startTime":"2020-10-14T14:47:35.9030836Z","endTime":"2020-10-14T14:47:36.2329994Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000003"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -651,7 +651,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:09:30 GMT
- Wed, 14 Oct 2020 14:48:07 GMT
expires:
- '-1'
pragma:
@ -689,12 +689,12 @@ interactions:
ParameterSetName:
- -g -a -p
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: DELETE
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000004?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000004?api-version=2020-06-01
response:
body:
string: ''
@ -702,17 +702,17 @@ interactions:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/990aba22-03df-4597-b87d-4e3385d887bd?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/46d01ab6-e379-4f4d-8cde-72ba781d45d6?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '0'
date:
- Fri, 04 Sep 2020 15:09:33 GMT
- Wed, 14 Oct 2020 14:48:10 GMT
expires:
- '-1'
location:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/990aba22-03df-4597-b87d-4e3385d887bd?api-version=2020-02-01&operationResultResponseType=Location
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/46d01ab6-e379-4f4d-8cde-72ba781d45d6?api-version=2020-06-01&operationResultResponseType=Location
pragma:
- no-cache
request-context:
@ -724,7 +724,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-deletes:
- '14992'
- '14999'
x-powered-by:
- ASP.NET
status:
@ -744,13 +744,13 @@ interactions:
ParameterSetName:
- -g -a -p
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/990aba22-03df-4597-b87d-4e3385d887bd?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/46d01ab6-e379-4f4d-8cde-72ba781d45d6?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/990aba22-03df-4597-b87d-4e3385d887bd","name":"990aba22-03df-4597-b87d-4e3385d887bd","status":"Succeeded","startTime":"2020-09-04T15:09:33.9866909Z","endTime":"2020-09-04T15:09:34.2054451Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000004"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/46d01ab6-e379-4f4d-8cde-72ba781d45d6","name":"46d01ab6-e379-4f4d-8cde-72ba781d45d6","status":"Succeeded","startTime":"2020-10-14T14:48:10.7331426Z","endTime":"2020-10-14T14:48:11.1081798Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools/cli000004"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -761,7 +761,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:10:05 GMT
- Wed, 14 Oct 2020 14:48:42 GMT
expires:
- '-1'
pragma:
@ -797,12 +797,12 @@ interactions:
ParameterSetName:
- --resource-group -a
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002/capacityPools?api-version=2020-06-01
response:
body:
string: '{"value":[]}'
@ -816,7 +816,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:10:07 GMT
- Wed, 14 Oct 2020 14:48:44 GMT
expires:
- '-1'
pragma:

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -17,20 +17,20 @@ interactions:
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A59%3A38.5759544Z''\"","location":"westus2","properties":{"provisioningState":"Creating"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A38%3A03.6168374Z''\"","location":"westus2","properties":{"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3648f811-855a-4a9d-a703-646dba6900e5?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3fc65e9b-4354-4692-a4af-721641cc2bfc?api-version=2020-06-01
cache-control:
- no-cache
content-length:
@ -38,9 +38,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 14:59:40 GMT
- Wed, 14 Oct 2020 14:38:04 GMT
etag:
- W/"datetime'2020-09-04T14%3A59%3A38.5759544Z'"
- W/"datetime'2020-10-14T14%3A38%3A03.6168374Z'"
expires:
- '-1'
pragma:
@ -54,7 +54,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1182'
- '1199'
x-powered-by:
- ASP.NET
status:
@ -74,13 +74,13 @@ interactions:
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3648f811-855a-4a9d-a703-646dba6900e5?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3fc65e9b-4354-4692-a4af-721641cc2bfc?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3648f811-855a-4a9d-a703-646dba6900e5","name":"3648f811-855a-4a9d-a703-646dba6900e5","status":"Succeeded","startTime":"2020-09-04T14:59:38.4885962Z","endTime":"2020-09-04T14:59:38.6448499Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3fc65e9b-4354-4692-a4af-721641cc2bfc","name":"3fc65e9b-4354-4692-a4af-721641cc2bfc","status":"Succeeded","startTime":"2020-10-14T14:38:03.5646767Z","endTime":"2020-10-14T14:38:03.6897331Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -91,7 +91,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:00:10 GMT
- Wed, 14 Oct 2020 14:38:35 GMT
expires:
- '-1'
pragma:
@ -127,13 +127,13 @@ interactions:
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A59%3A38.6500073Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A38%3A03.6928923Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -144,9 +144,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:00:10 GMT
- Wed, 14 Oct 2020 14:38:36 GMT
etag:
- W/"datetime'2020-09-04T14%3A59%3A38.6500073Z'"
- W/"datetime'2020-10-14T14%3A38%3A03.6928923Z'"
expires:
- '-1'
pragma:
@ -182,15 +182,15 @@ interactions:
ParameterSetName:
- --resource-group -a --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T14%3A59%3A38.6500073Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A38%3A03.6928923Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -201,9 +201,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:00:12 GMT
- Wed, 14 Oct 2020 14:38:37 GMT
etag:
- W/"datetime'2020-09-04T14%3A59%3A38.6500073Z'"
- W/"datetime'2020-10-14T14%3A38%3A03.6928923Z'"
expires:
- '-1'
pragma:
@ -243,15 +243,15 @@ interactions:
ParameterSetName:
- --resource-group -a --tags
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PATCH
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T15%3A00%3A15.8165387Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_account_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-14T14%3A38%3A40.4197909Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -262,9 +262,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:00:18 GMT
- Wed, 14 Oct 2020 14:38:42 GMT
etag:
- W/"datetime'2020-09-04T15%3A00%3A15.8165387Z'"
- W/"datetime'2020-10-14T14%3A38%3A40.4197909Z'"
expires:
- '-1'
pragma:
@ -282,7 +282,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1179'
- '1199'
x-powered-by:
- ASP.NET
status:

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -0,0 +1,463 @@
interactions:
- request:
body: '{"location": "eastus2euap"}'
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account create
Connection:
- keep-alive
Content-Length:
- '27'
Content-Type:
- application/json; charset=utf-8
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-16T11%3A52%3A21.7896905Z''\"","location":"eastus2euap","properties":{"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/be7e1392-49a0-4481-baa0-1ba63372cc3f?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '422'
content-type:
- application/json; charset=utf-8
date:
- Fri, 16 Oct 2020 11:52:23 GMT
etag:
- W/"datetime'2020-10-16T11%3A52%3A21.7896905Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1199'
x-powered-by:
- ASP.NET
status:
code: 201
message: Created
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account create
Connection:
- keep-alive
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/be7e1392-49a0-4481-baa0-1ba63372cc3f?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/be7e1392-49a0-4481-baa0-1ba63372cc3f","name":"be7e1392-49a0-4481-baa0-1ba63372cc3f","status":"Succeeded","startTime":"2020-10-16T11:52:21.7393812Z","endTime":"2020-10-16T11:52:21.8761876Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '580'
content-type:
- application/json; charset=utf-8
date:
- Fri, 16 Oct 2020 11:52:53 GMT
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account create
Connection:
- keep-alive
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-16T11%3A52%3A21.8667476Z''\"","location":"eastus2euap","properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '423'
content-type:
- application/json; charset=utf-8
date:
- Fri, 16 Oct 2020 11:52:54 GMT
etag:
- W/"datetime'2020-10-16T11%3A52%3A21.8667476Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: '{"location": "eastus2euap", "tags": {"Tag1": "Value1"}, "properties": {"dailyBackupsToKeep":
1, "weeklyBackupsToKeep": 2, "monthlyBackupsToKeep": 3, "yearlyBackupsToKeep":
0, "enabled": true}}'
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account backup_policy create
Connection:
- keep-alive
Content-Length:
- '192'
Content-Type:
- application/json; charset=utf-8
ParameterSetName:
- -g -a --backup-policy-name -l -d -w -m -e --tags
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-sn-pol-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-sn-pol-000003","name":"cli-acc-000002/cli-sn-pol-000003","type":"Microsoft.NetApp/netAppAccounts/backupPolicies","etag":"W/\"datetime''2020-10-16T11%3A53%3A00.9270476Z''\"","location":"eastus2euap","tags":{"Tag1":"Value1"},"properties":{"enabled":true,"dailyBackupsToKeep":1,"weeklyBackupsToKeep":2,"monthlyBackupsToKeep":3,"yearlyBackupsToKeep":0,"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/96ad1e94-6935-4c05-8e71-878b100df5d9?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '622'
content-type:
- application/json; charset=utf-8
date:
- Fri, 16 Oct 2020 11:53:01 GMT
etag:
- W/"datetime'2020-10-16T11%3A53%3A00.9270476Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1199'
x-powered-by:
- ASP.NET
status:
code: 201
message: Created
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account backup_policy create
Connection:
- keep-alive
ParameterSetName:
- -g -a --backup-policy-name -l -d -w -m -e --tags
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/96ad1e94-6935-4c05-8e71-878b100df5d9?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/96ad1e94-6935-4c05-8e71-878b100df5d9","name":"96ad1e94-6935-4c05-8e71-878b100df5d9","status":"Succeeded","startTime":"2020-10-16T11:53:00.8836597Z","endTime":"2020-10-16T11:53:01.1143251Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-sn-pol-000003"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '612'
content-type:
- application/json; charset=utf-8
date:
- Fri, 16 Oct 2020 11:53:32 GMT
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account backup_policy create
Connection:
- keep-alive
ParameterSetName:
- -g -a --backup-policy-name -l -d -w -m -e --tags
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-sn-pol-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-sn-pol-000003","name":"cli-acc-000002/cli-sn-pol-000003","type":"Microsoft.NetApp/netAppAccounts/backupPolicies","etag":"W/\"datetime''2020-10-16T11%3A53%3A01.1071816Z''\"","location":"eastus2euap","tags":{"Tag1":"Value1"},"properties":{"enabled":true,"backupPolicyId":"2424682b-0fa6-11eb-a012-06328b185ade","dailyBackupsToKeep":1,"weeklyBackupsToKeep":2,"monthlyBackupsToKeep":3,"yearlyBackupsToKeep":0,"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '679'
content-type:
- application/json; charset=utf-8
date:
- Fri, 16 Oct 2020 11:53:33 GMT
etag:
- W/"datetime'2020-10-16T11%3A53%3A01.1071816Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: '{"location": "eastus2euap", "properties": {"dailyBackupsToKeep": 4, "weeklyBackupsToKeep":
5, "monthlyBackupsToKeep": 6, "yearlyBackupsToKeep": 0, "enabled": false}}'
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account backup_policy update
Connection:
- keep-alive
Content-Length:
- '165'
Content-Type:
- application/json; charset=utf-8
ParameterSetName:
- -g -a --backup-policy-name -l -d -w -m -e
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PATCH
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-sn-pol-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-sn-pol-000003","name":"cli-acc-000002/cli-sn-pol-000003","type":"Microsoft.NetApp/netAppAccounts/backupPolicies","etag":"W/\"datetime''2020-10-16T11%3A53%3A35.8939937Z''\"","location":"eastus2euap","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded","enabled":false,"backupPolicyId":"2424682b-0fa6-11eb-a012-06328b185ade","dailyBackupsToKeep":4,"weeklyBackupsToKeep":5,"monthlyBackupsToKeep":6,"yearlyBackupsToKeep":0}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '680'
content-type:
- application/json; charset=utf-8
date:
- Fri, 16 Oct 2020 11:53:35 GMT
etag:
- W/"datetime'2020-10-16T11%3A53%3A35.8939937Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1198'
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account backup_policy show
Connection:
- keep-alive
ParameterSetName:
- -g -a --backup-policy-name
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-sn-pol-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_backup_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/backupPolicies/cli-sn-pol-000003","name":"cli-acc-000002/cli-sn-pol-000003","type":"Microsoft.NetApp/netAppAccounts/backupPolicies","etag":"W/\"datetime''2020-10-16T11%3A53%3A36.2592645Z''\"","location":"eastus2euap","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded","enabled":false,"backupPolicyId":"2424682b-0fa6-11eb-a012-06328b185ade","dailyBackupsToKeep":4,"weeklyBackupsToKeep":5,"monthlyBackupsToKeep":6,"yearlyBackupsToKeep":0}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '680'
content-type:
- application/json; charset=utf-8
date:
- Fri, 16 Oct 2020 11:53:37 GMT
etag:
- W/"datetime'2020-10-16T11%3A53%3A36.2592645Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
version: 1

Просмотреть файл

@ -17,20 +17,20 @@ interactions:
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T15%3A10%3A20.5072008Z''\"","location":"westus2","properties":{"provisioningState":"Creating"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-19T10%3A49%3A33.3882862Z''\"","location":"westus2","properties":{"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cc1e096-f442-4923-917d-a2f29ae71257?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/35bda5e4-6236-4664-acaf-53403af6213f?api-version=2020-06-01
cache-control:
- no-cache
content-length:
@ -38,9 +38,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:10:21 GMT
- Mon, 19 Oct 2020 10:49:34 GMT
etag:
- W/"datetime'2020-09-04T15%3A10%3A20.5072008Z'"
- W/"datetime'2020-10-19T10%3A49%3A33.3882862Z'"
expires:
- '-1'
pragma:
@ -54,7 +54,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1184'
- '1199'
x-powered-by:
- ASP.NET
status:
@ -74,24 +74,24 @@ interactions:
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cc1e096-f442-4923-917d-a2f29ae71257?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/35bda5e4-6236-4664-acaf-53403af6213f?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cc1e096-f442-4923-917d-a2f29ae71257","name":"9cc1e096-f442-4923-917d-a2f29ae71257","status":"Succeeded","startTime":"2020-09-04T15:10:20.4255585Z","endTime":"2020-09-04T15:10:20.599235Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/35bda5e4-6236-4664-acaf-53403af6213f","name":"35bda5e4-6236-4664-acaf-53403af6213f","status":"Succeeded","startTime":"2020-10-19T10:49:33.2132387Z","endTime":"2020-10-19T10:49:33.49446Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '575'
- '574'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:10:53 GMT
- Mon, 19 Oct 2020 10:50:06 GMT
expires:
- '-1'
pragma:
@ -127,13 +127,13 @@ interactions:
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-09-04T15%3A10%3A20.6012684Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-19T10%3A49%3A33.4963621Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -144,9 +144,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:10:54 GMT
- Mon, 19 Oct 2020 10:50:07 GMT
etag:
- W/"datetime'2020-09-04T15%3A10%3A20.6012684Z'"
- W/"datetime'2020-10-19T10%3A49%3A33.4963621Z'"
expires:
- '-1'
pragma:
@ -187,30 +187,30 @@ interactions:
ParameterSetName:
- -g -a -p -l --service-level --size
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003","name":"cli-acc-000002/cli-pool-000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-09-04T15%3A11%3A00.3906707Z''\"","location":"westus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003","name":"cli-acc-000002/cli-pool-000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-10-19T10%3A50%3A15.7782124Z''\"","location":"westus2","properties":{"serviceLevel":"Premium","size":4398046511104,"totalThroughputMibps":0.0,"utilizedThroughputMibps":0.0,"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/27fc5a42-5ae2-4d9c-97e2-7fcaab2127cc?api-version=2020-02-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b3ea10c0-ef40-429e-b67e-b871f192e0fc?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '542'
- '599'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:11:01 GMT
- Mon, 19 Oct 2020 10:50:16 GMT
etag:
- W/"datetime'2020-09-04T15%3A11%3A00.3906707Z'"
- W/"datetime'2020-10-19T10%3A50%3A15.7782124Z'"
expires:
- '-1'
pragma:
@ -224,7 +224,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1181'
- '1199'
x-powered-by:
- ASP.NET
status:
@ -244,13 +244,13 @@ interactions:
ParameterSetName:
- -g -a -p -l --service-level --size
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/27fc5a42-5ae2-4d9c-97e2-7fcaab2127cc?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b3ea10c0-ef40-429e-b67e-b871f192e0fc?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/27fc5a42-5ae2-4d9c-97e2-7fcaab2127cc","name":"27fc5a42-5ae2-4d9c-97e2-7fcaab2127cc","status":"Succeeded","startTime":"2020-09-04T15:11:00.3251248Z","endTime":"2020-09-04T15:11:00.6377103Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b3ea10c0-ef40-429e-b67e-b871f192e0fc","name":"b3ea10c0-ef40-429e-b67e-b871f192e0fc","status":"Succeeded","startTime":"2020-10-19T10:50:15.7172281Z","endTime":"2020-10-19T10:50:15.9672576Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003"}}'
headers:
access-control-expose-headers:
- Request-Context
@ -261,7 +261,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:11:32 GMT
- Mon, 19 Oct 2020 10:50:48 GMT
expires:
- '-1'
pragma:
@ -297,26 +297,26 @@ interactions:
ParameterSetName:
- -g -a -p -l --service-level --size
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003","name":"cli-acc-000002/cli-pool-000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-09-04T15%3A11%3A00.6388478Z''\"","location":"westus2","properties":{"poolId":"c49a9c29-477c-09fc-0589-5419457be0a4","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003","name":"cli-acc-000002/cli-pool-000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-10-19T10%3A50%3A15.970348Z''\"","location":"westus2","properties":{"poolId":"7d49cb1b-a385-e2d7-fd62-78a29d92053f","serviceLevel":"Premium","size":4398046511104,"qosType":"Auto","totalThroughputMibps":262.144,"utilizedThroughputMibps":0.0,"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '591'
- '668'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:11:33 GMT
- Mon, 19 Oct 2020 10:50:50 GMT
etag:
- W/"datetime'2020-09-04T15%3A11%3A00.6388478Z'"
- W/"datetime'2020-10-19T10%3A50%3A15.970348Z'"
expires:
- '-1'
pragma:
@ -350,30 +350,30 @@ interactions:
Connection:
- keep-alive
ParameterSetName:
- --resource-group -a -p --tags --service-level
- --resource-group -a -p --tags --qos-type
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003","name":"cli-acc-000002/cli-pool-000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-09-04T15%3A11%3A00.6388478Z''\"","location":"westus2","properties":{"poolId":"c49a9c29-477c-09fc-0589-5419457be0a4","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003","name":"cli-acc-000002/cli-pool-000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-10-19T10%3A50%3A15.970348Z''\"","location":"westus2","properties":{"poolId":"7d49cb1b-a385-e2d7-fd62-78a29d92053f","serviceLevel":"Premium","size":4398046511104,"qosType":"Auto","totalThroughputMibps":262.144,"utilizedThroughputMibps":0.0,"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '591'
- '668'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:11:34 GMT
- Mon, 19 Oct 2020 10:50:52 GMT
etag:
- W/"datetime'2020-09-04T15%3A11%3A00.6388478Z'"
- W/"datetime'2020-10-19T10%3A50%3A15.970348Z'"
expires:
- '-1'
pragma:
@ -396,8 +396,8 @@ interactions:
code: 200
message: OK
- request:
body: '{"tags": {"Tag1": "Value1"}, "properties": {"size": 4398046511104, "serviceLevel":
"Standard"}}'
body: '{"tags": {"Tag1": "Value1"}, "properties": {"size": 4398046511104, "qosType":
"Manual"}}'
headers:
Accept:
- application/json
@ -408,34 +408,34 @@ interactions:
Connection:
- keep-alive
Content-Length:
- '95'
- '88'
Content-Type:
- application/json; charset=utf-8
ParameterSetName:
- --resource-group -a -p --tags --service-level
- --resource-group -a -p --tags --qos-type
User-Agent:
- python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.12.0 Azure-SDK-For-Python AZURECLI/2.11.1
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PATCH
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003?api-version=2020-02-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003","name":"cli-acc-000002/cli-pool-000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-09-04T15%3A11%3A37.2980169Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded","poolId":"c49a9c29-477c-09fc-0589-5419457be0a4","serviceLevel":"Standard","size":4398046511104}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_pool_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/capacityPools/cli-pool-000003","name":"cli-acc-000002/cli-pool-000003","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2020-10-19T10%3A50%3A55.9065423Z''\"","location":"westus2","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded","poolId":"7d49cb1b-a385-e2d7-fd62-78a29d92053f","serviceLevel":"Premium","size":4398046511104,"qosType":"Manual","totalThroughputMibps":262.144,"utilizedThroughputMibps":0.0}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '617'
- '696'
content-type:
- application/json; charset=utf-8
date:
- Fri, 04 Sep 2020 15:11:39 GMT
- Mon, 19 Oct 2020 10:50:58 GMT
etag:
- W/"datetime'2020-09-04T15%3A11%3A37.2980169Z'"
- W/"datetime'2020-10-19T10%3A50%3A55.9065423Z'"
expires:
- '-1'
pragma:
@ -453,7 +453,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1174'
- '1196'
x-powered-by:
- ASP.NET
status:

Просмотреть файл

@ -0,0 +1,476 @@
interactions:
- request:
body: '{"location": "centralus"}'
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account create
Connection:
- keep-alive
Content-Length:
- '25'
Content-Type:
- application/json; charset=utf-8
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-23T09%3A55%3A52.6190176Z''\"","location":"centralus","properties":{"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/c1ae2205-a9c8-401f-8286-f0accd4bb42c?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '420'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:55:54 GMT
etag:
- W/"datetime'2020-10-23T09%3A55%3A52.6190176Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1199'
x-powered-by:
- ASP.NET
status:
code: 201
message: Created
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account create
Connection:
- keep-alive
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/c1ae2205-a9c8-401f-8286-f0accd4bb42c?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/c1ae2205-a9c8-401f-8286-f0accd4bb42c","name":"c1ae2205-a9c8-401f-8286-f0accd4bb42c","status":"Succeeded","startTime":"2020-10-23T09:55:52.5674107Z","endTime":"2020-10-23T09:55:52.6924118Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '578'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:56:24 GMT
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles account create
Connection:
- keep-alive
ParameterSetName:
- -g -a -l
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002","name":"cli-acc-000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2020-10-23T09%3A55%3A52.6810625Z''\"","location":"centralus","properties":{"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '421'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:56:25 GMT
etag:
- W/"datetime'2020-10-23T09%3A55%3A52.6810625Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: '{"location": "centralus", "tags": {"Tag1": "Value1"}, "properties": {"hourlySchedule":
{"snapshotsToKeep": 1, "minute": 10}, "dailySchedule": {"snapshotsToKeep": 2,
"hour": 2, "minute": 20}, "weeklySchedule": {"snapshotsToKeep": 3, "day": "Monday",
"hour": 3, "minute": 30}, "monthlySchedule": {"snapshotsToKeep": 4, "daysOfMonth":
"2,5,30", "hour": 4, "minute": 40}, "enabled": true}}'
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles snapshot policy create
Connection:
- keep-alive
Content-Length:
- '385'
Content-Type:
- application/json; charset=utf-8
ParameterSetName:
- -g -a --snapshot-policy-name -l -u -d -w -m --hourly-minute --daily-minute
--weekly-minute --monthly-minute --daily-hour --weekly-hour --monthly-hour
--weekly-day --monthly-days --enabled --tags
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003","name":"cli-acc-000002/cli-sn-pol-000003","type":"Microsoft.NetApp/netAppAccounts/snapshotPolicies","etag":"W/\"datetime''2020-10-23T09%3A56%3A28.3333923Z''\"","location":"centralus","tags":{"Tag1":"Value1"},"properties":{"name":"cli-sn-pol-000003","enabled":true,"hourlySchedule":{"snapshotsToKeep":1,"minute":10},"dailySchedule":{"snapshotsToKeep":2,"hour":2,"minute":20},"weeklySchedule":{"snapshotsToKeep":3,"day":"Monday","hour":3,"minute":30},"monthlySchedule":{"snapshotsToKeep":4,"daysOfMonth":"2,5,30","hour":4,"minute":40},"provisioningState":"Creating"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/fa1661c5-cba1-4dc5-add1-5786a80c63b6?api-version=2020-06-01
cache-control:
- no-cache
content-length:
- '823'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:56:27 GMT
etag:
- W/"datetime'2020-10-23T09%3A56%3A28.3333923Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1197'
x-powered-by:
- ASP.NET
status:
code: 201
message: Created
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles snapshot policy create
Connection:
- keep-alive
ParameterSetName:
- -g -a --snapshot-policy-name -l -u -d -w -m --hourly-minute --daily-minute
--weekly-minute --monthly-minute --daily-hour --weekly-hour --monthly-hour
--weekly-day --monthly-days --enabled --tags
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/fa1661c5-cba1-4dc5-add1-5786a80c63b6?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/centralus/operationResults/fa1661c5-cba1-4dc5-add1-5786a80c63b6","name":"fa1661c5-cba1-4dc5-add1-5786a80c63b6","status":"Succeeded","startTime":"2020-10-23T09:56:28.2789029Z","endTime":"2020-10-23T09:56:28.4039382Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '612'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:56:59 GMT
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles snapshot policy create
Connection:
- keep-alive
ParameterSetName:
- -g -a --snapshot-policy-name -l -u -d -w -m --hourly-minute --daily-minute
--weekly-minute --monthly-minute --daily-hour --weekly-hour --monthly-hour
--weekly-day --monthly-days --enabled --tags
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003","name":"cli-acc-000002/cli-sn-pol-000003","type":"Microsoft.NetApp/netAppAccounts/snapshotPolicies","etag":"W/\"datetime''2020-10-23T09%3A56%3A28.4074449Z''\"","location":"centralus","tags":{"Tag1":"Value1"},"properties":{"name":"cli-sn-pol-000003","enabled":true,"hourlySchedule":{"snapshotsToKeep":1,"minute":10},"dailySchedule":{"snapshotsToKeep":2,"hour":2,"minute":20},"weeklySchedule":{"snapshotsToKeep":3,"day":"Monday","hour":3,"minute":30},"monthlySchedule":{"snapshotsToKeep":4,"daysOfMonth":"2,5,30","hour":4,"minute":40},"provisioningState":"Succeeded"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '824'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:56:59 GMT
etag:
- W/"datetime'2020-10-23T09%3A56%3A28.4074449Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: '{"location": "centralus", "properties": {"hourlySchedule": {"snapshotsToKeep":
5, "minute": 50}, "dailySchedule": {"snapshotsToKeep": 6, "hour": 6, "minute":
0}, "weeklySchedule": {"snapshotsToKeep": 7, "day": "Wednesday", "hour": 7,
"minute": 10}, "monthlySchedule": {"snapshotsToKeep": 8, "daysOfMonth": "1,2,20",
"hour": 8, "minute": 20}, "enabled": false}}'
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles snapshot policy update
Connection:
- keep-alive
Content-Length:
- '360'
Content-Type:
- application/json; charset=utf-8
ParameterSetName:
- -g -a --snapshot-policy-name -l -u -d -w -m --hourly-minute --daily-minute
--weekly-minute --monthly-minute --daily-hour --weekly-hour --monthly-hour
--weekly-day --monthly-days --enabled
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: PATCH
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003","name":"cli-acc-000002/cli-sn-pol-000003","type":"Microsoft.NetApp/netAppAccounts/snapshotPolicies","etag":"W/\"datetime''2020-10-23T09%3A57%3A03.30135Z''\"","location":"centralus","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded","name":"cli-sn-pol-000003","enabled":false,"hourlySchedule":{"snapshotsToKeep":5,"minute":50},"dailySchedule":{"snapshotsToKeep":6,"hour":6,"minute":0},"weeklySchedule":{"snapshotsToKeep":7,"day":"Wednesday","hour":7,"minute":10},"monthlySchedule":{"snapshotsToKeep":8,"daysOfMonth":"1,2,20","hour":8,"minute":20}}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '825'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:57:03 GMT
etag:
- W/"datetime'2020-10-23T09%3A57%3A03.30135Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1198'
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- netappfiles snapshot policy show
Connection:
- keep-alive
ParameterSetName:
- -g -a --snapshot-policy-name
User-Agent:
- python/3.8.5 (macOS-10.15.6-x86_64-i386-64bit) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-netapp/0.13.0 Azure-SDK-For-Python AZURECLI/2.13.0
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_netappfiles_test_snapshot_policy_000001/providers/Microsoft.NetApp/netAppAccounts/cli-acc-000002/snapshotPolicies/cli-sn-pol-000003","name":"cli-acc-000002/cli-sn-pol-000003","type":"Microsoft.NetApp/netAppAccounts/snapshotPolicies","etag":"W/\"datetime''2020-10-23T09%3A57%3A03.4224368Z''\"","location":"centralus","tags":{"Tag1":"Value1"},"properties":{"provisioningState":"Succeeded","name":"cli-sn-pol-000003","enabled":false,"hourlySchedule":{"snapshotsToKeep":5,"minute":50},"dailySchedule":{"snapshotsToKeep":6,"hour":6,"minute":0},"weeklySchedule":{"snapshotsToKeep":7,"day":"Wednesday","hour":7,"minute":10},"monthlySchedule":{"snapshotsToKeep":8,"daysOfMonth":"1,2,20","hour":8,"minute":20}}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '827'
content-type:
- application/json; charset=utf-8
date:
- Fri, 23 Oct 2020 09:57:04 GMT
etag:
- W/"datetime'2020-10-23T09%3A57%3A03.4224368Z'"
expires:
- '-1'
pragma:
- no-cache
request-context:
- appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53
server:
- Microsoft-IIS/10.0
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-content-type-options:
- nosniff
x-powered-by:
- ASP.NET
status:
code: 200
message: OK
version: 1

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -0,0 +1,85 @@
# --------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------------------------
from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer
import unittest
LOCATION = "southcentralus"
# No tidy up of tests required. The resource group is automatically removed
class AzureNetAppFilesAccountBackupServiceScenarioTest(ScenarioTest):
def setup_vnet(self, vnet_name, subnet_name):
self.cmd("az network vnet create -n %s -g {rg} -l %s --address-prefix 10.5.0.0/16" %
(vnet_name, LOCATION))
self.cmd("az network vnet subnet create -n %s --vnet-name %s --address-prefixes '10.5.0.0/24' "
"--delegations 'Microsoft.Netapp/volumes' -g {rg}" % (subnet_name, vnet_name))
def current_subscription(self):
subs = self.cmd("az account show").get_output_in_json()
return subs['id']
def create_volume(self, account_name, pool_name, volume_name, volume_only=False, backup_id=None):
vnet_name = self.create_random_name(prefix='cli-vnet-backup', length=24)
subnet_name = "default"
if not volume_only:
# create vnet, account and pool
self.setup_vnet(vnet_name, subnet_name)
self.cmd("netappfiles account create -g {rg} -a '%s' -l %s" %
(account_name, LOCATION)).get_output_in_json()
self.cmd("netappfiles pool create -g {rg} -a %s -p %s -l %s --service-level 'Premium' --size 4" %
(account_name, pool_name, LOCATION)).get_output_in_json()
# create volume
if backup_id is None:
return self.cmd("netappfiles volume create -g {rg} -a %s -p %s -v %s -l %s --vnet %s --subnet %s "
"--file-path %s --usage-threshold 100" %
(account_name, pool_name, volume_name, LOCATION, vnet_name, subnet_name, volume_name)
).get_output_in_json()
else:
return self.cmd("netappfiles volume create -g {rg} -a %s -p %s -v %s -l %s --vnet %s --subnet %s "
"--file-path %s --usage-threshold 100 --backup-id %s" %
(account_name, pool_name, volume_name, LOCATION, vnet_name, subnet_name, volume_name,
backup_id)).get_output_in_json()
def create_backup(self, account_name, pool_name, volume_name, backup_name, backup_only=False):
if not backup_only:
# create account, pool and volume
self.create_volume(account_name, pool_name, volume_name)
# get vault
vaults = self.cmd("az netappfiles vault list -g {rg} -a %s" % account_name).get_output_in_json()
# create backup policy
backup_policy_name = self.create_random_name(prefix='cli-sn-pol-', length=16)
backup_policy = self.cmd("az netappfiles account backup-policy create -g {rg} -a %s "
"--backup-policy-name %s -l %s --daily-backups 1" %
(account_name, backup_policy_name, LOCATION)).get_output_in_json()
# volume update with backup policy
self.cmd("az netappfiles volume update -g {rg} -a %s -p %s -v %s --vault-id %s --backup-enabled %s "
"--backup-policy-id %s --policy-enforced %s" %
(account_name, pool_name, volume_name, vaults[0]['id'], True, backup_policy['id'], True)) \
.get_output_in_json()
# create backup
backup = self.cmd("az netappfiles volume backup create -g {rg} -a %s -p %s -v %s -l %s --backup-name %s" %
(account_name, pool_name, volume_name, LOCATION, backup_name)).get_output_in_json()
return backup
@ResourceGroupPreparer(name_prefix='cli_netappfiles_test_account_backup_')
def test_list_account_backups(self):
# create backup
account_name = self.create_random_name(prefix='cli-acc-', length=24)
pool_name = self.create_random_name(prefix='cli-pool-', length=24)
volume_name = self.create_random_name(prefix='cli-vol-', length=24)
backup_name = self.create_random_name(prefix='cli-backup-', length=24)
self.create_backup(account_name, pool_name, volume_name, backup_name)
backup_list = self.cmd("az netappfiles account backup list -g {rg} -a %s" % account_name).get_output_in_json()
assert len(backup_list) == 1

Просмотреть файл

@ -84,23 +84,33 @@ class AzureNetAppFilesAccountServiceScenarioTest(ScenarioTest):
@ResourceGroupPreparer(name_prefix='cli_netappfiles_test_account_')
def test_active_directory(self):
# create account
account_name = self.create_random_name(prefix='cli', length=24)
# create an account as normal
account = self.cmd("az netappfiles account create -g {rg} -a %s -l %s --tags Tag1=Value1" % (account_name, LOCATION)).get_output_in_json()
account = self.cmd("az netappfiles account create -g {rg} -a %s -l %s --tags Tag1=Value1" %
(account_name, LOCATION)).get_output_in_json()
assert account['name'] == account_name
# now add an active directory
acc_with_active_directory = self.cmd("netappfiles account ad add -g {rg} -n %s --username aduser --password aduser --smb-server-name SMBSERVER --dns '1.2.3.4' --domain westcentralus" % (account_name)).get_output_in_json()
# add an active directory
ad_name = 'cli-ad-name'
kdc_ip = '172.16.254.1'
acc_with_active_directory = self.cmd("netappfiles account ad add -g {rg} -n %s --username aduser "
"--password aduser --smb-server-name SMBSERVER --dns '1.2.3.4' "
"--domain westcentralus --ad-name %s --kdc-ip %s" %
(account_name, ad_name, kdc_ip)).get_output_in_json()
assert acc_with_active_directory['name'] == account_name
assert acc_with_active_directory['activeDirectories'][0]['username'] == 'aduser'
assert acc_with_active_directory['activeDirectories'][0]['status'] == 'Created'
assert acc_with_active_directory['activeDirectories'][0]['adName'] == ad_name
# now add an active directory
active_directory = self.cmd("netappfiles account ad list -g {rg} -n %s" % (account_name)).get_output_in_json()
assert account['name'] == account_name
# list active directory
active_directory = self.cmd("netappfiles account ad list -g {rg} -n %s" % account_name).get_output_in_json()
assert active_directory[0]['username'] == 'aduser'
assert len(active_directory) == 1
# now remove using the previously obtained details
acc_with_active_directory = self.cmd("netappfiles account ad remove -g {rg} -n %s --active-directory %s" % (account_name, active_directory[0]['activeDirectoryId'])).get_output_in_json()
# remove active directory using the previously obtained details
self.cmd("netappfiles account ad remove -g {rg} -n %s --active-directory %s" %
(account_name, active_directory[0]['activeDirectoryId'])).get_output_in_json()
account = self.cmd("netappfiles account show -g {rg} -n %s" % account_name).get_output_in_json()
assert account['name'] == account_name
assert account['activeDirectories'] is None

Просмотреть файл

@ -0,0 +1,189 @@
# --------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------------------------
from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer
LOCATION = "southcentralus"
class AzureNetAppFilesBackupServiceScenarioTest(ScenarioTest):
def setup_vnet(self, vnet_name, subnet_name):
self.cmd("az network vnet create -n %s -g {rg} -l %s --address-prefix 10.5.0.0/16" %
(vnet_name, LOCATION))
self.cmd("az network vnet subnet create -n %s --vnet-name %s --address-prefixes '10.5.0.0/24' "
"--delegations 'Microsoft.Netapp/volumes' -g {rg}" % (subnet_name, vnet_name))
def current_subscription(self):
subs = self.cmd("az account show").get_output_in_json()
return subs['id']
def create_volume(self, account_name, pool_name, volume_name, volume_only=False, backup_id=None):
vnet_name = self.create_random_name(prefix='cli-vnet-backup', length=24)
subnet_name = "default"
if not volume_only:
# create vnet, account and pool
self.setup_vnet(vnet_name, subnet_name)
self.cmd("netappfiles account create -g {rg} -a '%s' -l %s" %
(account_name, LOCATION)).get_output_in_json()
self.cmd("netappfiles pool create -g {rg} -a %s -p %s -l %s --service-level 'Premium' --size 4" %
(account_name, pool_name, LOCATION)).get_output_in_json()
# create volume
if backup_id is None:
return self.cmd("netappfiles volume create -g {rg} -a %s -p %s -v %s -l %s --vnet %s --subnet %s "
"--file-path %s --usage-threshold 100" %
(account_name, pool_name, volume_name, LOCATION, vnet_name, subnet_name, volume_name)
).get_output_in_json()
else:
return self.cmd("netappfiles volume create -g {rg} -a %s -p %s -v %s -l %s --vnet %s --subnet %s "
"--file-path %s --usage-threshold 100 --backup-id %s" %
(account_name, pool_name, volume_name, LOCATION, vnet_name, subnet_name, volume_name,
backup_id)).get_output_in_json()
def create_backup(self, account_name, pool_name, volume_name, backup_name, backup_only=False):
if not backup_only:
# create account, pool and volume
self.create_volume(account_name, pool_name, volume_name)
# get vault
vaults = self.cmd("az netappfiles vault list -g {rg} -a %s" % account_name).get_output_in_json()
# create backup policy
backup_policy_name = self.create_random_name(prefix='cli-sn-pol-', length=16)
backup_policy = self.cmd("az netappfiles account backup-policy create -g {rg} -a %s "
"--backup-policy-name %s -l %s --daily-backups 1" %
(account_name, backup_policy_name, LOCATION)).get_output_in_json()
# volume update with backup policy
self.cmd("az netappfiles volume update -g {rg} -a %s -p %s -v %s --vault-id %s --backup-enabled %s "
"--backup-policy-id %s --policy-enforced %s" %
(account_name, pool_name, volume_name, vaults[0]['id'], True, backup_policy['id'], True)) \
.get_output_in_json()
# create backup
backup = self.cmd("az netappfiles volume backup create -g {rg} -a %s -p %s -v %s -l %s --backup-name %s" %
(account_name, pool_name, volume_name, LOCATION, backup_name)).get_output_in_json()
return backup
@ResourceGroupPreparer(name_prefix='cli_netappfiles_test_backup_')
def test_create_delete_backup(self):
# create backup
account_name = self.create_random_name(prefix='cli-acc-', length=24)
pool_name = self.create_random_name(prefix='cli-pool-', length=24)
volume_name = self.create_random_name(prefix='cli-vol-', length=24)
backup_name = self.create_random_name(prefix='cli-backup-', length=24)
backup = self.create_backup(account_name, pool_name, volume_name, backup_name)
assert backup is not None
backup_list = self.cmd("netappfiles volume backup list -g {rg} -a %s -p %s -v %s" %
(account_name, pool_name, volume_name)).get_output_in_json()
assert len(backup_list) == 1
# Delete not supported yet
@ResourceGroupPreparer(name_prefix='cli_netappfiles_test_backup_')
def test_list_backup(self):
# create backup
account_name = self.create_random_name(prefix='cli-acc-', length=24)
pool_name = self.create_random_name(prefix='cli-pool-', length=24)
volume_name = self.create_random_name(prefix='cli-vol-', length=24)
backup_name = self.create_random_name(prefix='cli-backup-', length=24)
self.create_backup(account_name, pool_name, volume_name, backup_name)
backup_list = self.cmd("netappfiles volume backup list -g {rg} -a %s -p %s -v %s" %
(account_name, pool_name, volume_name)).get_output_in_json()
assert len(backup_list) == 1
# create backup 2
backup_name = self.create_random_name(prefix='cli-backup-', length=24)
self.create_backup(account_name, pool_name, volume_name, backup_name, True)
backup_list = self.cmd("netappfiles volume backup list -g {rg} -a %s -p %s -v %s" %
(account_name, pool_name, volume_name)).get_output_in_json()
assert len(backup_list) == 2
@ResourceGroupPreparer(name_prefix='cli_netappfiles_test_backup_')
def test_get_backup_by_name(self):
# create backup
account_name = self.create_random_name(prefix='cli-acc-', length=24)
pool_name = self.create_random_name(prefix='cli-pool-', length=24)
volume_name = self.create_random_name(prefix='cli-vol-', length=24)
backup_name = self.create_random_name(prefix='cli-backup-', length=24)
self.create_backup(account_name, pool_name, volume_name, backup_name)
# get backup and validate
backup = self.cmd("netappfiles volume backup show -g {rg} -a %s -p %s -v %s -b %s" %
(account_name, pool_name, volume_name, backup_name)).get_output_in_json()
assert backup is not None
assert backup['name'] == account_name + "/" + pool_name + "/" + volume_name + "/" + backup_name
# get backup by id and validate
backup_from_id = self.cmd("az netappfiles volume backup show --ids %s" % backup['id']).get_output_in_json()
assert backup_from_id['name'] == account_name + "/" + pool_name + "/" + volume_name + "/" + backup_name
@ResourceGroupPreparer(name_prefix='cli_netappfiles_test_backup_')
def test_update_backup(self):
# create backup
account_name = self.create_random_name(prefix='cli-acc-', length=24)
pool_name = self.create_random_name(prefix='cli-pool-', length=24)
volume_name = self.create_random_name(prefix='cli-vol-', length=24)
backup_name = self.create_random_name(prefix='cli-backup-', length=24)
self.create_backup(account_name, pool_name, volume_name, backup_name)
# update backup
tags = "Tag1=Value1 Tag2=Value2"
label = "label"
self.cmd("netappfiles volume backup update -g {rg} -a %s -p %s -v %s --backup-name %s --tags %s --label %s" %
(account_name, pool_name, volume_name, backup_name, tags, label)).get_output_in_json()
# get backup and validate
backup = self.cmd("netappfiles volume backup show -g {rg} -a %s -p %s -v %s --backup-name %s" %
(account_name, pool_name, volume_name, backup_name)).get_output_in_json()
assert backup is not None
assert backup['name'] == account_name + "/" + pool_name + "/" + volume_name + "/" + backup_name
# there is a bug in update where the label is not updated - will be fixed later
# assert backup['label'] == label
@ResourceGroupPreparer(name_prefix='cli_netappfiles_test_backup_')
def test_disable_backup_for_volume(self):
# create backup
account_name = self.create_random_name(prefix='cli-acc-', length=24)
pool_name = self.create_random_name(prefix='cli-pool-', length=24)
volume_name = self.create_random_name(prefix='cli-vol-', length=24)
backup_name = self.create_random_name(prefix='cli-backup-', length=24)
self.create_backup(account_name, pool_name, volume_name, backup_name)
# get vault
vaults = self.cmd("az netappfiles vault list -g {rg} -a %s" % account_name).get_output_in_json()
# volume update
volume = self.cmd("az netappfiles volume update -g {rg} -a %s -p %s -v %s --vault-id %s --backup-enabled %s" %
(account_name, pool_name, volume_name, vaults[0]['id'], False)).get_output_in_json()
assert not volume['dataProtection']['backup']['backupEnabled']
@ResourceGroupPreparer(name_prefix='cli_netappfiles_test_backup_')
def test_restore_backup_to_new_volume(self):
# create backup
account_name = self.create_random_name(prefix='cli-acc-', length=24)
pool_name = self.create_random_name(prefix='cli-pool-', length=24)
volume_name = self.create_random_name(prefix='cli-vol-', length=24)
backup_name = self.create_random_name(prefix='cli-backup-', length=24)
self.create_backup(account_name, pool_name, volume_name, backup_name)
# disable backup for volume
vaults = self.cmd("az netappfiles vault list -g {rg} -a %s" % account_name).get_output_in_json()
self.cmd("az netappfiles volume update -g {rg} -a %s -p %s -v %s --vault-id %s --backup-enabled %s" %
(account_name, pool_name, volume_name, vaults[0]['id'], False)).get_output_in_json()
self.cmd("netappfiles volume backup show -g {rg} -a %s -p %s -v %s --backup-name %s" %
(account_name, pool_name, volume_name, backup_name)).get_output_in_json()
# Backup not completely ready, not able to retrieve backupId at the moment since swagger is not updated
# create new volume and restore backup
# volume2_name = self.create_random_name(prefix='cli-vol-', length=24)
# volume2 = self.create_volume(account_name, pool_name, volume2_name, volume_only=False, backup_id=backup['backupId'])

Просмотреть файл

@ -0,0 +1,153 @@
# --------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------------------------
from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer
LOCATION = "eastus2euap"
class AzureNetAppFilesBackupPolicyServiceScenarioTest(ScenarioTest):
@ResourceGroupPreparer(name_prefix='cli_netappfiles_test_backup_policy_')
def test_create_delete_backup_policies(self):
# create account
account_name = self.create_random_name(prefix='cli-acc-', length=24)
self.cmd("az netappfiles account create -g {rg} -a '%s' -l %s" % (account_name, LOCATION)).get_output_in_json()
# create backup policy using long parameter names and validate result
backup_policy_name = self.create_random_name(prefix='cli-ba-pol-', length=16)
daily_backups_to_keep = 1
weekly_backups_to_keep = 2
monthly_backups_to_keep = 3
enabled = True
tags = "Tag1=Value1 Tag2=Value2"
backup_policy = self.cmd("az netappfiles account backup-policy create -g {rg} -a %s --backup-policy-name %s "
"--location %s --daily-backups %s --weekly-backups %s "
"--monthly-backups %s --enabled %s --tags %s" %
(account_name, backup_policy_name, LOCATION, daily_backups_to_keep,
weekly_backups_to_keep, monthly_backups_to_keep, enabled, tags)).get_output_in_json()
assert backup_policy['name'] == account_name + "/" + backup_policy_name
assert backup_policy['dailyBackupsToKeep'] == daily_backups_to_keep
assert backup_policy['weeklyBackupsToKeep'] == weekly_backups_to_keep
assert backup_policy['monthlyBackupsToKeep'] == monthly_backups_to_keep
assert backup_policy['enabled'] == enabled
assert backup_policy['tags']['Tag1'] == 'Value1'
assert backup_policy['tags']['Tag2'] == 'Value2'
# validate backup policy exist
backup_policy_list = self.cmd("az netappfiles account backup-policy list -g {rg} -a '%s'" %
account_name).get_output_in_json()
assert len(backup_policy_list) == 1
# delete backup policy
self.cmd("az netappfiles account backup-policy delete -g {rg} -a %s --backup-policy-name %s" %
(account_name, backup_policy_name))
# create backup policy using short parameter names and validate result
backup_policy = self.cmd("az netappfiles account backup-policy create -g {rg} -a %s -b %s "
"-l %s -d %s -w %s -m %s -e %s --tags %s" %
(account_name, backup_policy_name, LOCATION, daily_backups_to_keep,
weekly_backups_to_keep, monthly_backups_to_keep, enabled, tags)).get_output_in_json()
assert backup_policy['name'] == account_name + "/" + backup_policy_name
assert backup_policy['dailyBackupsToKeep'] == daily_backups_to_keep
assert backup_policy['weeklyBackupsToKeep'] == weekly_backups_to_keep
assert backup_policy['monthlyBackupsToKeep'] == monthly_backups_to_keep
assert backup_policy['enabled'] == enabled
assert backup_policy['tags']['Tag1'] == 'Value1'
assert backup_policy['tags']['Tag2'] == 'Value2'
# delete backup policy
self.cmd("az netappfiles account backup-policy delete -g {rg} -a %s --backup-policy-name %s" %
(account_name, backup_policy_name))
# validate backup policy doesn't exist
backup_policy_list = self.cmd("az netappfiles account backup-policy list -g {rg} -a '%s'" %
account_name).get_output_in_json()
assert len(backup_policy_list) == 0
@ResourceGroupPreparer(name_prefix='cli_netappfiles_test_backup_policy_')
def test_list_backup_policy(self):
# create account
account_name = self.create_random_name(prefix='cli-acc-', length=24)
self.cmd("az netappfiles account create -g {rg} -a '%s' -l %s" % (account_name, LOCATION)).get_output_in_json()
# create 3 backup policies
backup_policies = [self.create_random_name(prefix='cli', length=16),
self.create_random_name(prefix='cli', length=16),
self.create_random_name(prefix='cli', length=16)]
for backup_policy_name in backup_policies:
self.cmd("az netappfiles account backup-policy create -g {rg} -a %s --backup-policy-name %s -l %s "
"--daily-backups 1" % (account_name, backup_policy_name, LOCATION))
# validate that both backup policies exist
backup_policy_list = self.cmd("az netappfiles account backup-policy list -g {rg} -a '%s'" %
account_name).get_output_in_json()
assert len(backup_policy_list) == 3
# delete all backup policies
for backup_policy_name in backup_policies:
self.cmd("az netappfiles account backup-policy delete -g {rg} -a %s --backup-policy-name %s" %
(account_name, backup_policy_name))
# validate that no backup policies exist
backup_policy_list = self.cmd("az netappfiles account backup-policy list -g {rg} -a '%s'" %
account_name).get_output_in_json()
assert len(backup_policy_list) == 0
@ResourceGroupPreparer(name_prefix='cli_netappfiles_test_backup_policy_')
def test_get_backup_policy_by_name(self):
# create account
account_name = self.create_random_name(prefix='cli-acc-', length=24)
self.cmd("az netappfiles account create -g {rg} -a '%s' -l %s" % (account_name, LOCATION)).get_output_in_json()
# create backup policy
backup_policy_name = self.create_random_name(prefix='cli-sn-pol-', length=16)
self.cmd("az netappfiles account backup-policy create -g {rg} -a %s --backup-policy-name %s -l %s "
"--daily-backups 1" % (account_name, backup_policy_name, LOCATION)).get_output_in_json()
# get backup policy by name and validate
backup_policy = self.cmd("az netappfiles account backup-policy show -g {rg} -a %s --backup-policy-name %s" %
(account_name, backup_policy_name)).get_output_in_json()
assert backup_policy['name'] == account_name + '/' + backup_policy_name
assert backup_policy['dailyBackupsToKeep'] == 1
# get backup policy by resource id and validate
backup_policy_from_id = self.cmd("az netappfiles account backup-policy show --ids %s" %
backup_policy['id']).get_output_in_json()
assert backup_policy_from_id['name'] == account_name + '/' + backup_policy_name
assert backup_policy['dailyBackupsToKeep'] == 1
@ResourceGroupPreparer(name_prefix='cli_netappfiles_test_backup_policy_')
def test_update_backup_policy(self):
# create account
account_name = self.create_random_name(prefix='cli-acc-', length=24)
self.cmd("az netappfiles account create -g {rg} -a '%s' -l %s" % (account_name, LOCATION)).get_output_in_json()
# create backup policy
backup_policy_name = self.create_random_name(prefix='cli-sn-pol-', length=16)
daily_backups_to_keep = 1
weekly_backups_to_keep = 2
monthly_backups_to_keep = 3
enabled = True
tags = "Tag1=Value1"
self.cmd("az netappfiles account backup-policy create -g {rg} -a %s --backup-policy-name %s "
"-l %s -d %s -w %s -m %s -e %s --tags %s" %
(account_name, backup_policy_name, LOCATION, daily_backups_to_keep,
weekly_backups_to_keep, monthly_backups_to_keep, enabled, tags)).get_output_in_json()
# update backup policy
daily_backups_to_keep = 4
weekly_backups_to_keep = 5
monthly_backups_to_keep = 6
enabled = False
self.cmd("az netappfiles account backup-policy update -g {rg} -a %s --backup-policy-name %s -l %s -d %s -w %s "
"-m %s -e %s" % (account_name, backup_policy_name, LOCATION, daily_backups_to_keep,
weekly_backups_to_keep, monthly_backups_to_keep, enabled)).get_output_in_json()
# get updated backup policy and validate update
backup_policy = self.cmd("az netappfiles account backup-policy show -g {rg} -a %s --backup-policy-name %s" %
(account_name, backup_policy_name)).get_output_in_json()
assert backup_policy['dailyBackupsToKeep'] == daily_backups_to_keep
assert backup_policy['weeklyBackupsToKeep'] == weekly_backups_to_keep
assert backup_policy['monthlyBackupsToKeep'] == monthly_backups_to_keep
assert backup_policy['enabled'] == enabled
assert backup_policy['tags']['Tag1'] == 'Value1'

Просмотреть файл

@ -39,6 +39,7 @@ class AzureNetAppFilesPoolServiceScenarioTest(ScenarioTest):
assert pool['name'] == account_name + '/' + pool_name
assert pool['tags']['Tag1'] == 'Value1'
assert pool['tags']['Tag2'] == 'Value2'
assert pool['qosType'] == 'Auto'
self.cmd("az netappfiles pool delete --resource-group {rg} -a %s -p %s" % (account_name, pool_name))
pool_list = self.cmd("netappfiles pool list --resource-group {rg} -a %s" % account_name).get_output_in_json()
@ -106,7 +107,7 @@ class AzureNetAppFilesPoolServiceScenarioTest(ScenarioTest):
pool = self.cmd("az netappfiles pool create -g {rg} -a %s -p %s -l %s %s" % (account_name, pool_name, LOCATION, POOL_DEFAULT)).get_output_in_json()
assert pool['name'] == account_name + '/' + pool_name
pool = self.cmd("az netappfiles pool update --resource-group {rg} -a %s -p %s --tags %s --service-level 'Standard'" % (account_name, pool_name, tag)).get_output_in_json()
pool = self.cmd("az netappfiles pool update --resource-group {rg} -a %s -p %s --tags %s --qos-type %s" % (account_name, pool_name, tag, "Manual")).get_output_in_json()
assert pool['name'] == account_name + '/' + pool_name
assert pool['serviceLevel'] == "Standard"
assert pool['qosType'] == "Manual"
assert pool['tags']['Tag1'] == 'Value1'

Просмотреть файл

@ -0,0 +1,302 @@
# --------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------------------------
from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer
import unittest
LOCATION = "centralus"
VOLUME_DEFAULT = "--service-level 'Premium' --usage-threshold 100"
class AzureNetAppFilesSnapshotPolicyServiceScenarioTest(ScenarioTest):
def setup_vnet(self, vnet_name, subnet_name):
self.cmd("az network vnet create -n %s -g {rg} -l %s --address-prefix 10.5.0.0/16" %
(vnet_name, LOCATION))
self.cmd("az network vnet subnet create -n %s --vnet-name %s --address-prefixes '10.5.0.0/24' "
"--delegations 'Microsoft.Netapp/volumes' -g {rg}" % (subnet_name, vnet_name))
def current_subscription(self):
subs = self.cmd("az account show").get_output_in_json()
return subs['id']
def create_volume(self, account_name, pool_name, volume_name, snapshot_policy_id=None):
vnet_name = "cli-vnet-lefr-02"
subnet_name = "default"
# create vnet and pool
self.setup_vnet(vnet_name, subnet_name)
self.cmd("netappfiles pool create -g {rg} -a %s -p %s -l %s --service-level 'Premium' --size 4" %
(account_name, pool_name, LOCATION)).get_output_in_json()
# create volume
return self.cmd("netappfiles volume create -g {rg} -a %s -p %s -v %s -l %s --vnet %s --subnet %s "
"--file-path %s %s --snapshot-policy-id %s" %
(account_name, pool_name, volume_name, LOCATION, vnet_name, subnet_name, volume_name,
VOLUME_DEFAULT, snapshot_policy_id)).get_output_in_json()
@ResourceGroupPreparer(name_prefix='cli_netappfiles_test_snapshot_policy_')
def test_create_delete_snapshot_policies(self):
# create account
account_name = self.create_random_name(prefix='cli-acc-', length=24)
snapshot_policy_name = self.create_random_name(prefix='cli-sn-pol-', length=16)
self.cmd("az netappfiles account create -g {rg} -a '%s' -l %s" % (account_name, LOCATION)).get_output_in_json()
# create snapshot policy using long parameter names and validate result
hourly_snapshots_to_keep = 1
hourly_minute = 10
daily_snapshots_to_keep = 2
daily_minute = 20
daily_hour = 2
weekly_snapshots_to_keep = 3
weekly_minute = 30
weekly_hour = 3
weekly_day = "Monday"
monthly_snapshots_to_keep = 4
monthly_minute = 40
monthly_hour = 4
monthly_days_of_month = "1,3,20"
enabled = True
tags = "Tag1=Value1"
snapshot_policy = self.cmd("az netappfiles snapshot policy create -g {rg} -a %s --snapshot-policy-name %s "
"--location %s --hourly-snapshots %s --daily-snapshots %s "
"--weekly-snapshots %s --monthly-snapshots %s --hourly-minute %s "
"--daily-minute %s --weekly-minute %s --monthly-minute %s --daily-hour %s "
"--weekly-hour %s --monthly-hour %s --weekly-day %s --monthly-days %s "
"--enabled %s --tags %s" %
(account_name, snapshot_policy_name, LOCATION, hourly_snapshots_to_keep,
daily_snapshots_to_keep, weekly_snapshots_to_keep, monthly_snapshots_to_keep,
hourly_minute, daily_minute, weekly_minute, monthly_minute, daily_hour, weekly_hour,
monthly_hour, weekly_day, monthly_days_of_month, enabled, tags)).get_output_in_json()
assert snapshot_policy['name'] == account_name + "/" + snapshot_policy_name
assert snapshot_policy['hourlySchedule']['snapshotsToKeep'] == hourly_snapshots_to_keep
assert snapshot_policy['hourlySchedule']['minute'] == hourly_minute
assert snapshot_policy['dailySchedule']['snapshotsToKeep'] == daily_snapshots_to_keep
assert snapshot_policy['dailySchedule']['minute'] == daily_minute
assert snapshot_policy['dailySchedule']['hour'] == daily_hour
assert snapshot_policy['weeklySchedule']['snapshotsToKeep'] == weekly_snapshots_to_keep
assert snapshot_policy['weeklySchedule']['minute'] == weekly_minute
assert snapshot_policy['weeklySchedule']['hour'] == weekly_hour
assert snapshot_policy['weeklySchedule']['day'] == weekly_day
assert snapshot_policy['monthlySchedule']['snapshotsToKeep'] == monthly_snapshots_to_keep
assert snapshot_policy['monthlySchedule']['minute'] == monthly_minute
assert snapshot_policy['monthlySchedule']['hour'] == monthly_hour
assert snapshot_policy['monthlySchedule']['daysOfMonth'] == monthly_days_of_month
assert snapshot_policy['enabled'] == enabled
assert snapshot_policy['tags']['Tag1'] == 'Value1'
# validate snapshot policy exist
snapshot_policy_list = self.cmd("az netappfiles snapshot policy list -g {rg} -a '%s'" %
account_name).get_output_in_json()
assert len(snapshot_policy_list) == 1
# delete snapshot policy
self.cmd("az netappfiles snapshot policy delete -g {rg} -a %s --snapshot-policy-name %s" %
(account_name, snapshot_policy_name))
# create snapshot policy using short parameter names and validate result
snapshot_policy = self.cmd("az netappfiles snapshot policy create -g {rg} -a %s "
"--snapshot-policy-name %s -l %s -u %s -d %s -w %s -m %s "
"--hourly-minute %s --daily-minute %s --weekly-minute %s --monthly-minute %s "
"--daily-hour %s --weekly-hour %s --monthly-hour %s --weekly-day %s "
"--monthly-days %s --enabled %s --tags %s" %
(account_name, snapshot_policy_name, LOCATION, hourly_snapshots_to_keep,
daily_snapshots_to_keep, weekly_snapshots_to_keep, monthly_snapshots_to_keep,
hourly_minute, daily_minute, weekly_minute, monthly_minute, daily_hour, weekly_hour,
monthly_hour, weekly_day, monthly_days_of_month, enabled, tags)).get_output_in_json()
assert snapshot_policy['name'] == account_name + "/" + snapshot_policy_name
assert snapshot_policy['hourlySchedule']['snapshotsToKeep'] == hourly_snapshots_to_keep
assert snapshot_policy['hourlySchedule']['minute'] == hourly_minute
assert snapshot_policy['dailySchedule']['snapshotsToKeep'] == daily_snapshots_to_keep
assert snapshot_policy['dailySchedule']['minute'] == daily_minute
assert snapshot_policy['dailySchedule']['hour'] == daily_hour
assert snapshot_policy['weeklySchedule']['snapshotsToKeep'] == weekly_snapshots_to_keep
assert snapshot_policy['weeklySchedule']['minute'] == weekly_minute
assert snapshot_policy['weeklySchedule']['hour'] == weekly_hour
assert snapshot_policy['weeklySchedule']['day'] == weekly_day
assert snapshot_policy['monthlySchedule']['snapshotsToKeep'] == monthly_snapshots_to_keep
assert snapshot_policy['monthlySchedule']['minute'] == monthly_minute
assert snapshot_policy['monthlySchedule']['hour'] == monthly_hour
assert snapshot_policy['monthlySchedule']['daysOfMonth'] == monthly_days_of_month
assert snapshot_policy['enabled'] == enabled
assert snapshot_policy['tags']['Tag1'] == 'Value1'
# delete snapshot policy
self.cmd("az netappfiles snapshot policy delete -g {rg} -a %s --snapshot-policy-name %s" %
(account_name, snapshot_policy_name))
# validate snapshot policy doesn't exist
snapshot_policy_list = self.cmd("az netappfiles snapshot policy list -g {rg} -a '%s'" %
account_name).get_output_in_json()
assert len(snapshot_policy_list) == 0
@ResourceGroupPreparer(name_prefix='cli_netappfiles_test_snapshot_policy_')
def test_list_snapshot_policy(self):
# create account
account_name = self.create_random_name(prefix='cli-acc-', length=24)
self.cmd("az netappfiles account create -g {rg} -a '%s' -l %s" % (account_name, LOCATION)).get_output_in_json()
# create 3 snapshot policies
snapshot_policies = [self.create_random_name(prefix='cli', length=16),
self.create_random_name(prefix='cli', length=16),
self.create_random_name(prefix='cli', length=16)]
hourly_snapshots_to_keep = 1
hourly_minute = 10
for snapshot_policy_name in snapshot_policies:
self.cmd("az netappfiles snapshot policy create -g {rg} -a %s --snapshot-policy-name %s -l %s -u %s --hourly-minute %s" %
(account_name, snapshot_policy_name, LOCATION, hourly_snapshots_to_keep, hourly_minute))
# validate that both snapshot policies exist
snapshot_policy_list = self.cmd("az netappfiles snapshot policy list -g {rg} -a '%s'" %
account_name).get_output_in_json()
assert len(snapshot_policy_list) == 3
# delete all snapshot policies
for snapshot_policy_name in snapshot_policies:
self.cmd("az netappfiles snapshot policy delete -g {rg} -a %s --snapshot-policy-name %s" %
(account_name, snapshot_policy_name))
# validate that no snapshot policies exist
snapshot_policy_list = self.cmd("az netappfiles snapshot policy list -g {rg} -a '%s'" %
account_name).get_output_in_json()
assert len(snapshot_policy_list) == 0
@ResourceGroupPreparer(name_prefix='cli_netappfiles_test_snapshot_policy_')
def test_get_snapshot_policy_by_name(self):
# create account
account_name = self.create_random_name(prefix='cli-acc-', length=24)
self.cmd("az netappfiles account create -g {rg} -a '%s' -l %s" % (account_name, LOCATION)).get_output_in_json()
# create snapshot policy
snapshot_policy_name = self.create_random_name(prefix='cli-sn-pol-', length=16)
hourly_snapshots = 1
hourly_minute = 10
self.cmd("az netappfiles snapshot policy create -g {rg} -a %s --snapshot-policy-name %s -l %s -u %s --hourly-minute %s" %
(account_name, snapshot_policy_name, LOCATION, hourly_snapshots, hourly_minute)).get_output_in_json()
# get snapshot policy by name and validate
snapshot_policy = self.cmd("az netappfiles snapshot policy show -g {rg} -a %s --snapshot-policy-name %s" %
(account_name, snapshot_policy_name)).get_output_in_json()
assert snapshot_policy['name'] == account_name + '/' + snapshot_policy_name
assert snapshot_policy['hourlySchedule']['snapshotsToKeep'] == hourly_snapshots
assert snapshot_policy['hourlySchedule']['minute'] == hourly_minute
# get snapshot policy by resource id and validate
snapshot_policy_from_id = self.cmd("az netappfiles snapshot policy show --ids %s" %
snapshot_policy['id']).get_output_in_json()
assert snapshot_policy_from_id['name'] == account_name + '/' + snapshot_policy_name
assert snapshot_policy['hourlySchedule']['snapshotsToKeep'] == hourly_snapshots
assert snapshot_policy['hourlySchedule']['minute'] == hourly_minute
@ResourceGroupPreparer(name_prefix='cli_netappfiles_test_snapshot_policy_')
def test_update_snapshot_policy(self):
# create account
account_name = self.create_random_name(prefix='cli-acc-', length=24)
self.cmd("az netappfiles account create -g {rg} -a '%s' -l %s" % (account_name, LOCATION)).get_output_in_json()
# create snapshot policy
snapshot_policy_name = self.create_random_name(prefix='cli-sn-pol-', length=16)
hourly_snapshots_to_keep = 1
hourly_minute = 10
daily_snapshots_to_keep = 2
daily_minute = 20
daily_hour = 2
weekly_snapshots_to_keep = 3
weekly_minute = 30
weekly_hour = 3
weekly_day = "Monday"
monthly_snapshots_to_keep = 4
monthly_minute = 40
monthly_hour = 4
monthly_days_of_month = "2,5,30"
enabled = True
tags = "Tag1=Value1"
self.cmd("az netappfiles snapshot policy create -g {rg} -a %s --snapshot-policy-name %s -l %s -u %s -d %s -w %s -m %s "
"--hourly-minute %s --daily-minute %s --weekly-minute %s --monthly-minute %s --daily-hour %s "
"--weekly-hour %s --monthly-hour %s --weekly-day %s --monthly-days %s --enabled %s --tags %s" %
(account_name, snapshot_policy_name, LOCATION, hourly_snapshots_to_keep,
daily_snapshots_to_keep, weekly_snapshots_to_keep, monthly_snapshots_to_keep,
hourly_minute, daily_minute, weekly_minute, monthly_minute, daily_hour, weekly_hour,
monthly_hour, weekly_day, monthly_days_of_month, enabled, tags)).get_output_in_json()
# update snapshot policy
hourly_snapshots_to_keep = 5
hourly_minute = 50
daily_snapshots_to_keep = 6
daily_minute = 0
daily_hour = 6
weekly_snapshots_to_keep = 7
weekly_minute = 10
weekly_hour = 7
weekly_day = "Wednesday"
monthly_snapshots_to_keep = 8
monthly_minute = 20
monthly_hour = 8
monthly_days_of_month = "1,2,20"
enabled = False
self.cmd("az netappfiles snapshot policy update -g {rg} -a %s --snapshot-policy-name %s -l %s -u %s -d %s -w %s -m %s "
"--hourly-minute %s --daily-minute %s --weekly-minute %s --monthly-minute %s --daily-hour %s "
"--weekly-hour %s --monthly-hour %s --weekly-day %s --monthly-days %s --enabled %s" %
(account_name, snapshot_policy_name, LOCATION, hourly_snapshots_to_keep,
daily_snapshots_to_keep, weekly_snapshots_to_keep, monthly_snapshots_to_keep,
hourly_minute, daily_minute, weekly_minute, monthly_minute, daily_hour, weekly_hour,
monthly_hour, weekly_day, monthly_days_of_month, enabled)).get_output_in_json()
# get updated snapshot policy and validate update
snapshot_policy = self.cmd("az netappfiles snapshot policy show -g {rg} -a %s --snapshot-policy-name %s" %
(account_name, snapshot_policy_name)).get_output_in_json()
assert snapshot_policy['name'] == account_name + "/" + snapshot_policy_name
assert snapshot_policy['hourlySchedule']['snapshotsToKeep'] == hourly_snapshots_to_keep
assert snapshot_policy['hourlySchedule']['minute'] == hourly_minute
assert snapshot_policy['dailySchedule']['snapshotsToKeep'] == daily_snapshots_to_keep
assert snapshot_policy['dailySchedule']['minute'] == daily_minute
assert snapshot_policy['dailySchedule']['hour'] == daily_hour
assert snapshot_policy['weeklySchedule']['snapshotsToKeep'] == weekly_snapshots_to_keep
assert snapshot_policy['weeklySchedule']['minute'] == weekly_minute
assert snapshot_policy['weeklySchedule']['hour'] == weekly_hour
assert snapshot_policy['weeklySchedule']['day'] == weekly_day
assert snapshot_policy['monthlySchedule']['snapshotsToKeep'] == monthly_snapshots_to_keep
assert snapshot_policy['monthlySchedule']['minute'] == monthly_minute
assert snapshot_policy['monthlySchedule']['hour'] == monthly_hour
assert snapshot_policy['monthlySchedule']['daysOfMonth'] == monthly_days_of_month
assert snapshot_policy['enabled'] == enabled
assert snapshot_policy['tags']['Tag1'] == 'Value1'
@unittest.skip("Waiting for a fix on swagger and sdk")
@ResourceGroupPreparer(name_prefix='cli_netappfiles_test_snapshot_policy_')
def test_snapshot_policy_list_volumes(self):
raise unittest.SkipTest("Skipping - need to fix NFSAAS-12189")
# create account
account_name = self.create_random_name(prefix='cli-acc-', length=24)
self.cmd("az netappfiles account create -g {rg} -a '%s' -l %s" % (account_name, LOCATION)).get_output_in_json()
# create snapshot policy
snapshot_policy_name = self.create_random_name(prefix='cli-sn-pol-', length=16)
hourly_snapshots_to_keep = 1
hourly_minute = 10
enabled = True
self.cmd("az netappfiles snapshot policy create -g {rg} -a %s --snapshot-policy-name %s -l %s -u %s --hourly-minute %s --enabled %s"
% (account_name, snapshot_policy_name, LOCATION, hourly_snapshots_to_keep, hourly_minute, enabled)
).get_output_in_json()
snapshot_policy = self.cmd("az netappfiles snapshot policy show -g {rg} -a %s --snapshot-policy-name %s" %
(account_name, snapshot_policy_name)).get_output_in_json()
# create volume
pool_name = self.create_random_name(prefix='cli-pool-', length=24)
volume_name = self.create_random_name(prefix='cli-vol-', length=24)
self.create_volume(account_name, pool_name, volume_name, snapshot_policy_id=snapshot_policy['id'])
list_volumes = self.cmd("az netappfiles snapshot policy volumes -g {rg} -a %s --snapshot-policy-name %s" %
(account_name, snapshot_policy_name)).get_output_in_json()
assert len(list_volumes) == 1
# create second volume
volume_name = self.create_random_name(prefix='cli-vol-', length=24)
self.create_volume(account_name, pool_name, volume_name, snapshot_policy_id=snapshot_policy['id'])
list_volumes = self.cmd("az netappfiles snapshot policy volumes -g {rg} -a %s --snapshot-policy-name %s" %
(account_name, snapshot_policy_name)).get_output_in_json()
assert len(list_volumes) == 2

Просмотреть файл

@ -0,0 +1,47 @@
# --------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------------------------
from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer
LOCATION = "eastus2euap"
class AzureNetAppFilesVaultServiceScenarioTest(ScenarioTest):
def setup_vnet(self, vnet_name, subnet_name):
self.cmd("az network vnet create -n %s -g {rg} -l %s --address-prefix 10.5.0.0/16" %
(vnet_name, LOCATION))
self.cmd("az network vnet subnet create -n %s --vnet-name %s --address-prefixes '10.5.0.0/24' "
"--delegations 'Microsoft.Netapp/volumes' -g {rg}" % (subnet_name, vnet_name))
def current_subscription(self):
subs = self.cmd("az account show").get_output_in_json()
return subs['id']
def create_volume(self, account_name, pool_name, volume_name, volume_only=False):
vnet_name = "cli-vnet-lefr-02"
subnet_name = "cli-subnet-lefr-02"
if not volume_only:
# create vnet, account and pool
self.setup_vnet(vnet_name, subnet_name)
self.cmd("netappfiles account create -g {rg} -a '%s' -l %s" %
(account_name, LOCATION)).get_output_in_json()
self.cmd("netappfiles pool create -g {rg} -a %s -p %s -l %s --service-level 'Premium' --size 4" %
(account_name, pool_name, LOCATION)).get_output_in_json()
# create volume
return self.cmd("netappfiles volume create -g {rg} -a %s -p %s -v %s -l %s --vnet %s --subnet %s "
"--file-path %s --usage-threshold 100" %
(account_name, pool_name, volume_name, LOCATION, vnet_name, subnet_name, volume_name)) \
.get_output_in_json()
@ResourceGroupPreparer(name_prefix='cli_netappfiles_test_vault_')
def test_list_vault(self):
account_name = self.create_random_name(prefix='cli-acc-', length=24)
pool_name = self.create_random_name(prefix='cli-pool-', length=24)
volume_name = self.create_random_name(prefix='cli-vol-', length=24)
self.create_volume(account_name, pool_name, volume_name)
vault_list = self.cmd("az netappfiles vault list -g {rg} -a %s" % account_name).get_output_in_json()
assert len(vault_list) == 1

Просмотреть файл

@ -9,10 +9,8 @@ import time
POOL_DEFAULT = "--service-level 'Premium' --size 4"
VOLUME_DEFAULT = "--service-level 'Premium' --usage-threshold 100"
RG_LOCATION = "westus2"
ANF_LOCATION = "eastus2"
DP_RG_LOCATION = "southcentralus"
DP_ANF_LOCATION = "southcentralusstage"
RG_LOCATION = "centralus"
DP_RG_LOCATION = "eastus2"
GIB_SCALE = 1024 * 1024 * 1024
# No tidy up of tests required. The resource group is automatically removed
@ -35,13 +33,13 @@ class AzureNetAppFilesVolumeServiceScenarioTest(ScenarioTest):
protocol_types = "--protocol-types %s" % protocols if protocols is not None else ""
self.setup_vnet(rg, vnet_name, subnet_name, '10.0.0.0', RG_LOCATION)
self.cmd("az netappfiles account create -g %s -a '%s' -l %s" % (rg, account_name, ANF_LOCATION)).get_output_in_json()
self.cmd("az netappfiles pool create -g %s -a %s -p %s -l %s %s %s" % (rg, account_name, pool_name, ANF_LOCATION, pool_payload, tag)).get_output_in_json()
volume1 = self.cmd("az netappfiles volume create --resource-group %s --account-name %s --pool-name %s --volume-name %s -l %s %s --file-path %s --vnet %s --subnet %s %s %s" % (rg, account_name, pool_name, volume_name1, ANF_LOCATION, volume_payload, file_path, vnet_name, subnet_name, protocol_types, tag)).get_output_in_json()
self.cmd("az netappfiles account create -g %s -a '%s' -l %s" % (rg, account_name, RG_LOCATION)).get_output_in_json()
self.cmd("az netappfiles pool create -g %s -a %s -p %s -l %s %s %s" % (rg, account_name, pool_name, RG_LOCATION, pool_payload, tag)).get_output_in_json()
volume1 = self.cmd("az netappfiles volume create --resource-group %s --account-name %s --pool-name %s --volume-name %s -l %s %s --file-path %s --vnet %s --subnet %s %s %s" % (rg, account_name, pool_name, volume_name1, RG_LOCATION, volume_payload, file_path, vnet_name, subnet_name, protocol_types, tag)).get_output_in_json()
if volume_name2:
file_path = volume_name2
self.cmd("az netappfiles volume create -g %s -a %s -p %s -v %s -l %s %s --file-path %s --vnet %s --subnet %s --tags %s" % (rg, account_name, pool_name, volume_name2, ANF_LOCATION, VOLUME_DEFAULT, file_path, vnet_name, subnet_name, tags)).get_output_in_json()
self.cmd("az netappfiles volume create -g %s -a %s -p %s -v %s -l %s %s --file-path %s --vnet %s --subnet %s --tags %s" % (rg, account_name, pool_name, volume_name2, RG_LOCATION, VOLUME_DEFAULT, file_path, vnet_name, subnet_name, tags)).get_output_in_json()
return volume1
@ -86,6 +84,9 @@ class AzureNetAppFilesVolumeServiceScenarioTest(ScenarioTest):
assert volume['volumeType'] is None
assert volume['dataProtection'] is None
assert volume['kerberosEnabled'] is False
assert volume['securityStyle'] == 'Unix'
volume_list = self.cmd("netappfiles volume list --resource-group {rg} --account-name %s --pool-name %s" % (account_name, pool_name)).get_output_in_json()
assert len(volume_list) == 1
@ -109,12 +110,12 @@ class AzureNetAppFilesVolumeServiceScenarioTest(ScenarioTest):
rg = '{rg}'
self.setup_vnet(subnet_rg, vnet_name, subnet_name, '10.0.0.0', RG_LOCATION)
self.cmd("az netappfiles account create -g %s -a %s -l %s" % (rg, account_name, ANF_LOCATION)).get_output_in_json()
self.cmd("az netappfiles pool create -g %s -a %s -p %s -l %s %s" % (rg, account_name, pool_name, ANF_LOCATION, POOL_DEFAULT)).get_output_in_json()
self.cmd("az netappfiles account create -g %s -a %s -l %s" % (rg, account_name, RG_LOCATION)).get_output_in_json()
self.cmd("az netappfiles pool create -g %s -a %s -p %s -l %s %s" % (rg, account_name, pool_name, RG_LOCATION, POOL_DEFAULT)).get_output_in_json()
subnet_id = "/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Network/virtualNetworks/%s/subnets/%s" % (subs_id, subnet_rg, vnet_name, subnet_name)
volume = self.cmd("az netappfiles volume create --resource-group %s --account-name %s --pool-name %s --volume-name %s -l %s %s --file-path %s --vnet %s --subnet %s" % (rg, account_name, pool_name, volume_name, ANF_LOCATION, VOLUME_DEFAULT, file_path, vnet_name, subnet_id)).get_output_in_json()
volume = self.cmd("az netappfiles volume create --resource-group %s --account-name %s --pool-name %s --volume-name %s -l %s %s --file-path %s --vnet %s --subnet %s" % (rg, account_name, pool_name, volume_name, RG_LOCATION, VOLUME_DEFAULT, file_path, vnet_name, subnet_id)).get_output_in_json()
assert volume['name'] == account_name + '/' + pool_name + '/' + volume_name
self.cmd("az netappfiles volume delete --resource-group %s --account-name %s --pool-name %s --volume-name %s" % (rg, account_name, pool_name, volume_name))
@ -142,23 +143,25 @@ class AzureNetAppFilesVolumeServiceScenarioTest(ScenarioTest):
# rg_r = self.create_random_name(prefix='cli-rg-', length=24)
rg_r = replication_resourcegroup
subs_id = self.current_subscription()
# self.cmd("az group create -n %s --subscription %s -l %s" % (rg_r, subs_id, DP_RG_LOCATION)).get_output_in_json()
self.setup_vnet(rg_r, vnet_name, subnet_name, '10.1.0.0', DP_RG_LOCATION)
self.cmd("az netappfiles account create -g %s -a %s -l %s" % (rg_r, account_name_r, DP_ANF_LOCATION)).get_output_in_json()
self.cmd("az netappfiles pool create -g %s -a %s -p %s -l %s %s" % (rg_r, account_name_r, pool_name_r, DP_ANF_LOCATION, POOL_DEFAULT)).get_output_in_json()
self.cmd("az netappfiles account create -g %s -a %s -l %s" % (rg_r, account_name_r, DP_RG_LOCATION)).get_output_in_json()
self.cmd("az netappfiles pool create -g %s -a %s -p %s -l %s %s" % (rg_r, account_name_r, pool_name_r, DP_RG_LOCATION, POOL_DEFAULT)).get_output_in_json()
subnet_id = "/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Network/virtualNetworks/%s/subnets/%s" % (subs_id, rg_r, vnet_name, subnet_name)
# volume = self.cmd("az netappfiles volume create --resource-group %s --account-name %s --pool-name %s --volume-name %s -l %s %s --file-path %s --vnet %s --subnet %s" % (rg_r, account_name_r, pool_name_r, volume_name_r, DP_ANF_LOCATION, VOLUME_DEFAULT, file_path, vnet_name, subnet_id)).get_output_in_json()
# volume = self.cmd("az netappfiles volume create --resource-group %s --account-name %s --pool-name %s --volume-name %s -l %s %s --file-path %s --vnet %s --subnet %s" % (rg_r, account_name_r, pool_name_r, volume_name_r, DP_RG_LOCATION, VOLUME_DEFAULT, file_path, vnet_name, subnet_id)).get_output_in_json()
dst_volume = self.cmd("az netappfiles volume create --resource-group %s --account-name %s --pool-name %s --volume-name %s -l %s %s --file-path %s --vnet %s --subnet %s --volume-type %s --endpoint-type %s --replication-schedule %s --remote-volume-resource-id %s" % (rg_r, account_name_r, pool_name_r, volume_name_r, DP_ANF_LOCATION, VOLUME_DEFAULT, file_path, vnet_name, subnet_id, "DataProtection", "dst", "_10minutely", src_volume['id'])).get_output_in_json()
dst_volume = self.cmd("az netappfiles volume create --resource-group %s --account-name %s --pool-name %s --volume-name %s -l %s %s --file-path %s --vnet %s --subnet %s --volume-type %s --endpoint-type %s --replication-schedule %s --remote-volume-resource-id %s" % (rg_r, account_name_r, pool_name_r, volume_name_r, DP_RG_LOCATION, VOLUME_DEFAULT, file_path, vnet_name, subnet_id, "DataProtection", "dst", "_10minutely", src_volume['id'])).get_output_in_json()
assert dst_volume['dataProtection'] is not None
assert dst_volume['id'] is not None
time.sleep(2)
# approve
self.cmd("az netappfiles volume replication approve -g %s -a %s -p %s -v %s --remote-volume-resource-id %s" % (rg, account_name, pool_name, volume_name, dst_volume['id']))
# re-initialize
self.cmd("az netappfiles volume replication re-initialize -g %s -a %s -p %s -v %s" % (rg_r, account_name_r, pool_name_r, volume_name_r))
self.wait_for_replication_status("Mirrored", rg_r, account_name_r, pool_name_r, volume_name_r)
# break
@ -170,7 +173,7 @@ class AzureNetAppFilesVolumeServiceScenarioTest(ScenarioTest):
self.wait_for_replication_status("Mirrored", rg_r, account_name_r, pool_name_r, volume_name_r)
# break
self.cmd("az netappfiles volume replication suspend -g %s -a %s -p %s -v %s" % (rg_r, account_name_r, pool_name_r, volume_name_r))
self.cmd("az netappfiles volume replication suspend -g %s -a %s -p %s -v %s -f %s" % (rg_r, account_name_r, pool_name_r, volume_name_r, True))
self.wait_for_replication_status("Broken", rg_r, account_name_r, pool_name_r, volume_name_r)
# delete
@ -303,3 +306,24 @@ class AzureNetAppFilesVolumeServiceScenarioTest(ScenarioTest):
# and recheck the other properties are unchanged
assert volume['usageThreshold'] == 200 * GIB_SCALE
assert volume['serviceLevel'] == "Standard"
@ResourceGroupPreparer(name_prefix='cli_netappfiles_test_volume_')
def test_change_pool(self):
account_name = self.create_random_name(prefix='cli-acc-', length=24)
pool_name = self.create_random_name(prefix='cli-pool-', length=24)
volume_name = self.create_random_name(prefix='cli-vol-', length=24)
pool2_name = self.create_random_name(prefix='cli-pool-', length=24)
volume = self.create_volume(account_name, pool_name, volume_name, '{rg}')
assert volume['name'] == account_name + '/' + pool_name + '/' + volume_name
# create a new pool to move the volume to
pool2 = self.cmd("az netappfiles pool create -g %s -a %s -p %s -l %s %s" % ('{rg}', account_name, pool2_name, RG_LOCATION, POOL_DEFAULT)).get_output_in_json()
assert pool2['name'] == account_name + '/' + pool2_name
# change volume to pool2
self.cmd("az netappfiles volume pool-change -g {rg} -a %s -p %s -v %s -d %s" % (account_name, pool_name, volume_name, pool2['id']))
# Make sure that the volume was changed to pool2
volume = self.cmd("az netappfiles volume show -g {rg} -a %s -p %s -v %s" % (account_name, pool2_name, volume_name)).get_output_in_json()
assert volume['name'] == account_name + '/' + pool2_name + '/' + volume_name

Просмотреть файл

@ -57,7 +57,7 @@ azure-mgmt-marketplaceordering==0.2.1
azure-mgmt-media==2.1.0
azure-mgmt-monitor==0.11.0
azure-mgmt-msi==0.2.0
azure-mgmt-netapp==0.12.0
azure-mgmt-netapp==0.13.0
azure-mgmt-network==12.0.0
azure-mgmt-policyinsights==0.5.0
azure-mgmt-privatedns==0.1.0

Просмотреть файл

@ -57,7 +57,7 @@ azure-mgmt-marketplaceordering==0.2.1
azure-mgmt-media==2.1.0
azure-mgmt-monitor==0.11.0
azure-mgmt-msi==0.2.0
azure-mgmt-netapp==0.12.0
azure-mgmt-netapp==0.13.0
azure-mgmt-network==12.0.0
azure-mgmt-policyinsights==0.5.0
azure-mgmt-privatedns==0.1.0

Просмотреть файл

@ -57,7 +57,7 @@ azure-mgmt-marketplaceordering==0.2.1
azure-mgmt-media==2.1.0
azure-mgmt-monitor==0.11.0
azure-mgmt-msi==0.2.0
azure-mgmt-netapp==0.12.0
azure-mgmt-netapp==0.13.0
azure-mgmt-network==12.0.0
azure-mgmt-policyinsights==0.5.0
azure-mgmt-privatedns==0.1.0

Просмотреть файл

@ -100,7 +100,7 @@ DEPENDENCIES = [
'azure-mgmt-media~=2.1,>=2.1.0',
'azure-mgmt-monitor~=0.11.0',
'azure-mgmt-msi~=0.2',
'azure-mgmt-netapp~=0.12.0',
'azure-mgmt-netapp~=0.13.0',
'azure-mgmt-network~=12.0.0',
'azure-mgmt-policyinsights~=0.5.0',
'azure-mgmt-privatedns~=0.1.0',