Skip to content

Commit c2b68e9

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

File tree

44 files changed

+33665
-33079
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

+33665
-33079
lines changed

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

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ 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-
\ {\"dupnames\": [], \"xml:space\": \"preserve\", \"names\": [], \"backrefs\"\
39-
: [], \"classes\": [\"code\", \"bash\"], \"ids\": []} -->\n\n````\n\n az ad\
40-
\ sp create-for-rbac --sdk-auth\n ````\n\nYou can specific the file path directly,\
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,\
4141
\ or fill the environment variable AZURE_AUTH_LOCATION.\nFile must be UTF-8.\n\
4242
\nThis method will fill automatically the following client parameters:\n- credentials\n\
4343
- 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 {\"dupnames\": [],\
45-
\ \"xml:space\": \"preserve\", \"names\": [], \"backrefs\": [], \"classes\": [\"\
46-
code\", \"python\"], \"ids\": []} -->\n\n````\n\n from azure.common.client_factory\
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\
4747
\ import get_client_from_auth_file\n from azure.mgmt.compute import ComputeManagementClient\n\
4848
\ client = get_client_from_auth_file(ComputeManagementClient)\n ````\n\nExample\
49-
\ of file:\n\n<!-- literal_block {\"dupnames\": [], \"xml:space\": \"preserve\"\
50-
, \"names\": [], \"backrefs\": [], \"classes\": [\"code\", \"json\"], \"ids\"\
51-
: []} -->\n\n````\n\n {\n \"clientId\": \"ad735158-65ca-11e7-ba4d-ecb1d756380e\"\
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\"\
5252
,\n \"clientSecret\": \"b70bb224-65ca-11e7-810c-ecb1d756380e\",\n \
5353
\ \"subscriptionId\": \"bfc42d3a-65ca-11e7-95cf-ecb1d756380e\",\n \"tenantId\"\
5454
: \"c81da1d8-65ca-11e7-b1d1-ecb1d756380e\",\n \"activeDirectoryEndpointUrl\"\
@@ -94,9 +94,9 @@ items:
9494
\ subscription and CLI default cloud.\n\nThis method will fill automatically the\
9595
\ following client parameters:\n- credentials\n- subscription_id\n- base_url\n\
9696
\nParameters provided in kwargs will override CLI parameters and be passed directly\
97-
\ to the client.\n\n<!-- literal_block {\"dupnames\": [], \"xml:space\": \"preserve\"\
98-
, \"names\": [], \"backrefs\": [], \"classes\": [\"code\", \"python\"], \"ids\"\
99-
: []} -->\n\n````\n\n from azure.common.client_factory import get_client_from_cli_profile\n\
97+
\ to the client.\n\n<!-- literal_block {\"backrefs\": [], \"dupnames\": [], \"\
98+
xml:space\": \"preserve\", \"ids\": [], \"classes\": [\"code\", \"python\"], \"\
99+
names\": []} -->\n\n````\n\n from azure.common.client_factory import get_client_from_cli_profile\n\
100100
\ from azure.mgmt.compute import ComputeManagementClient\n client = get_client_from_cli_profile(ComputeManagementClient)\n\
101101
\ ````\n\nNew in version 1.1.6.\n"
102102
syntax:
@@ -127,14 +127,14 @@ items:
127127
startLine: 73
128128
summary: "Return a SDK client initialized with a JSON auth dict.\n\nThe easiest\
129129
\ way to obtain this content is to call the following CLI commands:\n\n<!-- literal_block\
130-
\ {\"dupnames\": [], \"xml:space\": \"preserve\", \"names\": [], \"backrefs\"\
131-
: [], \"classes\": [\"code\", \"bash\"], \"ids\": []} -->\n\n````\n\n az ad\
132-
\ sp create-for-rbac --sdk-auth\n ````\n\nThis method will fill automatically\
133-
\ the following client parameters:\n- credentials\n- subscription_id\n- base_url\n\
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\
134134
\nParameters provided in kwargs will override parameters and be passed directly\
135-
\ to the client.\n\n<!-- literal_block {\"dupnames\": [], \"xml:space\": \"preserve\"\
136-
, \"names\": [], \"backrefs\": [], \"classes\": [\"code\", \"python\"], \"ids\"\
137-
: []} -->\n\n````\n\n from azure.common.client_factory import get_client_from_auth_file\n\
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\
138138
\ from azure.mgmt.compute import ComputeManagementClient\n config_dict = {\n\
139139
\ \"clientId\": \"ad735158-65ca-11e7-ba4d-ecb1d756380e\",\n \"clientSecret\"\
140140
: \"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'', ''virtual_machine_run_commands'':
80-
''2017-03-30'', ''snapshots'': ''2017-03-30'', ''resource_skus'': ''2017-09-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''})'
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'', ''virtual_machine_run_commands'':
519-
''2017-03-30'', ''snapshots'': ''2017-03-30'', ''resource_skus'': ''2017-09-01''}'
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''}'
520520
type: attribute
521521
uid: azure.mgmt.compute.ComputeManagementClient.DEFAULT_PROFILE
522522
references:

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

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

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\azure\mgmt\eventhub\models\access_keys.py
17+
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\azure\mgmt\eventhub\models\access_keys.py
1818
remote:
1919
branch: master
20-
path: azure-mgmt-eventhub\azure\mgmt\eventhub\models\access_keys.py
20+
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\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\azure\mgmt\eventhub\models\event_hub_management_client_enums.py
20+
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\azure\mgmt\eventhub\models\event_hub_management_client_enums.py
2121
remote:
2222
branch: master
23-
path: azure-mgmt-eventhub\azure\mgmt\eventhub\models\event_hub_management_client_enums.py
23+
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\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: 13 additions & 5 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\azure\mgmt\eventhub\models\arm_disaster_recovery.py
19+
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\azure\mgmt\eventhub\models\arm_disaster_recovery.py
2020
remote:
2121
branch: master
22-
path: azure-mgmt-eventhub\azure\mgmt\eventhub\models\arm_disaster_recovery.py
22+
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\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)
@@ -33,16 +33,24 @@ items:
3333
3434
'
3535
syntax:
36-
content: ArmDisasterRecovery(partner_namespace=None)
36+
content: ArmDisasterRecovery(partner_namespace=None, alternate_name=None)
3737
parameters:
38-
- description: 'Primary/Secondary eventhub namespace name, which
38+
- description: 'ARM Id of the Primary/Secondary eventhub
3939
40-
is part of GEO DR pairning
40+
namespace name, which is part of GEO DR pairning
4141
4242
'
4343
id: partner_namespace
4444
type:
4545
- str
46+
- description: 'Alternate name specified when alias and namespace
47+
48+
names are same.
49+
50+
'
51+
id: alternate_name
52+
type:
53+
- str
4654
variables:
4755
- description: 'Resource Id
4856

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\azure\mgmt\eventhub\models\arm_disaster_recovery_paged.py
21+
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\azure\mgmt\eventhub\models\arm_disaster_recovery_paged.py
2222
remote:
2323
branch: master
24-
path: azure-mgmt-eventhub\azure\mgmt\eventhub\models\arm_disaster_recovery_paged.py
24+
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\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: 27 additions & 6 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\azure\mgmt\eventhub\models\authorization_rule.py
19+
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\azure\mgmt\eventhub\models\authorization_rule.py
2020
remote:
2121
branch: master
22-
path: azure-mgmt-eventhub\azure\mgmt\eventhub\models\authorization_rule.py
22+
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\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.
@@ -31,15 +31,15 @@ items:
3131
3232
'
3333
syntax:
34-
content: AuthorizationRule(rights=None)
34+
content: AuthorizationRule(rights)
3535
parameters:
3636
- description: 'The rights associated with the rule.
3737
3838
'
3939
id: rights
4040
type:
41-
- list of str
42-
- azure.mgmt.eventhub.models.AccessRights
41+
- list[str
42+
- azure.mgmt.eventhub.models.AccessRights]
4343
variables:
4444
- description: 'Resource Id
4545
@@ -61,4 +61,25 @@ items:
6161
- str
6262
type: class
6363
uid: azure.mgmt.eventhub.models.AuthorizationRule
64-
references: []
64+
references:
65+
- fullName: list[str
66+
name: list[str
67+
spec.python:
68+
- fullName: list
69+
name: list
70+
uid: list
71+
- fullName: '['
72+
name: '['
73+
- fullName: str
74+
name: str
75+
uid: str
76+
uid: list[str
77+
- fullName: azure.mgmt.eventhub.models.AccessRights]
78+
name: AccessRights]
79+
spec.python:
80+
- fullName: azure.mgmt.eventhub.models.AccessRights
81+
name: AccessRights
82+
uid: azure.mgmt.eventhub.models.AccessRights
83+
- fullName: ']'
84+
name: ']'
85+
uid: azure.mgmt.eventhub.models.AccessRights]

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\azure\mgmt\eventhub\models\authorization_rule_paged.py
21+
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\azure\mgmt\eventhub\models\authorization_rule_paged.py
2222
remote:
2323
branch: master
24-
path: azure-mgmt-eventhub\azure\mgmt\eventhub\models\authorization_rule_paged.py
24+
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\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\azure\mgmt\eventhub\models\capture_description.py
17+
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\azure\mgmt\eventhub\models\capture_description.py
1818
remote:
1919
branch: master
20-
path: azure-mgmt-eventhub\azure\mgmt\eventhub\models\capture_description.py
20+
path: azure_mgmt_eventhub-2017_04_01-py3.5.egg\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)