Skip to content

Commit 4a6ea50

Browse files
author
VSC-Service-Account
committed
appveyor ci - update yml files
1 parent c2b68e9 commit 4a6ea50

File tree

44 files changed

+33152
-33153
lines changed

Some content is hidden

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

44 files changed

+33152
-33153
lines changed

docs-ref-autogen/azure.common.client_factory.yml

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,19 @@ items:
3535
startLine: 134
3636
summary: "Return a SDK client initialized with auth file.\n\nThe easiest way to\
3737
\ obtain this file is to call the following CLI commands:\n\n<!-- literal_block\
38-
\ {\"backrefs\": [], \"dupnames\": [], \"xml:space\": \"preserve\", \"ids\": [],\
39-
\ \"classes\": [\"code\", \"bash\"], \"names\": []} -->\n\n````\n\n az ad sp\
40-
\ create-for-rbac --sdk-auth\n ````\n\nYou can specific the file path directly,\
41-
\ or fill the environment variable AZURE_AUTH_LOCATION.\nFile must be UTF-8.\n\
42-
\nThis method will fill automatically the following client parameters:\n- credentials\n\
43-
- subscription_id\n- base_url\n\nParameters provided in kwargs will override parameters\
44-
\ and be passed directly to the client.\n\n<!-- literal_block {\"backrefs\": [],\
45-
\ \"dupnames\": [], \"xml:space\": \"preserve\", \"ids\": [], \"classes\": [\"\
46-
code\", \"python\"], \"names\": []} -->\n\n````\n\n from azure.common.client_factory\
47-
\ import get_client_from_auth_file\n from azure.mgmt.compute import ComputeManagementClient\n\
48-
\ client = get_client_from_auth_file(ComputeManagementClient)\n ````\n\nExample\
49-
\ of file:\n\n<!-- literal_block {\"backrefs\": [], \"dupnames\": [], \"xml:space\"\
50-
: \"preserve\", \"ids\": [], \"classes\": [\"code\", \"json\"], \"names\": []}\
51-
\ -->\n\n````\n\n {\n \"clientId\": \"ad735158-65ca-11e7-ba4d-ecb1d756380e\"\
38+
\ {\"classes\": [\"code\", \"bash\"], \"dupnames\": [], \"backrefs\": [], \"xml:space\"\
39+
: \"preserve\", \"ids\": [], \"names\": []} -->\n\n````\n\n az ad sp create-for-rbac\
40+
\ --sdk-auth\n ````\n\nYou can specific the file path directly, or fill the\
41+
\ environment variable AZURE_AUTH_LOCATION.\nFile must be UTF-8.\n\nThis method\
42+
\ will fill automatically the following client parameters:\n- credentials\n- subscription_id\n\
43+
- base_url\n\nParameters provided in kwargs will override parameters and be passed\
44+
\ directly to the client.\n\n<!-- literal_block {\"classes\": [\"code\", \"python\"\
45+
], \"dupnames\": [], \"backrefs\": [], \"xml:space\": \"preserve\", \"ids\": [],\
46+
\ \"names\": []} -->\n\n````\n\n from azure.common.client_factory import get_client_from_auth_file\n\
47+
\ from azure.mgmt.compute import ComputeManagementClient\n client = get_client_from_auth_file(ComputeManagementClient)\n\
48+
\ ````\n\nExample of file:\n\n<!-- literal_block {\"classes\": [\"code\", \"\
49+
json\"], \"dupnames\": [], \"backrefs\": [], \"xml:space\": \"preserve\", \"ids\"\
50+
: [], \"names\": []} -->\n\n````\n\n {\n \"clientId\": \"ad735158-65ca-11e7-ba4d-ecb1d756380e\"\
5251
,\n \"clientSecret\": \"b70bb224-65ca-11e7-810c-ecb1d756380e\",\n \
5352
\ \"subscriptionId\": \"bfc42d3a-65ca-11e7-95cf-ecb1d756380e\",\n \"tenantId\"\
5453
: \"c81da1d8-65ca-11e7-b1d1-ecb1d756380e\",\n \"activeDirectoryEndpointUrl\"\
@@ -94,8 +93,8 @@ items:
9493
\ subscription and CLI default cloud.\n\nThis method will fill automatically the\
9594
\ following client parameters:\n- credentials\n- subscription_id\n- base_url\n\
9695
\nParameters provided in kwargs will override CLI parameters and be passed directly\
97-
\ to the client.\n\n<!-- literal_block {\"backrefs\": [], \"dupnames\": [], \"\
98-
xml:space\": \"preserve\", \"ids\": [], \"classes\": [\"code\", \"python\"], \"\
96+
\ to the client.\n\n<!-- literal_block {\"classes\": [\"code\", \"python\"], \"\
97+
dupnames\": [], \"backrefs\": [], \"xml:space\": \"preserve\", \"ids\": [], \"\
9998
names\": []} -->\n\n````\n\n from azure.common.client_factory import get_client_from_cli_profile\n\
10099
\ from azure.mgmt.compute import ComputeManagementClient\n client = get_client_from_cli_profile(ComputeManagementClient)\n\
101100
\ ````\n\nNew in version 1.1.6.\n"
@@ -127,14 +126,14 @@ items:
127126
startLine: 73
128127
summary: "Return a SDK client initialized with a JSON auth dict.\n\nThe easiest\
129128
\ way to obtain this content is to call the following CLI commands:\n\n<!-- literal_block\
130-
\ {\"backrefs\": [], \"dupnames\": [], \"xml:space\": \"preserve\", \"ids\": [],\
131-
\ \"classes\": [\"code\", \"bash\"], \"names\": []} -->\n\n````\n\n az ad sp\
132-
\ create-for-rbac --sdk-auth\n ````\n\nThis method will fill automatically the\
133-
\ following client parameters:\n- credentials\n- subscription_id\n- base_url\n\
134-
\nParameters provided in kwargs will override parameters and be passed directly\
135-
\ to the client.\n\n<!-- literal_block {\"backrefs\": [], \"dupnames\": [], \"\
136-
xml:space\": \"preserve\", \"ids\": [], \"classes\": [\"code\", \"python\"], \"\
137-
names\": []} -->\n\n````\n\n from azure.common.client_factory import get_client_from_auth_file\n\
129+
\ {\"classes\": [\"code\", \"bash\"], \"dupnames\": [], \"backrefs\": [], \"xml:space\"\
130+
: \"preserve\", \"ids\": [], \"names\": []} -->\n\n````\n\n az ad sp create-for-rbac\
131+
\ --sdk-auth\n ````\n\nThis method will fill automatically the following client\
132+
\ parameters:\n- credentials\n- subscription_id\n- base_url\n\nParameters provided\
133+
\ in kwargs will override parameters and be passed directly to the client.\n\n\
134+
<!-- literal_block {\"classes\": [\"code\", \"python\"], \"dupnames\": [], \"\
135+
backrefs\": [], \"xml:space\": \"preserve\", \"ids\": [], \"names\": []} -->\n\
136+
\n````\n\n from azure.common.client_factory import get_client_from_auth_file\n\
138137
\ from azure.mgmt.compute import ComputeManagementClient\n config_dict = {\n\
139138
\ \"clientId\": \"ad735158-65ca-11e7-ba4d-ecb1d756380e\",\n \"clientSecret\"\
140139
: \"b70bb224-65ca-11e7-810c-ecb1d756380e\",\n \"subscriptionId\": \"bfc42d3a-65ca-11e7-95cf-ecb1d756380e\"\

docs-ref-autogen/azure.mgmt.compute.ComputeManagementClient.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ items:
7676
'
7777
syntax:
7878
content: 'ComputeManagementClient(credentials, subscription_id, api_version=''2017-12-01'',
79-
base_url=None, profile={''disks'': ''2017-03-30'', ''resource_skus'': ''2017-09-01'',
80-
''virtual_machine_run_commands'': ''2017-03-30'', ''snapshots'': ''2017-03-30''})'
79+
base_url=None, profile={''snapshots'': ''2017-03-30'', ''virtual_machine_run_commands'':
80+
''2017-03-30'', ''resource_skus'': ''2017-09-01'', ''disks'': ''2017-03-30''})'
8181
parameters:
8282
- description: 'Credentials needed for the client to connect to Azure.
8383
@@ -515,8 +515,8 @@ items:
515515
module: azure.mgmt.compute
516516
name: DEFAULT_PROFILE
517517
syntax:
518-
content: 'DEFAULT_PROFILE = {''disks'': ''2017-03-30'', ''resource_skus'': ''2017-09-01'',
519-
''virtual_machine_run_commands'': ''2017-03-30'', ''snapshots'': ''2017-03-30''}'
518+
content: 'DEFAULT_PROFILE = {''snapshots'': ''2017-03-30'', ''virtual_machine_run_commands'':
519+
''2017-03-30'', ''resource_skus'': ''2017-09-01'', ''disks'': ''2017-03-30''}'
520520
type: attribute
521521
uid: azure.mgmt.compute.ComputeManagementClient.DEFAULT_PROFILE
522522
references:

docs-ref-autogen/azure.mgmt.eventhub.EventHubManagementClient.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ items:
1212
name: EventHubManagementClient
1313
source:
1414
id: EventHubManagementClient
15-
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\azure\mgmt\eventhub\event_hub_management_client.py
15+
path: azure-mgmt-eventhub\azure\mgmt\eventhub\event_hub_management_client.py
1616
remote:
1717
branch: master
18-
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\azure\mgmt\eventhub\event_hub_management_client.py
18+
path: azure-mgmt-eventhub\azure\mgmt\eventhub\event_hub_management_client.py
1919
repo: https://github.com/Azure/azure-sdk-for-python.git
2020
startLine: 58
2121
summary: 'Azure Event Hubs client

docs-ref-autogen/azure.mgmt.eventhub.models.AccessKeys.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ items:
1414
name: AccessKeys
1515
source:
1616
id: AccessKeys
17-
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\azure\mgmt\eventhub\models\access_keys.py
17+
path: azure-mgmt-eventhub\azure\mgmt\eventhub\models\access_keys.py
1818
remote:
1919
branch: master
20-
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\azure\mgmt\eventhub\models\access_keys.py
20+
path: azure-mgmt-eventhub\azure\mgmt\eventhub\models\access_keys.py
2121
repo: https://github.com/Azure/azure-sdk-for-python.git
2222
startLine: 15
2323
summary: 'Namespace/EventHub Connection String.

docs-ref-autogen/azure.mgmt.eventhub.models.AccessRights.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ items:
1717
name: AccessRights
1818
source:
1919
id: AccessRights
20-
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\azure\mgmt\eventhub\models\event_hub_management_client_enums.py
20+
path: azure-mgmt-eventhub\azure\mgmt\eventhub\models\event_hub_management_client_enums.py
2121
remote:
2222
branch: master
23-
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\azure\mgmt\eventhub\models\event_hub_management_client_enums.py
23+
path: azure-mgmt-eventhub\azure\mgmt\eventhub\models\event_hub_management_client_enums.py
2424
repo: https://github.com/Azure/azure-sdk-for-python.git
2525
startLine: 27
2626
summary: 'An enumeration.

docs-ref-autogen/azure.mgmt.eventhub.models.ArmDisasterRecovery.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ items:
1616
name: ArmDisasterRecovery
1717
source:
1818
id: ArmDisasterRecovery
19-
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\azure\mgmt\eventhub\models\arm_disaster_recovery.py
19+
path: azure-mgmt-eventhub\azure\mgmt\eventhub\models\arm_disaster_recovery.py
2020
remote:
2121
branch: master
22-
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\azure\mgmt\eventhub\models\arm_disaster_recovery.py
22+
path: azure-mgmt-eventhub\azure\mgmt\eventhub\models\arm_disaster_recovery.py
2323
repo: https://github.com/Azure/azure-sdk-for-python.git
2424
startLine: 15
2525
summary: 'Single item in List or Get Alias(Disaster Recovery configuration)

docs-ref-autogen/azure.mgmt.eventhub.models.ArmDisasterRecoveryPaged.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ items:
1818
name: ArmDisasterRecoveryPaged
1919
source:
2020
id: ArmDisasterRecoveryPaged
21-
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\azure\mgmt\eventhub\models\arm_disaster_recovery_paged.py
21+
path: azure-mgmt-eventhub\azure\mgmt\eventhub\models\arm_disaster_recovery_paged.py
2222
remote:
2323
branch: master
24-
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\azure\mgmt\eventhub\models\arm_disaster_recovery_paged.py
24+
path: azure-mgmt-eventhub\azure\mgmt\eventhub\models\arm_disaster_recovery_paged.py
2525
repo: https://github.com/Azure/azure-sdk-for-python.git
2626
startLine: 15
2727
summary: 'A paging container for iterating over a list of @azure.mgmt.eventhub.models.ArmDisasterRecovery

docs-ref-autogen/azure.mgmt.eventhub.models.AuthorizationRule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ items:
1616
name: AuthorizationRule
1717
source:
1818
id: AuthorizationRule
19-
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\azure\mgmt\eventhub\models\authorization_rule.py
19+
path: azure-mgmt-eventhub\azure\mgmt\eventhub\models\authorization_rule.py
2020
remote:
2121
branch: master
22-
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\azure\mgmt\eventhub\models\authorization_rule.py
22+
path: azure-mgmt-eventhub\azure\mgmt\eventhub\models\authorization_rule.py
2323
repo: https://github.com/Azure/azure-sdk-for-python.git
2424
startLine: 15
2525
summary: 'Single item in a List or Get AuthorizationRule operation.

docs-ref-autogen/azure.mgmt.eventhub.models.AuthorizationRulePaged.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ items:
1818
name: AuthorizationRulePaged
1919
source:
2020
id: AuthorizationRulePaged
21-
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\azure\mgmt\eventhub\models\authorization_rule_paged.py
21+
path: azure-mgmt-eventhub\azure\mgmt\eventhub\models\authorization_rule_paged.py
2222
remote:
2323
branch: master
24-
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\azure\mgmt\eventhub\models\authorization_rule_paged.py
24+
path: azure-mgmt-eventhub\azure\mgmt\eventhub\models\authorization_rule_paged.py
2525
repo: https://github.com/Azure/azure-sdk-for-python.git
2626
startLine: 15
2727
summary: 'A paging container for iterating over a list of @azure.mgmt.eventhub.models.AuthorizationRule

docs-ref-autogen/azure.mgmt.eventhub.models.CaptureDescription.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ items:
1414
name: CaptureDescription
1515
source:
1616
id: CaptureDescription
17-
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\azure\mgmt\eventhub\models\capture_description.py
17+
path: azure-mgmt-eventhub\azure\mgmt\eventhub\models\capture_description.py
1818
remote:
1919
branch: master
20-
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\azure\mgmt\eventhub\models\capture_description.py
20+
path: azure-mgmt-eventhub\azure\mgmt\eventhub\models\capture_description.py
2121
repo: https://github.com/Azure/azure-sdk-for-python.git
2222
startLine: 15
2323
summary: 'Properties to configure capture description for eventhub.

0 commit comments

Comments
 (0)