Skip to content

Commit 9da7f73

Browse files
author
SDKAuto
committed
CodeGen from PR 15565 in Azure/azure-rest-api-specs
Merge 940f49e2ecc092a82bd1861f0a8a3918620f753e into f1f04833e9a39e462fe78e2edd958eccc9a2e7ca
1 parent 3b51a6e commit 9da7f73

39 files changed

+1773
-1372
lines changed

sdk/operationalinsights/arm-operationalinsights/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## Azure OperationalInsightsManagementClient SDK for JavaScript
22

3-
This package contains an isomorphic SDK (runs both in Node.js and in browsers) for OperationalInsightsManagementClient.
3+
This package contains an isomorphic SDK (runs both in node.js and in browsers) for OperationalInsightsManagementClient.
44

55
### Currently supported environments
66

77
- [LTS versions of Node.js](https://nodejs.org/about/releases/)
8-
- Latest versions of Safari, Chrome, Edge, and Firefox.
8+
- Latest versions of Safari, Chrome, Edge and Firefox.
99

1010
### Prerequisites
1111

@@ -21,7 +21,6 @@ Install both packages using the below command:
2121
```bash
2222
npm install --save @azure/arm-operationalinsights @azure/identity
2323
```
24-
2524
> **Note**: You may have used either `@azure/ms-rest-nodeauth` or `@azure/ms-rest-browserauth` in the past. These packages are in maintenance mode receiving critical bug fixes, but no new features.
2625
If you are on a [Node.js that has LTS status](https://nodejs.org/about/releases/), or are writing a client side browser application, we strongly encourage you to upgrade to `@azure/identity` which uses the latest versions of Azure Active Directory and MSAL APIs and provides more authentication options.
2726

@@ -37,7 +36,6 @@ If you are on a [Node.js that has LTS status](https://nodejs.org/about/releases/
3736

3837
In the below samples, we pass the credential and the Azure subscription id to instantiate the client.
3938
Once the client is created, explore the operations on it either in your favorite editor or in our [API reference documentation](https://docs.microsoft.com/javascript/api) to get started.
40-
4139
#### nodejs - Authentication, client creation, and listByWorkspace dataExports as an example written in JavaScript.
4240

4341
##### Sample code
@@ -87,7 +85,7 @@ In browser applications, we recommend using the `InteractiveBrowserCredential` t
8785
const credential = new InteractiveBrowserCredential(
8886
{
8987
clientId: "<client id for your Azure AD app>",
90-
tenantId: "<optional tenant for your organization>"
88+
tenant: "<optional tenant for your organization>"
9189
});
9290
const client = new Azure.ArmOperationalinsights.OperationalInsightsManagementClient(creds, subscriptionId);
9391
const resourceGroupName = "testresourceGroupName";

sdk/operationalinsights/arm-operationalinsights/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"rollup-plugin-sourcemaps": "^0.4.2",
2828
"uglify-js": "^3.6.0"
2929
},
30-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/feature/v4/sdk/operationalinsights/arm-operationalinsights",
30+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/operationalinsights/arm-operationalinsights",
3131
"repository": {
3232
"type": "git",
3333
"url": "https://github.com/Azure/azure-sdk-for-js.git"

sdk/operationalinsights/arm-operationalinsights/src/models/clustersMappers.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
*/
88

99
export {
10+
AssociatedWorkspace,
1011
AzureEntityResource,
1112
BaseResource,
13+
CapacityReservationProperties,
1214
Cluster,
1315
ClusterListResult,
1416
ClusterPatch,
@@ -32,8 +34,10 @@ export {
3234
Table,
3335
Tag,
3436
TrackedResource,
37+
UserIdentityProperties,
3538
Workspace,
3639
WorkspaceCapping,
40+
WorkspaceFeatures,
3741
WorkspacePatch,
3842
WorkspaceSku
3943
} from "../models/mappers";

sdk/operationalinsights/arm-operationalinsights/src/models/dataExportsMappers.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
*/
88

99
export {
10+
AssociatedWorkspace,
1011
AzureEntityResource,
1112
BaseResource,
13+
CapacityReservationProperties,
1214
Cluster,
1315
ClusterPatch,
1416
ClusterSku,
@@ -32,8 +34,10 @@ export {
3234
Table,
3335
Tag,
3436
TrackedResource,
37+
UserIdentityProperties,
3538
Workspace,
3639
WorkspaceCapping,
40+
WorkspaceFeatures,
3741
WorkspacePatch,
3842
WorkspaceSku
3943
} from "../models/mappers";

sdk/operationalinsights/arm-operationalinsights/src/models/dataSourcesMappers.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
*/
88

99
export {
10+
AssociatedWorkspace,
1011
AzureEntityResource,
1112
BaseResource,
13+
CapacityReservationProperties,
1214
CloudError,
1315
Cluster,
1416
ClusterPatch,
@@ -30,8 +32,10 @@ export {
3032
Table,
3133
Tag,
3234
TrackedResource,
35+
UserIdentityProperties,
3336
Workspace,
3437
WorkspaceCapping,
38+
WorkspaceFeatures,
3539
WorkspacePatch,
3640
WorkspaceSku
3741
} from "../models/mappers";

sdk/operationalinsights/arm-operationalinsights/src/models/deletedWorkspacesMappers.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
*/
88

99
export {
10+
AssociatedWorkspace,
1011
AzureEntityResource,
1112
BaseResource,
13+
CapacityReservationProperties,
1214
Cluster,
1315
ClusterPatch,
1416
ClusterSku,
@@ -31,8 +33,10 @@ export {
3133
Table,
3234
Tag,
3335
TrackedResource,
36+
UserIdentityProperties,
3437
Workspace,
3538
WorkspaceCapping,
39+
WorkspaceFeatures,
3640
WorkspaceListResult,
3741
WorkspacePatch,
3842
WorkspaceSku

0 commit comments

Comments
 (0)