|
1 | 1 | # Release History
|
2 | 2 |
|
3 |
| -## 1.0.0-beta.2 (Unreleased) |
| 3 | +## 1.0.0-beta.2 (2022-05-10) |
4 | 4 |
|
5 |
| -### Features Added |
| 5 | +- Azure Resource Manager ContainerAppsApi client library for Java. This package contains Microsoft Azure SDK for ContainerAppsApi Management SDK. Package tag package-2022-03. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). |
6 | 6 |
|
7 | 7 | ### Breaking Changes
|
8 | 8 |
|
9 |
| -### Bugs Fixed |
| 9 | +* `models.ManagedEnvironmentPatch` was removed |
| 10 | + |
| 11 | +* `models.ContainerAppPatch` was removed |
| 12 | + |
| 13 | +#### `models.ContainerAppsRevisions` was modified |
| 14 | + |
| 15 | +* `listRevisions(java.lang.String,java.lang.String,com.azure.core.util.Context)` was removed |
| 16 | + |
| 17 | +#### `models.ContainerAppProbeHttpGet` was modified |
| 18 | + |
| 19 | +* `java.lang.String scheme()` -> `models.Scheme scheme()` |
| 20 | +* `withScheme(java.lang.String)` was removed |
| 21 | + |
| 22 | +#### `models.AuthConfig` was modified |
| 23 | + |
| 24 | +* `systemData()` was removed |
| 25 | + |
| 26 | +#### `models.GithubActionConfiguration` was modified |
| 27 | + |
| 28 | +* `dockerfilePath()` was removed |
| 29 | +* `withDockerfilePath(java.lang.String)` was removed |
| 30 | + |
| 31 | +### Features Added |
| 32 | + |
| 33 | +* `models.Namespaces` was added |
| 34 | + |
| 35 | +* `models.CheckNameAvailabilityResponse` was added |
| 36 | + |
| 37 | +* `models.CheckNameAvailabilityRequest` was added |
| 38 | + |
| 39 | +* `models.DaprSecretsCollection` was added |
| 40 | + |
| 41 | +* `models.Scheme` was added |
| 42 | + |
| 43 | +* `models.CheckNameAvailabilityReason` was added |
| 44 | + |
| 45 | +#### `models.ManagedEnvironments` was modified |
| 46 | + |
| 47 | +* `update(java.lang.String,java.lang.String,fluent.models.ManagedEnvironmentInner,com.azure.core.util.Context)` was added |
| 48 | +* `update(java.lang.String,java.lang.String,fluent.models.ManagedEnvironmentInner)` was added |
| 49 | + |
| 50 | +#### `models.RegistryCredentials` was modified |
| 51 | + |
| 52 | +* `withIdentity(java.lang.String)` was added |
| 53 | +* `identity()` was added |
| 54 | + |
| 55 | +#### `models.ManagedEnvironment$Update` was modified |
| 56 | + |
| 57 | +* `withVnetConfiguration(models.VnetConfiguration)` was added |
| 58 | +* `withAppLogsConfiguration(models.AppLogsConfiguration)` was added |
| 59 | + |
| 60 | +#### `models.DaprComponents` was modified |
| 61 | + |
| 62 | +* `listSecrets(java.lang.String,java.lang.String,java.lang.String)` was added |
| 63 | +* `listSecretsWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)` was added |
| 64 | + |
| 65 | +#### `models.ContainerAppsRevisions` was modified |
| 66 | + |
| 67 | +* `listRevisions(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)` was added |
| 68 | + |
| 69 | +#### `models.TrafficWeight` was modified |
| 70 | + |
| 71 | +* `label()` was added |
| 72 | +* `withLabel(java.lang.String)` was added |
| 73 | + |
| 74 | +#### `models.ContainerAppProbeHttpGet` was modified |
| 75 | + |
| 76 | +* `withScheme(models.Scheme)` was added |
| 77 | + |
| 78 | +#### `models.CustomHostnameAnalysisResult` was modified |
| 79 | + |
| 80 | +* `systemData()` was added |
| 81 | + |
| 82 | +#### `models.ManagedEnvironment$Definition` was modified |
| 83 | + |
| 84 | +* `withDaprAIConnectionString(java.lang.String)` was added |
| 85 | +* `withZoneRedundant(java.lang.Boolean)` was added |
| 86 | + |
| 87 | +#### `models.ContainerApp$Update` was modified |
| 88 | + |
| 89 | +* `withConfiguration(models.Configuration)` was added |
| 90 | +* `withTemplate(models.Template)` was added |
| 91 | +* `withIdentity(models.ManagedServiceIdentity)` was added |
| 92 | + |
| 93 | +#### `models.GithubActionConfiguration` was modified |
| 94 | + |
| 95 | +* `image()` was added |
| 96 | +* `withImage(java.lang.String)` was added |
| 97 | +* `contextPath()` was added |
| 98 | +* `withContextPath(java.lang.String)` was added |
| 99 | + |
| 100 | +#### `ContainerAppsApiManager` was modified |
| 101 | + |
| 102 | +* `namespaces()` was added |
| 103 | + |
| 104 | +#### `models.DaprComponent` was modified |
| 105 | + |
| 106 | +* `listSecretsWithResponse(com.azure.core.util.Context)` was added |
| 107 | +* `listSecrets()` was added |
| 108 | + |
| 109 | +#### `models.ContainerApps` was modified |
| 110 | + |
| 111 | +* `update(java.lang.String,java.lang.String,fluent.models.ContainerAppInner)` was added |
| 112 | +* `update(java.lang.String,java.lang.String,fluent.models.ContainerAppInner,com.azure.core.util.Context)` was added |
| 113 | + |
| 114 | +#### `models.ManagedEnvironment` was modified |
10 | 115 |
|
11 |
| -### Other Changes |
| 116 | +* `daprAIConnectionString()` was added |
| 117 | +* `zoneRedundant()` was added |
12 | 118 |
|
13 | 119 | ## 1.0.0-beta.1 (2022-04-28)
|
14 | 120 |
|
|
0 commit comments