You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/education/arm-education/CHANGELOG.md
+24-12Lines changed: 24 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,33 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.5 (Unreleased)
3
+
## 1.0.0-beta.5 (2026-05-27)
4
+
Compared with version 1.0.0-beta.3
4
5
5
6
### Features Added
7
+
- Added Interface GrantDetailProperties
8
+
- Added Interface JoinRequestProperties
9
+
- Added Interface LabProperties
10
+
- Added Interface PagedAsyncIterableIterator
11
+
- Added Interface PageSettings
12
+
- Added Interface ProxyResource
13
+
- Added Interface StudentLabProperties
14
+
- Added Interface StudentProperties
15
+
- Interface LabDetails has a new optional parameter totalAllocatedBudget
16
+
- Interface LabDetails has a new optional parameter totalBudget
17
+
- Added Type Alias AzureSupportedClouds
18
+
- Added Enum AzureClouds
19
+
- Added Enum KnownVersions
6
20
7
21
### Breaking Changes
22
+
- Removed Interface GrantListResponse
23
+
- Removed Interface JoinRequestList
24
+
- Interface LabDetails no longer has parameter currencyPropertiesTotalAllocatedBudgetCurrency
25
+
- Interface LabDetails no longer has parameter currencyPropertiesTotalBudgetCurrency
26
+
- Interface LabDetails no longer has parameter valuePropertiesTotalAllocatedBudgetValue
27
+
- Interface LabDetails no longer has parameter valuePropertiesTotalBudgetValue
28
+
- Parameter value of interface OperationListResult is now required
8
29
9
-
### Bugs Fixed
10
-
11
-
### Other Changes
12
-
13
-
## 1.0.0-beta.4 (2025-08-22)
14
-
15
-
### Other Changes
16
-
17
-
- Other fixes
18
-
30
+
19
31
## 1.0.0-beta.3 (2023-01-10)
20
32
21
33
### Features Added
@@ -43,4 +55,4 @@
43
55
44
56
## 1.0.0-beta.1 (2022-05-24)
45
57
46
-
The package of @azure/arm-education is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart).
58
+
The package of @azure/arm-education is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart).
To create a client object to access the Azure EducationManagement API, you will need the `endpoint` of your Azure EducationManagement resource and a `credential`. The Azure EducationManagement client can use Azure Active Directory credentials to authenticate.
36
38
You can find the endpoint for your Azure EducationManagement resource in the [Azure Portal][azure_portal].
37
39
38
-
You can authenticate with Azure Active Directory using a credential from the [@azure/identity][azure_identity] library or [an existing AAD Token](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/identity/identity/samples/AzureIdentityExamples.md#authenticating-with-a-pre-fetched-access-token).
40
+
You can authenticate with Azure Active Directory using a credential from the [@azure/identity][azure_identity] library or [an existing AAD Token](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity/samples/AzureIdentityExamples.md#authenticating-with-a-pre-fetched-access-token).
39
41
40
42
To use the [DefaultAzureCredential][defaultazurecredential] provider shown below, or other credential providers provided with the Azure SDK, please install the `@azure/identity` package:
41
43
@@ -44,7 +46,6 @@ npm install @azure/identity
44
46
```
45
47
46
48
You will also need to **register a new AAD application and grant access to Azure EducationManagement** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
47
-
Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
48
49
49
50
For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
50
51
@@ -54,8 +55,7 @@ Using Node.js and Node-like environments, you can use the `DefaultAzureCredentia
To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
78
77
79
78
## Key concepts
@@ -98,7 +97,7 @@ For more detailed instructions on how to enable logs, you can look at the [@azur
98
97
99
98
## Next steps
100
99
101
-
Please take a look at the [samples](https://github.com/Azure-Samples/azure-samples-js-management) directory for detailed examples on how to use this library.
100
+
Please take a look at the [samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/education/arm-education/samples) directory for detailed examples on how to use this library.
102
101
103
102
## Contributing
104
103
@@ -108,10 +107,6 @@ If you'd like to contribute to this library, please read the [contributing guide
108
107
109
108
-[Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
0 commit comments