|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.1.0-beta.1 (Unreleased) |
| 3 | +## 1.0.0-beta.1 (2025-04-11) |
4 | 4 |
|
5 | | -### Features Added |
| 5 | +- Azure Resource Manager DevOpsInfrastructure client library for Java. This package contains Microsoft Azure SDK for DevOpsInfrastructure Management SDK. Package tag package-stable-2025-01-21. 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 | +#### `implementation.models.PagedQuota` was removed |
| 10 | + |
| 11 | +#### `implementation.models.ImageVersionListResult` was removed |
| 12 | + |
| 13 | +#### `implementation.models.OperationListResult` was removed |
| 14 | + |
| 15 | +#### `implementation.models.ResourceDetailsObjectListResult` was removed |
| 16 | + |
| 17 | +#### `implementation.models.PoolListResult` was removed |
| 18 | + |
| 19 | +#### `implementation.models.ResourceSkuListResult` was removed |
| 20 | + |
| 21 | +#### `models.ResourcePredictions` was removed |
| 22 | + |
| 23 | +#### `models.StatelessAgentProfile` was modified |
| 24 | + |
| 25 | +* `withResourcePredictions(models.ResourcePredictions)` was removed |
| 26 | + |
| 27 | +#### `models.ManagedServiceIdentity` was modified |
| 28 | + |
| 29 | +* `java.lang.String principalId()` -> `java.util.UUID principalId()` |
| 30 | +* `java.lang.String tenantId()` -> `java.util.UUID tenantId()` |
| 31 | + |
| 32 | +#### `models.AgentProfile` was modified |
| 33 | + |
| 34 | +* `withResourcePredictions(models.ResourcePredictions)` was removed |
| 35 | +* `models.ResourcePredictions resourcePredictions()` -> `java.lang.Object resourcePredictions()` |
| 36 | + |
| 37 | +#### `models.Stateful` was modified |
| 38 | + |
| 39 | +* `withResourcePredictions(models.ResourcePredictions)` was removed |
| 40 | + |
| 41 | +#### `models.UserAssignedIdentity` was modified |
| 42 | + |
| 43 | +* `java.lang.String principalId()` -> `java.util.UUID principalId()` |
| 44 | +* `java.lang.String clientId()` -> `java.util.UUID clientId()` |
| 45 | + |
| 46 | +#### `DevOpsInfrastructureManager` was modified |
| 47 | + |
| 48 | +* `fluent.DevOpsInfrastructureManagementClient serviceClient()` -> `fluent.ManagedDevOpsInfrastructure serviceClient()` |
| 49 | + |
| 50 | +### Features Added |
| 51 | + |
| 52 | +* `models.CheckNameAvailability` was added |
| 53 | + |
| 54 | +* `models.ResourceDetailsObjectListResult` was added |
| 55 | + |
| 56 | +* `models.ImageVersionListResult` was added |
| 57 | + |
| 58 | +* `models.PagedQuota` was added |
| 59 | + |
| 60 | +* `models.CheckNameAvailabilityReason` was added |
| 61 | + |
| 62 | +* `models.EphemeralType` was added |
| 63 | + |
| 64 | +* `models.CheckNameAvailabilityResult` was added |
| 65 | + |
| 66 | +* `models.DevOpsInfrastructureResourceType` was added |
| 67 | + |
| 68 | +* `models.AvailabilityStatus` was added |
| 69 | + |
| 70 | +* `models.CertificateStoreNameOption` was added |
| 71 | + |
| 72 | +* `models.ResourceSkuListResult` was added |
| 73 | + |
| 74 | +* `models.PoolListResult` was added |
| 75 | + |
| 76 | +* `models.OperationListResult` was added |
| 77 | + |
| 78 | +#### `models.ImageVersionProperties` was modified |
| 79 | + |
| 80 | +* `withVersion(java.lang.String)` was added |
| 81 | + |
| 82 | +#### `models.PoolImage` was modified |
| 83 | + |
| 84 | +* `ephemeralType()` was added |
| 85 | +* `withEphemeralType(models.EphemeralType)` was added |
| 86 | + |
| 87 | +#### `models.ResourceDetailsObjectProperties` was modified |
| 88 | + |
| 89 | +* `withStatus(models.ResourceStatus)` was added |
| 90 | +* `withImage(java.lang.String)` was added |
| 91 | +* `withImageVersion(java.lang.String)` was added |
| 92 | + |
| 93 | +#### `models.QuotaName` was modified |
| 94 | + |
| 95 | +* `withValue(java.lang.String)` was added |
| 96 | +* `withLocalizedValue(java.lang.String)` was added |
| 97 | + |
| 98 | +#### `models.ResourceSkuZoneDetails` was modified |
| 99 | + |
| 100 | +* `withName(java.util.List)` was added |
| 101 | +* `withCapabilities(java.util.List)` was added |
| 102 | + |
| 103 | +#### `models.ResourceSkuLocationInfo` was modified |
| 104 | + |
| 105 | +* `withZoneDetails(java.util.List)` was added |
| 106 | +* `withLocation(java.lang.String)` was added |
| 107 | +* `withZones(java.util.List)` was added |
| 108 | + |
| 109 | +#### `models.ResourceSkuProperties` was modified |
| 110 | + |
| 111 | +* `withResourceType(java.lang.String)` was added |
| 112 | +* `withTier(java.lang.String)` was added |
| 113 | +* `withLocationInfo(java.util.List)` was added |
| 114 | +* `withLocations(java.util.List)` was added |
| 115 | +* `withRestrictions(java.util.List)` was added |
| 116 | +* `withSize(java.lang.String)` was added |
| 117 | +* `withFamily(java.lang.String)` was added |
| 118 | +* `withCapabilities(java.util.List)` was added |
| 119 | + |
| 120 | +#### `models.StatelessAgentProfile` was modified |
| 121 | + |
| 122 | +* `withResourcePredictions(java.lang.Object)` was added |
| 123 | + |
| 124 | +#### `models.ResourceSkuRestrictions` was modified |
| 125 | + |
| 126 | +* `withValues(java.util.List)` was added |
| 127 | +* `withReasonCode(models.ResourceSkuRestrictionsReasonCode)` was added |
| 128 | +* `withType(models.ResourceSkuRestrictionsType)` was added |
| 129 | +* `withRestrictionInfo(models.ResourceSkuRestrictionInfo)` was added |
| 130 | + |
| 131 | +#### `models.AgentProfile` was modified |
| 132 | + |
| 133 | +* `withResourcePredictions(java.lang.Object)` was added |
| 134 | + |
| 135 | +#### `models.Stateful` was modified |
| 136 | + |
| 137 | +* `withResourcePredictions(java.lang.Object)` was added |
| 138 | + |
| 139 | +#### `models.Organization` was modified |
| 140 | + |
| 141 | +* `withOpenAccess(java.lang.Boolean)` was added |
| 142 | +* `openAccess()` was added |
| 143 | + |
| 144 | +#### `models.SecretsManagementSettings` was modified |
| 145 | + |
| 146 | +* `certificateStoreName()` was added |
| 147 | +* `withCertificateStoreName(models.CertificateStoreNameOption)` was added |
| 148 | + |
| 149 | +#### `models.Pools` was modified |
| 150 | + |
| 151 | +* `checkNameAvailability(models.CheckNameAvailability)` was added |
| 152 | +* `checkNameAvailabilityWithResponse(models.CheckNameAvailability,com.azure.core.util.Context)` was added |
| 153 | + |
| 154 | +#### `models.ResourceSkuCapabilities` was modified |
| 155 | + |
| 156 | +* `withName(java.lang.String)` was added |
| 157 | +* `withValue(java.lang.String)` was added |
| 158 | + |
| 159 | +#### `models.ResourceSkuRestrictionInfo` was modified |
10 | 160 |
|
11 | | -### Other Changes |
| 161 | +* `withLocations(java.util.List)` was added |
| 162 | +* `withZones(java.util.List)` was added |
12 | 163 |
|
13 | 164 | ## 1.0.0 (2024-11-21) |
14 | 165 |
|
|
0 commit comments