You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Client `DevHubMgmtClient` added operation group `iac_profiles`
11
+
- Client `DevHubMgmtClient` added operation group `adoo_auth`
12
+
- Client `DevHubMgmtClient` added operation group `template`
13
+
- Client `DevHubMgmtClient` added operation group `versioned_template`
14
+
- Enum `ManifestType` added member `KUSTOMIZE`
15
+
- Added model `ADOOAuth`
16
+
- Added model `ADOOAuthCallRequest`
17
+
- Added model `ADOOAuthInfoResponse`
18
+
- Added model `ADOOAuthResponse`
19
+
- Added model `ADOProviderProfile`
20
+
- Added model `ADORepository`
21
+
- Added model `AzurePipelineProfile`
22
+
- Added model `Build`
23
+
- Added model `ExportTemplateRequest`
24
+
- Added model `GenerateVersionedTemplateResponse`
25
+
- Added model `GitHubProviderProfile`
26
+
- Added model `GitHubRepository`
27
+
- Added model `GitHubWorkflowProfile`
28
+
- Added model `IacGitHubProfile`
29
+
- Added model `IacProfile`
30
+
- Added model `IacProfileProperties`
31
+
- Added model `IacTemplateDetails`
32
+
- Added model `IacTemplateProperties`
33
+
- Added model `OidcCredentials`
34
+
- Added model `Parameter`
35
+
- Added model `ParameterDefault`
36
+
- Added enum `ParameterKind`
37
+
- Added enum `ParameterType`
38
+
- Added model `PrLinkResponse`
39
+
- Added model `PullRequest`
40
+
- Added enum `QuickStartTemplateType`
41
+
- Added enum `RepositoryProviderType`
42
+
- Added model `ScaleProperty`
43
+
- Added model `ScaleTemplateRequest`
44
+
- Added model `StageProperties`
45
+
- Added model `Template`
46
+
- Added model `TemplateProperties`
47
+
- Added model `TemplateReference`
48
+
- Added enum `TemplateType`
49
+
- Added model `TemplateWorkflowProfile`
50
+
- Added model `TerraformProfile`
51
+
- Added model `VersionedTemplate`
52
+
- Added model `VersionedTemplateProperties`
53
+
- Added operation group `ADOOAuthOperations`
54
+
- Added operation group `IacProfilesOperations`
55
+
- Added operation group `TemplateOperations`
56
+
- Added operation group `VersionedTemplateOperations`
57
+
58
+
### Breaking Changes
59
+
60
+
- This version introduces new hybrid models which have dual dictionary and model nature. Please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
61
+
- For the method breakings, please refer to https://aka.ms/azsdk/python/migrate/operations for migration.
62
+
- Model `GitHubOAuthResponse` moved instance variable `username` under property `properties` whose type is `GitHubOAuthProperties`
63
+
- Method `DevHubMgmtClient.git_hub_o_auth_callback` changed its parameter `code`/`state` from `positional_or_keyword` to `keyword_only`
64
+
- Method `WorkflowOperations.list_by_resource_group` changed its parameter `managed_cluster_resource` from `positional_or_keyword` to `keyword_only`
65
+
66
+
### Other Changes
67
+
- Renamed operation group `DevHubMgmtClientOperationsMixin` to `_DevHubMgmtClientOperationsMixin`
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
27
+
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
28
28
29
29
-`AZURE_CLIENT_ID` for Azure client ID.
30
30
-`AZURE_TENANT_ID` for Azure tenant ID.
@@ -59,6 +59,3 @@ Code samples for this package can be found at:
59
59
If you encounter any bugs or have suggestions, please file an issue in the
0 commit comments