|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 1.0.0 (2023-09-22) |
| 4 | +### Features Added |
| 5 | + |
| 6 | +- New enum type `ProvisioningState` with values `ProvisioningStateCanceled`, `ProvisioningStateCreating`, `ProvisioningStateFailed`, `ProvisioningStateSucceeded`, `ProvisioningStateUpdating` |
| 7 | +- New enum type `ServiceName` with values `ServiceNameSSH`, `ServiceNameWAC` |
| 8 | +- New function `*ClientFactory.NewServiceConfigurationsClient() *ServiceConfigurationsClient` |
| 9 | +- New function `*EndpointsClient.ListIngressGatewayCredentials(context.Context, string, string, *EndpointsClientListIngressGatewayCredentialsOptions) (EndpointsClientListIngressGatewayCredentialsResponse, error)` |
| 10 | +- New function `NewServiceConfigurationsClient(azcore.TokenCredential, *arm.ClientOptions) (*ServiceConfigurationsClient, error)` |
| 11 | +- New function `*ServiceConfigurationsClient.CreateOrupdate(context.Context, string, string, string, ServiceConfigurationResource, *ServiceConfigurationsClientCreateOrupdateOptions) (ServiceConfigurationsClientCreateOrupdateResponse, error)` |
| 12 | +- New function `*ServiceConfigurationsClient.Delete(context.Context, string, string, string, *ServiceConfigurationsClientDeleteOptions) (ServiceConfigurationsClientDeleteResponse, error)` |
| 13 | +- New function `*ServiceConfigurationsClient.Get(context.Context, string, string, string, *ServiceConfigurationsClientGetOptions) (ServiceConfigurationsClientGetResponse, error)` |
| 14 | +- New function `*ServiceConfigurationsClient.NewListByEndpointResourcePager(string, string, *ServiceConfigurationsClientListByEndpointResourceOptions) *runtime.Pager[ServiceConfigurationsClientListByEndpointResourceResponse]` |
| 15 | +- New function `*ServiceConfigurationsClient.Update(context.Context, string, string, string, ServiceConfigurationResourcePatch, *ServiceConfigurationsClientUpdateOptions) (ServiceConfigurationsClientUpdateResponse, error)` |
| 16 | +- New struct `ListCredentialsRequest` |
| 17 | +- New struct `ListIngressGatewayCredentialsRequest` |
| 18 | +- New struct `ServiceConfigurationList` |
| 19 | +- New struct `ServiceConfigurationProperties` |
| 20 | +- New struct `ServiceConfigurationPropertiesPatch` |
| 21 | +- New struct `ServiceConfigurationResource` |
| 22 | +- New struct `ServiceConfigurationResourcePatch` |
| 23 | +- New field `ListCredentialsRequest` in struct `EndpointsClientListCredentialsOptions` |
| 24 | +- New field `ServiceName` in struct `ManagedProxyRequest` |
| 25 | +- New field `SystemData` in struct `ProxyResource` |
| 26 | +- New field `ServiceConfigurationToken` in struct `RelayNamespaceAccessProperties` |
| 27 | +- New field `SystemData` in struct `Resource` |
| 28 | + |
| 29 | + |
3 | 30 | ## 0.6.1 (2023-04-14) |
4 | 31 | ### Bug Fixes |
5 | 32 |
|
|
0 commit comments