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
- Interface CheckQuotaAvailabilityResponse has a new optional parameter name
14
+
- Interface CheckQuotaAvailabilityResponse has a new optional parameter systemData
15
+
- Interface LoadTestsCreateOrUpdateHeaders has a new optional parameter retryAfter
16
+
- Interface LoadTestsDeleteHeaders has a new optional parameter retryAfter
17
+
- Interface LoadTestsUpdateHeaders has a new optional parameter location
18
+
- Interface LoadTestsUpdateHeaders has a new optional parameter retryAfter
8
19
9
-
### Bugs Fixed
10
-
11
-
### Other Changes
20
+
### Breaking Changes
12
21
22
+
- Operation LoadTests.beginUpdate has a new signature
23
+
- Operation LoadTests.beginUpdateAndWait has a new signature
24
+
- Interface CheckQuotaAvailabilityResponse has a new required parameter id
25
+
- Interface CheckQuotaAvailabilityResponse has a new required parameter type
26
+
- Parameter domainName of interface EndpointDependency is now required
27
+
28
+
13
29
## 1.0.0 (2023-01-28)
14
30
15
-
The package of @azure/arm-loadtesting is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart).
31
+
The package of @azure/arm-loadtesting is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart).
Copy file name to clipboardExpand all lines: sdk/loadtesting/arm-loadtesting/README.md
+3-130Lines changed: 3 additions & 130 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,6 @@ npm install @azure/identity
44
44
```
45
45
46
46
You will also need to **register a new AAD application and grant access to Azure LoadTest** 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
47
49
48
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
49
@@ -64,141 +63,14 @@ For browser environments, use the `InteractiveBrowserCredential` from the `@azur
const result =awaitclient.loadTests.beginDeleteAndWait(resourceGroupName, resourceName);
198
-
```
199
-
200
73
### JavaScript Bundle
201
-
202
74
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).
203
75
204
76
## Key concepts
@@ -233,6 +105,7 @@ If you'd like to contribute to this library, please read the [contributing guide
233
105
234
106
-[Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
0 commit comments