Skip to content

Commit 74ce028

Browse files
author
SDKAuto
committed
CodeGen from PR 33699 in Azure/azure-rest-api-specs
Merge 45f592bf88f7a6eb973b887a54531b56be07153a into 271675c3e8e65a2116b3cf9d398eefcae8111df9
1 parent 7105def commit 74ce028

File tree

370 files changed

+12384
-8148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

370 files changed

+12384
-8148
lines changed

sdk/netapp/azure-resourcemanager-netapp/CHANGELOG.md

Lines changed: 188 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,198 @@
11
# Release History
22

3-
## 1.7.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2025-04-10)
44

5-
### Features Added
5+
- Azure Resource Manager NetAppFiles client library for Java. This package contains Microsoft Azure SDK for NetAppFiles Management SDK. Microsoft NetApp Files Azure Resource Provider specification. Package tag package-2025-01-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
66

77
### Breaking Changes
88

9-
### Bugs Fixed
9+
#### `models.SubscriptionQuotaItem` was removed
1010

11-
### Other Changes
11+
#### `models.SubscriptionQuotaItemList` was removed
12+
13+
#### `models.Volume$Definition` was modified
14+
15+
* `withIsRestoring(java.lang.Boolean)` was removed
16+
17+
#### `models.VolumeGroupVolumeProperties` was modified
18+
19+
* `withIsRestoring(java.lang.Boolean)` was removed
20+
21+
#### `models.NetAppResourceQuotaLimits` was modified
22+
23+
* `models.SubscriptionQuotaItem get(java.lang.String,java.lang.String)` -> `models.QuotaItem get(java.lang.String,java.lang.String)`
24+
25+
### Features Added
26+
27+
* `models.BucketPatch` was added
28+
29+
* `models.AcceptGrowCapacityPoolForShortTermCloneSplit` was added
30+
31+
* `models.QuotaItemList` was added
32+
33+
* `models.LdapConfiguration` was added
34+
35+
* `models.Bucket$DefinitionStages` was added
36+
37+
* `models.ListQuotaReportResponse` was added
38+
39+
* `models.NetAppResourceUsages` was added
40+
41+
* `models.BucketServerProperties` was added
42+
43+
* `models.LdapServerType` was added
44+
45+
* `models.VolumeLanguage` was added
46+
47+
* `models.UsagesListResult` was added
48+
49+
* `models.MultiAdStatus` was added
50+
51+
* `models.UsageResult` was added
52+
53+
* `models.ReplicationType` was added
54+
55+
* `models.Bucket$Definition` was added
56+
57+
* `models.Bucket` was added
58+
59+
* `models.NfsUser` was added
60+
61+
* `models.BucketGenerateCredentials` was added
62+
63+
* `models.BucketCredentialsExpiry` was added
64+
65+
* `models.NetAppResourceQuotaLimitsAccounts` was added
66+
67+
* `models.UsageName` was added
68+
69+
* `models.Bucket$Update` was added
70+
71+
* `models.CifsUser` was added
72+
73+
* `models.QuotaReport` was added
74+
75+
* `models.DestinationReplication` was added
76+
77+
* `models.BucketServerPatchProperties` was added
78+
79+
* `models.CredentialsStatus` was added
80+
81+
* `models.BucketList` was added
82+
83+
* `models.QuotaItem` was added
84+
85+
* `models.ExternalReplicationSetupStatus` was added
86+
87+
* `models.Bucket$UpdateStages` was added
88+
89+
* `models.Buckets` was added
90+
91+
* `models.FileSystemUser` was added
92+
93+
* `models.NetappProvisioningState` was added
94+
95+
#### `models.NetAppAccount$Definition` was modified
96+
97+
* `withNfsV4IdDomain(java.lang.String)` was added
98+
* `withLdapConfiguration(models.LdapConfiguration)` was added
99+
100+
#### `models.CapacityPool$Update` was modified
101+
102+
* `withCustomThroughputMibps(java.lang.Float)` was added
103+
104+
#### `models.Backup` was modified
105+
106+
* `completionDate()` was added
107+
* `isLargeVolume()` was added
108+
* `snapshotCreationDate()` was added
109+
110+
#### `models.CapacityPool` was modified
111+
112+
* `customThroughputMibps()` was added
113+
114+
#### `models.Volume$Definition` was modified
115+
116+
* `withLdapServerType(models.LdapServerType)` was added
117+
* `withLanguage(models.VolumeLanguage)` was added
118+
* `withAcceptGrowCapacityPoolForShortTermCloneSplit(models.AcceptGrowCapacityPoolForShortTermCloneSplit)` was added
119+
120+
#### `models.OperationListResult` was modified
121+
122+
* `nextLink()` was added
123+
124+
#### `models.ReplicationObject` was modified
125+
126+
* `externalReplicationSetupStatus()` was added
127+
* `destinationReplications()` was added
128+
* `externalReplicationSetupInfo()` was added
129+
130+
#### `models.NetAppAccountPatch` was modified
131+
132+
* `withNfsV4IdDomain(java.lang.String)` was added
133+
* `multiAdStatus()` was added
134+
* `ldapConfiguration()` was added
135+
* `withLdapConfiguration(models.LdapConfiguration)` was added
136+
* `nfsV4IdDomain()` was added
137+
138+
#### `models.NetAppAccount$Update` was modified
139+
140+
* `withLdapConfiguration(models.LdapConfiguration)` was added
141+
* `withNfsV4IdDomain(java.lang.String)` was added
142+
143+
#### `models.CapacityPoolPatch` was modified
144+
145+
* `customThroughputMibps()` was added
146+
* `withCustomThroughputMibps(java.lang.Float)` was added
147+
148+
#### `models.VolumeGroupVolumeProperties` was modified
149+
150+
* `withLanguage(models.VolumeLanguage)` was added
151+
* `withAcceptGrowCapacityPoolForShortTermCloneSplit(models.AcceptGrowCapacityPoolForShortTermCloneSplit)` was added
152+
* `inheritedSizeInBytes()` was added
153+
* `ldapServerType()` was added
154+
* `language()` was added
155+
* `withLdapServerType(models.LdapServerType)` was added
156+
* `acceptGrowCapacityPoolForShortTermCloneSplit()` was added
157+
158+
#### `models.Volume` was modified
159+
160+
* `language()` was added
161+
* `inheritedSizeInBytes()` was added
162+
* `listQuotaReport(com.azure.core.util.Context)` was added
163+
* `acceptGrowCapacityPoolForShortTermCloneSplit()` was added
164+
* `listQuotaReport()` was added
165+
* `ldapServerType()` was added
166+
* `splitCloneFromParent()` was added
167+
* `splitCloneFromParent(com.azure.core.util.Context)` was added
168+
169+
#### `models.CapacityPool$Definition` was modified
170+
171+
* `withCustomThroughputMibps(java.lang.Float)` was added
172+
173+
#### `NetAppFilesManager` was modified
174+
175+
* `buckets()` was added
176+
* `netAppResourceQuotaLimitsAccounts()` was added
177+
* `netAppResourceUsages()` was added
178+
179+
#### `models.EncryptionIdentity` was modified
180+
181+
* `withFederatedClientId(java.lang.String)` was added
182+
* `federatedClientId()` was added
183+
184+
#### `models.Volumes` was modified
185+
186+
* `listQuotaReport(java.lang.String,java.lang.String,java.lang.String,java.lang.String)` was added
187+
* `splitCloneFromParent(java.lang.String,java.lang.String,java.lang.String,java.lang.String)` was added
188+
* `listQuotaReport(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)` was added
189+
* `splitCloneFromParent(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)` was added
190+
191+
#### `models.NetAppAccount` was modified
192+
193+
* `nfsV4IdDomain()` was added
194+
* `ldapConfiguration()` was added
195+
* `multiAdStatus()` was added
12196

13197
## 1.6.0 (2025-02-21)
14198

sdk/netapp/azure-resourcemanager-netapp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Azure Resource Manager NetAppFiles client library for Java.
44

5-
This package contains Microsoft Azure SDK for NetAppFiles Management SDK. Microsoft NetApp Files Azure Resource Provider specification. Package tag package-2024-09-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
5+
This package contains Microsoft Azure SDK for NetAppFiles Management SDK. Microsoft NetApp Files Azure Resource Provider specification. Package tag package-2025-01-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
66

77
## We'd love to hear your feedback
88

0 commit comments

Comments
 (0)