Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR] compute/resource-manager #2204

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/@azure/arm-compute/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018 Microsoft
Copyright (c) 2019 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
11 changes: 4 additions & 7 deletions packages/@azure/arm-compute/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This package contains an isomorphic SDK for ComputeManagementClient.

### How to Install

```
```bash
npm install @azure/arm-compute
```

Expand All @@ -19,13 +19,13 @@ npm install @azure/arm-compute

##### Install @azure/ms-rest-nodeauth

```
```bash
npm install @azure/ms-rest-nodeauth
```

##### Sample code

```ts
```typescript
import * as msRest from "@azure/ms-rest-js";
import * as msRestAzure from "@azure/ms-rest-azure-js";
import * as msRestNodeAuth from "@azure/ms-rest-nodeauth";
Expand All @@ -47,7 +47,7 @@ msRestNodeAuth.interactiveLogin().then((creds) => {

##### Install @azure/ms-rest-browserauth

```
```bash
npm install @azure/ms-rest-browserauth
```

Expand Down Expand Up @@ -94,6 +94,3 @@ See https://github.com/Azure/ms-rest-browserauth to learn how to authenticate to
## Related projects

- [Microsoft Azure SDK for Javascript](https://github.com/Azure/azure-sdk-for-js)


![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fpackages%2F%40azure%2Farm-compute%2FREADME.png)
2 changes: 2 additions & 0 deletions packages/@azure/arm-compute/lib/computeManagementClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class ComputeManagementClient extends ComputeManagementClientContext {
virtualMachineScaleSets: operations.VirtualMachineScaleSets;
virtualMachineScaleSetExtensions: operations.VirtualMachineScaleSetExtensions;
virtualMachineScaleSetRollingUpgrades: operations.VirtualMachineScaleSetRollingUpgrades;
virtualMachineScaleSet: operations.VirtualMachineScaleSetOperations;
virtualMachineScaleSetVMs: operations.VirtualMachineScaleSetVMs;
logAnalytics: operations.LogAnalytics;
virtualMachineRunCommands: operations.VirtualMachineRunCommands;
Expand Down Expand Up @@ -61,6 +62,7 @@ class ComputeManagementClient extends ComputeManagementClientContext {
this.virtualMachineScaleSets = new operations.VirtualMachineScaleSets(this);
this.virtualMachineScaleSetExtensions = new operations.VirtualMachineScaleSetExtensions(this);
this.virtualMachineScaleSetRollingUpgrades = new operations.VirtualMachineScaleSetRollingUpgrades(this);
this.virtualMachineScaleSet = new operations.VirtualMachineScaleSetOperations(this);
this.virtualMachineScaleSetVMs = new operations.VirtualMachineScaleSetVMs(this);
this.logAnalytics = new operations.LogAnalytics(this);
this.virtualMachineRunCommands = new operations.VirtualMachineRunCommands(this);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import * as msRest from "@azure/ms-rest-js";
import * as msRestAzure from "@azure/ms-rest-azure-js";

const packageName = "@azure/arm-compute";
const packageVersion = "0.1.0";
const packageVersion = "9.1.0";

export class ComputeManagementClientContext extends msRestAzure.AzureServiceClient {
credentials: msRest.ServiceClientCredentials;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ export {
VirtualMachineScaleSetVM,
VirtualMachineScaleSetVMInstanceView,
VirtualMachineHealthStatus,
VirtualMachineScaleSetVMNetworkProfileConfiguration,
VirtualMachineScaleSetVMProtectionPolicy,
RollingUpgradeStatusInfo,
RollingUpgradeRunningStatus,
RollingUpgradeProgressInfo,
Expand All @@ -119,7 +121,8 @@ export {
DiskSku,
CreationData,
ImageDiskReference,
EncryptionSettings,
EncryptionSettingsCollection,
EncryptionSettingsElement,
KeyVaultAndSecretReference,
SourceVault,
KeyVaultAndKeyReference,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ export {
VirtualMachineScaleSetVM,
VirtualMachineScaleSetVMInstanceView,
VirtualMachineHealthStatus,
VirtualMachineScaleSetVMNetworkProfileConfiguration,
VirtualMachineScaleSetVMProtectionPolicy,
RollingUpgradeStatusInfo,
RollingUpgradeRunningStatus,
RollingUpgradeProgressInfo,
Expand All @@ -119,7 +121,8 @@ export {
DiskSku,
CreationData,
ImageDiskReference,
EncryptionSettings,
EncryptionSettingsCollection,
EncryptionSettingsElement,
KeyVaultAndSecretReference,
SourceVault,
KeyVaultAndKeyReference,
Expand Down
5 changes: 4 additions & 1 deletion packages/@azure/arm-compute/lib/models/disksMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export {
DiskSku,
CreationData,
ImageDiskReference,
EncryptionSettings,
EncryptionSettingsCollection,
EncryptionSettingsElement,
KeyVaultAndSecretReference,
SourceVault,
KeyVaultAndKeyReference,
Expand Down Expand Up @@ -107,6 +108,8 @@ export {
VirtualMachineScaleSetVM,
VirtualMachineScaleSetVMInstanceView,
VirtualMachineHealthStatus,
VirtualMachineScaleSetVMNetworkProfileConfiguration,
VirtualMachineScaleSetVMProtectionPolicy,
RollingUpgradeStatusInfo,
RollingUpgradeRunningStatus,
RollingUpgradeProgressInfo,
Expand Down
5 changes: 4 additions & 1 deletion packages/@azure/arm-compute/lib/models/galleriesMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ export {
VirtualMachineScaleSetVM,
VirtualMachineScaleSetVMInstanceView,
VirtualMachineHealthStatus,
VirtualMachineScaleSetVMNetworkProfileConfiguration,
VirtualMachineScaleSetVMProtectionPolicy,
RollingUpgradeStatusInfo,
RollingUpgradeRunningStatus,
RollingUpgradeProgressInfo,
Expand All @@ -109,7 +111,8 @@ export {
DiskSku,
CreationData,
ImageDiskReference,
EncryptionSettings,
EncryptionSettingsCollection,
EncryptionSettingsElement,
KeyVaultAndSecretReference,
SourceVault,
KeyVaultAndKeyReference,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ export {
VirtualMachineScaleSetVM,
VirtualMachineScaleSetVMInstanceView,
VirtualMachineHealthStatus,
VirtualMachineScaleSetVMNetworkProfileConfiguration,
VirtualMachineScaleSetVMProtectionPolicy,
RollingUpgradeStatusInfo,
RollingUpgradeRunningStatus,
RollingUpgradeProgressInfo,
Expand All @@ -119,7 +121,8 @@ export {
DiskSku,
CreationData,
ImageDiskReference,
EncryptionSettings,
EncryptionSettingsCollection,
EncryptionSettingsElement,
KeyVaultAndSecretReference,
SourceVault,
KeyVaultAndKeyReference,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ export {
VirtualMachineScaleSetVM,
VirtualMachineScaleSetVMInstanceView,
VirtualMachineHealthStatus,
VirtualMachineScaleSetVMNetworkProfileConfiguration,
VirtualMachineScaleSetVMProtectionPolicy,
RollingUpgradeStatusInfo,
RollingUpgradeRunningStatus,
RollingUpgradeProgressInfo,
Expand All @@ -113,7 +115,8 @@ export {
DiskSku,
CreationData,
ImageDiskReference,
EncryptionSettings,
EncryptionSettingsCollection,
EncryptionSettingsElement,
KeyVaultAndSecretReference,
SourceVault,
KeyVaultAndKeyReference,
Expand Down
5 changes: 4 additions & 1 deletion packages/@azure/arm-compute/lib/models/imagesMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ export {
VirtualMachineScaleSetVM,
VirtualMachineScaleSetVMInstanceView,
VirtualMachineHealthStatus,
VirtualMachineScaleSetVMNetworkProfileConfiguration,
VirtualMachineScaleSetVMProtectionPolicy,
RollingUpgradeStatusInfo,
RollingUpgradeRunningStatus,
RollingUpgradeProgressInfo,
Expand All @@ -117,7 +119,8 @@ export {
DiskSku,
CreationData,
ImageDiskReference,
EncryptionSettings,
EncryptionSettingsCollection,
EncryptionSettingsElement,
KeyVaultAndSecretReference,
SourceVault,
KeyVaultAndKeyReference,
Expand Down
Loading