Skip to content

Commit ebf9f5d

Browse files
author
SDKAuto
committed
CodeGen from PR 33699 in Azure/azure-rest-api-specs
Merge 600f386fe29b7b2d8d08f6217a6dcc00ccf4e1f7 into 0d182673b42de227bc01c0e4f04932b6c074f5ce
1 parent 40993ae commit ebf9f5d

File tree

370 files changed

+12388
-8161
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

+12388
-8161
lines changed

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

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

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

13201
## 1.6.0 (2025-02-21)
14202

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)