Skip to content

Commit

Permalink
CodeGen from PR 16659 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 1a48504654ab6d949eae7b87c50a4db62f7eccb6 into 4faf292aa0f76fd1cfc2a4085c69391d79ada56e
  • Loading branch information
SDKAuto committed Nov 4, 2021
1 parent ff8f058 commit b0137e6
Show file tree
Hide file tree
Showing 26 changed files with 2,597 additions and 1,291 deletions.
9 changes: 3 additions & 6 deletions sdk/storage/arm-storage/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Azure StorageManagementClient SDK for JavaScript

This package contains an isomorphic SDK (runs both in Node.js and in browsers) for StorageManagementClient.
This package contains an isomorphic SDK (runs both in node.js and in browsers) for StorageManagementClient.

### Currently supported environments

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

### Prerequisites

Expand All @@ -21,7 +21,6 @@ Install both packages using the below command:
```bash
npm install --save @azure/arm-storage @azure/identity
```

> **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.
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.

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

In the below samples, we pass the credential and the Azure subscription id to instantiate the client.
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.

#### nodejs - Authentication, client creation, and list operations as an example written in JavaScript.

##### Sample code
Expand All @@ -51,7 +49,6 @@ const subscriptionId = process.env["AZURE_SUBSCRIPTION_ID"];
// Please note that you can also use credentials from the `@azure/ms-rest-nodeauth` package instead.
const creds = new DefaultAzureCredential();
const client = new StorageManagementClient(creds, subscriptionId);

client.operations.list().then((result) => {
console.log("The result is:");
console.log(result);
Expand Down Expand Up @@ -86,7 +83,7 @@ In browser applications, we recommend using the `InteractiveBrowserCredential` t
const credential = new InteractiveBrowserCredential(
{
clientId: "<client id for your Azure AD app>",
tenantId: "<optional tenant for your organization>"
tenant: "<optional tenant for your organization>"
});
const client = new Azure.ArmStorage.StorageManagementClient(creds, subscriptionId);
client.operations.list().then((result) => {
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/arm-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"rollup-plugin-sourcemaps": "^0.4.2",
"uglify-js": "^3.6.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/arm-storage",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/arm-storage",
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git"
Expand Down
6 changes: 6 additions & 0 deletions sdk/storage/arm-storage/src/models/blobContainersMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
*/

export {
AccessPolicy,
AccountImmutabilityPolicyProperties,
ActiveDirectoryProperties,
AzureEntityResource,
AzureFilesIdentityBasedAuthentication,
Expand Down Expand Up @@ -50,6 +52,8 @@ export {
Identity,
ImmutabilityPolicy,
ImmutabilityPolicyProperties,
ImmutableStorageAccount,
ImmutableStorageWithVersioning,
IPRule,
KeyCreationTime,
KeyPolicy,
Expand Down Expand Up @@ -80,6 +84,7 @@ export {
PrivateEndpointConnection,
PrivateLinkResource,
PrivateLinkServiceConnectionState,
ProtectedAppendWritesHistory,
ProtocolSettings,
ProxyResource,
QueueServiceProperties,
Expand All @@ -88,6 +93,7 @@ export {
RestorePolicyProperties,
RoutingPreference,
SasPolicy,
SignedIdentifier,
Sku,
SmbSetting,
StorageAccount,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
*/

export {
AccessPolicy,
AccountImmutabilityPolicyProperties,
ActiveDirectoryProperties,
AzureEntityResource,
AzureFilesIdentityBasedAuthentication,
Expand Down Expand Up @@ -46,6 +48,8 @@ export {
Identity,
ImmutabilityPolicy,
ImmutabilityPolicyProperties,
ImmutableStorageAccount,
ImmutableStorageWithVersioning,
IPRule,
KeyCreationTime,
KeyPolicy,
Expand Down Expand Up @@ -73,6 +77,7 @@ export {
PrivateEndpointConnection,
PrivateLinkResource,
PrivateLinkServiceConnectionState,
ProtectedAppendWritesHistory,
ProtocolSettings,
ProxyResource,
QueueServiceProperties,
Expand All @@ -81,6 +86,7 @@ export {
RestorePolicyProperties,
RoutingPreference,
SasPolicy,
SignedIdentifier,
Sku,
SmbSetting,
StorageAccount,
Expand Down
6 changes: 6 additions & 0 deletions sdk/storage/arm-storage/src/models/blobServicesMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
*/

export {
AccessPolicy,
AccountImmutabilityPolicyProperties,
ActiveDirectoryProperties,
AzureEntityResource,
AzureFilesIdentityBasedAuthentication,
Expand Down Expand Up @@ -46,6 +48,8 @@ export {
Identity,
ImmutabilityPolicy,
ImmutabilityPolicyProperties,
ImmutableStorageAccount,
ImmutableStorageWithVersioning,
IPRule,
KeyCreationTime,
KeyPolicy,
Expand All @@ -72,6 +76,7 @@ export {
PrivateEndpointConnection,
PrivateLinkResource,
PrivateLinkServiceConnectionState,
ProtectedAppendWritesHistory,
ProtocolSettings,
ProxyResource,
QueueServiceProperties,
Expand All @@ -80,6 +85,7 @@ export {
RestorePolicyProperties,
RoutingPreference,
SasPolicy,
SignedIdentifier,
Sku,
SmbSetting,
StorageAccount,
Expand Down
6 changes: 6 additions & 0 deletions sdk/storage/arm-storage/src/models/deletedAccountsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
*/

export {
AccessPolicy,
AccountImmutabilityPolicyProperties,
ActiveDirectoryProperties,
AzureEntityResource,
AzureFilesIdentityBasedAuthentication,
Expand Down Expand Up @@ -47,6 +49,8 @@ export {
Identity,
ImmutabilityPolicy,
ImmutabilityPolicyProperties,
ImmutableStorageAccount,
ImmutableStorageWithVersioning,
IPRule,
KeyCreationTime,
KeyPolicy,
Expand All @@ -73,6 +77,7 @@ export {
PrivateEndpointConnection,
PrivateLinkResource,
PrivateLinkServiceConnectionState,
ProtectedAppendWritesHistory,
ProtocolSettings,
ProxyResource,
QueueServiceProperties,
Expand All @@ -81,6 +86,7 @@ export {
RestorePolicyProperties,
RoutingPreference,
SasPolicy,
SignedIdentifier,
Sku,
SmbSetting,
StorageAccount,
Expand Down
6 changes: 6 additions & 0 deletions sdk/storage/arm-storage/src/models/encryptionScopesMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
*/

export {
AccessPolicy,
AccountImmutabilityPolicyProperties,
ActiveDirectoryProperties,
AzureEntityResource,
AzureFilesIdentityBasedAuthentication,
Expand Down Expand Up @@ -48,6 +50,8 @@ export {
Identity,
ImmutabilityPolicy,
ImmutabilityPolicyProperties,
ImmutableStorageAccount,
ImmutableStorageWithVersioning,
IPRule,
KeyCreationTime,
KeyPolicy,
Expand All @@ -74,6 +78,7 @@ export {
PrivateEndpointConnection,
PrivateLinkResource,
PrivateLinkServiceConnectionState,
ProtectedAppendWritesHistory,
ProtocolSettings,
ProxyResource,
QueueServiceProperties,
Expand All @@ -82,6 +87,7 @@ export {
RestorePolicyProperties,
RoutingPreference,
SasPolicy,
SignedIdentifier,
Sku,
SmbSetting,
StorageAccount,
Expand Down
6 changes: 6 additions & 0 deletions sdk/storage/arm-storage/src/models/fileServicesMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
*/

export {
AccessPolicy,
AccountImmutabilityPolicyProperties,
ActiveDirectoryProperties,
AzureEntityResource,
AzureFilesIdentityBasedAuthentication,
Expand Down Expand Up @@ -46,6 +48,8 @@ export {
Identity,
ImmutabilityPolicy,
ImmutabilityPolicyProperties,
ImmutableStorageAccount,
ImmutableStorageWithVersioning,
IPRule,
KeyCreationTime,
KeyPolicy,
Expand All @@ -72,6 +76,7 @@ export {
PrivateEndpointConnection,
PrivateLinkResource,
PrivateLinkServiceConnectionState,
ProtectedAppendWritesHistory,
ProtocolSettings,
ProxyResource,
QueueServiceProperties,
Expand All @@ -80,6 +85,7 @@ export {
RestorePolicyProperties,
RoutingPreference,
SasPolicy,
SignedIdentifier,
Sku,
SmbSetting,
StorageAccount,
Expand Down
9 changes: 9 additions & 0 deletions sdk/storage/arm-storage/src/models/fileSharesMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
*/

export {
AccessPolicy,
AccountImmutabilityPolicyProperties,
ActiveDirectoryProperties,
AzureEntityResource,
AzureFilesIdentityBasedAuthentication,
Expand Down Expand Up @@ -43,15 +45,20 @@ export {
FileShare,
FileShareItem,
FileShareItems,
FileSharesLeaseHeaders,
GeoReplicationStats,
Identity,
ImmutabilityPolicy,
ImmutabilityPolicyProperties,
ImmutableStorageAccount,
ImmutableStorageWithVersioning,
IPRule,
KeyCreationTime,
KeyPolicy,
KeyVaultProperties,
LastAccessTimeTrackingPolicy,
LeaseShareRequest,
LeaseShareResponse,
LegalHoldProperties,
ListContainerItem,
ListQueue,
Expand All @@ -73,6 +80,7 @@ export {
PrivateEndpointConnection,
PrivateLinkResource,
PrivateLinkServiceConnectionState,
ProtectedAppendWritesHistory,
ProtocolSettings,
ProxyResource,
QueueServiceProperties,
Expand All @@ -81,6 +89,7 @@ export {
RestorePolicyProperties,
RoutingPreference,
SasPolicy,
SignedIdentifier,
Sku,
SmbSetting,
StorageAccount,
Expand Down
Loading

0 comments on commit b0137e6

Please sign in to comment.