|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 7.7.0 (2025-07-08) |
| 4 | + |
| 5 | +### Features Added |
| 6 | + - Added operation group AccountCapabilityHosts |
| 7 | + - Added operation group AccountConnections |
| 8 | + - Added operation group ProjectCapabilityHosts |
| 9 | + - Added operation group ProjectConnections |
| 10 | + - Added operation group Projects |
| 11 | + - Added Interface AADAuthTypeConnectionProperties |
| 12 | + - Added Interface AccessKeyAuthTypeConnectionProperties |
| 13 | + - Added Interface AccountCapabilityHostsCreateOrUpdateHeaders |
| 14 | + - Added Interface AccountCapabilityHostsCreateOrUpdateOptionalParams |
| 15 | + - Added Interface AccountCapabilityHostsDeleteHeaders |
| 16 | + - Added Interface AccountCapabilityHostsDeleteOptionalParams |
| 17 | + - Added Interface AccountCapabilityHostsGetOptionalParams |
| 18 | + - Added Interface AccountConnectionsCreateOptionalParams |
| 19 | + - Added Interface AccountConnectionsDeleteOptionalParams |
| 20 | + - Added Interface AccountConnectionsGetOptionalParams |
| 21 | + - Added Interface AccountConnectionsListOptionalParams |
| 22 | + - Added Interface AccountConnectionsUpdateOptionalParams |
| 23 | + - Added Interface AccountKeyAuthTypeConnectionProperties |
| 24 | + - Added Interface ApiKeyAuthConnectionProperties |
| 25 | + - Added Interface CapabilityHost |
| 26 | + - Added Interface CapabilityHostProperties |
| 27 | + - Added Interface ConnectionAccessKey |
| 28 | + - Added Interface ConnectionAccountKey |
| 29 | + - Added Interface ConnectionApiKey |
| 30 | + - Added Interface ConnectionManagedIdentity |
| 31 | + - Added Interface ConnectionOAuth2 |
| 32 | + - Added Interface ConnectionPersonalAccessToken |
| 33 | + - Added Interface ConnectionPropertiesV2 |
| 34 | + - Added Interface ConnectionPropertiesV2BasicResource |
| 35 | + - Added Interface ConnectionPropertiesV2BasicResourceArmPaginatedResult |
| 36 | + - Added Interface ConnectionServicePrincipal |
| 37 | + - Added Interface ConnectionSharedAccessSignature |
| 38 | + - Added Interface ConnectionUpdateContent |
| 39 | + - Added Interface ConnectionUsernamePassword |
| 40 | + - Added Interface CustomKeys |
| 41 | + - Added Interface CustomKeysConnectionProperties |
| 42 | + - Added Interface ManagedIdentityAuthTypeConnectionProperties |
| 43 | + - Added Interface NetworkInjections |
| 44 | + - Added Interface NoneAuthTypeConnectionProperties |
| 45 | + - Added Interface OAuth2AuthTypeConnectionProperties |
| 46 | + - Added Interface PATAuthTypeConnectionProperties |
| 47 | + - Added Interface Project |
| 48 | + - Added Interface ProjectCapabilityHostsCreateOrUpdateHeaders |
| 49 | + - Added Interface ProjectCapabilityHostsCreateOrUpdateOptionalParams |
| 50 | + - Added Interface ProjectCapabilityHostsDeleteHeaders |
| 51 | + - Added Interface ProjectCapabilityHostsDeleteOptionalParams |
| 52 | + - Added Interface ProjectCapabilityHostsGetOptionalParams |
| 53 | + - Added Interface ProjectConnectionsCreateOptionalParams |
| 54 | + - Added Interface ProjectConnectionsDeleteOptionalParams |
| 55 | + - Added Interface ProjectConnectionsGetOptionalParams |
| 56 | + - Added Interface ProjectConnectionsListOptionalParams |
| 57 | + - Added Interface ProjectConnectionsUpdateOptionalParams |
| 58 | + - Added Interface ProjectListResult |
| 59 | + - Added Interface ProjectProperties |
| 60 | + - Added Interface ProjectsCreateOptionalParams |
| 61 | + - Added Interface ProjectsDeleteOptionalParams |
| 62 | + - Added Interface ProjectsGetOptionalParams |
| 63 | + - Added Interface ProjectsListOptionalParams |
| 64 | + - Added Interface ProjectsUpdateOptionalParams |
| 65 | + - Added Interface ResourceBase |
| 66 | + - Added Interface SASAuthTypeConnectionProperties |
| 67 | + - Added Interface ServicePrincipalAuthTypeConnectionProperties |
| 68 | + - Added Interface UsernamePasswordAuthTypeConnectionProperties |
| 69 | + - Interface AccountProperties has a new optional parameter allowProjectManagement |
| 70 | + - Interface AccountProperties has a new optional parameter associatedProjects |
| 71 | + - Interface AccountProperties has a new optional parameter defaultProject |
| 72 | + - Interface AccountProperties has a new optional parameter networkInjections |
| 73 | + - Interface DeploymentProperties has a new optional parameter spilloverDeploymentName |
| 74 | + - Added Type Alias AccountCapabilityHostsCreateOrUpdateResponse |
| 75 | + - Added Type Alias AccountCapabilityHostsDeleteResponse |
| 76 | + - Added Type Alias AccountCapabilityHostsGetResponse |
| 77 | + - Added Type Alias AccountConnectionsCreateResponse |
| 78 | + - Added Type Alias AccountConnectionsGetResponse |
| 79 | + - Added Type Alias AccountConnectionsListNextResponse |
| 80 | + - Added Type Alias AccountConnectionsListResponse |
| 81 | + - Added Type Alias AccountConnectionsUpdateResponse |
| 82 | + - Added Type Alias CapabilityHostKind |
| 83 | + - Added Type Alias CapabilityHostProvisioningState |
| 84 | + - Added Type Alias ConnectionAuthType |
| 85 | + - Added Type Alias ConnectionCategory |
| 86 | + - Added Type Alias ConnectionGroup |
| 87 | + - Added Type Alias ConnectionPropertiesV2Union |
| 88 | + - Added Type Alias ManagedPERequirement |
| 89 | + - Added Type Alias ManagedPEStatus |
| 90 | + - Added Type Alias ProjectCapabilityHostsCreateOrUpdateResponse |
| 91 | + - Added Type Alias ProjectCapabilityHostsDeleteResponse |
| 92 | + - Added Type Alias ProjectCapabilityHostsGetResponse |
| 93 | + - Added Type Alias ProjectConnectionsCreateResponse |
| 94 | + - Added Type Alias ProjectConnectionsGetResponse |
| 95 | + - Added Type Alias ProjectConnectionsListNextResponse |
| 96 | + - Added Type Alias ProjectConnectionsListResponse |
| 97 | + - Added Type Alias ProjectConnectionsUpdateResponse |
| 98 | + - Added Type Alias ProjectsCreateResponse |
| 99 | + - Added Type Alias ProjectsGetResponse |
| 100 | + - Added Type Alias ProjectsListNextResponse |
| 101 | + - Added Type Alias ProjectsListResponse |
| 102 | + - Added Type Alias ProjectsUpdateResponse |
| 103 | + - Added Type Alias ScenarioType |
| 104 | + - Added Enum KnownCapabilityHostKind |
| 105 | + - Added Enum KnownCapabilityHostProvisioningState |
| 106 | + - Added Enum KnownConnectionAuthType |
| 107 | + - Added Enum KnownConnectionCategory |
| 108 | + - Added Enum KnownConnectionGroup |
| 109 | + - Added Enum KnownManagedPERequirement |
| 110 | + - Added Enum KnownManagedPEStatus |
| 111 | + - Added Enum KnownScenarioType |
| 112 | + - Enum KnownProvisioningState has a new value Canceled |
| 113 | + |
| 114 | + |
| 115 | + |
3 | 116 | ## 7.7.0-beta.1 (2025-05-19) |
4 | 117 | Compared with version 7.6.0 |
5 | 118 |
|
|
0 commit comments