|
6 | 6 | # Changes may cause incorrect behavior and will be lost if the code is regenerated. |
7 | 7 | # -------------------------------------------------------------------------------------------- |
8 | 8 |
|
9 | | -from ...v5_1.build.models import * |
| 9 | +from ...v7_0.build.models import * |
10 | 10 | from .build_client import BuildClient |
11 | 11 |
|
12 | 12 | __all__ = [ |
|
46 | 46 | 'BuildRepository', |
47 | 47 | 'BuildRequestValidationResult', |
48 | 48 | 'BuildResourceUsage', |
| 49 | + 'BuildRetentionHistory', |
| 50 | + 'BuildRetentionSample', |
49 | 51 | 'BuildSettings', |
50 | | - 'Change', |
51 | 52 | 'DataSourceBindingBase', |
52 | 53 | 'DefinitionReference', |
53 | 54 | 'DefinitionResourceReference', |
54 | 55 | 'Deployment', |
55 | 56 | 'Folder', |
56 | 57 | 'GraphSubjectBase', |
| 58 | + 'Change', |
57 | 59 | 'IdentityRef', |
58 | 60 | 'Issue', |
| 61 | + 'JobReference', |
59 | 62 | 'JsonPatchOperation', |
| 63 | + 'MinimalRetentionLease', |
| 64 | + 'NewRetentionLease', |
| 65 | + 'PhaseReference', |
| 66 | + 'PipelineGeneralSettings', |
| 67 | + 'PipelineReference', |
60 | 68 | 'ProcessParameters', |
| 69 | + 'ProjectRetentionSetting', |
61 | 70 | 'PullRequest', |
62 | 71 | 'ReferenceLinks', |
63 | 72 | 'ReleaseReference', |
64 | 73 | 'RepositoryWebhook', |
65 | 74 | 'ResourceRef', |
| 75 | + 'RetentionLease', |
| 76 | + 'RetentionLeaseUpdate', |
66 | 77 | 'RetentionPolicy', |
| 78 | + 'RetentionSetting', |
67 | 79 | 'SourceProviderAttributes', |
68 | 80 | 'SourceRepositories', |
69 | 81 | 'SourceRepository', |
70 | 82 | 'SourceRepositoryItem', |
| 83 | + 'StageReference', |
71 | 84 | 'SupportedTrigger', |
72 | 85 | 'TaskAgentPoolReference', |
73 | 86 | 'TaskDefinitionReference', |
|
82 | 95 | 'TimelineAttempt', |
83 | 96 | 'TimelineRecord', |
84 | 97 | 'TimelineReference', |
| 98 | + 'UpdateProjectRetentionSettingModel', |
| 99 | + 'UpdateRetentionSettingModel', |
| 100 | + 'UpdateStageParameters', |
| 101 | + 'UpdateTagParameters', |
85 | 102 | 'VariableGroup', |
86 | 103 | 'VariableGroupReference', |
87 | 104 | 'WebApiConnectedServiceRef', |
88 | 105 | 'XamlBuildControllerReference', |
| 106 | + 'YamlBuild', |
89 | 107 | 'BuildClient' |
90 | 108 | ] |
0 commit comments