Skip to content

Commit 199c387

Browse files
authored
[Network] PublicIP Tags and Network API 2017-11-01 (#5104)
* Public IP tags and re-record tests. * Re-recording tests!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1 parent ff2511e commit 199c387

File tree

171 files changed

+67690
-62608
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+67690
-62608
lines changed

azure-cli.pyproj

Lines changed: 173 additions & 7 deletions
Large diffs are not rendered by default.

src/azure-cli-core/azure/cli/core/profiles/_shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __init__(self, default_api_version, profile=None):
6767
AZURE_API_PROFILES = {
6868
'latest': {
6969
ResourceType.MGMT_STORAGE: '2017-10-01',
70-
ResourceType.MGMT_NETWORK: '2017-10-01',
70+
ResourceType.MGMT_NETWORK: '2017-11-01',
7171
ResourceType.MGMT_COMPUTE: SDKProfile('2017-12-01', {
7272
'resource_skus': '2017-09-01',
7373
'disks': '2017-03-30',

src/command_modules/azure-cli-backup/azure/cli/command_modules/backup/tests/recordings/latest/test_backup_restore.yaml

Lines changed: 2484 additions & 1837 deletions
Large diffs are not rendered by default.

src/command_modules/azure-cli-backup/azure/cli/command_modules/backup/tests/recordings/latest/test_container_commands.yaml

Lines changed: 1659 additions & 1764 deletions
Large diffs are not rendered by default.

src/command_modules/azure-cli-backup/azure/cli/command_modules/backup/tests/recordings/latest/test_item_commands.yaml

Lines changed: 1985 additions & 2069 deletions
Large diffs are not rendered by default.

src/command_modules/azure-cli-backup/azure/cli/command_modules/backup/tests/recordings/latest/test_job_commands.yaml

Lines changed: 2249 additions & 1403 deletions
Large diffs are not rendered by default.

src/command_modules/azure-cli-backup/azure/cli/command_modules/backup/tests/recordings/latest/test_policy_commands.yaml

Lines changed: 2579 additions & 1771 deletions
Large diffs are not rendered by default.

src/command_modules/azure-cli-backup/azure/cli/command_modules/backup/tests/recordings/latest/test_protection_commands.yaml

Lines changed: 1261 additions & 2126 deletions
Large diffs are not rendered by default.

src/command_modules/azure-cli-backup/azure/cli/command_modules/backup/tests/recordings/latest/test_restore_commands.yaml

Lines changed: 1669 additions & 2263 deletions
Large diffs are not rendered by default.

src/command_modules/azure-cli-backup/azure/cli/command_modules/backup/tests/recordings/latest/test_rp_commands.yaml

Lines changed: 3163 additions & 2087 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)