diff --git a/lib/services/storageManagement2/lib/models/accountSasParameters.js b/lib/services/storageManagement2/lib/models/accountSasParameters.js index 11fb005fdf..233374f0de 100644 --- a/lib/services/storageManagement2/lib/models/accountSasParameters.js +++ b/lib/services/storageManagement2/lib/models/accountSasParameters.js @@ -11,42 +11,34 @@ 'use strict'; /** - * @class - * Initializes a new instance of the AccountSasParameters class. - * @constructor * The parameters to list SAS credentials of a storage account. * - * @member {string} services The signed services accessible with the account - * SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f). - * Possible values include: 'b', 'q', 't', 'f' - * - * @member {string} resourceTypes The signed resource types that are accessible - * with the account SAS. Service (s): Access to service-level APIs; Container - * (c): Access to container-level APIs; Object (o): Access to object-level APIs - * for blobs, queue messages, table entities, and files. Possible values - * include: 's', 'c', 'o' - * - * @member {string} permissions The signed permissions for the account SAS. - * Possible values include: Read (r), Write (w), Delete (d), List (l), Add (a), - * Create (c), Update (u) and Process (p). Possible values include: 'r', 'd', - * 'w', 'l', 'a', 'c', 'u', 'p' - * - * @member {string} [iPAddressOrRange] An IP address or a range of IP addresses - * from which to accept requests. - * - * @member {string} [protocols] The protocol permitted for a request made with - * the account SAS. Possible values include: 'https,http', 'https' - * - * @member {date} [sharedAccessStartTime] The time at which the SAS becomes - * valid. - * - * @member {date} sharedAccessExpiryTime The time at which the shared access - * signature becomes invalid. - * - * @member {string} [keyToSign] The key to sign the account SAS token with. - * */ class AccountSasParameters { + /** + * Create a AccountSasParameters. + * @member {string} services The signed services accessible with the account + * SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f). + * Possible values include: 'b', 'q', 't', 'f' + * @member {string} resourceTypes The signed resource types that are + * accessible with the account SAS. Service (s): Access to service-level + * APIs; Container (c): Access to container-level APIs; Object (o): Access to + * object-level APIs for blobs, queue messages, table entities, and files. + * Possible values include: 's', 'c', 'o' + * @member {string} permissions The signed permissions for the account SAS. + * Possible values include: Read (r), Write (w), Delete (d), List (l), Add + * (a), Create (c), Update (u) and Process (p). Possible values include: 'r', + * 'd', 'w', 'l', 'a', 'c', 'u', 'p' + * @member {string} [iPAddressOrRange] An IP address or a range of IP + * addresses from which to accept requests. + * @member {string} [protocols] The protocol permitted for a request made + * with the account SAS. Possible values include: 'https,http', 'https' + * @member {date} [sharedAccessStartTime] The time at which the SAS becomes + * valid. + * @member {date} sharedAccessExpiryTime The time at which the shared access + * signature becomes invalid. + * @member {string} [keyToSign] The key to sign the account SAS token with. + */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/checkNameAvailabilityResult.js b/lib/services/storageManagement2/lib/models/checkNameAvailabilityResult.js index 08394f220b..b68259a1f6 100644 --- a/lib/services/storageManagement2/lib/models/checkNameAvailabilityResult.js +++ b/lib/services/storageManagement2/lib/models/checkNameAvailabilityResult.js @@ -11,25 +11,22 @@ 'use strict'; /** - * @class - * Initializes a new instance of the CheckNameAvailabilityResult class. - * @constructor * The CheckNameAvailability operation response. * - * @member {boolean} [nameAvailable] Gets a boolean value that indicates - * whether the name is available for you to use. If true, the name is - * available. If false, the name has already been taken or is invalid and - * cannot be used. - * - * @member {string} [reason] Gets the reason that a storage account name could - * not be used. The Reason element is only returned if NameAvailable is false. - * Possible values include: 'AccountNameInvalid', 'AlreadyExists' - * - * @member {string} [message] Gets an error message explaining the Reason value - * in more detail. - * */ class CheckNameAvailabilityResult { + /** + * Create a CheckNameAvailabilityResult. + * @member {boolean} [nameAvailable] Gets a boolean value that indicates + * whether the name is available for you to use. If true, the name is + * available. If false, the name has already been taken or is invalid and + * cannot be used. + * @member {string} [reason] Gets the reason that a storage account name + * could not be used. The Reason element is only returned if NameAvailable is + * false. Possible values include: 'AccountNameInvalid', 'AlreadyExists' + * @member {string} [message] Gets an error message explaining the Reason + * value in more detail. + */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/customDomain.js b/lib/services/storageManagement2/lib/models/customDomain.js index e656b60140..249be192b6 100644 --- a/lib/services/storageManagement2/lib/models/customDomain.js +++ b/lib/services/storageManagement2/lib/models/customDomain.js @@ -11,20 +11,19 @@ 'use strict'; /** - * @class - * Initializes a new instance of the CustomDomain class. - * @constructor * The custom domain assigned to this storage account. This can be set via * Update. * - * @member {string} name Gets or sets the custom domain name assigned to the - * storage account. Name is the CNAME source. - * - * @member {boolean} [useSubDomain] Indicates whether indirect CName validation - * is enabled. Default value is false. This should only be set on updates. - * */ class CustomDomain { + /** + * Create a CustomDomain. + * @member {string} name Gets or sets the custom domain name assigned to the + * storage account. Name is the CNAME source. + * @member {boolean} [useSubDomain] Indicates whether indirect CName + * validation is enabled. Default value is false. This should only be set on + * updates. + */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/dimension.js b/lib/services/storageManagement2/lib/models/dimension.js index 37d11186d4..926bb318c9 100644 --- a/lib/services/storageManagement2/lib/models/dimension.js +++ b/lib/services/storageManagement2/lib/models/dimension.js @@ -11,17 +11,15 @@ 'use strict'; /** - * @class - * Initializes a new instance of the Dimension class. - * @constructor - * Dimensions. - * - * @member {string} [name] Display name of dimension. - * - * @member {string} [displayName] Display name of dimension. + * Dimension of blobs, possiblly be blob type or access tier. * */ class Dimension { + /** + * Create a Dimension. + * @member {string} [name] Display name of dimension. + * @member {string} [displayName] Display name of dimension. + */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/encryption.js b/lib/services/storageManagement2/lib/models/encryption.js index d2d353f05e..721130d323 100644 --- a/lib/services/storageManagement2/lib/models/encryption.js +++ b/lib/services/storageManagement2/lib/models/encryption.js @@ -13,73 +13,55 @@ const models = require('./index'); /** - * @class - * Initializes a new instance of the Encryption class. - * @constructor * The encryption settings on the storage account. * - * @member {object} [services] List of services which support encryption. - * - * @member {object} [services.blob] The encryption function of the blob storage - * service. - * - * @member {boolean} [services.blob.enabled] A boolean indicating whether or - * not the service encrypts the data as it is stored. - * - * @member {date} [services.blob.lastEnabledTime] Gets a rough estimate of the - * date/time when the encryption was last enabled by the user. Only returned - * when encryption is enabled. There might be some unencrypted blobs which were - * written after this time, as it is just a rough estimate. - * - * @member {object} [services.file] The encryption function of the file storage - * service. - * - * @member {boolean} [services.file.enabled] A boolean indicating whether or - * not the service encrypts the data as it is stored. - * - * @member {date} [services.file.lastEnabledTime] Gets a rough estimate of the - * date/time when the encryption was last enabled by the user. Only returned - * when encryption is enabled. There might be some unencrypted blobs which were - * written after this time, as it is just a rough estimate. - * - * @member {object} [services.table] The encryption function of the table - * storage service. - * - * @member {boolean} [services.table.enabled] A boolean indicating whether or - * not the service encrypts the data as it is stored. - * - * @member {date} [services.table.lastEnabledTime] Gets a rough estimate of the - * date/time when the encryption was last enabled by the user. Only returned - * when encryption is enabled. There might be some unencrypted blobs which were - * written after this time, as it is just a rough estimate. - * - * @member {object} [services.queue] The encryption function of the queue - * storage service. - * - * @member {boolean} [services.queue.enabled] A boolean indicating whether or - * not the service encrypts the data as it is stored. - * - * @member {date} [services.queue.lastEnabledTime] Gets a rough estimate of the - * date/time when the encryption was last enabled by the user. Only returned - * when encryption is enabled. There might be some unencrypted blobs which were - * written after this time, as it is just a rough estimate. - * - * @member {string} keySource The encryption keySource (provider). Possible - * values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault. Possible - * values include: 'Microsoft.Storage', 'Microsoft.Keyvault'. Default value: - * 'Microsoft.Storage' . - * - * @member {object} [keyVaultProperties] Properties provided by key vault. - * - * @member {string} [keyVaultProperties.keyName] The name of KeyVault key. - * - * @member {string} [keyVaultProperties.keyVersion] The version of KeyVault - * key. - * - * @member {string} [keyVaultProperties.keyVaultUri] The Uri of KeyVault. - * */ class Encryption { + /** + * Create a Encryption. + * @member {object} [services] List of services which support encryption. + * @member {object} [services.blob] The encryption function of the blob + * storage service. + * @member {boolean} [services.blob.enabled] A boolean indicating whether or + * not the service encrypts the data as it is stored. + * @member {date} [services.blob.lastEnabledTime] Gets a rough estimate of + * the date/time when the encryption was last enabled by the user. Only + * returned when encryption is enabled. There might be some unencrypted blobs + * which were written after this time, as it is just a rough estimate. + * @member {object} [services.file] The encryption function of the file + * storage service. + * @member {boolean} [services.file.enabled] A boolean indicating whether or + * not the service encrypts the data as it is stored. + * @member {date} [services.file.lastEnabledTime] Gets a rough estimate of + * the date/time when the encryption was last enabled by the user. Only + * returned when encryption is enabled. There might be some unencrypted blobs + * which were written after this time, as it is just a rough estimate. + * @member {object} [services.table] The encryption function of the table + * storage service. + * @member {boolean} [services.table.enabled] A boolean indicating whether or + * not the service encrypts the data as it is stored. + * @member {date} [services.table.lastEnabledTime] Gets a rough estimate of + * the date/time when the encryption was last enabled by the user. Only + * returned when encryption is enabled. There might be some unencrypted blobs + * which were written after this time, as it is just a rough estimate. + * @member {object} [services.queue] The encryption function of the queue + * storage service. + * @member {boolean} [services.queue.enabled] A boolean indicating whether or + * not the service encrypts the data as it is stored. + * @member {date} [services.queue.lastEnabledTime] Gets a rough estimate of + * the date/time when the encryption was last enabled by the user. Only + * returned when encryption is enabled. There might be some unencrypted blobs + * which were written after this time, as it is just a rough estimate. + * @member {string} keySource The encryption keySource (provider). Possible + * values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault. + * Possible values include: 'Microsoft.Storage', 'Microsoft.Keyvault'. + * Default value: 'Microsoft.Storage' . + * @member {object} [keyVaultProperties] Properties provided by key vault. + * @member {string} [keyVaultProperties.keyName] The name of KeyVault key. + * @member {string} [keyVaultProperties.keyVersion] The version of KeyVault + * key. + * @member {string} [keyVaultProperties.keyVaultUri] The Uri of KeyVault. + */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/encryptionService.js b/lib/services/storageManagement2/lib/models/encryptionService.js index d837be2c0d..a512522dc9 100644 --- a/lib/services/storageManagement2/lib/models/encryptionService.js +++ b/lib/services/storageManagement2/lib/models/encryptionService.js @@ -11,21 +11,19 @@ 'use strict'; /** - * @class - * Initializes a new instance of the EncryptionService class. - * @constructor * A service that allows server-side encryption to be used. * - * @member {boolean} [enabled] A boolean indicating whether or not the service - * encrypts the data as it is stored. - * - * @member {date} [lastEnabledTime] Gets a rough estimate of the date/time when - * the encryption was last enabled by the user. Only returned when encryption - * is enabled. There might be some unencrypted blobs which were written after - * this time, as it is just a rough estimate. - * */ class EncryptionService { + /** + * Create a EncryptionService. + * @member {boolean} [enabled] A boolean indicating whether or not the + * service encrypts the data as it is stored. + * @member {date} [lastEnabledTime] Gets a rough estimate of the date/time + * when the encryption was last enabled by the user. Only returned when + * encryption is enabled. There might be some unencrypted blobs which were + * written after this time, as it is just a rough estimate. + */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/encryptionServices.js b/lib/services/storageManagement2/lib/models/encryptionServices.js index f4c657e4a9..a4f1f045c5 100644 --- a/lib/services/storageManagement2/lib/models/encryptionServices.js +++ b/lib/services/storageManagement2/lib/models/encryptionServices.js @@ -13,55 +13,45 @@ const models = require('./index'); /** - * @class - * Initializes a new instance of the EncryptionServices class. - * @constructor * A list of services that support encryption. * - * @member {object} [blob] The encryption function of the blob storage service. - * - * @member {boolean} [blob.enabled] A boolean indicating whether or not the - * service encrypts the data as it is stored. - * - * @member {date} [blob.lastEnabledTime] Gets a rough estimate of the date/time - * when the encryption was last enabled by the user. Only returned when - * encryption is enabled. There might be some unencrypted blobs which were - * written after this time, as it is just a rough estimate. - * - * @member {object} [file] The encryption function of the file storage service. - * - * @member {boolean} [file.enabled] A boolean indicating whether or not the - * service encrypts the data as it is stored. - * - * @member {date} [file.lastEnabledTime] Gets a rough estimate of the date/time - * when the encryption was last enabled by the user. Only returned when - * encryption is enabled. There might be some unencrypted blobs which were - * written after this time, as it is just a rough estimate. - * - * @member {object} [table] The encryption function of the table storage - * service. - * - * @member {boolean} [table.enabled] A boolean indicating whether or not the - * service encrypts the data as it is stored. - * - * @member {date} [table.lastEnabledTime] Gets a rough estimate of the - * date/time when the encryption was last enabled by the user. Only returned - * when encryption is enabled. There might be some unencrypted blobs which were - * written after this time, as it is just a rough estimate. - * - * @member {object} [queue] The encryption function of the queue storage - * service. - * - * @member {boolean} [queue.enabled] A boolean indicating whether or not the - * service encrypts the data as it is stored. - * - * @member {date} [queue.lastEnabledTime] Gets a rough estimate of the - * date/time when the encryption was last enabled by the user. Only returned - * when encryption is enabled. There might be some unencrypted blobs which were - * written after this time, as it is just a rough estimate. - * */ class EncryptionServices { + /** + * Create a EncryptionServices. + * @member {object} [blob] The encryption function of the blob storage + * service. + * @member {boolean} [blob.enabled] A boolean indicating whether or not the + * service encrypts the data as it is stored. + * @member {date} [blob.lastEnabledTime] Gets a rough estimate of the + * date/time when the encryption was last enabled by the user. Only returned + * when encryption is enabled. There might be some unencrypted blobs which + * were written after this time, as it is just a rough estimate. + * @member {object} [file] The encryption function of the file storage + * service. + * @member {boolean} [file.enabled] A boolean indicating whether or not the + * service encrypts the data as it is stored. + * @member {date} [file.lastEnabledTime] Gets a rough estimate of the + * date/time when the encryption was last enabled by the user. Only returned + * when encryption is enabled. There might be some unencrypted blobs which + * were written after this time, as it is just a rough estimate. + * @member {object} [table] The encryption function of the table storage + * service. + * @member {boolean} [table.enabled] A boolean indicating whether or not the + * service encrypts the data as it is stored. + * @member {date} [table.lastEnabledTime] Gets a rough estimate of the + * date/time when the encryption was last enabled by the user. Only returned + * when encryption is enabled. There might be some unencrypted blobs which + * were written after this time, as it is just a rough estimate. + * @member {object} [queue] The encryption function of the queue storage + * service. + * @member {boolean} [queue.enabled] A boolean indicating whether or not the + * service encrypts the data as it is stored. + * @member {date} [queue.lastEnabledTime] Gets a rough estimate of the + * date/time when the encryption was last enabled by the user. Only returned + * when encryption is enabled. There might be some unencrypted blobs which + * were written after this time, as it is just a rough estimate. + */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/endpoints.js b/lib/services/storageManagement2/lib/models/endpoints.js index 6cc729aa37..02e2c1cd33 100644 --- a/lib/services/storageManagement2/lib/models/endpoints.js +++ b/lib/services/storageManagement2/lib/models/endpoints.js @@ -11,22 +11,18 @@ 'use strict'; /** - * @class - * Initializes a new instance of the Endpoints class. - * @constructor * The URIs that are used to perform a retrieval of a public blob, queue, or * table object. * - * @member {string} [blob] Gets the blob endpoint. - * - * @member {string} [queue] Gets the queue endpoint. - * - * @member {string} [table] Gets the table endpoint. - * - * @member {string} [file] Gets the file endpoint. - * */ class Endpoints { + /** + * Create a Endpoints. + * @member {string} [blob] Gets the blob endpoint. + * @member {string} [queue] Gets the queue endpoint. + * @member {string} [table] Gets the table endpoint. + * @member {string} [file] Gets the file endpoint. + */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/iPRule.js b/lib/services/storageManagement2/lib/models/iPRule.js index be0e9dd5e4..41cc086b88 100644 --- a/lib/services/storageManagement2/lib/models/iPRule.js +++ b/lib/services/storageManagement2/lib/models/iPRule.js @@ -11,19 +11,17 @@ 'use strict'; /** - * @class - * Initializes a new instance of the IPRule class. - * @constructor * IP rule with specific IP or IP range in CIDR format. * - * @member {string} iPAddressOrRange Specifies the IP or IP range in CIDR - * format. Only IPV4 address is allowed. - * - * @member {string} [action] The action of IP ACL rule. Possible values - * include: 'Allow'. Default value: 'Allow' . - * */ class IPRule { + /** + * Create a IPRule. + * @member {string} iPAddressOrRange Specifies the IP or IP range in CIDR + * format. Only IPV4 address is allowed. + * @member {string} [action] The action of IP ACL rule. Possible values + * include: 'Allow'. Default value: 'Allow' . + */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/identity.js b/lib/services/storageManagement2/lib/models/identity.js index 163e6fc7ca..334b53a81b 100644 --- a/lib/services/storageManagement2/lib/models/identity.js +++ b/lib/services/storageManagement2/lib/models/identity.js @@ -11,17 +11,15 @@ 'use strict'; /** - * @class - * Initializes a new instance of the Identity class. - * @constructor * Identity for the resource. * - * @member {string} [principalId] The principal ID of resource identity. - * - * @member {string} [tenantId] The tenant ID of resource. - * */ class Identity { + /** + * Create a Identity. + * @member {string} [principalId] The principal ID of resource identity. + * @member {string} [tenantId] The tenant ID of resource. + */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/index.d.ts b/lib/services/storageManagement2/lib/models/index.d.ts index a7f9bf455b..44404fd095 100644 --- a/lib/services/storageManagement2/lib/models/index.d.ts +++ b/lib/services/storageManagement2/lib/models/index.d.ts @@ -10,6 +10,7 @@ import { BaseResource } from 'ms-rest-azure'; import { CloudError } from 'ms-rest-azure'; +import * as moment from 'moment'; export { BaseResource } from 'ms-rest-azure'; export { CloudError } from 'ms-rest-azure'; @@ -22,12 +23,9 @@ export { CloudError } from 'ms-rest-azure'; * Display metadata associated with the operation. * * @member {string} [provider] Service provider: Microsoft Storage. - * * @member {string} [resource] Resource on which the operation is performed * etc. - * * @member {string} [operation] Type of operation: get, read, delete, etc. - * */ export interface OperationDisplay { provider?: string; @@ -39,12 +37,10 @@ export interface OperationDisplay { * @class * Initializes a new instance of the Dimension class. * @constructor - * Dimensions. + * Dimension of blobs, possiblly be blob type or access tier. * * @member {string} [name] Display name of dimension. - * * @member {string} [displayName] Display name of dimension. - * */ export interface Dimension { name?: string; @@ -58,26 +54,18 @@ export interface Dimension { * Metric specification of operation. * * @member {string} [name] Name of metric specification. - * * @member {string} [displayName] Display name of metric specification. - * * @member {string} [displayDescription] Display description of metric * specification. - * * @member {string} [unit] Unit could be Bytes or Count. - * - * @member {array} [dimensions] Dimensions. - * + * @member {array} [dimensions] Dimensions of blobs, including blob type and + * access tier. * @member {string} [aggregationType] Aggregation type could be Average. - * * @member {boolean} [fillGapWithZero] The property to decide fill gap with * zero or not. - * * @member {string} [category] The category this metric specification belong * to, could be Capacity. - * * @member {string} [resourceIdDimensionNameOverride] Account Resource Id. - * */ export interface MetricSpecification { name?: string; @@ -98,7 +86,6 @@ export interface MetricSpecification { * One property of operation, include metric specifications. * * @member {array} [metricSpecifications] Metric specifications of operation. - * */ export interface ServiceSpecification { metricSpecifications?: MetricSpecification[]; @@ -111,25 +98,17 @@ export interface ServiceSpecification { * Storage REST API operation definition. * * @member {string} [name] Operation name: {provider}/{resource}/{operation} - * * @member {object} [display] Display metadata associated with the operation. - * * @member {string} [display.provider] Service provider: Microsoft Storage. - * * @member {string} [display.resource] Resource on which the operation is * performed etc. - * * @member {string} [display.operation] Type of operation: get, read, delete, * etc. - * * @member {string} [origin] The origin of operations. - * * @member {object} [serviceSpecification] One property of operation, include * metric specifications. - * * @member {array} [serviceSpecification.metricSpecifications] Metric * specifications of operation. - * */ export interface Operation { name?: string; @@ -147,7 +126,6 @@ export interface Operation { * * @member {array} [value] List of Storage operations supported by the Storage * resource provider. - * */ export interface OperationListResult { value?: Operation[]; @@ -160,7 +138,6 @@ export interface OperationListResult { * The parameters used to check the availabity of the storage account name. * * @member {string} name The storage account name. - * */ export interface StorageAccountCheckNameAvailabilityParameters { name: string; @@ -168,27 +145,43 @@ export interface StorageAccountCheckNameAvailabilityParameters { /** * @class - * Initializes a new instance of the CheckNameAvailabilityResult class. + * Initializes a new instance of the SKUCapability class. * @constructor - * The CheckNameAvailability operation response. - * - * @member {boolean} [nameAvailable] Gets a boolean value that indicates - * whether the name is available for you to use. If true, the name is - * available. If false, the name has already been taken or is invalid and - * cannot be used. - * - * @member {string} [reason] Gets the reason that a storage account name could - * not be used. The Reason element is only returned if NameAvailable is false. - * Possible values include: 'AccountNameInvalid', 'AlreadyExists' - * - * @member {string} [message] Gets an error message explaining the Reason value - * in more detail. - * + * The capability information in the specified sku, including file encryption, + * network acls, change notification, etc. + * + * @member {string} [name] The name of capability, The capability information + * in the specified sku, including file encryption, network acls, change + * notification, etc. + * @member {string} [value] A string value to indicate states of given + * capability. Possibly 'true' or 'false'. */ -export interface CheckNameAvailabilityResult { - readonly nameAvailable?: boolean; - readonly reason?: string; - readonly message?: string; +export interface SKUCapability { + readonly name?: string; + readonly value?: string; +} + +/** + * @class + * Initializes a new instance of the Restriction class. + * @constructor + * The restriction because of which SKU cannot be used. + * + * @member {string} [type] The type of restrictions. As of now only possible + * value for this is location. + * @member {array} [values] The value of restrictions. If the restriction type + * is set to location. This would be different locations where the SKU is + * restricted. + * @member {string} [reasonCode] The reason for the restriction. As of now this + * can be “QuotaId” or “NotAvailableForSubscription”. Quota Id is set when the + * SKU has requiredQuotas parameter as the subscription does not belong to that + * quota. The “NotAvailableForSubscription” is related to capacity at DC. + * Possible values include: 'QuotaId', 'NotAvailableForSubscription' + */ +export interface Restriction { + readonly type?: string; + readonly values?: string[]; + reasonCode?: string; } /** @@ -201,14 +194,63 @@ export interface CheckNameAvailabilityResult { * creation; optional for update. Note that in older versions, sku name was * called accountType. Possible values include: 'Standard_LRS', 'Standard_GRS', * 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' - * * @member {string} [tier] Gets the sku tier. This is based on the SKU name. * Possible values include: 'Standard', 'Premium' - * + * @member {string} [resourceType] The type of the resource, usually it is + * 'storageAccounts'. + * @member {string} [kind] Indicates the type of storage account. Possible + * values include: 'Storage', 'BlobStorage' + * @member {array} [locations] The set of locations that the SKU is available. + * This will be supported and registered Azure Geo Regions (e.g. West US, East + * US, Southeast Asia, etc.). + * @member {array} [capabilities] The capability information in the specified + * sku, including file encryption, network acls, change notification, etc. + * @member {array} [restrictions] The restrictions because of which SKU cannot + * be used. This is empty if there are no restrictions. */ export interface Sku { name: string; readonly tier?: string; + readonly resourceType?: string; + readonly kind?: string; + readonly locations?: string[]; + readonly capabilities?: SKUCapability[]; + restrictions?: Restriction[]; +} + +/** + * @class + * Initializes a new instance of the StorageSkuListResult class. + * @constructor + * The response from the List Storage SKUs operation. + * + * @member {array} [value] Get the list result of storage SKUs and their + * properties. + */ +export interface StorageSkuListResult { + readonly value?: Sku[]; +} + +/** + * @class + * Initializes a new instance of the CheckNameAvailabilityResult class. + * @constructor + * The CheckNameAvailability operation response. + * + * @member {boolean} [nameAvailable] Gets a boolean value that indicates + * whether the name is available for you to use. If true, the name is + * available. If false, the name has already been taken or is invalid and + * cannot be used. + * @member {string} [reason] Gets the reason that a storage account name could + * not be used. The Reason element is only returned if NameAvailable is false. + * Possible values include: 'AccountNameInvalid', 'AlreadyExists' + * @member {string} [message] Gets an error message explaining the Reason value + * in more detail. + */ +export interface CheckNameAvailabilityResult { + readonly nameAvailable?: boolean; + readonly reason?: string; + readonly message?: string; } /** @@ -220,10 +262,8 @@ export interface Sku { * * @member {string} name Gets or sets the custom domain name assigned to the * storage account. Name is the CNAME source. - * * @member {boolean} [useSubDomain] Indicates whether indirect CName validation * is enabled. Default value is false. This should only be set on updates. - * */ export interface CustomDomain { name: string; @@ -238,12 +278,10 @@ export interface CustomDomain { * * @member {boolean} [enabled] A boolean indicating whether or not the service * encrypts the data as it is stored. - * * @member {date} [lastEnabledTime] Gets a rough estimate of the date/time when * the encryption was last enabled by the user. Only returned when encryption * is enabled. There might be some unencrypted blobs which were written after * this time, as it is just a rough estimate. - * */ export interface EncryptionService { enabled?: boolean; @@ -257,47 +295,35 @@ export interface EncryptionService { * A list of services that support encryption. * * @member {object} [blob] The encryption function of the blob storage service. - * * @member {boolean} [blob.enabled] A boolean indicating whether or not the * service encrypts the data as it is stored. - * * @member {date} [blob.lastEnabledTime] Gets a rough estimate of the date/time * when the encryption was last enabled by the user. Only returned when * encryption is enabled. There might be some unencrypted blobs which were * written after this time, as it is just a rough estimate. - * * @member {object} [file] The encryption function of the file storage service. - * * @member {boolean} [file.enabled] A boolean indicating whether or not the * service encrypts the data as it is stored. - * * @member {date} [file.lastEnabledTime] Gets a rough estimate of the date/time * when the encryption was last enabled by the user. Only returned when * encryption is enabled. There might be some unencrypted blobs which were * written after this time, as it is just a rough estimate. - * * @member {object} [table] The encryption function of the table storage * service. - * * @member {boolean} [table.enabled] A boolean indicating whether or not the * service encrypts the data as it is stored. - * * @member {date} [table.lastEnabledTime] Gets a rough estimate of the * date/time when the encryption was last enabled by the user. Only returned * when encryption is enabled. There might be some unencrypted blobs which were * written after this time, as it is just a rough estimate. - * * @member {object} [queue] The encryption function of the queue storage * service. - * * @member {boolean} [queue.enabled] A boolean indicating whether or not the * service encrypts the data as it is stored. - * * @member {date} [queue.lastEnabledTime] Gets a rough estimate of the * date/time when the encryption was last enabled by the user. Only returned * when encryption is enabled. There might be some unencrypted blobs which were * written after this time, as it is just a rough estimate. - * */ export interface EncryptionServices { blob?: EncryptionService; @@ -313,11 +339,8 @@ export interface EncryptionServices { * Properties of key vault. * * @member {string} [keyName] The name of KeyVault key. - * * @member {string} [keyVersion] The version of KeyVault key. - * * @member {string} [keyVaultUri] The Uri of KeyVault. - * */ export interface KeyVaultProperties { keyName?: string; @@ -332,65 +355,47 @@ export interface KeyVaultProperties { * The encryption settings on the storage account. * * @member {object} [services] List of services which support encryption. - * * @member {object} [services.blob] The encryption function of the blob storage * service. - * * @member {boolean} [services.blob.enabled] A boolean indicating whether or * not the service encrypts the data as it is stored. - * * @member {date} [services.blob.lastEnabledTime] Gets a rough estimate of the * date/time when the encryption was last enabled by the user. Only returned * when encryption is enabled. There might be some unencrypted blobs which were * written after this time, as it is just a rough estimate. - * * @member {object} [services.file] The encryption function of the file storage * service. - * * @member {boolean} [services.file.enabled] A boolean indicating whether or * not the service encrypts the data as it is stored. - * * @member {date} [services.file.lastEnabledTime] Gets a rough estimate of the * date/time when the encryption was last enabled by the user. Only returned * when encryption is enabled. There might be some unencrypted blobs which were * written after this time, as it is just a rough estimate. - * * @member {object} [services.table] The encryption function of the table * storage service. - * * @member {boolean} [services.table.enabled] A boolean indicating whether or * not the service encrypts the data as it is stored. - * * @member {date} [services.table.lastEnabledTime] Gets a rough estimate of the * date/time when the encryption was last enabled by the user. Only returned * when encryption is enabled. There might be some unencrypted blobs which were * written after this time, as it is just a rough estimate. - * * @member {object} [services.queue] The encryption function of the queue * storage service. - * * @member {boolean} [services.queue.enabled] A boolean indicating whether or * not the service encrypts the data as it is stored. - * * @member {date} [services.queue.lastEnabledTime] Gets a rough estimate of the * date/time when the encryption was last enabled by the user. Only returned * when encryption is enabled. There might be some unencrypted blobs which were * written after this time, as it is just a rough estimate. - * * @member {string} keySource The encryption keySource (provider). Possible * values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault. Possible * values include: 'Microsoft.Storage', 'Microsoft.Keyvault'. Default value: * 'Microsoft.Storage' . - * * @member {object} [keyVaultProperties] Properties provided by key vault. - * * @member {string} [keyVaultProperties.keyName] The name of KeyVault key. - * * @member {string} [keyVaultProperties.keyVersion] The version of KeyVault * key. - * * @member {string} [keyVaultProperties.keyVaultUri] The Uri of KeyVault. - * */ export interface Encryption { services?: EncryptionServices; @@ -404,16 +409,14 @@ export interface Encryption { * @constructor * Virtual Network rule. * - * @member {string} virtualNetworkResourceId A URL of vnet, subnet, classicVnet - * or classicSubnet. - * - * @member {string} [action] The action of virtual network ACL rule. Possible + * @member {string} virtualNetworkResourceId Resource ID of a subnet, for + * example: + * /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}. + * @member {string} [action] The action of virtual network rule. Possible * values include: 'Allow'. Default value: 'Allow' . - * - * @member {string} [state] Gets the state of virtual network ACL rule. - * Possible values include: 'provisioning', 'deprovisioning', 'succeeded', - * 'failed', 'networkSourceDeleted' - * + * @member {string} [state] Gets the state of virtual network rule. Possible + * values include: 'provisioning', 'deprovisioning', 'succeeded', 'failed', + * 'networkSourceDeleted' */ export interface VirtualNetworkRule { virtualNetworkResourceId: string; @@ -429,10 +432,8 @@ export interface VirtualNetworkRule { * * @member {string} iPAddressOrRange Specifies the IP or IP range in CIDR * format. Only IPV4 address is allowed. - * * @member {string} [action] The action of IP ACL rule. Possible values * include: 'Allow'. Default value: 'Allow' . - * */ export interface IPRule { iPAddressOrRange: string; @@ -441,26 +442,22 @@ export interface IPRule { /** * @class - * Initializes a new instance of the StorageNetworkAcls class. + * Initializes a new instance of the NetworkRuleSet class. * @constructor - * Network ACL + * Network rule set * * @member {string} [bypass] Specifies whether traffic is bypassed for * Logging/Metrics/AzureServices. Possible values are any combination of * Logging|Metrics|AzureServices (For example, "Logging, Metrics"), or None to * bypass none of those traffics. Possible values include: 'None', 'Logging', * 'Metrics', 'AzureServices'. Default value: 'AzureServices' . - * - * @member {array} [virtualNetworkRules] Sets the virtual network ACL rules - * + * @member {array} [virtualNetworkRules] Sets the virtual network rules * @member {array} [ipRules] Sets the IP ACL rules - * * @member {string} defaultAction Specifies the default action of allow or deny * when no other rules match. Possible values include: 'Allow', 'Deny'. Default * value: 'Allow' . - * */ -export interface StorageNetworkAcls { +export interface NetworkRuleSet { bypass?: string; virtualNetworkRules?: VirtualNetworkRule[]; ipRules?: IPRule[]; @@ -474,9 +471,7 @@ export interface StorageNetworkAcls { * Identity for the resource. * * @member {string} [principalId] The principal ID of resource identity. - * * @member {string} [tenantId] The tenant ID of resource. - * */ export interface Identity { readonly principalId?: string; @@ -490,140 +485,114 @@ export interface Identity { * The parameters used when creating a storage account. * * @member {object} sku Required. Gets or sets the sku name. - * * @member {string} [sku.name] Gets or sets the sku name. Required for account * creation; optional for update. Note that in older versions, sku name was * called accountType. Possible values include: 'Standard_LRS', 'Standard_GRS', * 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' - * * @member {string} [sku.tier] Gets the sku tier. This is based on the SKU * name. Possible values include: 'Standard', 'Premium' - * + * @member {string} [sku.resourceType] The type of the resource, usually it is + * 'storageAccounts'. + * @member {string} [sku.kind] Indicates the type of storage account. Possible + * values include: 'Storage', 'BlobStorage' + * @member {array} [sku.locations] The set of locations that the SKU is + * available. This will be supported and registered Azure Geo Regions (e.g. + * West US, East US, Southeast Asia, etc.). + * @member {array} [sku.capabilities] The capability information in the + * specified sku, including file encryption, network acls, change notification, + * etc. + * @member {array} [sku.restrictions] The restrictions because of which SKU + * cannot be used. This is empty if there are no restrictions. * @member {string} kind Required. Indicates the type of storage account. * Possible values include: 'Storage', 'BlobStorage' - * * @member {string} location Required. Gets or sets the location of the * resource. This will be one of the supported and registered Azure Geo Regions * (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource * cannot be changed once it is created, but if an identical geo region is * specified on update, the request will succeed. - * * @member {object} [tags] Gets or sets a list of key value pairs that describe * the resource. These tags can be used for viewing and grouping this resource * (across resource groups). A maximum of 15 tags can be provided for a * resource. Each tag must have a key with a length no greater than 128 * characters and a value with a length no greater than 256 characters. - * * @member {object} [identity] The identity of the resource. - * * @member {string} [identity.principalId] The principal ID of resource * identity. - * * @member {string} [identity.tenantId] The tenant ID of resource. - * * @member {object} [customDomain] User domain assigned to the storage account. * Name is the CNAME source. Only one custom domain is supported per storage * account at this time. To clear the existing custom domain, use an empty * string for the custom domain name property. - * * @member {string} [customDomain.name] Gets or sets the custom domain name * assigned to the storage account. Name is the CNAME source. - * * @member {boolean} [customDomain.useSubDomain] Indicates whether indirect * CName validation is enabled. Default value is false. This should only be set * on updates. - * * @member {object} [encryption] Provides the encryption settings on the * account. If left unspecified the account encryption settings will remain the * same. The default setting is unencrypted. - * * @member {object} [encryption.services] List of services which support * encryption. - * * @member {object} [encryption.services.blob] The encryption function of the * blob storage service. - * * @member {boolean} [encryption.services.blob.enabled] A boolean indicating * whether or not the service encrypts the data as it is stored. - * * @member {date} [encryption.services.blob.lastEnabledTime] Gets a rough * estimate of the date/time when the encryption was last enabled by the user. * Only returned when encryption is enabled. There might be some unencrypted * blobs which were written after this time, as it is just a rough estimate. - * * @member {object} [encryption.services.file] The encryption function of the * file storage service. - * * @member {boolean} [encryption.services.file.enabled] A boolean indicating * whether or not the service encrypts the data as it is stored. - * * @member {date} [encryption.services.file.lastEnabledTime] Gets a rough * estimate of the date/time when the encryption was last enabled by the user. * Only returned when encryption is enabled. There might be some unencrypted * blobs which were written after this time, as it is just a rough estimate. - * * @member {object} [encryption.services.table] The encryption function of the * table storage service. - * * @member {boolean} [encryption.services.table.enabled] A boolean indicating * whether or not the service encrypts the data as it is stored. - * * @member {date} [encryption.services.table.lastEnabledTime] Gets a rough * estimate of the date/time when the encryption was last enabled by the user. * Only returned when encryption is enabled. There might be some unencrypted * blobs which were written after this time, as it is just a rough estimate. - * * @member {object} [encryption.services.queue] The encryption function of the * queue storage service. - * * @member {boolean} [encryption.services.queue.enabled] A boolean indicating * whether or not the service encrypts the data as it is stored. - * * @member {date} [encryption.services.queue.lastEnabledTime] Gets a rough * estimate of the date/time when the encryption was last enabled by the user. * Only returned when encryption is enabled. There might be some unencrypted * blobs which were written after this time, as it is just a rough estimate. - * * @member {string} [encryption.keySource] The encryption keySource (provider). * Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault. * Possible values include: 'Microsoft.Storage', 'Microsoft.Keyvault' - * * @member {object} [encryption.keyVaultProperties] Properties provided by key * vault. - * * @member {string} [encryption.keyVaultProperties.keyName] The name of * KeyVault key. - * * @member {string} [encryption.keyVaultProperties.keyVersion] The version of * KeyVault key. - * * @member {string} [encryption.keyVaultProperties.keyVaultUri] The Uri of * KeyVault. - * - * @member {object} [networkAcls] Network ACL - * - * @member {string} [networkAcls.bypass] Specifies whether traffic is bypassed - * for Logging/Metrics/AzureServices. Possible values are any combination of - * Logging|Metrics|AzureServices (For example, "Logging, Metrics"), or None to - * bypass none of those traffics. Possible values include: 'None', 'Logging', - * 'Metrics', 'AzureServices' - * - * @member {array} [networkAcls.virtualNetworkRules] Sets the virtual network - * ACL rules - * - * @member {array} [networkAcls.ipRules] Sets the IP ACL rules - * - * @member {string} [networkAcls.defaultAction] Specifies the default action of - * allow or deny when no other rules match. Possible values include: 'Allow', - * 'Deny' - * + * @member {object} [networkRuleSet] Network rule set + * @member {string} [networkRuleSet.bypass] Specifies whether traffic is + * bypassed for Logging/Metrics/AzureServices. Possible values are any + * combination of Logging|Metrics|AzureServices (For example, "Logging, + * Metrics"), or None to bypass none of those traffics. Possible values + * include: 'None', 'Logging', 'Metrics', 'AzureServices' + * @member {array} [networkRuleSet.virtualNetworkRules] Sets the virtual + * network rules + * @member {array} [networkRuleSet.ipRules] Sets the IP ACL rules + * @member {string} [networkRuleSet.defaultAction] Specifies the default action + * of allow or deny when no other rules match. Possible values include: + * 'Allow', 'Deny' * @member {string} [accessTier] Required for storage accounts where kind = * BlobStorage. The access tier used for billing. Possible values include: * 'Hot', 'Cool' - * * @member {boolean} [enableHttpsTrafficOnly] Allows https traffic only to * storage service if sets to true. Default value: false . - * */ export interface StorageAccountCreateParameters { sku: Sku; @@ -633,7 +602,7 @@ export interface StorageAccountCreateParameters { identity?: Identity; customDomain?: CustomDomain; encryption?: Encryption; - networkAcls?: StorageNetworkAcls; + networkRuleSet?: NetworkRuleSet; accessTier?: string; enableHttpsTrafficOnly?: boolean; } @@ -646,13 +615,9 @@ export interface StorageAccountCreateParameters { * table object. * * @member {string} [blob] Gets the blob endpoint. - * * @member {string} [queue] Gets the queue endpoint. - * * @member {string} [table] Gets the table endpoint. - * * @member {string} [file] Gets the file endpoint. - * */ export interface Endpoints { readonly blob?: string; @@ -668,16 +633,11 @@ export interface Endpoints { * Describes a storage resource. * * @member {string} [id] Resource Id - * * @member {string} [name] Resource name - * * @member {string} [type] Resource type - * * @member {string} [location] Resource location - * * @member {object} [tags] Tags assigned to a resource; can be used for viewing * and grouping a resource (across resource groups). - * */ export interface Resource extends BaseResource { readonly id?: string; @@ -694,179 +654,138 @@ export interface Resource extends BaseResource { * The storage account. * * @member {object} [sku] Gets the SKU. - * * @member {string} [sku.name] Gets or sets the sku name. Required for account * creation; optional for update. Note that in older versions, sku name was * called accountType. Possible values include: 'Standard_LRS', 'Standard_GRS', * 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' - * * @member {string} [sku.tier] Gets the sku tier. This is based on the SKU * name. Possible values include: 'Standard', 'Premium' - * + * @member {string} [sku.resourceType] The type of the resource, usually it is + * 'storageAccounts'. + * @member {string} [sku.kind] Indicates the type of storage account. Possible + * values include: 'Storage', 'BlobStorage' + * @member {array} [sku.locations] The set of locations that the SKU is + * available. This will be supported and registered Azure Geo Regions (e.g. + * West US, East US, Southeast Asia, etc.). + * @member {array} [sku.capabilities] The capability information in the + * specified sku, including file encryption, network acls, change notification, + * etc. + * @member {array} [sku.restrictions] The restrictions because of which SKU + * cannot be used. This is empty if there are no restrictions. * @member {string} [kind] Gets the Kind. Possible values include: 'Storage', * 'BlobStorage' - * * @member {object} [identity] The identity of the resource. - * * @member {string} [identity.principalId] The principal ID of resource * identity. - * * @member {string} [identity.tenantId] The tenant ID of resource. - * * @member {string} [provisioningState] Gets the status of the storage account * at the time the operation was called. Possible values include: 'Creating', * 'ResolvingDNS', 'Succeeded' - * * @member {object} [primaryEndpoints] Gets the URLs that are used to perform a * retrieval of a public blob, queue, or table object. Note that Standard_ZRS * and Premium_LRS accounts only return the blob endpoint. - * * @member {string} [primaryEndpoints.blob] Gets the blob endpoint. - * * @member {string} [primaryEndpoints.queue] Gets the queue endpoint. - * * @member {string} [primaryEndpoints.table] Gets the table endpoint. - * * @member {string} [primaryEndpoints.file] Gets the file endpoint. - * * @member {string} [primaryLocation] Gets the location of the primary data * center for the storage account. - * * @member {string} [statusOfPrimary] Gets the status indicating whether the * primary location of the storage account is available or unavailable. * Possible values include: 'available', 'unavailable' - * * @member {date} [lastGeoFailoverTime] Gets the timestamp of the most recent * instance of a failover to the secondary location. Only the most recent * timestamp is retained. This element is not returned if there has never been * a failover instance. Only available if the accountType is Standard_GRS or * Standard_RAGRS. - * * @member {string} [secondaryLocation] Gets the location of the geo-replicated * secondary for the storage account. Only available if the accountType is * Standard_GRS or Standard_RAGRS. - * * @member {string} [statusOfSecondary] Gets the status indicating whether the * secondary location of the storage account is available or unavailable. Only * available if the SKU name is Standard_GRS or Standard_RAGRS. Possible values * include: 'available', 'unavailable' - * * @member {date} [creationTime] Gets the creation date and time of the storage * account in UTC. - * * @member {object} [customDomain] Gets the custom domain the user assigned to * this storage account. - * * @member {string} [customDomain.name] Gets or sets the custom domain name * assigned to the storage account. Name is the CNAME source. - * * @member {boolean} [customDomain.useSubDomain] Indicates whether indirect * CName validation is enabled. Default value is false. This should only be set * on updates. - * * @member {object} [secondaryEndpoints] Gets the URLs that are used to perform * a retrieval of a public blob, queue, or table object from the secondary * location of the storage account. Only available if the SKU name is * Standard_RAGRS. - * * @member {string} [secondaryEndpoints.blob] Gets the blob endpoint. - * * @member {string} [secondaryEndpoints.queue] Gets the queue endpoint. - * * @member {string} [secondaryEndpoints.table] Gets the table endpoint. - * * @member {string} [secondaryEndpoints.file] Gets the file endpoint. - * * @member {object} [encryption] Gets the encryption settings on the account. * If unspecified, the account is unencrypted. - * * @member {object} [encryption.services] List of services which support * encryption. - * * @member {object} [encryption.services.blob] The encryption function of the * blob storage service. - * * @member {boolean} [encryption.services.blob.enabled] A boolean indicating * whether or not the service encrypts the data as it is stored. - * * @member {date} [encryption.services.blob.lastEnabledTime] Gets a rough * estimate of the date/time when the encryption was last enabled by the user. * Only returned when encryption is enabled. There might be some unencrypted * blobs which were written after this time, as it is just a rough estimate. - * * @member {object} [encryption.services.file] The encryption function of the * file storage service. - * * @member {boolean} [encryption.services.file.enabled] A boolean indicating * whether or not the service encrypts the data as it is stored. - * * @member {date} [encryption.services.file.lastEnabledTime] Gets a rough * estimate of the date/time when the encryption was last enabled by the user. * Only returned when encryption is enabled. There might be some unencrypted * blobs which were written after this time, as it is just a rough estimate. - * * @member {object} [encryption.services.table] The encryption function of the * table storage service. - * * @member {boolean} [encryption.services.table.enabled] A boolean indicating * whether or not the service encrypts the data as it is stored. - * * @member {date} [encryption.services.table.lastEnabledTime] Gets a rough * estimate of the date/time when the encryption was last enabled by the user. * Only returned when encryption is enabled. There might be some unencrypted * blobs which were written after this time, as it is just a rough estimate. - * * @member {object} [encryption.services.queue] The encryption function of the * queue storage service. - * * @member {boolean} [encryption.services.queue.enabled] A boolean indicating * whether or not the service encrypts the data as it is stored. - * * @member {date} [encryption.services.queue.lastEnabledTime] Gets a rough * estimate of the date/time when the encryption was last enabled by the user. * Only returned when encryption is enabled. There might be some unencrypted * blobs which were written after this time, as it is just a rough estimate. - * * @member {string} [encryption.keySource] The encryption keySource (provider). * Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault. * Possible values include: 'Microsoft.Storage', 'Microsoft.Keyvault' - * * @member {object} [encryption.keyVaultProperties] Properties provided by key * vault. - * * @member {string} [encryption.keyVaultProperties.keyName] The name of * KeyVault key. - * * @member {string} [encryption.keyVaultProperties.keyVersion] The version of * KeyVault key. - * * @member {string} [encryption.keyVaultProperties.keyVaultUri] The Uri of * KeyVault. - * * @member {string} [accessTier] Required for storage accounts where kind = * BlobStorage. The access tier used for billing. Possible values include: * 'Hot', 'Cool' - * * @member {boolean} [enableHttpsTrafficOnly] Allows https traffic only to * storage service if sets to true. Default value: false . - * - * @member {object} [networkAcls] Network ACL - * - * @member {string} [networkAcls.bypass] Specifies whether traffic is bypassed - * for Logging/Metrics/AzureServices. Possible values are any combination of - * Logging|Metrics|AzureServices (For example, "Logging, Metrics"), or None to - * bypass none of those traffics. Possible values include: 'None', 'Logging', - * 'Metrics', 'AzureServices' - * - * @member {array} [networkAcls.virtualNetworkRules] Sets the virtual network - * ACL rules - * - * @member {array} [networkAcls.ipRules] Sets the IP ACL rules - * - * @member {string} [networkAcls.defaultAction] Specifies the default action of - * allow or deny when no other rules match. Possible values include: 'Allow', - * 'Deny' - * + * @member {object} [networkRuleSet] Network rule set + * @member {string} [networkRuleSet.bypass] Specifies whether traffic is + * bypassed for Logging/Metrics/AzureServices. Possible values are any + * combination of Logging|Metrics|AzureServices (For example, "Logging, + * Metrics"), or None to bypass none of those traffics. Possible values + * include: 'None', 'Logging', 'Metrics', 'AzureServices' + * @member {array} [networkRuleSet.virtualNetworkRules] Sets the virtual + * network rules + * @member {array} [networkRuleSet.ipRules] Sets the IP ACL rules + * @member {string} [networkRuleSet.defaultAction] Specifies the default action + * of allow or deny when no other rules match. Possible values include: + * 'Allow', 'Deny' */ export interface StorageAccount extends Resource { readonly sku?: Sku; @@ -885,7 +804,7 @@ export interface StorageAccount extends Resource { readonly encryption?: Encryption; readonly accessTier?: string; enableHttpsTrafficOnly?: boolean; - readonly networkAcls?: StorageNetworkAcls; + readonly networkRuleSet?: NetworkRuleSet; } /** @@ -895,12 +814,9 @@ export interface StorageAccount extends Resource { * An access key for the storage account. * * @member {string} [keyName] Name of the key. - * * @member {string} [value] Base 64-encoded value of the key. - * * @member {string} [permissions] Permissions for the key -- read-only or full * permissions. Possible values include: 'Read', 'Full' - * */ export interface StorageAccountKey { readonly keyName?: string; @@ -916,7 +832,6 @@ export interface StorageAccountKey { * * @member {array} [value] Gets the list of storage accounts and their * properties. - * */ export interface StorageAccountListResult { readonly value?: StorageAccount[]; @@ -930,7 +845,6 @@ export interface StorageAccountListResult { * * @member {array} [keys] Gets the list of storage account keys and their * properties for the specified storage account. - * */ export interface StorageAccountListKeysResult { readonly keys?: StorageAccountKey[]; @@ -944,7 +858,6 @@ export interface StorageAccountListKeysResult { * * @member {string} keyName The name of storage keys that want to be * regenerated, possible vaules are key1, key2. - * */ export interface StorageAccountRegenerateKeyParameters { keyName: string; @@ -960,130 +873,106 @@ export interface StorageAccountRegenerateKeyParameters { * @member {object} [sku] Gets or sets the SKU name. Note that the SKU name * cannot be updated to Standard_ZRS or Premium_LRS, nor can accounts of those * sku names be updated to any other value. - * * @member {string} [sku.name] Gets or sets the sku name. Required for account * creation; optional for update. Note that in older versions, sku name was * called accountType. Possible values include: 'Standard_LRS', 'Standard_GRS', * 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' - * * @member {string} [sku.tier] Gets the sku tier. This is based on the SKU * name. Possible values include: 'Standard', 'Premium' - * + * @member {string} [sku.resourceType] The type of the resource, usually it is + * 'storageAccounts'. + * @member {string} [sku.kind] Indicates the type of storage account. Possible + * values include: 'Storage', 'BlobStorage' + * @member {array} [sku.locations] The set of locations that the SKU is + * available. This will be supported and registered Azure Geo Regions (e.g. + * West US, East US, Southeast Asia, etc.). + * @member {array} [sku.capabilities] The capability information in the + * specified sku, including file encryption, network acls, change notification, + * etc. + * @member {array} [sku.restrictions] The restrictions because of which SKU + * cannot be used. This is empty if there are no restrictions. * @member {object} [tags] Gets or sets a list of key value pairs that describe * the resource. These tags can be used in viewing and grouping this resource * (across resource groups). A maximum of 15 tags can be provided for a * resource. Each tag must have a key no greater in length than 128 characters * and a value no greater in length than 256 characters. - * * @member {object} [identity] The identity of the resource. - * * @member {string} [identity.principalId] The principal ID of resource * identity. - * * @member {string} [identity.tenantId] The tenant ID of resource. - * * @member {object} [customDomain] Custom domain assigned to the storage * account by the user. Name is the CNAME source. Only one custom domain is * supported per storage account at this time. To clear the existing custom * domain, use an empty string for the custom domain name property. - * * @member {string} [customDomain.name] Gets or sets the custom domain name * assigned to the storage account. Name is the CNAME source. - * * @member {boolean} [customDomain.useSubDomain] Indicates whether indirect * CName validation is enabled. Default value is false. This should only be set * on updates. - * * @member {object} [encryption] Provides the encryption settings on the * account. The default setting is unencrypted. - * * @member {object} [encryption.services] List of services which support * encryption. - * * @member {object} [encryption.services.blob] The encryption function of the * blob storage service. - * * @member {boolean} [encryption.services.blob.enabled] A boolean indicating * whether or not the service encrypts the data as it is stored. - * * @member {date} [encryption.services.blob.lastEnabledTime] Gets a rough * estimate of the date/time when the encryption was last enabled by the user. * Only returned when encryption is enabled. There might be some unencrypted * blobs which were written after this time, as it is just a rough estimate. - * * @member {object} [encryption.services.file] The encryption function of the * file storage service. - * * @member {boolean} [encryption.services.file.enabled] A boolean indicating * whether or not the service encrypts the data as it is stored. - * * @member {date} [encryption.services.file.lastEnabledTime] Gets a rough * estimate of the date/time when the encryption was last enabled by the user. * Only returned when encryption is enabled. There might be some unencrypted * blobs which were written after this time, as it is just a rough estimate. - * * @member {object} [encryption.services.table] The encryption function of the * table storage service. - * * @member {boolean} [encryption.services.table.enabled] A boolean indicating * whether or not the service encrypts the data as it is stored. - * * @member {date} [encryption.services.table.lastEnabledTime] Gets a rough * estimate of the date/time when the encryption was last enabled by the user. * Only returned when encryption is enabled. There might be some unencrypted * blobs which were written after this time, as it is just a rough estimate. - * * @member {object} [encryption.services.queue] The encryption function of the * queue storage service. - * * @member {boolean} [encryption.services.queue.enabled] A boolean indicating * whether or not the service encrypts the data as it is stored. - * * @member {date} [encryption.services.queue.lastEnabledTime] Gets a rough * estimate of the date/time when the encryption was last enabled by the user. * Only returned when encryption is enabled. There might be some unencrypted * blobs which were written after this time, as it is just a rough estimate. - * * @member {string} [encryption.keySource] The encryption keySource (provider). * Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault. * Possible values include: 'Microsoft.Storage', 'Microsoft.Keyvault' - * * @member {object} [encryption.keyVaultProperties] Properties provided by key * vault. - * * @member {string} [encryption.keyVaultProperties.keyName] The name of * KeyVault key. - * * @member {string} [encryption.keyVaultProperties.keyVersion] The version of * KeyVault key. - * * @member {string} [encryption.keyVaultProperties.keyVaultUri] The Uri of * KeyVault. - * * @member {string} [accessTier] Required for storage accounts where kind = * BlobStorage. The access tier used for billing. Possible values include: * 'Hot', 'Cool' - * * @member {boolean} [enableHttpsTrafficOnly] Allows https traffic only to * storage service if sets to true. Default value: false . - * - * @member {object} [networkAcls] Network ACL - * - * @member {string} [networkAcls.bypass] Specifies whether traffic is bypassed - * for Logging/Metrics/AzureServices. Possible values are any combination of - * Logging|Metrics|AzureServices (For example, "Logging, Metrics"), or None to - * bypass none of those traffics. Possible values include: 'None', 'Logging', - * 'Metrics', 'AzureServices' - * - * @member {array} [networkAcls.virtualNetworkRules] Sets the virtual network - * ACL rules - * - * @member {array} [networkAcls.ipRules] Sets the IP ACL rules - * - * @member {string} [networkAcls.defaultAction] Specifies the default action of - * allow or deny when no other rules match. Possible values include: 'Allow', - * 'Deny' - * + * @member {object} [networkRuleSet] Network rule set + * @member {string} [networkRuleSet.bypass] Specifies whether traffic is + * bypassed for Logging/Metrics/AzureServices. Possible values are any + * combination of Logging|Metrics|AzureServices (For example, "Logging, + * Metrics"), or None to bypass none of those traffics. Possible values + * include: 'None', 'Logging', 'Metrics', 'AzureServices' + * @member {array} [networkRuleSet.virtualNetworkRules] Sets the virtual + * network rules + * @member {array} [networkRuleSet.ipRules] Sets the IP ACL rules + * @member {string} [networkRuleSet.defaultAction] Specifies the default action + * of allow or deny when no other rules match. Possible values include: + * 'Allow', 'Deny' */ export interface StorageAccountUpdateParameters { sku?: Sku; @@ -1093,7 +982,7 @@ export interface StorageAccountUpdateParameters { encryption?: Encryption; accessTier?: string; enableHttpsTrafficOnly?: boolean; - networkAcls?: StorageNetworkAcls; + networkRuleSet?: NetworkRuleSet; } /** @@ -1103,10 +992,8 @@ export interface StorageAccountUpdateParameters { * The usage names that can be used; currently limited to StorageAccount. * * @member {string} [value] Gets a string describing the resource name. - * * @member {string} [localizedValue] Gets a localized string describing the * resource name. - * */ export interface UsageName { readonly value?: string; @@ -1122,20 +1009,14 @@ export interface UsageName { * @member {string} [unit] Gets the unit of measurement. Possible values * include: 'Count', 'Bytes', 'Seconds', 'Percent', 'CountsPerSecond', * 'BytesPerSecond' - * * @member {number} [currentValue] Gets the current count of the allocated * resources in the subscription. - * * @member {number} [limit] Gets the maximum count of the resources that can be * allocated in the subscription. - * * @member {object} [name] Gets the name of the type of usage. - * * @member {string} [name.value] Gets a string describing the resource name. - * * @member {string} [name.localizedValue] Gets a localized string describing * the resource name. - * */ export interface Usage { readonly unit?: string; @@ -1151,7 +1032,6 @@ export interface Usage { * The response from the List Usages operation. * * @member {array} [value] Gets or sets the list of Storage Resource Usages. - * */ export interface UsageListResult { value?: Usage[]; @@ -1166,32 +1046,24 @@ export interface UsageListResult { * @member {string} services The signed services accessible with the account * SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f). * Possible values include: 'b', 'q', 't', 'f' - * * @member {string} resourceTypes The signed resource types that are accessible * with the account SAS. Service (s): Access to service-level APIs; Container * (c): Access to container-level APIs; Object (o): Access to object-level APIs * for blobs, queue messages, table entities, and files. Possible values * include: 's', 'c', 'o' - * * @member {string} permissions The signed permissions for the account SAS. * Possible values include: Read (r), Write (w), Delete (d), List (l), Add (a), * Create (c), Update (u) and Process (p). Possible values include: 'r', 'd', * 'w', 'l', 'a', 'c', 'u', 'p' - * * @member {string} [iPAddressOrRange] An IP address or a range of IP addresses * from which to accept requests. - * * @member {string} [protocols] The protocol permitted for a request made with * the account SAS. Possible values include: 'https,http', 'https' - * * @member {date} [sharedAccessStartTime] The time at which the SAS becomes * valid. - * * @member {date} sharedAccessExpiryTime The time at which the shared access * signature becomes invalid. - * * @member {string} [keyToSign] The key to sign the account SAS token with. - * */ export interface AccountSasParameters { services: string; @@ -1211,7 +1083,6 @@ export interface AccountSasParameters { * The List SAS credentials operation response. * * @member {string} [accountSasToken] List SAS credentials of storage account. - * */ export interface ListAccountSasResponse { readonly accountSasToken?: string; @@ -1225,57 +1096,39 @@ export interface ListAccountSasResponse { * * @member {string} canonicalizedResource The canonical path to the signed * resource. - * * @member {string} resource The signed services accessible with the service * SAS. Possible values include: Blob (b), Container (c), File (f), Share (s). * Possible values include: 'b', 'c', 'f', 's' - * * @member {string} [permissions] The signed permissions for the service SAS. * Possible values include: Read (r), Write (w), Delete (d), List (l), Add (a), * Create (c), Update (u) and Process (p). Possible values include: 'r', 'd', * 'w', 'l', 'a', 'c', 'u', 'p' - * * @member {string} [iPAddressOrRange] An IP address or a range of IP addresses * from which to accept requests. - * * @member {string} [protocols] The protocol permitted for a request made with * the account SAS. Possible values include: 'https,http', 'https' - * * @member {date} [sharedAccessStartTime] The time at which the SAS becomes * valid. - * * @member {date} [sharedAccessExpiryTime] The time at which the shared access * signature becomes invalid. - * * @member {string} [identifier] A unique value up to 64 characters in length * that correlates to an access policy specified for the container, queue, or * table. - * * @member {string} [partitionKeyStart] The start of partition key. - * * @member {string} [partitionKeyEnd] The end of partition key. - * * @member {string} [rowKeyStart] The start of row key. - * * @member {string} [rowKeyEnd] The end of row key. - * * @member {string} [keyToSign] The key to sign the account SAS token with. - * * @member {string} [cacheControl] The response header override for cache * control. - * * @member {string} [contentDisposition] The response header override for * content disposition. - * * @member {string} [contentEncoding] The response header override for content * encoding. - * * @member {string} [contentLanguage] The response header override for content * language. - * * @member {string} [contentType] The response header override for content * type. - * */ export interface ServiceSasParameters { canonicalizedResource: string; @@ -1306,7 +1159,6 @@ export interface ServiceSasParameters { * * @member {string} [serviceSasToken] List service SAS credentials of speicific * resource. - * */ export interface ListServiceSasResponse { readonly serviceSasToken?: string; @@ -1321,12 +1173,24 @@ export interface ListServiceSasResponse { * * @member {array} [value] List of Storage operations supported by the Storage * resource provider. - * */ export interface OperationListResult { value?: Operation[]; } +/** + * @class + * Initializes a new instance of the StorageSkuListResult class. + * @constructor + * The response from the List Storage SKUs operation. + * + * @member {array} [value] Get the list result of storage SKUs and their + * properties. + */ +export interface StorageSkuListResult { + readonly value?: Sku[]; +} + /** * @class * Initializes a new instance of the StorageAccountListResult class. @@ -1335,7 +1199,6 @@ export interface OperationListResult { * * @member {array} [value] Gets the list of storage accounts and their * properties. - * */ export interface StorageAccountListResult { readonly value?: StorageAccount[]; @@ -1348,7 +1211,6 @@ export interface StorageAccountListResult { * The response from the List Usages operation. * * @member {array} [value] Gets or sets the list of Storage Resource Usages. - * */ export interface UsageListResult { value?: Usage[]; @@ -1366,6 +1228,16 @@ export interface UsageListResult { export interface OperationListResult extends Array { } +/** + * @class + * Initializes a new instance of the StorageSkuListResult class. + * @constructor + * The response from the List Storage SKUs operation. + * + */ +export interface StorageSkuListResult extends Array { +} + /** * @class * Initializes a new instance of the StorageAccountListResult class. diff --git a/lib/services/storageManagement2/lib/models/index.js b/lib/services/storageManagement2/lib/models/index.js index f8d3b3fb49..c6943f11b4 100644 --- a/lib/services/storageManagement2/lib/models/index.js +++ b/lib/services/storageManagement2/lib/models/index.js @@ -25,8 +25,11 @@ exports.ServiceSpecification = require('./serviceSpecification'); exports.Operation = require('./operation'); exports.OperationListResult = require('./operationListResult'); exports.StorageAccountCheckNameAvailabilityParameters = require('./storageAccountCheckNameAvailabilityParameters'); -exports.CheckNameAvailabilityResult = require('./checkNameAvailabilityResult'); +exports.SKUCapability = require('./sKUCapability'); +exports.Restriction = require('./restriction'); exports.Sku = require('./sku'); +exports.StorageSkuListResult = require('./storageSkuListResult'); +exports.CheckNameAvailabilityResult = require('./checkNameAvailabilityResult'); exports.CustomDomain = require('./customDomain'); exports.EncryptionService = require('./encryptionService'); exports.EncryptionServices = require('./encryptionServices'); @@ -34,7 +37,7 @@ exports.KeyVaultProperties = require('./keyVaultProperties'); exports.Encryption = require('./encryption'); exports.VirtualNetworkRule = require('./virtualNetworkRule'); exports.IPRule = require('./iPRule'); -exports.StorageNetworkAcls = require('./storageNetworkAcls'); +exports.NetworkRuleSet = require('./networkRuleSet'); exports.Identity = require('./identity'); exports.StorageAccountCreateParameters = require('./storageAccountCreateParameters'); exports.Endpoints = require('./endpoints'); @@ -53,5 +56,6 @@ exports.ListAccountSasResponse = require('./listAccountSasResponse'); exports.ServiceSasParameters = require('./serviceSasParameters'); exports.ListServiceSasResponse = require('./listServiceSasResponse'); exports.OperationListResult = require('./operationListResult'); +exports.StorageSkuListResult = require('./storageSkuListResult'); exports.StorageAccountListResult = require('./storageAccountListResult'); exports.UsageListResult = require('./usageListResult'); diff --git a/lib/services/storageManagement2/lib/models/keyVaultProperties.js b/lib/services/storageManagement2/lib/models/keyVaultProperties.js index d2de05a1b3..a218aa2e8a 100644 --- a/lib/services/storageManagement2/lib/models/keyVaultProperties.js +++ b/lib/services/storageManagement2/lib/models/keyVaultProperties.js @@ -11,19 +11,16 @@ 'use strict'; /** - * @class - * Initializes a new instance of the KeyVaultProperties class. - * @constructor * Properties of key vault. * - * @member {string} [keyName] The name of KeyVault key. - * - * @member {string} [keyVersion] The version of KeyVault key. - * - * @member {string} [keyVaultUri] The Uri of KeyVault. - * */ class KeyVaultProperties { + /** + * Create a KeyVaultProperties. + * @member {string} [keyName] The name of KeyVault key. + * @member {string} [keyVersion] The version of KeyVault key. + * @member {string} [keyVaultUri] The Uri of KeyVault. + */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/listAccountSasResponse.js b/lib/services/storageManagement2/lib/models/listAccountSasResponse.js index 1e2b0d280c..f06061cd55 100644 --- a/lib/services/storageManagement2/lib/models/listAccountSasResponse.js +++ b/lib/services/storageManagement2/lib/models/listAccountSasResponse.js @@ -11,15 +11,15 @@ 'use strict'; /** - * @class - * Initializes a new instance of the ListAccountSasResponse class. - * @constructor * The List SAS credentials operation response. * - * @member {string} [accountSasToken] List SAS credentials of storage account. - * */ class ListAccountSasResponse { + /** + * Create a ListAccountSasResponse. + * @member {string} [accountSasToken] List SAS credentials of storage + * account. + */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/listServiceSasResponse.js b/lib/services/storageManagement2/lib/models/listServiceSasResponse.js index 3a2046449d..d7b194ed5c 100644 --- a/lib/services/storageManagement2/lib/models/listServiceSasResponse.js +++ b/lib/services/storageManagement2/lib/models/listServiceSasResponse.js @@ -11,16 +11,15 @@ 'use strict'; /** - * @class - * Initializes a new instance of the ListServiceSasResponse class. - * @constructor * The List service SAS credentials operation response. * - * @member {string} [serviceSasToken] List service SAS credentials of speicific - * resource. - * */ class ListServiceSasResponse { + /** + * Create a ListServiceSasResponse. + * @member {string} [serviceSasToken] List service SAS credentials of + * speicific resource. + */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/metricSpecification.js b/lib/services/storageManagement2/lib/models/metricSpecification.js index 7128fd823c..ab8826c267 100644 --- a/lib/services/storageManagement2/lib/models/metricSpecification.js +++ b/lib/services/storageManagement2/lib/models/metricSpecification.js @@ -13,34 +13,26 @@ const models = require('./index'); /** - * @class - * Initializes a new instance of the MetricSpecification class. - * @constructor * Metric specification of operation. * - * @member {string} [name] Name of metric specification. - * - * @member {string} [displayName] Display name of metric specification. - * - * @member {string} [displayDescription] Display description of metric - * specification. - * - * @member {string} [unit] Unit could be Bytes or Count. - * - * @member {array} [dimensions] Dimensions. - * - * @member {string} [aggregationType] Aggregation type could be Average. - * - * @member {boolean} [fillGapWithZero] The property to decide fill gap with - * zero or not. - * - * @member {string} [category] The category this metric specification belong - * to, could be Capacity. - * - * @member {string} [resourceIdDimensionNameOverride] Account Resource Id. - * */ class MetricSpecification { + /** + * Create a MetricSpecification. + * @member {string} [name] Name of metric specification. + * @member {string} [displayName] Display name of metric specification. + * @member {string} [displayDescription] Display description of metric + * specification. + * @member {string} [unit] Unit could be Bytes or Count. + * @member {array} [dimensions] Dimensions of blobs, including blob type and + * access tier. + * @member {string} [aggregationType] Aggregation type could be Average. + * @member {boolean} [fillGapWithZero] The property to decide fill gap with + * zero or not. + * @member {string} [category] The category this metric specification belong + * to, could be Capacity. + * @member {string} [resourceIdDimensionNameOverride] Account Resource Id. + */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/storageNetworkAcls.js b/lib/services/storageManagement2/lib/models/networkRuleSet.js similarity index 65% rename from lib/services/storageManagement2/lib/models/storageNetworkAcls.js rename to lib/services/storageManagement2/lib/models/networkRuleSet.js index 0c5313803f..ada19ba007 100644 --- a/lib/services/storageManagement2/lib/models/storageNetworkAcls.js +++ b/lib/services/storageManagement2/lib/models/networkRuleSet.js @@ -13,43 +13,39 @@ const models = require('./index'); /** - * @class - * Initializes a new instance of the StorageNetworkAcls class. - * @constructor - * Network ACL - * - * @member {string} [bypass] Specifies whether traffic is bypassed for - * Logging/Metrics/AzureServices. Possible values are any combination of - * Logging|Metrics|AzureServices (For example, "Logging, Metrics"), or None to - * bypass none of those traffics. Possible values include: 'None', 'Logging', - * 'Metrics', 'AzureServices'. Default value: 'AzureServices' . - * - * @member {array} [virtualNetworkRules] Sets the virtual network ACL rules - * - * @member {array} [ipRules] Sets the IP ACL rules - * - * @member {string} defaultAction Specifies the default action of allow or deny - * when no other rules match. Possible values include: 'Allow', 'Deny'. Default - * value: 'Allow' . + * Network rule set * */ -class StorageNetworkAcls { +class NetworkRuleSet { + /** + * Create a NetworkRuleSet. + * @member {string} [bypass] Specifies whether traffic is bypassed for + * Logging/Metrics/AzureServices. Possible values are any combination of + * Logging|Metrics|AzureServices (For example, "Logging, Metrics"), or None + * to bypass none of those traffics. Possible values include: 'None', + * 'Logging', 'Metrics', 'AzureServices'. Default value: 'AzureServices' . + * @member {array} [virtualNetworkRules] Sets the virtual network rules + * @member {array} [ipRules] Sets the IP ACL rules + * @member {string} defaultAction Specifies the default action of allow or + * deny when no other rules match. Possible values include: 'Allow', 'Deny'. + * Default value: 'Allow' . + */ constructor() { } /** - * Defines the metadata of StorageNetworkAcls + * Defines the metadata of NetworkRuleSet * - * @returns {object} metadata of StorageNetworkAcls + * @returns {object} metadata of NetworkRuleSet * */ mapper() { return { required: false, - serializedName: 'StorageNetworkAcls', + serializedName: 'NetworkRuleSet', type: { name: 'Composite', - className: 'StorageNetworkAcls', + className: 'NetworkRuleSet', modelProperties: { bypass: { required: false, @@ -104,4 +100,4 @@ class StorageNetworkAcls { } } -module.exports = StorageNetworkAcls; +module.exports = NetworkRuleSet; diff --git a/lib/services/storageManagement2/lib/models/operation.js b/lib/services/storageManagement2/lib/models/operation.js index 74e57dd92c..bed9cc7725 100644 --- a/lib/services/storageManagement2/lib/models/operation.js +++ b/lib/services/storageManagement2/lib/models/operation.js @@ -13,33 +13,25 @@ const models = require('./index'); /** - * @class - * Initializes a new instance of the Operation class. - * @constructor * Storage REST API operation definition. * - * @member {string} [name] Operation name: {provider}/{resource}/{operation} - * - * @member {object} [display] Display metadata associated with the operation. - * - * @member {string} [display.provider] Service provider: Microsoft Storage. - * - * @member {string} [display.resource] Resource on which the operation is - * performed etc. - * - * @member {string} [display.operation] Type of operation: get, read, delete, - * etc. - * - * @member {string} [origin] The origin of operations. - * - * @member {object} [serviceSpecification] One property of operation, include - * metric specifications. - * - * @member {array} [serviceSpecification.metricSpecifications] Metric - * specifications of operation. - * */ class Operation { + /** + * Create a Operation. + * @member {string} [name] Operation name: {provider}/{resource}/{operation} + * @member {object} [display] Display metadata associated with the operation. + * @member {string} [display.provider] Service provider: Microsoft Storage. + * @member {string} [display.resource] Resource on which the operation is + * performed etc. + * @member {string} [display.operation] Type of operation: get, read, delete, + * etc. + * @member {string} [origin] The origin of operations. + * @member {object} [serviceSpecification] One property of operation, include + * metric specifications. + * @member {array} [serviceSpecification.metricSpecifications] Metric + * specifications of operation. + */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/operationDisplay.js b/lib/services/storageManagement2/lib/models/operationDisplay.js index 4b7f117112..b723017226 100644 --- a/lib/services/storageManagement2/lib/models/operationDisplay.js +++ b/lib/services/storageManagement2/lib/models/operationDisplay.js @@ -11,20 +11,17 @@ 'use strict'; /** - * @class - * Initializes a new instance of the OperationDisplay class. - * @constructor * Display metadata associated with the operation. * - * @member {string} [provider] Service provider: Microsoft Storage. - * - * @member {string} [resource] Resource on which the operation is performed - * etc. - * - * @member {string} [operation] Type of operation: get, read, delete, etc. - * */ class OperationDisplay { + /** + * Create a OperationDisplay. + * @member {string} [provider] Service provider: Microsoft Storage. + * @member {string} [resource] Resource on which the operation is performed + * etc. + * @member {string} [operation] Type of operation: get, read, delete, etc. + */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/operationListResult.js b/lib/services/storageManagement2/lib/models/operationListResult.js index 412176dfe1..60f172291e 100644 --- a/lib/services/storageManagement2/lib/models/operationListResult.js +++ b/lib/services/storageManagement2/lib/models/operationListResult.js @@ -11,14 +11,13 @@ 'use strict'; /** - * @class - * Initializes a new instance of the OperationListResult class. - * @constructor * Result of the request to list Storage operations. It contains a list of * operations and a URL link to get the next set of results. - * */ class OperationListResult extends Array { + /** + * Create a OperationListResult. + */ constructor() { super(); } diff --git a/lib/services/storageManagement2/lib/models/resource.js b/lib/services/storageManagement2/lib/models/resource.js index 58275903f1..8940dccfb9 100644 --- a/lib/services/storageManagement2/lib/models/resource.js +++ b/lib/services/storageManagement2/lib/models/resource.js @@ -13,24 +13,20 @@ const models = require('./index'); /** - * @class - * Initializes a new instance of the Resource class. - * @constructor * Describes a storage resource. * - * @member {string} [id] Resource Id - * - * @member {string} [name] Resource name - * - * @member {string} [type] Resource type - * - * @member {string} [location] Resource location - * - * @member {object} [tags] Tags assigned to a resource; can be used for viewing - * and grouping a resource (across resource groups). - * + * @extends models['BaseResource'] */ class Resource extends models['BaseResource'] { + /** + * Create a Resource. + * @member {string} [id] Resource Id + * @member {string} [name] Resource name + * @member {string} [type] Resource type + * @member {string} [location] Resource location + * @member {object} [tags] Tags assigned to a resource; can be used for + * viewing and grouping a resource (across resource groups). + */ constructor() { super(); } diff --git a/lib/services/storageManagement2/lib/models/restriction.js b/lib/services/storageManagement2/lib/models/restriction.js new file mode 100644 index 0000000000..425ff0dbd8 --- /dev/null +++ b/lib/services/storageManagement2/lib/models/restriction.js @@ -0,0 +1,85 @@ +/* + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for + * license information. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is + * regenerated. + */ + +'use strict'; + +/** + * The restriction because of which SKU cannot be used. + * + */ +class Restriction { + /** + * Create a Restriction. + * @member {string} [type] The type of restrictions. As of now only possible + * value for this is location. + * @member {array} [values] The value of restrictions. If the restriction + * type is set to location. This would be different locations where the SKU + * is restricted. + * @member {string} [reasonCode] The reason for the restriction. As of now + * this can be “QuotaId” or “NotAvailableForSubscription”. Quota Id is set + * when the SKU has requiredQuotas parameter as the subscription does not + * belong to that quota. The “NotAvailableForSubscription” is related to + * capacity at DC. Possible values include: 'QuotaId', + * 'NotAvailableForSubscription' + */ + constructor() { + } + + /** + * Defines the metadata of Restriction + * + * @returns {object} metadata of Restriction + * + */ + mapper() { + return { + required: false, + serializedName: 'Restriction', + type: { + name: 'Composite', + className: 'Restriction', + modelProperties: { + type: { + required: false, + readOnly: true, + serializedName: 'type', + type: { + name: 'String' + } + }, + values: { + required: false, + readOnly: true, + serializedName: 'values', + type: { + name: 'Sequence', + element: { + required: false, + serializedName: 'StringElementType', + type: { + name: 'String' + } + } + } + }, + reasonCode: { + required: false, + serializedName: 'reasonCode', + type: { + name: 'String' + } + } + } + } + }; + } +} + +module.exports = Restriction; diff --git a/lib/services/storageManagement2/lib/models/sKUCapability.js b/lib/services/storageManagement2/lib/models/sKUCapability.js new file mode 100644 index 0000000000..fe94c060d8 --- /dev/null +++ b/lib/services/storageManagement2/lib/models/sKUCapability.js @@ -0,0 +1,66 @@ +/* + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for + * license information. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is + * regenerated. + */ + +'use strict'; + +/** + * The capability information in the specified sku, including file encryption, + * network acls, change notification, etc. + * + */ +class SKUCapability { + /** + * Create a SKUCapability. + * @member {string} [name] The name of capability, The capability information + * in the specified sku, including file encryption, network acls, change + * notification, etc. + * @member {string} [value] A string value to indicate states of given + * capability. Possibly 'true' or 'false'. + */ + constructor() { + } + + /** + * Defines the metadata of SKUCapability + * + * @returns {object} metadata of SKUCapability + * + */ + mapper() { + return { + required: false, + serializedName: 'SKUCapability', + type: { + name: 'Composite', + className: 'SKUCapability', + modelProperties: { + name: { + required: false, + readOnly: true, + serializedName: 'name', + type: { + name: 'String' + } + }, + value: { + required: false, + readOnly: true, + serializedName: 'value', + type: { + name: 'String' + } + } + } + } + }; + } +} + +module.exports = SKUCapability; diff --git a/lib/services/storageManagement2/lib/models/serviceSasParameters.js b/lib/services/storageManagement2/lib/models/serviceSasParameters.js index 17658ca465..e883c839a9 100644 --- a/lib/services/storageManagement2/lib/models/serviceSasParameters.js +++ b/lib/services/storageManagement2/lib/models/serviceSasParameters.js @@ -11,66 +11,48 @@ 'use strict'; /** - * @class - * Initializes a new instance of the ServiceSasParameters class. - * @constructor * The parameters to list service SAS credentials of a speicific resource. * - * @member {string} canonicalizedResource The canonical path to the signed - * resource. - * - * @member {string} resource The signed services accessible with the service - * SAS. Possible values include: Blob (b), Container (c), File (f), Share (s). - * Possible values include: 'b', 'c', 'f', 's' - * - * @member {string} [permissions] The signed permissions for the service SAS. - * Possible values include: Read (r), Write (w), Delete (d), List (l), Add (a), - * Create (c), Update (u) and Process (p). Possible values include: 'r', 'd', - * 'w', 'l', 'a', 'c', 'u', 'p' - * - * @member {string} [iPAddressOrRange] An IP address or a range of IP addresses - * from which to accept requests. - * - * @member {string} [protocols] The protocol permitted for a request made with - * the account SAS. Possible values include: 'https,http', 'https' - * - * @member {date} [sharedAccessStartTime] The time at which the SAS becomes - * valid. - * - * @member {date} [sharedAccessExpiryTime] The time at which the shared access - * signature becomes invalid. - * - * @member {string} [identifier] A unique value up to 64 characters in length - * that correlates to an access policy specified for the container, queue, or - * table. - * - * @member {string} [partitionKeyStart] The start of partition key. - * - * @member {string} [partitionKeyEnd] The end of partition key. - * - * @member {string} [rowKeyStart] The start of row key. - * - * @member {string} [rowKeyEnd] The end of row key. - * - * @member {string} [keyToSign] The key to sign the account SAS token with. - * - * @member {string} [cacheControl] The response header override for cache - * control. - * - * @member {string} [contentDisposition] The response header override for - * content disposition. - * - * @member {string} [contentEncoding] The response header override for content - * encoding. - * - * @member {string} [contentLanguage] The response header override for content - * language. - * - * @member {string} [contentType] The response header override for content - * type. - * */ class ServiceSasParameters { + /** + * Create a ServiceSasParameters. + * @member {string} canonicalizedResource The canonical path to the signed + * resource. + * @member {string} resource The signed services accessible with the service + * SAS. Possible values include: Blob (b), Container (c), File (f), Share + * (s). Possible values include: 'b', 'c', 'f', 's' + * @member {string} [permissions] The signed permissions for the service SAS. + * Possible values include: Read (r), Write (w), Delete (d), List (l), Add + * (a), Create (c), Update (u) and Process (p). Possible values include: 'r', + * 'd', 'w', 'l', 'a', 'c', 'u', 'p' + * @member {string} [iPAddressOrRange] An IP address or a range of IP + * addresses from which to accept requests. + * @member {string} [protocols] The protocol permitted for a request made + * with the account SAS. Possible values include: 'https,http', 'https' + * @member {date} [sharedAccessStartTime] The time at which the SAS becomes + * valid. + * @member {date} [sharedAccessExpiryTime] The time at which the shared + * access signature becomes invalid. + * @member {string} [identifier] A unique value up to 64 characters in length + * that correlates to an access policy specified for the container, queue, or + * table. + * @member {string} [partitionKeyStart] The start of partition key. + * @member {string} [partitionKeyEnd] The end of partition key. + * @member {string} [rowKeyStart] The start of row key. + * @member {string} [rowKeyEnd] The end of row key. + * @member {string} [keyToSign] The key to sign the account SAS token with. + * @member {string} [cacheControl] The response header override for cache + * control. + * @member {string} [contentDisposition] The response header override for + * content disposition. + * @member {string} [contentEncoding] The response header override for + * content encoding. + * @member {string} [contentLanguage] The response header override for + * content language. + * @member {string} [contentType] The response header override for content + * type. + */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/serviceSpecification.js b/lib/services/storageManagement2/lib/models/serviceSpecification.js index 9a6898ceb7..259e4b03e6 100644 --- a/lib/services/storageManagement2/lib/models/serviceSpecification.js +++ b/lib/services/storageManagement2/lib/models/serviceSpecification.js @@ -13,15 +13,14 @@ const models = require('./index'); /** - * @class - * Initializes a new instance of the ServiceSpecification class. - * @constructor * One property of operation, include metric specifications. * - * @member {array} [metricSpecifications] Metric specifications of operation. - * */ class ServiceSpecification { + /** + * Create a ServiceSpecification. + * @member {array} [metricSpecifications] Metric specifications of operation. + */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/sku.js b/lib/services/storageManagement2/lib/models/sku.js index 84b527ca11..03c5051685 100644 --- a/lib/services/storageManagement2/lib/models/sku.js +++ b/lib/services/storageManagement2/lib/models/sku.js @@ -10,22 +10,33 @@ 'use strict'; +const models = require('./index'); + /** - * @class - * Initializes a new instance of the Sku class. - * @constructor * The SKU of the storage account. * - * @member {string} name Gets or sets the sku name. Required for account - * creation; optional for update. Note that in older versions, sku name was - * called accountType. Possible values include: 'Standard_LRS', 'Standard_GRS', - * 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' - * - * @member {string} [tier] Gets the sku tier. This is based on the SKU name. - * Possible values include: 'Standard', 'Premium' - * */ class Sku { + /** + * Create a Sku. + * @member {string} name Gets or sets the sku name. Required for account + * creation; optional for update. Note that in older versions, sku name was + * called accountType. Possible values include: 'Standard_LRS', + * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' + * @member {string} [tier] Gets the sku tier. This is based on the SKU name. + * Possible values include: 'Standard', 'Premium' + * @member {string} [resourceType] The type of the resource, usually it is + * 'storageAccounts'. + * @member {string} [kind] Indicates the type of storage account. Possible + * values include: 'Storage', 'BlobStorage' + * @member {array} [locations] The set of locations that the SKU is + * available. This will be supported and registered Azure Geo Regions (e.g. + * West US, East US, Southeast Asia, etc.). + * @member {array} [capabilities] The capability information in the specified + * sku, including file encryption, network acls, change notification, etc. + * @member {array} [restrictions] The restrictions because of which SKU + * cannot be used. This is empty if there are no restrictions. + */ constructor() { } @@ -59,6 +70,69 @@ class Sku { name: 'Enum', allowedValues: [ 'Standard', 'Premium' ] } + }, + resourceType: { + required: false, + readOnly: true, + serializedName: 'resourceType', + type: { + name: 'String' + } + }, + kind: { + required: false, + readOnly: true, + serializedName: 'kind', + type: { + name: 'Enum', + allowedValues: [ 'Storage', 'BlobStorage' ] + } + }, + locations: { + required: false, + readOnly: true, + serializedName: 'locations', + type: { + name: 'Sequence', + element: { + required: false, + serializedName: 'StringElementType', + type: { + name: 'String' + } + } + } + }, + capabilities: { + required: false, + readOnly: true, + serializedName: 'capabilities', + type: { + name: 'Sequence', + element: { + required: false, + serializedName: 'SKUCapabilityElementType', + type: { + name: 'Composite', + className: 'SKUCapability' + } + } + } + }, + restrictions: { + required: false, + serializedName: 'restrictions', + type: { + name: 'Sequence', + element: { + required: false, + serializedName: 'RestrictionElementType', + type: { + name: 'Composite', + className: 'Restriction' + } + } + } } } } diff --git a/lib/services/storageManagement2/lib/models/storageAccount.js b/lib/services/storageManagement2/lib/models/storageAccount.js index 9126dc419b..c98ab5b2cd 100644 --- a/lib/services/storageManagement2/lib/models/storageAccount.js +++ b/lib/services/storageManagement2/lib/models/storageAccount.js @@ -13,187 +13,152 @@ const models = require('./index'); /** - * @class - * Initializes a new instance of the StorageAccount class. - * @constructor * The storage account. * - * @member {object} [sku] Gets the SKU. - * - * @member {string} [sku.name] Gets or sets the sku name. Required for account - * creation; optional for update. Note that in older versions, sku name was - * called accountType. Possible values include: 'Standard_LRS', 'Standard_GRS', - * 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' - * - * @member {string} [sku.tier] Gets the sku tier. This is based on the SKU - * name. Possible values include: 'Standard', 'Premium' - * - * @member {string} [kind] Gets the Kind. Possible values include: 'Storage', - * 'BlobStorage' - * - * @member {object} [identity] The identity of the resource. - * - * @member {string} [identity.principalId] The principal ID of resource - * identity. - * - * @member {string} [identity.tenantId] The tenant ID of resource. - * - * @member {string} [provisioningState] Gets the status of the storage account - * at the time the operation was called. Possible values include: 'Creating', - * 'ResolvingDNS', 'Succeeded' - * - * @member {object} [primaryEndpoints] Gets the URLs that are used to perform a - * retrieval of a public blob, queue, or table object. Note that Standard_ZRS - * and Premium_LRS accounts only return the blob endpoint. - * - * @member {string} [primaryEndpoints.blob] Gets the blob endpoint. - * - * @member {string} [primaryEndpoints.queue] Gets the queue endpoint. - * - * @member {string} [primaryEndpoints.table] Gets the table endpoint. - * - * @member {string} [primaryEndpoints.file] Gets the file endpoint. - * - * @member {string} [primaryLocation] Gets the location of the primary data - * center for the storage account. - * - * @member {string} [statusOfPrimary] Gets the status indicating whether the - * primary location of the storage account is available or unavailable. - * Possible values include: 'available', 'unavailable' - * - * @member {date} [lastGeoFailoverTime] Gets the timestamp of the most recent - * instance of a failover to the secondary location. Only the most recent - * timestamp is retained. This element is not returned if there has never been - * a failover instance. Only available if the accountType is Standard_GRS or - * Standard_RAGRS. - * - * @member {string} [secondaryLocation] Gets the location of the geo-replicated - * secondary for the storage account. Only available if the accountType is - * Standard_GRS or Standard_RAGRS. - * - * @member {string} [statusOfSecondary] Gets the status indicating whether the - * secondary location of the storage account is available or unavailable. Only - * available if the SKU name is Standard_GRS or Standard_RAGRS. Possible values - * include: 'available', 'unavailable' - * - * @member {date} [creationTime] Gets the creation date and time of the storage - * account in UTC. - * - * @member {object} [customDomain] Gets the custom domain the user assigned to - * this storage account. - * - * @member {string} [customDomain.name] Gets or sets the custom domain name - * assigned to the storage account. Name is the CNAME source. - * - * @member {boolean} [customDomain.useSubDomain] Indicates whether indirect - * CName validation is enabled. Default value is false. This should only be set - * on updates. - * - * @member {object} [secondaryEndpoints] Gets the URLs that are used to perform - * a retrieval of a public blob, queue, or table object from the secondary - * location of the storage account. Only available if the SKU name is - * Standard_RAGRS. - * - * @member {string} [secondaryEndpoints.blob] Gets the blob endpoint. - * - * @member {string} [secondaryEndpoints.queue] Gets the queue endpoint. - * - * @member {string} [secondaryEndpoints.table] Gets the table endpoint. - * - * @member {string} [secondaryEndpoints.file] Gets the file endpoint. - * - * @member {object} [encryption] Gets the encryption settings on the account. - * If unspecified, the account is unencrypted. - * - * @member {object} [encryption.services] List of services which support - * encryption. - * - * @member {object} [encryption.services.blob] The encryption function of the - * blob storage service. - * - * @member {boolean} [encryption.services.blob.enabled] A boolean indicating - * whether or not the service encrypts the data as it is stored. - * - * @member {date} [encryption.services.blob.lastEnabledTime] Gets a rough - * estimate of the date/time when the encryption was last enabled by the user. - * Only returned when encryption is enabled. There might be some unencrypted - * blobs which were written after this time, as it is just a rough estimate. - * - * @member {object} [encryption.services.file] The encryption function of the - * file storage service. - * - * @member {boolean} [encryption.services.file.enabled] A boolean indicating - * whether or not the service encrypts the data as it is stored. - * - * @member {date} [encryption.services.file.lastEnabledTime] Gets a rough - * estimate of the date/time when the encryption was last enabled by the user. - * Only returned when encryption is enabled. There might be some unencrypted - * blobs which were written after this time, as it is just a rough estimate. - * - * @member {object} [encryption.services.table] The encryption function of the - * table storage service. - * - * @member {boolean} [encryption.services.table.enabled] A boolean indicating - * whether or not the service encrypts the data as it is stored. - * - * @member {date} [encryption.services.table.lastEnabledTime] Gets a rough - * estimate of the date/time when the encryption was last enabled by the user. - * Only returned when encryption is enabled. There might be some unencrypted - * blobs which were written after this time, as it is just a rough estimate. - * - * @member {object} [encryption.services.queue] The encryption function of the - * queue storage service. - * - * @member {boolean} [encryption.services.queue.enabled] A boolean indicating - * whether or not the service encrypts the data as it is stored. - * - * @member {date} [encryption.services.queue.lastEnabledTime] Gets a rough - * estimate of the date/time when the encryption was last enabled by the user. - * Only returned when encryption is enabled. There might be some unencrypted - * blobs which were written after this time, as it is just a rough estimate. - * - * @member {string} [encryption.keySource] The encryption keySource (provider). - * Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault. - * Possible values include: 'Microsoft.Storage', 'Microsoft.Keyvault' - * - * @member {object} [encryption.keyVaultProperties] Properties provided by key - * vault. - * - * @member {string} [encryption.keyVaultProperties.keyName] The name of - * KeyVault key. - * - * @member {string} [encryption.keyVaultProperties.keyVersion] The version of - * KeyVault key. - * - * @member {string} [encryption.keyVaultProperties.keyVaultUri] The Uri of - * KeyVault. - * - * @member {string} [accessTier] Required for storage accounts where kind = - * BlobStorage. The access tier used for billing. Possible values include: - * 'Hot', 'Cool' - * - * @member {boolean} [enableHttpsTrafficOnly] Allows https traffic only to - * storage service if sets to true. Default value: false . - * - * @member {object} [networkAcls] Network ACL - * - * @member {string} [networkAcls.bypass] Specifies whether traffic is bypassed - * for Logging/Metrics/AzureServices. Possible values are any combination of - * Logging|Metrics|AzureServices (For example, "Logging, Metrics"), or None to - * bypass none of those traffics. Possible values include: 'None', 'Logging', - * 'Metrics', 'AzureServices' - * - * @member {array} [networkAcls.virtualNetworkRules] Sets the virtual network - * ACL rules - * - * @member {array} [networkAcls.ipRules] Sets the IP ACL rules - * - * @member {string} [networkAcls.defaultAction] Specifies the default action of - * allow or deny when no other rules match. Possible values include: 'Allow', - * 'Deny' - * + * @extends models['Resource'] */ class StorageAccount extends models['Resource'] { + /** + * Create a StorageAccount. + * @member {object} [sku] Gets the SKU. + * @member {string} [sku.name] Gets or sets the sku name. Required for + * account creation; optional for update. Note that in older versions, sku + * name was called accountType. Possible values include: 'Standard_LRS', + * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' + * @member {string} [sku.tier] Gets the sku tier. This is based on the SKU + * name. Possible values include: 'Standard', 'Premium' + * @member {string} [sku.resourceType] The type of the resource, usually it + * is 'storageAccounts'. + * @member {string} [sku.kind] Indicates the type of storage account. + * Possible values include: 'Storage', 'BlobStorage' + * @member {array} [sku.locations] The set of locations that the SKU is + * available. This will be supported and registered Azure Geo Regions (e.g. + * West US, East US, Southeast Asia, etc.). + * @member {array} [sku.capabilities] The capability information in the + * specified sku, including file encryption, network acls, change + * notification, etc. + * @member {array} [sku.restrictions] The restrictions because of which SKU + * cannot be used. This is empty if there are no restrictions. + * @member {string} [kind] Gets the Kind. Possible values include: 'Storage', + * 'BlobStorage' + * @member {object} [identity] The identity of the resource. + * @member {string} [identity.principalId] The principal ID of resource + * identity. + * @member {string} [identity.tenantId] The tenant ID of resource. + * @member {string} [provisioningState] Gets the status of the storage + * account at the time the operation was called. Possible values include: + * 'Creating', 'ResolvingDNS', 'Succeeded' + * @member {object} [primaryEndpoints] Gets the URLs that are used to perform + * a retrieval of a public blob, queue, or table object. Note that + * Standard_ZRS and Premium_LRS accounts only return the blob endpoint. + * @member {string} [primaryEndpoints.blob] Gets the blob endpoint. + * @member {string} [primaryEndpoints.queue] Gets the queue endpoint. + * @member {string} [primaryEndpoints.table] Gets the table endpoint. + * @member {string} [primaryEndpoints.file] Gets the file endpoint. + * @member {string} [primaryLocation] Gets the location of the primary data + * center for the storage account. + * @member {string} [statusOfPrimary] Gets the status indicating whether the + * primary location of the storage account is available or unavailable. + * Possible values include: 'available', 'unavailable' + * @member {date} [lastGeoFailoverTime] Gets the timestamp of the most recent + * instance of a failover to the secondary location. Only the most recent + * timestamp is retained. This element is not returned if there has never + * been a failover instance. Only available if the accountType is + * Standard_GRS or Standard_RAGRS. + * @member {string} [secondaryLocation] Gets the location of the + * geo-replicated secondary for the storage account. Only available if the + * accountType is Standard_GRS or Standard_RAGRS. + * @member {string} [statusOfSecondary] Gets the status indicating whether + * the secondary location of the storage account is available or unavailable. + * Only available if the SKU name is Standard_GRS or Standard_RAGRS. Possible + * values include: 'available', 'unavailable' + * @member {date} [creationTime] Gets the creation date and time of the + * storage account in UTC. + * @member {object} [customDomain] Gets the custom domain the user assigned + * to this storage account. + * @member {string} [customDomain.name] Gets or sets the custom domain name + * assigned to the storage account. Name is the CNAME source. + * @member {boolean} [customDomain.useSubDomain] Indicates whether indirect + * CName validation is enabled. Default value is false. This should only be + * set on updates. + * @member {object} [secondaryEndpoints] Gets the URLs that are used to + * perform a retrieval of a public blob, queue, or table object from the + * secondary location of the storage account. Only available if the SKU name + * is Standard_RAGRS. + * @member {string} [secondaryEndpoints.blob] Gets the blob endpoint. + * @member {string} [secondaryEndpoints.queue] Gets the queue endpoint. + * @member {string} [secondaryEndpoints.table] Gets the table endpoint. + * @member {string} [secondaryEndpoints.file] Gets the file endpoint. + * @member {object} [encryption] Gets the encryption settings on the account. + * If unspecified, the account is unencrypted. + * @member {object} [encryption.services] List of services which support + * encryption. + * @member {object} [encryption.services.blob] The encryption function of the + * blob storage service. + * @member {boolean} [encryption.services.blob.enabled] A boolean indicating + * whether or not the service encrypts the data as it is stored. + * @member {date} [encryption.services.blob.lastEnabledTime] Gets a rough + * estimate of the date/time when the encryption was last enabled by the + * user. Only returned when encryption is enabled. There might be some + * unencrypted blobs which were written after this time, as it is just a + * rough estimate. + * @member {object} [encryption.services.file] The encryption function of the + * file storage service. + * @member {boolean} [encryption.services.file.enabled] A boolean indicating + * whether or not the service encrypts the data as it is stored. + * @member {date} [encryption.services.file.lastEnabledTime] Gets a rough + * estimate of the date/time when the encryption was last enabled by the + * user. Only returned when encryption is enabled. There might be some + * unencrypted blobs which were written after this time, as it is just a + * rough estimate. + * @member {object} [encryption.services.table] The encryption function of + * the table storage service. + * @member {boolean} [encryption.services.table.enabled] A boolean indicating + * whether or not the service encrypts the data as it is stored. + * @member {date} [encryption.services.table.lastEnabledTime] Gets a rough + * estimate of the date/time when the encryption was last enabled by the + * user. Only returned when encryption is enabled. There might be some + * unencrypted blobs which were written after this time, as it is just a + * rough estimate. + * @member {object} [encryption.services.queue] The encryption function of + * the queue storage service. + * @member {boolean} [encryption.services.queue.enabled] A boolean indicating + * whether or not the service encrypts the data as it is stored. + * @member {date} [encryption.services.queue.lastEnabledTime] Gets a rough + * estimate of the date/time when the encryption was last enabled by the + * user. Only returned when encryption is enabled. There might be some + * unencrypted blobs which were written after this time, as it is just a + * rough estimate. + * @member {string} [encryption.keySource] The encryption keySource + * (provider). Possible values (case-insensitive): Microsoft.Storage, + * Microsoft.Keyvault. Possible values include: 'Microsoft.Storage', + * 'Microsoft.Keyvault' + * @member {object} [encryption.keyVaultProperties] Properties provided by + * key vault. + * @member {string} [encryption.keyVaultProperties.keyName] The name of + * KeyVault key. + * @member {string} [encryption.keyVaultProperties.keyVersion] The version of + * KeyVault key. + * @member {string} [encryption.keyVaultProperties.keyVaultUri] The Uri of + * KeyVault. + * @member {string} [accessTier] Required for storage accounts where kind = + * BlobStorage. The access tier used for billing. Possible values include: + * 'Hot', 'Cool' + * @member {boolean} [enableHttpsTrafficOnly] Allows https traffic only to + * storage service if sets to true. Default value: false . + * @member {object} [networkRuleSet] Network rule set + * @member {string} [networkRuleSet.bypass] Specifies whether traffic is + * bypassed for Logging/Metrics/AzureServices. Possible values are any + * combination of Logging|Metrics|AzureServices (For example, "Logging, + * Metrics"), or None to bypass none of those traffics. Possible values + * include: 'None', 'Logging', 'Metrics', 'AzureServices' + * @member {array} [networkRuleSet.virtualNetworkRules] Sets the virtual + * network rules + * @member {array} [networkRuleSet.ipRules] Sets the IP ACL rules + * @member {string} [networkRuleSet.defaultAction] Specifies the default + * action of allow or deny when no other rules match. Possible values + * include: 'Allow', 'Deny' + */ constructor() { super(); } @@ -395,13 +360,13 @@ class StorageAccount extends models['Resource'] { name: 'Boolean' } }, - networkAcls: { + networkRuleSet: { required: false, readOnly: true, serializedName: 'properties.networkAcls', type: { name: 'Composite', - className: 'StorageNetworkAcls' + className: 'NetworkRuleSet' } } } diff --git a/lib/services/storageManagement2/lib/models/storageAccountCheckNameAvailabilityParameters.js b/lib/services/storageManagement2/lib/models/storageAccountCheckNameAvailabilityParameters.js index bce9eb5161..84e38df8ce 100644 --- a/lib/services/storageManagement2/lib/models/storageAccountCheckNameAvailabilityParameters.js +++ b/lib/services/storageManagement2/lib/models/storageAccountCheckNameAvailabilityParameters.js @@ -11,15 +11,14 @@ 'use strict'; /** - * @class - * Initializes a new instance of the StorageAccountCheckNameAvailabilityParameters class. - * @constructor * The parameters used to check the availabity of the storage account name. * - * @member {string} name The storage account name. - * */ class StorageAccountCheckNameAvailabilityParameters { + /** + * Create a StorageAccountCheckNameAvailabilityParameters. + * @member {string} name The storage account name. + */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/storageAccountCreateParameters.js b/lib/services/storageManagement2/lib/models/storageAccountCreateParameters.js index 0e21f8fae8..078e7fdca0 100644 --- a/lib/services/storageManagement2/lib/models/storageAccountCreateParameters.js +++ b/lib/services/storageManagement2/lib/models/storageAccountCreateParameters.js @@ -13,148 +13,128 @@ const models = require('./index'); /** - * @class - * Initializes a new instance of the StorageAccountCreateParameters class. - * @constructor * The parameters used when creating a storage account. * - * @member {object} sku Required. Gets or sets the sku name. - * - * @member {string} [sku.name] Gets or sets the sku name. Required for account - * creation; optional for update. Note that in older versions, sku name was - * called accountType. Possible values include: 'Standard_LRS', 'Standard_GRS', - * 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' - * - * @member {string} [sku.tier] Gets the sku tier. This is based on the SKU - * name. Possible values include: 'Standard', 'Premium' - * - * @member {string} kind Required. Indicates the type of storage account. - * Possible values include: 'Storage', 'BlobStorage' - * - * @member {string} location Required. Gets or sets the location of the - * resource. This will be one of the supported and registered Azure Geo Regions - * (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource - * cannot be changed once it is created, but if an identical geo region is - * specified on update, the request will succeed. - * - * @member {object} [tags] Gets or sets a list of key value pairs that describe - * the resource. These tags can be used for viewing and grouping this resource - * (across resource groups). A maximum of 15 tags can be provided for a - * resource. Each tag must have a key with a length no greater than 128 - * characters and a value with a length no greater than 256 characters. - * - * @member {object} [identity] The identity of the resource. - * - * @member {string} [identity.principalId] The principal ID of resource - * identity. - * - * @member {string} [identity.tenantId] The tenant ID of resource. - * - * @member {object} [customDomain] User domain assigned to the storage account. - * Name is the CNAME source. Only one custom domain is supported per storage - * account at this time. To clear the existing custom domain, use an empty - * string for the custom domain name property. - * - * @member {string} [customDomain.name] Gets or sets the custom domain name - * assigned to the storage account. Name is the CNAME source. - * - * @member {boolean} [customDomain.useSubDomain] Indicates whether indirect - * CName validation is enabled. Default value is false. This should only be set - * on updates. - * - * @member {object} [encryption] Provides the encryption settings on the - * account. If left unspecified the account encryption settings will remain the - * same. The default setting is unencrypted. - * - * @member {object} [encryption.services] List of services which support - * encryption. - * - * @member {object} [encryption.services.blob] The encryption function of the - * blob storage service. - * - * @member {boolean} [encryption.services.blob.enabled] A boolean indicating - * whether or not the service encrypts the data as it is stored. - * - * @member {date} [encryption.services.blob.lastEnabledTime] Gets a rough - * estimate of the date/time when the encryption was last enabled by the user. - * Only returned when encryption is enabled. There might be some unencrypted - * blobs which were written after this time, as it is just a rough estimate. - * - * @member {object} [encryption.services.file] The encryption function of the - * file storage service. - * - * @member {boolean} [encryption.services.file.enabled] A boolean indicating - * whether or not the service encrypts the data as it is stored. - * - * @member {date} [encryption.services.file.lastEnabledTime] Gets a rough - * estimate of the date/time when the encryption was last enabled by the user. - * Only returned when encryption is enabled. There might be some unencrypted - * blobs which were written after this time, as it is just a rough estimate. - * - * @member {object} [encryption.services.table] The encryption function of the - * table storage service. - * - * @member {boolean} [encryption.services.table.enabled] A boolean indicating - * whether or not the service encrypts the data as it is stored. - * - * @member {date} [encryption.services.table.lastEnabledTime] Gets a rough - * estimate of the date/time when the encryption was last enabled by the user. - * Only returned when encryption is enabled. There might be some unencrypted - * blobs which were written after this time, as it is just a rough estimate. - * - * @member {object} [encryption.services.queue] The encryption function of the - * queue storage service. - * - * @member {boolean} [encryption.services.queue.enabled] A boolean indicating - * whether or not the service encrypts the data as it is stored. - * - * @member {date} [encryption.services.queue.lastEnabledTime] Gets a rough - * estimate of the date/time when the encryption was last enabled by the user. - * Only returned when encryption is enabled. There might be some unencrypted - * blobs which were written after this time, as it is just a rough estimate. - * - * @member {string} [encryption.keySource] The encryption keySource (provider). - * Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault. - * Possible values include: 'Microsoft.Storage', 'Microsoft.Keyvault' - * - * @member {object} [encryption.keyVaultProperties] Properties provided by key - * vault. - * - * @member {string} [encryption.keyVaultProperties.keyName] The name of - * KeyVault key. - * - * @member {string} [encryption.keyVaultProperties.keyVersion] The version of - * KeyVault key. - * - * @member {string} [encryption.keyVaultProperties.keyVaultUri] The Uri of - * KeyVault. - * - * @member {object} [networkAcls] Network ACL - * - * @member {string} [networkAcls.bypass] Specifies whether traffic is bypassed - * for Logging/Metrics/AzureServices. Possible values are any combination of - * Logging|Metrics|AzureServices (For example, "Logging, Metrics"), or None to - * bypass none of those traffics. Possible values include: 'None', 'Logging', - * 'Metrics', 'AzureServices' - * - * @member {array} [networkAcls.virtualNetworkRules] Sets the virtual network - * ACL rules - * - * @member {array} [networkAcls.ipRules] Sets the IP ACL rules - * - * @member {string} [networkAcls.defaultAction] Specifies the default action of - * allow or deny when no other rules match. Possible values include: 'Allow', - * 'Deny' - * - * @member {string} [accessTier] Required for storage accounts where kind = - * BlobStorage. The access tier used for billing. Possible values include: - * 'Hot', 'Cool' - * - * @member {boolean} [enableHttpsTrafficOnly] Allows https traffic only to - * storage service if sets to true. Default value: false . - * */ class StorageAccountCreateParameters { + /** + * Create a StorageAccountCreateParameters. + * @member {object} sku Required. Gets or sets the sku name. + * @member {string} [sku.name] Gets or sets the sku name. Required for + * account creation; optional for update. Note that in older versions, sku + * name was called accountType. Possible values include: 'Standard_LRS', + * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' + * @member {string} [sku.tier] Gets the sku tier. This is based on the SKU + * name. Possible values include: 'Standard', 'Premium' + * @member {string} [sku.resourceType] The type of the resource, usually it + * is 'storageAccounts'. + * @member {string} [sku.kind] Indicates the type of storage account. + * Possible values include: 'Storage', 'BlobStorage' + * @member {array} [sku.locations] The set of locations that the SKU is + * available. This will be supported and registered Azure Geo Regions (e.g. + * West US, East US, Southeast Asia, etc.). + * @member {array} [sku.capabilities] The capability information in the + * specified sku, including file encryption, network acls, change + * notification, etc. + * @member {array} [sku.restrictions] The restrictions because of which SKU + * cannot be used. This is empty if there are no restrictions. + * @member {string} kind Required. Indicates the type of storage account. + * Possible values include: 'Storage', 'BlobStorage' + * @member {string} location Required. Gets or sets the location of the + * resource. This will be one of the supported and registered Azure Geo + * Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a + * resource cannot be changed once it is created, but if an identical geo + * region is specified on update, the request will succeed. + * @member {object} [tags] Gets or sets a list of key value pairs that + * describe the resource. These tags can be used for viewing and grouping + * this resource (across resource groups). A maximum of 15 tags can be + * provided for a resource. Each tag must have a key with a length no greater + * than 128 characters and a value with a length no greater than 256 + * characters. + * @member {object} [identity] The identity of the resource. + * @member {string} [identity.principalId] The principal ID of resource + * identity. + * @member {string} [identity.tenantId] The tenant ID of resource. + * @member {object} [customDomain] User domain assigned to the storage + * account. Name is the CNAME source. Only one custom domain is supported per + * storage account at this time. To clear the existing custom domain, use an + * empty string for the custom domain name property. + * @member {string} [customDomain.name] Gets or sets the custom domain name + * assigned to the storage account. Name is the CNAME source. + * @member {boolean} [customDomain.useSubDomain] Indicates whether indirect + * CName validation is enabled. Default value is false. This should only be + * set on updates. + * @member {object} [encryption] Provides the encryption settings on the + * account. If left unspecified the account encryption settings will remain + * the same. The default setting is unencrypted. + * @member {object} [encryption.services] List of services which support + * encryption. + * @member {object} [encryption.services.blob] The encryption function of the + * blob storage service. + * @member {boolean} [encryption.services.blob.enabled] A boolean indicating + * whether or not the service encrypts the data as it is stored. + * @member {date} [encryption.services.blob.lastEnabledTime] Gets a rough + * estimate of the date/time when the encryption was last enabled by the + * user. Only returned when encryption is enabled. There might be some + * unencrypted blobs which were written after this time, as it is just a + * rough estimate. + * @member {object} [encryption.services.file] The encryption function of the + * file storage service. + * @member {boolean} [encryption.services.file.enabled] A boolean indicating + * whether or not the service encrypts the data as it is stored. + * @member {date} [encryption.services.file.lastEnabledTime] Gets a rough + * estimate of the date/time when the encryption was last enabled by the + * user. Only returned when encryption is enabled. There might be some + * unencrypted blobs which were written after this time, as it is just a + * rough estimate. + * @member {object} [encryption.services.table] The encryption function of + * the table storage service. + * @member {boolean} [encryption.services.table.enabled] A boolean indicating + * whether or not the service encrypts the data as it is stored. + * @member {date} [encryption.services.table.lastEnabledTime] Gets a rough + * estimate of the date/time when the encryption was last enabled by the + * user. Only returned when encryption is enabled. There might be some + * unencrypted blobs which were written after this time, as it is just a + * rough estimate. + * @member {object} [encryption.services.queue] The encryption function of + * the queue storage service. + * @member {boolean} [encryption.services.queue.enabled] A boolean indicating + * whether or not the service encrypts the data as it is stored. + * @member {date} [encryption.services.queue.lastEnabledTime] Gets a rough + * estimate of the date/time when the encryption was last enabled by the + * user. Only returned when encryption is enabled. There might be some + * unencrypted blobs which were written after this time, as it is just a + * rough estimate. + * @member {string} [encryption.keySource] The encryption keySource + * (provider). Possible values (case-insensitive): Microsoft.Storage, + * Microsoft.Keyvault. Possible values include: 'Microsoft.Storage', + * 'Microsoft.Keyvault' + * @member {object} [encryption.keyVaultProperties] Properties provided by + * key vault. + * @member {string} [encryption.keyVaultProperties.keyName] The name of + * KeyVault key. + * @member {string} [encryption.keyVaultProperties.keyVersion] The version of + * KeyVault key. + * @member {string} [encryption.keyVaultProperties.keyVaultUri] The Uri of + * KeyVault. + * @member {object} [networkRuleSet] Network rule set + * @member {string} [networkRuleSet.bypass] Specifies whether traffic is + * bypassed for Logging/Metrics/AzureServices. Possible values are any + * combination of Logging|Metrics|AzureServices (For example, "Logging, + * Metrics"), or None to bypass none of those traffics. Possible values + * include: 'None', 'Logging', 'Metrics', 'AzureServices' + * @member {array} [networkRuleSet.virtualNetworkRules] Sets the virtual + * network rules + * @member {array} [networkRuleSet.ipRules] Sets the IP ACL rules + * @member {string} [networkRuleSet.defaultAction] Specifies the default + * action of allow or deny when no other rules match. Possible values + * include: 'Allow', 'Deny' + * @member {string} [accessTier] Required for storage accounts where kind = + * BlobStorage. The access tier used for billing. Possible values include: + * 'Hot', 'Cool' + * @member {boolean} [enableHttpsTrafficOnly] Allows https traffic only to + * storage service if sets to true. Default value: false . + */ constructor() { } @@ -233,12 +213,12 @@ class StorageAccountCreateParameters { className: 'Encryption' } }, - networkAcls: { + networkRuleSet: { required: false, serializedName: 'properties.networkAcls', type: { name: 'Composite', - className: 'StorageNetworkAcls' + className: 'NetworkRuleSet' } }, accessTier: { diff --git a/lib/services/storageManagement2/lib/models/storageAccountKey.js b/lib/services/storageManagement2/lib/models/storageAccountKey.js index 6bc7a407bd..f77116dc67 100644 --- a/lib/services/storageManagement2/lib/models/storageAccountKey.js +++ b/lib/services/storageManagement2/lib/models/storageAccountKey.js @@ -11,20 +11,17 @@ 'use strict'; /** - * @class - * Initializes a new instance of the StorageAccountKey class. - * @constructor * An access key for the storage account. * - * @member {string} [keyName] Name of the key. - * - * @member {string} [value] Base 64-encoded value of the key. - * - * @member {string} [permissions] Permissions for the key -- read-only or full - * permissions. Possible values include: 'Read', 'Full' - * */ class StorageAccountKey { + /** + * Create a StorageAccountKey. + * @member {string} [keyName] Name of the key. + * @member {string} [value] Base 64-encoded value of the key. + * @member {string} [permissions] Permissions for the key -- read-only or + * full permissions. Possible values include: 'Read', 'Full' + */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/storageAccountListKeysResult.js b/lib/services/storageManagement2/lib/models/storageAccountListKeysResult.js index 36a7441b8a..c7127c9441 100644 --- a/lib/services/storageManagement2/lib/models/storageAccountListKeysResult.js +++ b/lib/services/storageManagement2/lib/models/storageAccountListKeysResult.js @@ -13,16 +13,15 @@ const models = require('./index'); /** - * @class - * Initializes a new instance of the StorageAccountListKeysResult class. - * @constructor * The response from the ListKeys operation. * - * @member {array} [keys] Gets the list of storage account keys and their - * properties for the specified storage account. - * */ class StorageAccountListKeysResult { + /** + * Create a StorageAccountListKeysResult. + * @member {array} [keys] Gets the list of storage account keys and their + * properties for the specified storage account. + */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/storageAccountListResult.js b/lib/services/storageManagement2/lib/models/storageAccountListResult.js index c4550b23d6..336ba300cd 100644 --- a/lib/services/storageManagement2/lib/models/storageAccountListResult.js +++ b/lib/services/storageManagement2/lib/models/storageAccountListResult.js @@ -11,13 +11,12 @@ 'use strict'; /** - * @class - * Initializes a new instance of the StorageAccountListResult class. - * @constructor * The response from the List Storage Accounts operation. - * */ class StorageAccountListResult extends Array { + /** + * Create a StorageAccountListResult. + */ constructor() { super(); } diff --git a/lib/services/storageManagement2/lib/models/storageAccountRegenerateKeyParameters.js b/lib/services/storageManagement2/lib/models/storageAccountRegenerateKeyParameters.js index 2d2714b736..720ba6a6c2 100644 --- a/lib/services/storageManagement2/lib/models/storageAccountRegenerateKeyParameters.js +++ b/lib/services/storageManagement2/lib/models/storageAccountRegenerateKeyParameters.js @@ -11,16 +11,15 @@ 'use strict'; /** - * @class - * Initializes a new instance of the StorageAccountRegenerateKeyParameters class. - * @constructor * The parameters used to regenerate the storage account key. * - * @member {string} keyName The name of storage keys that want to be - * regenerated, possible vaules are key1, key2. - * */ class StorageAccountRegenerateKeyParameters { + /** + * Create a StorageAccountRegenerateKeyParameters. + * @member {string} keyName The name of storage keys that want to be + * regenerated, possible vaules are key1, key2. + */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/storageAccountUpdateParameters.js b/lib/services/storageManagement2/lib/models/storageAccountUpdateParameters.js index 1cf1de2479..ba2ea968e6 100644 --- a/lib/services/storageManagement2/lib/models/storageAccountUpdateParameters.js +++ b/lib/services/storageManagement2/lib/models/storageAccountUpdateParameters.js @@ -13,141 +13,122 @@ const models = require('./index'); /** - * @class - * Initializes a new instance of the StorageAccountUpdateParameters class. - * @constructor * The parameters that can be provided when updating the storage account * properties. * - * @member {object} [sku] Gets or sets the SKU name. Note that the SKU name - * cannot be updated to Standard_ZRS or Premium_LRS, nor can accounts of those - * sku names be updated to any other value. - * - * @member {string} [sku.name] Gets or sets the sku name. Required for account - * creation; optional for update. Note that in older versions, sku name was - * called accountType. Possible values include: 'Standard_LRS', 'Standard_GRS', - * 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' - * - * @member {string} [sku.tier] Gets the sku tier. This is based on the SKU - * name. Possible values include: 'Standard', 'Premium' - * - * @member {object} [tags] Gets or sets a list of key value pairs that describe - * the resource. These tags can be used in viewing and grouping this resource - * (across resource groups). A maximum of 15 tags can be provided for a - * resource. Each tag must have a key no greater in length than 128 characters - * and a value no greater in length than 256 characters. - * - * @member {object} [identity] The identity of the resource. - * - * @member {string} [identity.principalId] The principal ID of resource - * identity. - * - * @member {string} [identity.tenantId] The tenant ID of resource. - * - * @member {object} [customDomain] Custom domain assigned to the storage - * account by the user. Name is the CNAME source. Only one custom domain is - * supported per storage account at this time. To clear the existing custom - * domain, use an empty string for the custom domain name property. - * - * @member {string} [customDomain.name] Gets or sets the custom domain name - * assigned to the storage account. Name is the CNAME source. - * - * @member {boolean} [customDomain.useSubDomain] Indicates whether indirect - * CName validation is enabled. Default value is false. This should only be set - * on updates. - * - * @member {object} [encryption] Provides the encryption settings on the - * account. The default setting is unencrypted. - * - * @member {object} [encryption.services] List of services which support - * encryption. - * - * @member {object} [encryption.services.blob] The encryption function of the - * blob storage service. - * - * @member {boolean} [encryption.services.blob.enabled] A boolean indicating - * whether or not the service encrypts the data as it is stored. - * - * @member {date} [encryption.services.blob.lastEnabledTime] Gets a rough - * estimate of the date/time when the encryption was last enabled by the user. - * Only returned when encryption is enabled. There might be some unencrypted - * blobs which were written after this time, as it is just a rough estimate. - * - * @member {object} [encryption.services.file] The encryption function of the - * file storage service. - * - * @member {boolean} [encryption.services.file.enabled] A boolean indicating - * whether or not the service encrypts the data as it is stored. - * - * @member {date} [encryption.services.file.lastEnabledTime] Gets a rough - * estimate of the date/time when the encryption was last enabled by the user. - * Only returned when encryption is enabled. There might be some unencrypted - * blobs which were written after this time, as it is just a rough estimate. - * - * @member {object} [encryption.services.table] The encryption function of the - * table storage service. - * - * @member {boolean} [encryption.services.table.enabled] A boolean indicating - * whether or not the service encrypts the data as it is stored. - * - * @member {date} [encryption.services.table.lastEnabledTime] Gets a rough - * estimate of the date/time when the encryption was last enabled by the user. - * Only returned when encryption is enabled. There might be some unencrypted - * blobs which were written after this time, as it is just a rough estimate. - * - * @member {object} [encryption.services.queue] The encryption function of the - * queue storage service. - * - * @member {boolean} [encryption.services.queue.enabled] A boolean indicating - * whether or not the service encrypts the data as it is stored. - * - * @member {date} [encryption.services.queue.lastEnabledTime] Gets a rough - * estimate of the date/time when the encryption was last enabled by the user. - * Only returned when encryption is enabled. There might be some unencrypted - * blobs which were written after this time, as it is just a rough estimate. - * - * @member {string} [encryption.keySource] The encryption keySource (provider). - * Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault. - * Possible values include: 'Microsoft.Storage', 'Microsoft.Keyvault' - * - * @member {object} [encryption.keyVaultProperties] Properties provided by key - * vault. - * - * @member {string} [encryption.keyVaultProperties.keyName] The name of - * KeyVault key. - * - * @member {string} [encryption.keyVaultProperties.keyVersion] The version of - * KeyVault key. - * - * @member {string} [encryption.keyVaultProperties.keyVaultUri] The Uri of - * KeyVault. - * - * @member {string} [accessTier] Required for storage accounts where kind = - * BlobStorage. The access tier used for billing. Possible values include: - * 'Hot', 'Cool' - * - * @member {boolean} [enableHttpsTrafficOnly] Allows https traffic only to - * storage service if sets to true. Default value: false . - * - * @member {object} [networkAcls] Network ACL - * - * @member {string} [networkAcls.bypass] Specifies whether traffic is bypassed - * for Logging/Metrics/AzureServices. Possible values are any combination of - * Logging|Metrics|AzureServices (For example, "Logging, Metrics"), or None to - * bypass none of those traffics. Possible values include: 'None', 'Logging', - * 'Metrics', 'AzureServices' - * - * @member {array} [networkAcls.virtualNetworkRules] Sets the virtual network - * ACL rules - * - * @member {array} [networkAcls.ipRules] Sets the IP ACL rules - * - * @member {string} [networkAcls.defaultAction] Specifies the default action of - * allow or deny when no other rules match. Possible values include: 'Allow', - * 'Deny' - * */ class StorageAccountUpdateParameters { + /** + * Create a StorageAccountUpdateParameters. + * @member {object} [sku] Gets or sets the SKU name. Note that the SKU name + * cannot be updated to Standard_ZRS or Premium_LRS, nor can accounts of + * those sku names be updated to any other value. + * @member {string} [sku.name] Gets or sets the sku name. Required for + * account creation; optional for update. Note that in older versions, sku + * name was called accountType. Possible values include: 'Standard_LRS', + * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' + * @member {string} [sku.tier] Gets the sku tier. This is based on the SKU + * name. Possible values include: 'Standard', 'Premium' + * @member {string} [sku.resourceType] The type of the resource, usually it + * is 'storageAccounts'. + * @member {string} [sku.kind] Indicates the type of storage account. + * Possible values include: 'Storage', 'BlobStorage' + * @member {array} [sku.locations] The set of locations that the SKU is + * available. This will be supported and registered Azure Geo Regions (e.g. + * West US, East US, Southeast Asia, etc.). + * @member {array} [sku.capabilities] The capability information in the + * specified sku, including file encryption, network acls, change + * notification, etc. + * @member {array} [sku.restrictions] The restrictions because of which SKU + * cannot be used. This is empty if there are no restrictions. + * @member {object} [tags] Gets or sets a list of key value pairs that + * describe the resource. These tags can be used in viewing and grouping this + * resource (across resource groups). A maximum of 15 tags can be provided + * for a resource. Each tag must have a key no greater in length than 128 + * characters and a value no greater in length than 256 characters. + * @member {object} [identity] The identity of the resource. + * @member {string} [identity.principalId] The principal ID of resource + * identity. + * @member {string} [identity.tenantId] The tenant ID of resource. + * @member {object} [customDomain] Custom domain assigned to the storage + * account by the user. Name is the CNAME source. Only one custom domain is + * supported per storage account at this time. To clear the existing custom + * domain, use an empty string for the custom domain name property. + * @member {string} [customDomain.name] Gets or sets the custom domain name + * assigned to the storage account. Name is the CNAME source. + * @member {boolean} [customDomain.useSubDomain] Indicates whether indirect + * CName validation is enabled. Default value is false. This should only be + * set on updates. + * @member {object} [encryption] Provides the encryption settings on the + * account. The default setting is unencrypted. + * @member {object} [encryption.services] List of services which support + * encryption. + * @member {object} [encryption.services.blob] The encryption function of the + * blob storage service. + * @member {boolean} [encryption.services.blob.enabled] A boolean indicating + * whether or not the service encrypts the data as it is stored. + * @member {date} [encryption.services.blob.lastEnabledTime] Gets a rough + * estimate of the date/time when the encryption was last enabled by the + * user. Only returned when encryption is enabled. There might be some + * unencrypted blobs which were written after this time, as it is just a + * rough estimate. + * @member {object} [encryption.services.file] The encryption function of the + * file storage service. + * @member {boolean} [encryption.services.file.enabled] A boolean indicating + * whether or not the service encrypts the data as it is stored. + * @member {date} [encryption.services.file.lastEnabledTime] Gets a rough + * estimate of the date/time when the encryption was last enabled by the + * user. Only returned when encryption is enabled. There might be some + * unencrypted blobs which were written after this time, as it is just a + * rough estimate. + * @member {object} [encryption.services.table] The encryption function of + * the table storage service. + * @member {boolean} [encryption.services.table.enabled] A boolean indicating + * whether or not the service encrypts the data as it is stored. + * @member {date} [encryption.services.table.lastEnabledTime] Gets a rough + * estimate of the date/time when the encryption was last enabled by the + * user. Only returned when encryption is enabled. There might be some + * unencrypted blobs which were written after this time, as it is just a + * rough estimate. + * @member {object} [encryption.services.queue] The encryption function of + * the queue storage service. + * @member {boolean} [encryption.services.queue.enabled] A boolean indicating + * whether or not the service encrypts the data as it is stored. + * @member {date} [encryption.services.queue.lastEnabledTime] Gets a rough + * estimate of the date/time when the encryption was last enabled by the + * user. Only returned when encryption is enabled. There might be some + * unencrypted blobs which were written after this time, as it is just a + * rough estimate. + * @member {string} [encryption.keySource] The encryption keySource + * (provider). Possible values (case-insensitive): Microsoft.Storage, + * Microsoft.Keyvault. Possible values include: 'Microsoft.Storage', + * 'Microsoft.Keyvault' + * @member {object} [encryption.keyVaultProperties] Properties provided by + * key vault. + * @member {string} [encryption.keyVaultProperties.keyName] The name of + * KeyVault key. + * @member {string} [encryption.keyVaultProperties.keyVersion] The version of + * KeyVault key. + * @member {string} [encryption.keyVaultProperties.keyVaultUri] The Uri of + * KeyVault. + * @member {string} [accessTier] Required for storage accounts where kind = + * BlobStorage. The access tier used for billing. Possible values include: + * 'Hot', 'Cool' + * @member {boolean} [enableHttpsTrafficOnly] Allows https traffic only to + * storage service if sets to true. Default value: false . + * @member {object} [networkRuleSet] Network rule set + * @member {string} [networkRuleSet.bypass] Specifies whether traffic is + * bypassed for Logging/Metrics/AzureServices. Possible values are any + * combination of Logging|Metrics|AzureServices (For example, "Logging, + * Metrics"), or None to bypass none of those traffics. Possible values + * include: 'None', 'Logging', 'Metrics', 'AzureServices' + * @member {array} [networkRuleSet.virtualNetworkRules] Sets the virtual + * network rules + * @member {array} [networkRuleSet.ipRules] Sets the IP ACL rules + * @member {string} [networkRuleSet.defaultAction] Specifies the default + * action of allow or deny when no other rules match. Possible values + * include: 'Allow', 'Deny' + */ constructor() { } @@ -227,12 +208,12 @@ class StorageAccountUpdateParameters { name: 'Boolean' } }, - networkAcls: { + networkRuleSet: { required: false, serializedName: 'properties.networkAcls', type: { name: 'Composite', - className: 'StorageNetworkAcls' + className: 'NetworkRuleSet' } } } diff --git a/lib/services/storageManagement2/lib/models/storageSkuListResult.js b/lib/services/storageManagement2/lib/models/storageSkuListResult.js new file mode 100644 index 0000000000..e4236b468f --- /dev/null +++ b/lib/services/storageManagement2/lib/models/storageSkuListResult.js @@ -0,0 +1,60 @@ +/* + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for + * license information. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is + * regenerated. + */ + +'use strict'; + +/** + * The response from the List Storage SKUs operation. + */ +class StorageSkuListResult extends Array { + /** + * Create a StorageSkuListResult. + */ + constructor() { + super(); + } + + /** + * Defines the metadata of StorageSkuListResult + * + * @returns {object} metadata of StorageSkuListResult + * + */ + mapper() { + return { + required: false, + serializedName: 'StorageSkuListResult', + type: { + name: 'Composite', + className: 'StorageSkuListResult', + modelProperties: { + value: { + required: false, + readOnly: true, + serializedName: '', + type: { + name: 'Sequence', + element: { + required: false, + serializedName: 'SkuElementType', + type: { + name: 'Composite', + className: 'Sku' + } + } + } + } + } + } + }; + } +} + +module.exports = StorageSkuListResult; diff --git a/lib/services/storageManagement2/lib/models/usage.js b/lib/services/storageManagement2/lib/models/usage.js index c8b8e86370..35b36f46c6 100644 --- a/lib/services/storageManagement2/lib/models/usage.js +++ b/lib/services/storageManagement2/lib/models/usage.js @@ -13,30 +13,24 @@ const models = require('./index'); /** - * @class - * Initializes a new instance of the Usage class. - * @constructor * Describes Storage Resource Usage. * - * @member {string} [unit] Gets the unit of measurement. Possible values - * include: 'Count', 'Bytes', 'Seconds', 'Percent', 'CountsPerSecond', - * 'BytesPerSecond' - * - * @member {number} [currentValue] Gets the current count of the allocated - * resources in the subscription. - * - * @member {number} [limit] Gets the maximum count of the resources that can be - * allocated in the subscription. - * - * @member {object} [name] Gets the name of the type of usage. - * - * @member {string} [name.value] Gets a string describing the resource name. - * - * @member {string} [name.localizedValue] Gets a localized string describing - * the resource name. - * */ class Usage { + /** + * Create a Usage. + * @member {string} [unit] Gets the unit of measurement. Possible values + * include: 'Count', 'Bytes', 'Seconds', 'Percent', 'CountsPerSecond', + * 'BytesPerSecond' + * @member {number} [currentValue] Gets the current count of the allocated + * resources in the subscription. + * @member {number} [limit] Gets the maximum count of the resources that can + * be allocated in the subscription. + * @member {object} [name] Gets the name of the type of usage. + * @member {string} [name.value] Gets a string describing the resource name. + * @member {string} [name.localizedValue] Gets a localized string describing + * the resource name. + */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/usageListResult.js b/lib/services/storageManagement2/lib/models/usageListResult.js index 0f5dc1de34..45b233f96f 100644 --- a/lib/services/storageManagement2/lib/models/usageListResult.js +++ b/lib/services/storageManagement2/lib/models/usageListResult.js @@ -11,13 +11,12 @@ 'use strict'; /** - * @class - * Initializes a new instance of the UsageListResult class. - * @constructor * The response from the List Usages operation. - * */ class UsageListResult extends Array { + /** + * Create a UsageListResult. + */ constructor() { super(); } diff --git a/lib/services/storageManagement2/lib/models/usageName.js b/lib/services/storageManagement2/lib/models/usageName.js index 5e82b80b27..959ac9c459 100644 --- a/lib/services/storageManagement2/lib/models/usageName.js +++ b/lib/services/storageManagement2/lib/models/usageName.js @@ -11,18 +11,16 @@ 'use strict'; /** - * @class - * Initializes a new instance of the UsageName class. - * @constructor * The usage names that can be used; currently limited to StorageAccount. * - * @member {string} [value] Gets a string describing the resource name. - * - * @member {string} [localizedValue] Gets a localized string describing the - * resource name. - * */ class UsageName { + /** + * Create a UsageName. + * @member {string} [value] Gets a string describing the resource name. + * @member {string} [localizedValue] Gets a localized string describing the + * resource name. + */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/virtualNetworkRule.js b/lib/services/storageManagement2/lib/models/virtualNetworkRule.js index 92f61f2020..11a25378a1 100644 --- a/lib/services/storageManagement2/lib/models/virtualNetworkRule.js +++ b/lib/services/storageManagement2/lib/models/virtualNetworkRule.js @@ -11,23 +11,21 @@ 'use strict'; /** - * @class - * Initializes a new instance of the VirtualNetworkRule class. - * @constructor * Virtual Network rule. * - * @member {string} virtualNetworkResourceId A URL of vnet, subnet, classicVnet - * or classicSubnet. - * - * @member {string} [action] The action of virtual network ACL rule. Possible - * values include: 'Allow'. Default value: 'Allow' . - * - * @member {string} [state] Gets the state of virtual network ACL rule. - * Possible values include: 'provisioning', 'deprovisioning', 'succeeded', - * 'failed', 'networkSourceDeleted' - * */ class VirtualNetworkRule { + /** + * Create a VirtualNetworkRule. + * @member {string} virtualNetworkResourceId Resource ID of a subnet, for + * example: + * /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}. + * @member {string} [action] The action of virtual network rule. Possible + * values include: 'Allow'. Default value: 'Allow' . + * @member {string} [state] Gets the state of virtual network rule. Possible + * values include: 'provisioning', 'deprovisioning', 'succeeded', 'failed', + * 'networkSourceDeleted' + */ constructor() { } diff --git a/lib/services/storageManagement2/lib/operations/index.d.ts b/lib/services/storageManagement2/lib/operations/index.d.ts index 275ffc6b16..818b0428b7 100644 --- a/lib/services/storageManagement2/lib/operations/index.d.ts +++ b/lib/services/storageManagement2/lib/operations/index.d.ts @@ -72,6 +72,68 @@ export interface Operations { list(options: { customHeaders? : { [headerName: string]: string; } }, callback: ServiceCallback): void; } +/** + * @class + * Skus + * __NOTE__: An instance of this class is automatically created for an + * instance of the StorageManagementClient. + */ +export interface Skus { + + + /** + * Lists the available SKUs supported by Microsoft.Storage for given + * subscription. + * + * @param {object} [options] Optional Parameters. + * + * @param {object} [options.customHeaders] Headers that will be added to the + * request + * + * @returns {Promise} A promise is returned + * + * @resolve {HttpOperationResponse} - The deserialized result object. + * + * @reject {Error|ServiceError} - The error object. + */ + listWithHttpOperationResponse(options?: { customHeaders? : { [headerName: string]: string; } }): Promise>; + + /** + * Lists the available SKUs supported by Microsoft.Storage for given + * subscription. + * + * @param {object} [options] Optional Parameters. + * + * @param {object} [options.customHeaders] Headers that will be added to the + * request + * + * @param {ServiceCallback} [optionalCallback] - The optional callback. + * + * @returns {ServiceCallback|Promise} If a callback was passed as the last + * parameter then it returns the callback else returns a Promise. + * + * {Promise} A promise is returned. + * + * @resolve {StorageSkuListResult} - The deserialized result object. + * + * @reject {Error|ServiceError} - The error object. + * + * {ServiceCallback} optionalCallback(err, result, request, response) + * + * {Error|ServiceError} err - The Error object if an error occurred, null otherwise. + * + * {StorageSkuListResult} [result] - The deserialized result object if an error did not occur. + * See {@link StorageSkuListResult} for more information. + * + * {WebResource} [request] - The HTTP Request object if an error did not occur. + * + * {http.IncomingMessage} [response] - The HTTP Response stream if an error did not occur. + */ + list(options?: { customHeaders? : { [headerName: string]: string; } }): Promise; + list(callback: ServiceCallback): void; + list(options: { customHeaders? : { [headerName: string]: string; } }, callback: ServiceCallback): void; +} + /** * @class * StorageAccounts @@ -84,11 +146,7 @@ export interface StorageAccounts { /** * Checks that the storage account name is valid and is not already in use. * - * @param {object} accountName The name of the storage account within the - * specified resource group. Storage account names must be between 3 and 24 - * characters in length and use numbers and lower-case letters only. - * - * @param {string} accountName.name The storage account name. + * @param {string} name The storage account name. * * @param {object} [options] Optional Parameters. * @@ -101,16 +159,12 @@ export interface StorageAccounts { * * @reject {Error|ServiceError} - The error object. */ - checkNameAvailabilityWithHttpOperationResponse(accountName: models.StorageAccountCheckNameAvailabilityParameters, options?: { customHeaders? : { [headerName: string]: string; } }): Promise>; + checkNameAvailabilityWithHttpOperationResponse(name: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise>; /** * Checks that the storage account name is valid and is not already in use. * - * @param {object} accountName The name of the storage account within the - * specified resource group. Storage account names must be between 3 and 24 - * characters in length and use numbers and lower-case letters only. - * - * @param {string} accountName.name The storage account name. + * @param {string} name The storage account name. * * @param {object} [options] Optional Parameters. * @@ -140,9 +194,9 @@ export interface StorageAccounts { * * {http.IncomingMessage} [response] - The HTTP Response stream if an error did not occur. */ - checkNameAvailability(accountName: models.StorageAccountCheckNameAvailabilityParameters, options?: { customHeaders? : { [headerName: string]: string; } }): Promise; - checkNameAvailability(accountName: models.StorageAccountCheckNameAvailabilityParameters, callback: ServiceCallback): void; - checkNameAvailability(accountName: models.StorageAccountCheckNameAvailabilityParameters, options: { customHeaders? : { [headerName: string]: string; } }, callback: ServiceCallback): void; + checkNameAvailability(name: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise; + checkNameAvailability(name: string, callback: ServiceCallback): void; + checkNameAvailability(name: string, options: { customHeaders? : { [headerName: string]: string; } }, callback: ServiceCallback): void; /** @@ -169,6 +223,9 @@ export interface StorageAccounts { * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' * + * @param {array} [parameters.sku.restrictions] The restrictions because of + * which SKU cannot be used. This is empty if there are no restrictions. + * * @param {string} parameters.kind Required. Indicates the type of storage * account. Possible values include: 'Storage', 'BlobStorage' * @@ -231,22 +288,22 @@ export interface StorageAccounts { * @param {string} [parameters.encryption.keyVaultProperties.keyVaultUri] The * Uri of KeyVault. * - * @param {object} [parameters.networkAcls] Network ACL + * @param {object} [parameters.networkRuleSet] Network rule set * - * @param {string} [parameters.networkAcls.bypass] Specifies whether traffic is - * bypassed for Logging/Metrics/AzureServices. Possible values are any + * @param {string} [parameters.networkRuleSet.bypass] Specifies whether traffic + * is bypassed for Logging/Metrics/AzureServices. Possible values are any * combination of Logging|Metrics|AzureServices (For example, "Logging, * Metrics"), or None to bypass none of those traffics. Possible values * include: 'None', 'Logging', 'Metrics', 'AzureServices' * - * @param {array} [parameters.networkAcls.virtualNetworkRules] Sets the virtual - * network ACL rules + * @param {array} [parameters.networkRuleSet.virtualNetworkRules] Sets the + * virtual network rules * - * @param {array} [parameters.networkAcls.ipRules] Sets the IP ACL rules + * @param {array} [parameters.networkRuleSet.ipRules] Sets the IP ACL rules * - * @param {string} parameters.networkAcls.defaultAction Specifies the default - * action of allow or deny when no other rules match. Possible values include: - * 'Allow', 'Deny' + * @param {string} parameters.networkRuleSet.defaultAction Specifies the + * default action of allow or deny when no other rules match. Possible values + * include: 'Allow', 'Deny' * * @param {string} [parameters.accessTier] Required for storage accounts where * kind = BlobStorage. The access tier used for billing. Possible values @@ -292,6 +349,9 @@ export interface StorageAccounts { * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' * + * @param {array} [parameters.sku.restrictions] The restrictions because of + * which SKU cannot be used. This is empty if there are no restrictions. + * * @param {string} parameters.kind Required. Indicates the type of storage * account. Possible values include: 'Storage', 'BlobStorage' * @@ -354,22 +414,22 @@ export interface StorageAccounts { * @param {string} [parameters.encryption.keyVaultProperties.keyVaultUri] The * Uri of KeyVault. * - * @param {object} [parameters.networkAcls] Network ACL + * @param {object} [parameters.networkRuleSet] Network rule set * - * @param {string} [parameters.networkAcls.bypass] Specifies whether traffic is - * bypassed for Logging/Metrics/AzureServices. Possible values are any + * @param {string} [parameters.networkRuleSet.bypass] Specifies whether traffic + * is bypassed for Logging/Metrics/AzureServices. Possible values are any * combination of Logging|Metrics|AzureServices (For example, "Logging, * Metrics"), or None to bypass none of those traffics. Possible values * include: 'None', 'Logging', 'Metrics', 'AzureServices' * - * @param {array} [parameters.networkAcls.virtualNetworkRules] Sets the virtual - * network ACL rules + * @param {array} [parameters.networkRuleSet.virtualNetworkRules] Sets the + * virtual network rules * - * @param {array} [parameters.networkAcls.ipRules] Sets the IP ACL rules + * @param {array} [parameters.networkRuleSet.ipRules] Sets the IP ACL rules * - * @param {string} parameters.networkAcls.defaultAction Specifies the default - * action of allow or deny when no other rules match. Possible values include: - * 'Allow', 'Deny' + * @param {string} parameters.networkRuleSet.defaultAction Specifies the + * default action of allow or deny when no other rules match. Possible values + * include: 'Allow', 'Deny' * * @param {string} [parameters.accessTier] Required for storage accounts where * kind = BlobStorage. The access tier used for billing. Possible values @@ -573,6 +633,9 @@ export interface StorageAccounts { * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' * + * @param {array} [parameters.sku.restrictions] The restrictions because of + * which SKU cannot be used. This is empty if there are no restrictions. + * * @param {object} [parameters.tags] Gets or sets a list of key value pairs * that describe the resource. These tags can be used in viewing and grouping * this resource (across resource groups). A maximum of 15 tags can be provided @@ -632,22 +695,22 @@ export interface StorageAccounts { * @param {boolean} [parameters.enableHttpsTrafficOnly] Allows https traffic * only to storage service if sets to true. * - * @param {object} [parameters.networkAcls] Network ACL + * @param {object} [parameters.networkRuleSet] Network rule set * - * @param {string} [parameters.networkAcls.bypass] Specifies whether traffic is - * bypassed for Logging/Metrics/AzureServices. Possible values are any + * @param {string} [parameters.networkRuleSet.bypass] Specifies whether traffic + * is bypassed for Logging/Metrics/AzureServices. Possible values are any * combination of Logging|Metrics|AzureServices (For example, "Logging, * Metrics"), or None to bypass none of those traffics. Possible values * include: 'None', 'Logging', 'Metrics', 'AzureServices' * - * @param {array} [parameters.networkAcls.virtualNetworkRules] Sets the virtual - * network ACL rules + * @param {array} [parameters.networkRuleSet.virtualNetworkRules] Sets the + * virtual network rules * - * @param {array} [parameters.networkAcls.ipRules] Sets the IP ACL rules + * @param {array} [parameters.networkRuleSet.ipRules] Sets the IP ACL rules * - * @param {string} parameters.networkAcls.defaultAction Specifies the default - * action of allow or deny when no other rules match. Possible values include: - * 'Allow', 'Deny' + * @param {string} parameters.networkRuleSet.defaultAction Specifies the + * default action of allow or deny when no other rules match. Possible values + * include: 'Allow', 'Deny' * * @param {object} [options] Optional Parameters. * @@ -692,6 +755,9 @@ export interface StorageAccounts { * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' * + * @param {array} [parameters.sku.restrictions] The restrictions because of + * which SKU cannot be used. This is empty if there are no restrictions. + * * @param {object} [parameters.tags] Gets or sets a list of key value pairs * that describe the resource. These tags can be used in viewing and grouping * this resource (across resource groups). A maximum of 15 tags can be provided @@ -751,22 +817,22 @@ export interface StorageAccounts { * @param {boolean} [parameters.enableHttpsTrafficOnly] Allows https traffic * only to storage service if sets to true. * - * @param {object} [parameters.networkAcls] Network ACL + * @param {object} [parameters.networkRuleSet] Network rule set * - * @param {string} [parameters.networkAcls.bypass] Specifies whether traffic is - * bypassed for Logging/Metrics/AzureServices. Possible values are any + * @param {string} [parameters.networkRuleSet.bypass] Specifies whether traffic + * is bypassed for Logging/Metrics/AzureServices. Possible values are any * combination of Logging|Metrics|AzureServices (For example, "Logging, * Metrics"), or None to bypass none of those traffics. Possible values * include: 'None', 'Logging', 'Metrics', 'AzureServices' * - * @param {array} [parameters.networkAcls.virtualNetworkRules] Sets the virtual - * network ACL rules + * @param {array} [parameters.networkRuleSet.virtualNetworkRules] Sets the + * virtual network rules * - * @param {array} [parameters.networkAcls.ipRules] Sets the IP ACL rules + * @param {array} [parameters.networkRuleSet.ipRules] Sets the IP ACL rules * - * @param {string} parameters.networkAcls.defaultAction Specifies the default - * action of allow or deny when no other rules match. Possible values include: - * 'Allow', 'Deny' + * @param {string} parameters.networkRuleSet.defaultAction Specifies the + * default action of allow or deny when no other rules match. Possible values + * include: 'Allow', 'Deny' * * @param {object} [options] Optional Parameters. * @@ -992,11 +1058,8 @@ export interface StorageAccounts { * specified resource group. Storage account names must be between 3 and 24 * characters in length and use numbers and lower-case letters only. * - * @param {object} regenerateKeyParameter Specifies name of the key which - * should be regenerated -- key1 or key2. - * - * @param {string} regenerateKeyParameter.keyName The name of storage keys that - * want to be regenerated, possible vaules are key1, key2. + * @param {string} keyName The name of storage keys that want to be + * regenerated, possible vaules are key1, key2. * * @param {object} [options] Optional Parameters. * @@ -1009,7 +1072,7 @@ export interface StorageAccounts { * * @reject {Error|ServiceError} - The error object. */ - regenerateKeyWithHttpOperationResponse(resourceGroupName: string, accountName: string, regenerateKeyParameter: models.StorageAccountRegenerateKeyParameters, options?: { customHeaders? : { [headerName: string]: string; } }): Promise>; + regenerateKeyWithHttpOperationResponse(resourceGroupName: string, accountName: string, keyName: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise>; /** * Regenerates one of the access keys for the specified storage account. @@ -1021,11 +1084,8 @@ export interface StorageAccounts { * specified resource group. Storage account names must be between 3 and 24 * characters in length and use numbers and lower-case letters only. * - * @param {object} regenerateKeyParameter Specifies name of the key which - * should be regenerated -- key1 or key2. - * - * @param {string} regenerateKeyParameter.keyName The name of storage keys that - * want to be regenerated, possible vaules are key1, key2. + * @param {string} keyName The name of storage keys that want to be + * regenerated, possible vaules are key1, key2. * * @param {object} [options] Optional Parameters. * @@ -1055,9 +1115,9 @@ export interface StorageAccounts { * * {http.IncomingMessage} [response] - The HTTP Response stream if an error did not occur. */ - regenerateKey(resourceGroupName: string, accountName: string, regenerateKeyParameter: models.StorageAccountRegenerateKeyParameters, options?: { customHeaders? : { [headerName: string]: string; } }): Promise; - regenerateKey(resourceGroupName: string, accountName: string, regenerateKeyParameter: models.StorageAccountRegenerateKeyParameters, callback: ServiceCallback): void; - regenerateKey(resourceGroupName: string, accountName: string, regenerateKeyParameter: models.StorageAccountRegenerateKeyParameters, options: { customHeaders? : { [headerName: string]: string; } }, callback: ServiceCallback): void; + regenerateKey(resourceGroupName: string, accountName: string, keyName: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise; + regenerateKey(resourceGroupName: string, accountName: string, keyName: string, callback: ServiceCallback): void; + regenerateKey(resourceGroupName: string, accountName: string, keyName: string, options: { customHeaders? : { [headerName: string]: string; } }, callback: ServiceCallback): void; /** @@ -1396,6 +1456,9 @@ export interface StorageAccounts { * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' * + * @param {array} [parameters.sku.restrictions] The restrictions because of + * which SKU cannot be used. This is empty if there are no restrictions. + * * @param {string} parameters.kind Required. Indicates the type of storage * account. Possible values include: 'Storage', 'BlobStorage' * @@ -1458,22 +1521,22 @@ export interface StorageAccounts { * @param {string} [parameters.encryption.keyVaultProperties.keyVaultUri] The * Uri of KeyVault. * - * @param {object} [parameters.networkAcls] Network ACL + * @param {object} [parameters.networkRuleSet] Network rule set * - * @param {string} [parameters.networkAcls.bypass] Specifies whether traffic is - * bypassed for Logging/Metrics/AzureServices. Possible values are any + * @param {string} [parameters.networkRuleSet.bypass] Specifies whether traffic + * is bypassed for Logging/Metrics/AzureServices. Possible values are any * combination of Logging|Metrics|AzureServices (For example, "Logging, * Metrics"), or None to bypass none of those traffics. Possible values * include: 'None', 'Logging', 'Metrics', 'AzureServices' * - * @param {array} [parameters.networkAcls.virtualNetworkRules] Sets the virtual - * network ACL rules + * @param {array} [parameters.networkRuleSet.virtualNetworkRules] Sets the + * virtual network rules * - * @param {array} [parameters.networkAcls.ipRules] Sets the IP ACL rules + * @param {array} [parameters.networkRuleSet.ipRules] Sets the IP ACL rules * - * @param {string} parameters.networkAcls.defaultAction Specifies the default - * action of allow or deny when no other rules match. Possible values include: - * 'Allow', 'Deny' + * @param {string} parameters.networkRuleSet.defaultAction Specifies the + * default action of allow or deny when no other rules match. Possible values + * include: 'Allow', 'Deny' * * @param {string} [parameters.accessTier] Required for storage accounts where * kind = BlobStorage. The access tier used for billing. Possible values @@ -1519,6 +1582,9 @@ export interface StorageAccounts { * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' * + * @param {array} [parameters.sku.restrictions] The restrictions because of + * which SKU cannot be used. This is empty if there are no restrictions. + * * @param {string} parameters.kind Required. Indicates the type of storage * account. Possible values include: 'Storage', 'BlobStorage' * @@ -1581,22 +1647,22 @@ export interface StorageAccounts { * @param {string} [parameters.encryption.keyVaultProperties.keyVaultUri] The * Uri of KeyVault. * - * @param {object} [parameters.networkAcls] Network ACL + * @param {object} [parameters.networkRuleSet] Network rule set * - * @param {string} [parameters.networkAcls.bypass] Specifies whether traffic is - * bypassed for Logging/Metrics/AzureServices. Possible values are any + * @param {string} [parameters.networkRuleSet.bypass] Specifies whether traffic + * is bypassed for Logging/Metrics/AzureServices. Possible values are any * combination of Logging|Metrics|AzureServices (For example, "Logging, * Metrics"), or None to bypass none of those traffics. Possible values * include: 'None', 'Logging', 'Metrics', 'AzureServices' * - * @param {array} [parameters.networkAcls.virtualNetworkRules] Sets the virtual - * network ACL rules + * @param {array} [parameters.networkRuleSet.virtualNetworkRules] Sets the + * virtual network rules * - * @param {array} [parameters.networkAcls.ipRules] Sets the IP ACL rules + * @param {array} [parameters.networkRuleSet.ipRules] Sets the IP ACL rules * - * @param {string} parameters.networkAcls.defaultAction Specifies the default - * action of allow or deny when no other rules match. Possible values include: - * 'Allow', 'Deny' + * @param {string} parameters.networkRuleSet.defaultAction Specifies the + * default action of allow or deny when no other rules match. Possible values + * include: 'Allow', 'Deny' * * @param {string} [parameters.accessTier] Required for storage accounts where * kind = BlobStorage. The access tier used for billing. Possible values diff --git a/lib/services/storageManagement2/lib/operations/index.js b/lib/services/storageManagement2/lib/operations/index.js index b3f744f674..b7f1f1b47a 100644 --- a/lib/services/storageManagement2/lib/operations/index.js +++ b/lib/services/storageManagement2/lib/operations/index.js @@ -15,5 +15,6 @@ 'use strict'; exports.Operations = require('./operations'); +exports.Skus = require('./skus'); exports.StorageAccounts = require('./storageAccounts'); exports.UsageOperations = require('./usageOperations'); diff --git a/lib/services/storageManagement2/lib/operations/operations.js b/lib/services/storageManagement2/lib/operations/operations.js index bb0da49050..6c0b4f8fca 100644 --- a/lib/services/storageManagement2/lib/operations/operations.js +++ b/lib/services/storageManagement2/lib/operations/operations.js @@ -69,9 +69,10 @@ function _list(options, callback) { // Create HTTP transport objects let httpRequest = new WebResource(); httpRequest.method = 'GET'; - httpRequest.headers = {}; httpRequest.url = requestUrl; + httpRequest.headers = {}; // Set Headers + httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; if (this.client.generateClientRequestId) { httpRequest.headers['x-ms-client-request-id'] = msRestAzure.generateUuid(); } @@ -85,7 +86,6 @@ function _list(options, callback) { } } } - httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; httpRequest.body = null; // Send Request return client.pipeline(httpRequest, (err, response, responseBody) => { @@ -143,17 +143,12 @@ function _list(options, callback) { }); } -/** - * @class - * Operations - * __NOTE__: An instance of this class is automatically created for an - * instance of the StorageManagementClient. - * Initializes a new instance of the Operations class. - * @constructor - * - * @param {StorageManagementClient} client Reference to the service client. - */ +/** Class representing a Operations. */ class Operations { + /** + * Create a Operations. + * @param {StorageManagementClient} client Reference to the service client. + */ constructor(client) { this.client = client; this._list = _list; diff --git a/lib/services/storageManagement2/lib/operations/skus.js b/lib/services/storageManagement2/lib/operations/skus.js new file mode 100644 index 0000000000..956a7ebafb --- /dev/null +++ b/lib/services/storageManagement2/lib/operations/skus.js @@ -0,0 +1,244 @@ +/* + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for + * license information. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is + * regenerated. + */ + +'use strict'; + +const msRest = require('ms-rest'); +const msRestAzure = require('ms-rest-azure'); +const WebResource = msRest.WebResource; + +/** + * Lists the available SKUs supported by Microsoft.Storage for given + * subscription. + * + * @param {object} [options] Optional Parameters. + * + * @param {object} [options.customHeaders] Headers that will be added to the + * request + * + * @param {function} callback - The callback. + * + * @returns {function} callback(err, result, request, response) + * + * {Error} err - The Error object if an error occurred, null otherwise. + * + * {object} [result] - The deserialized result object if an error did not occur. + * See {@link StorageSkuListResult} for more information. + * + * {object} [request] - The HTTP Request object if an error did not occur. + * + * {stream} [response] - The HTTP Response stream if an error did not occur. + */ +function _list(options, callback) { + /* jshint validthis: true */ + let client = this.client; + if(!callback && typeof options === 'function') { + callback = options; + options = null; + } + if (!callback) { + throw new Error('callback cannot be null.'); + } + // Validate + try { + if (this.client.apiVersion === null || this.client.apiVersion === undefined || typeof this.client.apiVersion.valueOf() !== 'string') { + throw new Error('this.client.apiVersion cannot be null or undefined and it must be of type string.'); + } + if (this.client.subscriptionId === null || this.client.subscriptionId === undefined || typeof this.client.subscriptionId.valueOf() !== 'string') { + throw new Error('this.client.subscriptionId cannot be null or undefined and it must be of type string.'); + } + if (this.client.acceptLanguage !== null && this.client.acceptLanguage !== undefined && typeof this.client.acceptLanguage.valueOf() !== 'string') { + throw new Error('this.client.acceptLanguage must be of type string.'); + } + } catch (error) { + return callback(error); + } + + // Construct URL + let baseUrl = this.client.baseUri; + let requestUrl = baseUrl + (baseUrl.endsWith('/') ? '' : '/') + 'subscriptions/{subscriptionId}/providers/Microsoft.Storage/skus'; + requestUrl = requestUrl.replace('{subscriptionId}', encodeURIComponent(this.client.subscriptionId)); + let queryParameters = []; + queryParameters.push('api-version=' + encodeURIComponent(this.client.apiVersion)); + if (queryParameters.length > 0) { + requestUrl += '?' + queryParameters.join('&'); + } + + // Create HTTP transport objects + let httpRequest = new WebResource(); + httpRequest.method = 'GET'; + httpRequest.url = requestUrl; + httpRequest.headers = {}; + // Set Headers + httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; + if (this.client.generateClientRequestId) { + httpRequest.headers['x-ms-client-request-id'] = msRestAzure.generateUuid(); + } + if (this.client.acceptLanguage !== undefined && this.client.acceptLanguage !== null) { + httpRequest.headers['accept-language'] = this.client.acceptLanguage; + } + if(options) { + for(let headerName in options['customHeaders']) { + if (options['customHeaders'].hasOwnProperty(headerName)) { + httpRequest.headers[headerName] = options['customHeaders'][headerName]; + } + } + } + httpRequest.body = null; + // Send Request + return client.pipeline(httpRequest, (err, response, responseBody) => { + if (err) { + return callback(err); + } + let statusCode = response.statusCode; + if (statusCode !== 200) { + let error = new Error(responseBody); + error.statusCode = response.statusCode; + error.request = msRest.stripRequest(httpRequest); + error.response = msRest.stripResponse(response); + if (responseBody === '') responseBody = null; + let parsedErrorResponse; + try { + parsedErrorResponse = JSON.parse(responseBody); + if (parsedErrorResponse) { + if (parsedErrorResponse.error) parsedErrorResponse = parsedErrorResponse.error; + if (parsedErrorResponse.code) error.code = parsedErrorResponse.code; + if (parsedErrorResponse.message) error.message = parsedErrorResponse.message; + } + if (parsedErrorResponse !== null && parsedErrorResponse !== undefined) { + let resultMapper = new client.models['CloudError']().mapper(); + error.body = client.deserialize(resultMapper, parsedErrorResponse, 'error.body'); + } + } catch (defaultError) { + error.message = `Error "${defaultError.message}" occurred in deserializing the responseBody ` + + `- "${responseBody}" for the default response.`; + return callback(error); + } + return callback(error); + } + // Create Result + let result = null; + if (responseBody === '') responseBody = null; + // Deserialize Response + if (statusCode === 200) { + let parsedResponse = null; + try { + parsedResponse = JSON.parse(responseBody); + result = JSON.parse(responseBody); + if (parsedResponse !== null && parsedResponse !== undefined) { + let resultMapper = new client.models['StorageSkuListResult']().mapper(); + result = client.deserialize(resultMapper, parsedResponse, 'result'); + } + } catch (error) { + let deserializationError = new Error(`Error ${error} occurred in deserializing the responseBody - ${responseBody}`); + deserializationError.request = msRest.stripRequest(httpRequest); + deserializationError.response = msRest.stripResponse(response); + return callback(deserializationError); + } + } + + return callback(null, result, httpRequest, response); + }); +} + +/** Class representing a Skus. */ +class Skus { + /** + * Create a Skus. + * @param {StorageManagementClient} client Reference to the service client. + */ + constructor(client) { + this.client = client; + this._list = _list; + } + + /** + * Lists the available SKUs supported by Microsoft.Storage for given + * subscription. + * + * @param {object} [options] Optional Parameters. + * + * @param {object} [options.customHeaders] Headers that will be added to the + * request + * + * @returns {Promise} A promise is returned + * + * @resolve {HttpOperationResponse} - The deserialized result object. + * + * @reject {Error} - The error object. + */ + listWithHttpOperationResponse(options) { + let client = this.client; + let self = this; + return new Promise((resolve, reject) => { + self._list(options, (err, result, request, response) => { + let httpOperationResponse = new msRest.HttpOperationResponse(request, response); + httpOperationResponse.body = result; + if (err) { reject(err); } + else { resolve(httpOperationResponse); } + return; + }); + }); + } + + /** + * Lists the available SKUs supported by Microsoft.Storage for given + * subscription. + * + * @param {object} [options] Optional Parameters. + * + * @param {object} [options.customHeaders] Headers that will be added to the + * request + * + * @param {function} [optionalCallback] - The optional callback. + * + * @returns {function|Promise} If a callback was passed as the last parameter + * then it returns the callback else returns a Promise. + * + * {Promise} A promise is returned + * + * @resolve {StorageSkuListResult} - The deserialized result object. + * + * @reject {Error} - The error object. + * + * {function} optionalCallback(err, result, request, response) + * + * {Error} err - The Error object if an error occurred, null otherwise. + * + * {object} [result] - The deserialized result object if an error did not occur. + * See {@link StorageSkuListResult} for more information. + * + * {object} [request] - The HTTP Request object if an error did not occur. + * + * {stream} [response] - The HTTP Response stream if an error did not occur. + */ + list(options, optionalCallback) { + let client = this.client; + let self = this; + if (!optionalCallback && typeof options === 'function') { + optionalCallback = options; + options = null; + } + if (!optionalCallback) { + return new Promise((resolve, reject) => { + self._list(options, (err, result, request, response) => { + if (err) { reject(err); } + else { resolve(result); } + return; + }); + }); + } else { + return self._list(options, optionalCallback); + } + } + +} + +module.exports = Skus; diff --git a/lib/services/storageManagement2/lib/operations/storageAccounts.js b/lib/services/storageManagement2/lib/operations/storageAccounts.js index 0408de1fe8..ee111133c9 100644 --- a/lib/services/storageManagement2/lib/operations/storageAccounts.js +++ b/lib/services/storageManagement2/lib/operations/storageAccounts.js @@ -17,11 +17,7 @@ const WebResource = msRest.WebResource; /** * Checks that the storage account name is valid and is not already in use. * - * @param {object} accountName The name of the storage account within the - * specified resource group. Storage account names must be between 3 and 24 - * characters in length and use numbers and lower-case letters only. - * - * @param {string} accountName.name The storage account name. + * @param {string} name The storage account name. * * @param {object} [options] Optional Parameters. * @@ -42,7 +38,7 @@ const WebResource = msRest.WebResource; * * {stream} [response] - The HTTP Response stream if an error did not occur. */ -function _checkNameAvailability(accountName, options, callback) { +function _checkNameAvailability(name, options, callback) { /* jshint validthis: true */ let client = this.client; if(!callback && typeof options === 'function') { @@ -52,27 +48,32 @@ function _checkNameAvailability(accountName, options, callback) { if (!callback) { throw new Error('callback cannot be null.'); } - if (accountName === null || accountName === undefined) - { - accountName = {}; - } // Validate try { - if (accountName === null || accountName === undefined) { - throw new Error('accountName cannot be null or undefined.'); - } if (this.client.apiVersion === null || this.client.apiVersion === undefined || typeof this.client.apiVersion.valueOf() !== 'string') { throw new Error('this.client.apiVersion cannot be null or undefined and it must be of type string.'); } if (this.client.subscriptionId === null || this.client.subscriptionId === undefined || typeof this.client.subscriptionId.valueOf() !== 'string') { throw new Error('this.client.subscriptionId cannot be null or undefined and it must be of type string.'); } + if (name === null || name === undefined || typeof name.valueOf() !== 'string') { + throw new Error('name cannot be null or undefined and it must be of type string.'); + } if (this.client.acceptLanguage !== null && this.client.acceptLanguage !== undefined && typeof this.client.acceptLanguage.valueOf() !== 'string') { throw new Error('this.client.acceptLanguage must be of type string.'); } } catch (error) { return callback(error); } + let accountName = new client.models['StorageAccountCheckNameAvailabilityParameters'](); + try { + if (name !== null && name !== undefined) + { + accountName.name = name; + } + } catch (error) { + return callback(error); + } // Construct URL let baseUrl = this.client.baseUri; @@ -87,9 +88,10 @@ function _checkNameAvailability(accountName, options, callback) { // Create HTTP transport objects let httpRequest = new WebResource(); httpRequest.method = 'POST'; - httpRequest.headers = {}; httpRequest.url = requestUrl; + httpRequest.headers = {}; // Set Headers + httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; if (this.client.generateClientRequestId) { httpRequest.headers['x-ms-client-request-id'] = msRestAzure.generateUuid(); } @@ -103,7 +105,6 @@ function _checkNameAvailability(accountName, options, callback) { } } } - httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; // Serialize Request let requestContent = null; let requestModel = null; @@ -200,6 +201,9 @@ function _checkNameAvailability(accountName, options, callback) { * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' * + * @param {array} [parameters.sku.restrictions] The restrictions because of + * which SKU cannot be used. This is empty if there are no restrictions. + * * @param {string} parameters.kind Required. Indicates the type of storage * account. Possible values include: 'Storage', 'BlobStorage' * @@ -262,22 +266,22 @@ function _checkNameAvailability(accountName, options, callback) { * @param {string} [parameters.encryption.keyVaultProperties.keyVaultUri] The * Uri of KeyVault. * - * @param {object} [parameters.networkAcls] Network ACL + * @param {object} [parameters.networkRuleSet] Network rule set * - * @param {string} [parameters.networkAcls.bypass] Specifies whether traffic is - * bypassed for Logging/Metrics/AzureServices. Possible values are any + * @param {string} [parameters.networkRuleSet.bypass] Specifies whether traffic + * is bypassed for Logging/Metrics/AzureServices. Possible values are any * combination of Logging|Metrics|AzureServices (For example, "Logging, * Metrics"), or None to bypass none of those traffics. Possible values * include: 'None', 'Logging', 'Metrics', 'AzureServices' * - * @param {array} [parameters.networkAcls.virtualNetworkRules] Sets the virtual - * network ACL rules + * @param {array} [parameters.networkRuleSet.virtualNetworkRules] Sets the + * virtual network rules * - * @param {array} [parameters.networkAcls.ipRules] Sets the IP ACL rules + * @param {array} [parameters.networkRuleSet.ipRules] Sets the IP ACL rules * - * @param {string} parameters.networkAcls.defaultAction Specifies the default - * action of allow or deny when no other rules match. Possible values include: - * 'Allow', 'Deny' + * @param {string} parameters.networkRuleSet.defaultAction Specifies the + * default action of allow or deny when no other rules match. Possible values + * include: 'Allow', 'Deny' * * @param {string} [parameters.accessTier] Required for storage accounts where * kind = BlobStorage. The access tier used for billing. Possible values @@ -453,9 +457,10 @@ function _deleteMethod(resourceGroupName, accountName, options, callback) { // Create HTTP transport objects let httpRequest = new WebResource(); httpRequest.method = 'DELETE'; - httpRequest.headers = {}; httpRequest.url = requestUrl; + httpRequest.headers = {}; // Set Headers + httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; if (this.client.generateClientRequestId) { httpRequest.headers['x-ms-client-request-id'] = msRestAzure.generateUuid(); } @@ -469,7 +474,6 @@ function _deleteMethod(resourceGroupName, accountName, options, callback) { } } } - httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; httpRequest.body = null; // Send Request return client.pipeline(httpRequest, (err, response, responseBody) => { @@ -610,9 +614,10 @@ function _getProperties(resourceGroupName, accountName, options, callback) { // Create HTTP transport objects let httpRequest = new WebResource(); httpRequest.method = 'GET'; - httpRequest.headers = {}; httpRequest.url = requestUrl; + httpRequest.headers = {}; // Set Headers + httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; if (this.client.generateClientRequestId) { httpRequest.headers['x-ms-client-request-id'] = msRestAzure.generateUuid(); } @@ -626,7 +631,6 @@ function _getProperties(resourceGroupName, accountName, options, callback) { } } } - httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; httpRequest.body = null; // Send Request return client.pipeline(httpRequest, (err, response, responseBody) => { @@ -714,6 +718,9 @@ function _getProperties(resourceGroupName, accountName, options, callback) { * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' * + * @param {array} [parameters.sku.restrictions] The restrictions because of + * which SKU cannot be used. This is empty if there are no restrictions. + * * @param {object} [parameters.tags] Gets or sets a list of key value pairs * that describe the resource. These tags can be used in viewing and grouping * this resource (across resource groups). A maximum of 15 tags can be provided @@ -773,22 +780,22 @@ function _getProperties(resourceGroupName, accountName, options, callback) { * @param {boolean} [parameters.enableHttpsTrafficOnly] Allows https traffic * only to storage service if sets to true. * - * @param {object} [parameters.networkAcls] Network ACL + * @param {object} [parameters.networkRuleSet] Network rule set * - * @param {string} [parameters.networkAcls.bypass] Specifies whether traffic is - * bypassed for Logging/Metrics/AzureServices. Possible values are any + * @param {string} [parameters.networkRuleSet.bypass] Specifies whether traffic + * is bypassed for Logging/Metrics/AzureServices. Possible values are any * combination of Logging|Metrics|AzureServices (For example, "Logging, * Metrics"), or None to bypass none of those traffics. Possible values * include: 'None', 'Logging', 'Metrics', 'AzureServices' * - * @param {array} [parameters.networkAcls.virtualNetworkRules] Sets the virtual - * network ACL rules + * @param {array} [parameters.networkRuleSet.virtualNetworkRules] Sets the + * virtual network rules * - * @param {array} [parameters.networkAcls.ipRules] Sets the IP ACL rules + * @param {array} [parameters.networkRuleSet.ipRules] Sets the IP ACL rules * - * @param {string} parameters.networkAcls.defaultAction Specifies the default - * action of allow or deny when no other rules match. Possible values include: - * 'Allow', 'Deny' + * @param {string} parameters.networkRuleSet.defaultAction Specifies the + * default action of allow or deny when no other rules match. Possible values + * include: 'Allow', 'Deny' * * @param {object} [options] Optional Parameters. * @@ -885,9 +892,10 @@ function _update(resourceGroupName, accountName, parameters, options, callback) // Create HTTP transport objects let httpRequest = new WebResource(); httpRequest.method = 'PATCH'; - httpRequest.headers = {}; httpRequest.url = requestUrl; + httpRequest.headers = {}; // Set Headers + httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; if (this.client.generateClientRequestId) { httpRequest.headers['x-ms-client-request-id'] = msRestAzure.generateUuid(); } @@ -901,7 +909,6 @@ function _update(resourceGroupName, accountName, parameters, options, callback) } } } - httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; // Serialize Request let requestContent = null; let requestModel = null; @@ -1034,9 +1041,10 @@ function _list(options, callback) { // Create HTTP transport objects let httpRequest = new WebResource(); httpRequest.method = 'GET'; - httpRequest.headers = {}; httpRequest.url = requestUrl; + httpRequest.headers = {}; // Set Headers + httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; if (this.client.generateClientRequestId) { httpRequest.headers['x-ms-client-request-id'] = msRestAzure.generateUuid(); } @@ -1050,7 +1058,6 @@ function _list(options, callback) { } } } - httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; httpRequest.body = null; // Send Request return client.pipeline(httpRequest, (err, response, responseBody) => { @@ -1191,9 +1198,10 @@ function _listByResourceGroup(resourceGroupName, options, callback) { // Create HTTP transport objects let httpRequest = new WebResource(); httpRequest.method = 'GET'; - httpRequest.headers = {}; httpRequest.url = requestUrl; + httpRequest.headers = {}; // Set Headers + httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; if (this.client.generateClientRequestId) { httpRequest.headers['x-ms-client-request-id'] = msRestAzure.generateUuid(); } @@ -1207,7 +1215,6 @@ function _listByResourceGroup(resourceGroupName, options, callback) { } } } - httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; httpRequest.body = null; // Send Request return client.pipeline(httpRequest, (err, response, responseBody) => { @@ -1364,9 +1371,10 @@ function _listKeys(resourceGroupName, accountName, options, callback) { // Create HTTP transport objects let httpRequest = new WebResource(); httpRequest.method = 'POST'; - httpRequest.headers = {}; httpRequest.url = requestUrl; + httpRequest.headers = {}; // Set Headers + httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; if (this.client.generateClientRequestId) { httpRequest.headers['x-ms-client-request-id'] = msRestAzure.generateUuid(); } @@ -1380,7 +1388,6 @@ function _listKeys(resourceGroupName, accountName, options, callback) { } } } - httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; httpRequest.body = null; // Send Request return client.pipeline(httpRequest, (err, response, responseBody) => { @@ -1448,11 +1455,8 @@ function _listKeys(resourceGroupName, accountName, options, callback) { * specified resource group. Storage account names must be between 3 and 24 * characters in length and use numbers and lower-case letters only. * - * @param {object} regenerateKeyParameter Specifies name of the key which - * should be regenerated -- key1 or key2. - * - * @param {string} regenerateKeyParameter.keyName The name of storage keys that - * want to be regenerated, possible vaules are key1, key2. + * @param {string} keyName The name of storage keys that want to be + * regenerated, possible vaules are key1, key2. * * @param {object} [options] Optional Parameters. * @@ -1473,7 +1477,7 @@ function _listKeys(resourceGroupName, accountName, options, callback) { * * {stream} [response] - The HTTP Response stream if an error did not occur. */ -function _regenerateKey(resourceGroupName, accountName, regenerateKeyParameter, options, callback) { +function _regenerateKey(resourceGroupName, accountName, keyName, options, callback) { /* jshint validthis: true */ let client = this.client; if(!callback && typeof options === 'function') { @@ -1515,21 +1519,26 @@ function _regenerateKey(resourceGroupName, accountName, regenerateKeyParameter, throw new Error('"accountName" should satisfy the constraint - "MinLength": 3'); } } - if (regenerateKeyParameter === null || regenerateKeyParameter === undefined) { - throw new Error('regenerateKeyParameter cannot be null or undefined.'); - } if (this.client.apiVersion === null || this.client.apiVersion === undefined || typeof this.client.apiVersion.valueOf() !== 'string') { throw new Error('this.client.apiVersion cannot be null or undefined and it must be of type string.'); } if (this.client.subscriptionId === null || this.client.subscriptionId === undefined || typeof this.client.subscriptionId.valueOf() !== 'string') { throw new Error('this.client.subscriptionId cannot be null or undefined and it must be of type string.'); } + if (keyName === null || keyName === undefined || typeof keyName.valueOf() !== 'string') { + throw new Error('keyName cannot be null or undefined and it must be of type string.'); + } if (this.client.acceptLanguage !== null && this.client.acceptLanguage !== undefined && typeof this.client.acceptLanguage.valueOf() !== 'string') { throw new Error('this.client.acceptLanguage must be of type string.'); } } catch (error) { return callback(error); } + let regenerateKeyParameter; + if (keyName !== null && keyName !== undefined) { + regenerateKeyParameter = new client.models['StorageAccountRegenerateKeyParameters'](); + regenerateKeyParameter.keyName = keyName; + } // Construct URL let baseUrl = this.client.baseUri; @@ -1546,9 +1555,10 @@ function _regenerateKey(resourceGroupName, accountName, regenerateKeyParameter, // Create HTTP transport objects let httpRequest = new WebResource(); httpRequest.method = 'POST'; - httpRequest.headers = {}; httpRequest.url = requestUrl; + httpRequest.headers = {}; // Set Headers + httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; if (this.client.generateClientRequestId) { httpRequest.headers['x-ms-client-request-id'] = msRestAzure.generateUuid(); } @@ -1562,7 +1572,6 @@ function _regenerateKey(resourceGroupName, accountName, regenerateKeyParameter, } } } - httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; // Serialize Request let requestContent = null; let requestModel = null; @@ -1769,9 +1778,10 @@ function _listAccountSAS(resourceGroupName, accountName, parameters, options, ca // Create HTTP transport objects let httpRequest = new WebResource(); httpRequest.method = 'POST'; - httpRequest.headers = {}; httpRequest.url = requestUrl; + httpRequest.headers = {}; // Set Headers + httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; if (this.client.generateClientRequestId) { httpRequest.headers['x-ms-client-request-id'] = msRestAzure.generateUuid(); } @@ -1785,7 +1795,6 @@ function _listAccountSAS(resourceGroupName, accountName, parameters, options, ca } } } - httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; // Serialize Request let requestContent = null; let requestModel = null; @@ -2016,9 +2025,10 @@ function _listServiceSAS(resourceGroupName, accountName, parameters, options, ca // Create HTTP transport objects let httpRequest = new WebResource(); httpRequest.method = 'POST'; - httpRequest.headers = {}; httpRequest.url = requestUrl; + httpRequest.headers = {}; // Set Headers + httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; if (this.client.generateClientRequestId) { httpRequest.headers['x-ms-client-request-id'] = msRestAzure.generateUuid(); } @@ -2032,7 +2042,6 @@ function _listServiceSAS(resourceGroupName, accountName, parameters, options, ca } } } - httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; // Serialize Request let requestContent = null; let requestModel = null; @@ -2128,6 +2137,9 @@ function _listServiceSAS(resourceGroupName, accountName, parameters, options, ca * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' * + * @param {array} [parameters.sku.restrictions] The restrictions because of + * which SKU cannot be used. This is empty if there are no restrictions. + * * @param {string} parameters.kind Required. Indicates the type of storage * account. Possible values include: 'Storage', 'BlobStorage' * @@ -2190,22 +2202,22 @@ function _listServiceSAS(resourceGroupName, accountName, parameters, options, ca * @param {string} [parameters.encryption.keyVaultProperties.keyVaultUri] The * Uri of KeyVault. * - * @param {object} [parameters.networkAcls] Network ACL + * @param {object} [parameters.networkRuleSet] Network rule set * - * @param {string} [parameters.networkAcls.bypass] Specifies whether traffic is - * bypassed for Logging/Metrics/AzureServices. Possible values are any + * @param {string} [parameters.networkRuleSet.bypass] Specifies whether traffic + * is bypassed for Logging/Metrics/AzureServices. Possible values are any * combination of Logging|Metrics|AzureServices (For example, "Logging, * Metrics"), or None to bypass none of those traffics. Possible values * include: 'None', 'Logging', 'Metrics', 'AzureServices' * - * @param {array} [parameters.networkAcls.virtualNetworkRules] Sets the virtual - * network ACL rules + * @param {array} [parameters.networkRuleSet.virtualNetworkRules] Sets the + * virtual network rules * - * @param {array} [parameters.networkAcls.ipRules] Sets the IP ACL rules + * @param {array} [parameters.networkRuleSet.ipRules] Sets the IP ACL rules * - * @param {string} parameters.networkAcls.defaultAction Specifies the default - * action of allow or deny when no other rules match. Possible values include: - * 'Allow', 'Deny' + * @param {string} parameters.networkRuleSet.defaultAction Specifies the + * default action of allow or deny when no other rules match. Possible values + * include: 'Allow', 'Deny' * * @param {string} [parameters.accessTier] Required for storage accounts where * kind = BlobStorage. The access tier used for billing. Possible values @@ -2309,9 +2321,10 @@ function _beginCreate(resourceGroupName, accountName, parameters, options, callb // Create HTTP transport objects let httpRequest = new WebResource(); httpRequest.method = 'PUT'; - httpRequest.headers = {}; httpRequest.url = requestUrl; + httpRequest.headers = {}; // Set Headers + httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; if (this.client.generateClientRequestId) { httpRequest.headers['x-ms-client-request-id'] = msRestAzure.generateUuid(); } @@ -2325,7 +2338,6 @@ function _beginCreate(resourceGroupName, accountName, parameters, options, callb } } } - httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; // Serialize Request let requestContent = null; let requestModel = null; @@ -2397,17 +2409,12 @@ function _beginCreate(resourceGroupName, accountName, parameters, options, callb }); } -/** - * @class - * StorageAccounts - * __NOTE__: An instance of this class is automatically created for an - * instance of the StorageManagementClient. - * Initializes a new instance of the StorageAccounts class. - * @constructor - * - * @param {StorageManagementClient} client Reference to the service client. - */ +/** Class representing a StorageAccounts. */ class StorageAccounts { + /** + * Create a StorageAccounts. + * @param {StorageManagementClient} client Reference to the service client. + */ constructor(client) { this.client = client; this._checkNameAvailability = _checkNameAvailability; @@ -2427,11 +2434,7 @@ class StorageAccounts { /** * Checks that the storage account name is valid and is not already in use. * - * @param {object} accountName The name of the storage account within the - * specified resource group. Storage account names must be between 3 and 24 - * characters in length and use numbers and lower-case letters only. - * - * @param {string} accountName.name The storage account name. + * @param {string} name The storage account name. * * @param {object} [options] Optional Parameters. * @@ -2444,11 +2447,11 @@ class StorageAccounts { * * @reject {Error} - The error object. */ - checkNameAvailabilityWithHttpOperationResponse(accountName, options) { + checkNameAvailabilityWithHttpOperationResponse(name, options) { let client = this.client; let self = this; return new Promise((resolve, reject) => { - self._checkNameAvailability(accountName, options, (err, result, request, response) => { + self._checkNameAvailability(name, options, (err, result, request, response) => { let httpOperationResponse = new msRest.HttpOperationResponse(request, response); httpOperationResponse.body = result; if (err) { reject(err); } @@ -2461,11 +2464,7 @@ class StorageAccounts { /** * Checks that the storage account name is valid and is not already in use. * - * @param {object} accountName The name of the storage account within the - * specified resource group. Storage account names must be between 3 and 24 - * characters in length and use numbers and lower-case letters only. - * - * @param {string} accountName.name The storage account name. + * @param {string} name The storage account name. * * @param {object} [options] Optional Parameters. * @@ -2495,7 +2494,7 @@ class StorageAccounts { * * {stream} [response] - The HTTP Response stream if an error did not occur. */ - checkNameAvailability(accountName, options, optionalCallback) { + checkNameAvailability(name, options, optionalCallback) { let client = this.client; let self = this; if (!optionalCallback && typeof options === 'function') { @@ -2504,14 +2503,14 @@ class StorageAccounts { } if (!optionalCallback) { return new Promise((resolve, reject) => { - self._checkNameAvailability(accountName, options, (err, result, request, response) => { + self._checkNameAvailability(name, options, (err, result, request, response) => { if (err) { reject(err); } else { resolve(result); } return; }); }); } else { - return self._checkNameAvailability(accountName, options, optionalCallback); + return self._checkNameAvailability(name, options, optionalCallback); } } @@ -2539,6 +2538,9 @@ class StorageAccounts { * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' * + * @param {array} [parameters.sku.restrictions] The restrictions because of + * which SKU cannot be used. This is empty if there are no restrictions. + * * @param {string} parameters.kind Required. Indicates the type of storage * account. Possible values include: 'Storage', 'BlobStorage' * @@ -2601,22 +2603,22 @@ class StorageAccounts { * @param {string} [parameters.encryption.keyVaultProperties.keyVaultUri] The * Uri of KeyVault. * - * @param {object} [parameters.networkAcls] Network ACL + * @param {object} [parameters.networkRuleSet] Network rule set * - * @param {string} [parameters.networkAcls.bypass] Specifies whether traffic is - * bypassed for Logging/Metrics/AzureServices. Possible values are any + * @param {string} [parameters.networkRuleSet.bypass] Specifies whether traffic + * is bypassed for Logging/Metrics/AzureServices. Possible values are any * combination of Logging|Metrics|AzureServices (For example, "Logging, * Metrics"), or None to bypass none of those traffics. Possible values * include: 'None', 'Logging', 'Metrics', 'AzureServices' * - * @param {array} [parameters.networkAcls.virtualNetworkRules] Sets the virtual - * network ACL rules + * @param {array} [parameters.networkRuleSet.virtualNetworkRules] Sets the + * virtual network rules * - * @param {array} [parameters.networkAcls.ipRules] Sets the IP ACL rules + * @param {array} [parameters.networkRuleSet.ipRules] Sets the IP ACL rules * - * @param {string} parameters.networkAcls.defaultAction Specifies the default - * action of allow or deny when no other rules match. Possible values include: - * 'Allow', 'Deny' + * @param {string} parameters.networkRuleSet.defaultAction Specifies the + * default action of allow or deny when no other rules match. Possible values + * include: 'Allow', 'Deny' * * @param {string} [parameters.accessTier] Required for storage accounts where * kind = BlobStorage. The access tier used for billing. Possible values @@ -2674,6 +2676,9 @@ class StorageAccounts { * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' * + * @param {array} [parameters.sku.restrictions] The restrictions because of + * which SKU cannot be used. This is empty if there are no restrictions. + * * @param {string} parameters.kind Required. Indicates the type of storage * account. Possible values include: 'Storage', 'BlobStorage' * @@ -2736,22 +2741,22 @@ class StorageAccounts { * @param {string} [parameters.encryption.keyVaultProperties.keyVaultUri] The * Uri of KeyVault. * - * @param {object} [parameters.networkAcls] Network ACL + * @param {object} [parameters.networkRuleSet] Network rule set * - * @param {string} [parameters.networkAcls.bypass] Specifies whether traffic is - * bypassed for Logging/Metrics/AzureServices. Possible values are any + * @param {string} [parameters.networkRuleSet.bypass] Specifies whether traffic + * is bypassed for Logging/Metrics/AzureServices. Possible values are any * combination of Logging|Metrics|AzureServices (For example, "Logging, * Metrics"), or None to bypass none of those traffics. Possible values * include: 'None', 'Logging', 'Metrics', 'AzureServices' * - * @param {array} [parameters.networkAcls.virtualNetworkRules] Sets the virtual - * network ACL rules + * @param {array} [parameters.networkRuleSet.virtualNetworkRules] Sets the + * virtual network rules * - * @param {array} [parameters.networkAcls.ipRules] Sets the IP ACL rules + * @param {array} [parameters.networkRuleSet.ipRules] Sets the IP ACL rules * - * @param {string} parameters.networkAcls.defaultAction Specifies the default - * action of allow or deny when no other rules match. Possible values include: - * 'Allow', 'Deny' + * @param {string} parameters.networkRuleSet.defaultAction Specifies the + * default action of allow or deny when no other rules match. Possible values + * include: 'Allow', 'Deny' * * @param {string} [parameters.accessTier] Required for storage accounts where * kind = BlobStorage. The access tier used for billing. Possible values @@ -3024,6 +3029,9 @@ class StorageAccounts { * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' * + * @param {array} [parameters.sku.restrictions] The restrictions because of + * which SKU cannot be used. This is empty if there are no restrictions. + * * @param {object} [parameters.tags] Gets or sets a list of key value pairs * that describe the resource. These tags can be used in viewing and grouping * this resource (across resource groups). A maximum of 15 tags can be provided @@ -3083,22 +3091,22 @@ class StorageAccounts { * @param {boolean} [parameters.enableHttpsTrafficOnly] Allows https traffic * only to storage service if sets to true. * - * @param {object} [parameters.networkAcls] Network ACL + * @param {object} [parameters.networkRuleSet] Network rule set * - * @param {string} [parameters.networkAcls.bypass] Specifies whether traffic is - * bypassed for Logging/Metrics/AzureServices. Possible values are any + * @param {string} [parameters.networkRuleSet.bypass] Specifies whether traffic + * is bypassed for Logging/Metrics/AzureServices. Possible values are any * combination of Logging|Metrics|AzureServices (For example, "Logging, * Metrics"), or None to bypass none of those traffics. Possible values * include: 'None', 'Logging', 'Metrics', 'AzureServices' * - * @param {array} [parameters.networkAcls.virtualNetworkRules] Sets the virtual - * network ACL rules + * @param {array} [parameters.networkRuleSet.virtualNetworkRules] Sets the + * virtual network rules * - * @param {array} [parameters.networkAcls.ipRules] Sets the IP ACL rules + * @param {array} [parameters.networkRuleSet.ipRules] Sets the IP ACL rules * - * @param {string} parameters.networkAcls.defaultAction Specifies the default - * action of allow or deny when no other rules match. Possible values include: - * 'Allow', 'Deny' + * @param {string} parameters.networkRuleSet.defaultAction Specifies the + * default action of allow or deny when no other rules match. Possible values + * include: 'Allow', 'Deny' * * @param {object} [options] Optional Parameters. * @@ -3155,6 +3163,9 @@ class StorageAccounts { * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' * + * @param {array} [parameters.sku.restrictions] The restrictions because of + * which SKU cannot be used. This is empty if there are no restrictions. + * * @param {object} [parameters.tags] Gets or sets a list of key value pairs * that describe the resource. These tags can be used in viewing and grouping * this resource (across resource groups). A maximum of 15 tags can be provided @@ -3214,22 +3225,22 @@ class StorageAccounts { * @param {boolean} [parameters.enableHttpsTrafficOnly] Allows https traffic * only to storage service if sets to true. * - * @param {object} [parameters.networkAcls] Network ACL + * @param {object} [parameters.networkRuleSet] Network rule set * - * @param {string} [parameters.networkAcls.bypass] Specifies whether traffic is - * bypassed for Logging/Metrics/AzureServices. Possible values are any + * @param {string} [parameters.networkRuleSet.bypass] Specifies whether traffic + * is bypassed for Logging/Metrics/AzureServices. Possible values are any * combination of Logging|Metrics|AzureServices (For example, "Logging, * Metrics"), or None to bypass none of those traffics. Possible values * include: 'None', 'Logging', 'Metrics', 'AzureServices' * - * @param {array} [parameters.networkAcls.virtualNetworkRules] Sets the virtual - * network ACL rules + * @param {array} [parameters.networkRuleSet.virtualNetworkRules] Sets the + * virtual network rules * - * @param {array} [parameters.networkAcls.ipRules] Sets the IP ACL rules + * @param {array} [parameters.networkRuleSet.ipRules] Sets the IP ACL rules * - * @param {string} parameters.networkAcls.defaultAction Specifies the default - * action of allow or deny when no other rules match. Possible values include: - * 'Allow', 'Deny' + * @param {string} parameters.networkRuleSet.defaultAction Specifies the + * default action of allow or deny when no other rules match. Possible values + * include: 'Allow', 'Deny' * * @param {object} [options] Optional Parameters. * @@ -3551,11 +3562,8 @@ class StorageAccounts { * specified resource group. Storage account names must be between 3 and 24 * characters in length and use numbers and lower-case letters only. * - * @param {object} regenerateKeyParameter Specifies name of the key which - * should be regenerated -- key1 or key2. - * - * @param {string} regenerateKeyParameter.keyName The name of storage keys that - * want to be regenerated, possible vaules are key1, key2. + * @param {string} keyName The name of storage keys that want to be + * regenerated, possible vaules are key1, key2. * * @param {object} [options] Optional Parameters. * @@ -3568,11 +3576,11 @@ class StorageAccounts { * * @reject {Error} - The error object. */ - regenerateKeyWithHttpOperationResponse(resourceGroupName, accountName, regenerateKeyParameter, options) { + regenerateKeyWithHttpOperationResponse(resourceGroupName, accountName, keyName, options) { let client = this.client; let self = this; return new Promise((resolve, reject) => { - self._regenerateKey(resourceGroupName, accountName, regenerateKeyParameter, options, (err, result, request, response) => { + self._regenerateKey(resourceGroupName, accountName, keyName, options, (err, result, request, response) => { let httpOperationResponse = new msRest.HttpOperationResponse(request, response); httpOperationResponse.body = result; if (err) { reject(err); } @@ -3592,11 +3600,8 @@ class StorageAccounts { * specified resource group. Storage account names must be between 3 and 24 * characters in length and use numbers and lower-case letters only. * - * @param {object} regenerateKeyParameter Specifies name of the key which - * should be regenerated -- key1 or key2. - * - * @param {string} regenerateKeyParameter.keyName The name of storage keys that - * want to be regenerated, possible vaules are key1, key2. + * @param {string} keyName The name of storage keys that want to be + * regenerated, possible vaules are key1, key2. * * @param {object} [options] Optional Parameters. * @@ -3626,7 +3631,7 @@ class StorageAccounts { * * {stream} [response] - The HTTP Response stream if an error did not occur. */ - regenerateKey(resourceGroupName, accountName, regenerateKeyParameter, options, optionalCallback) { + regenerateKey(resourceGroupName, accountName, keyName, options, optionalCallback) { let client = this.client; let self = this; if (!optionalCallback && typeof options === 'function') { @@ -3635,14 +3640,14 @@ class StorageAccounts { } if (!optionalCallback) { return new Promise((resolve, reject) => { - self._regenerateKey(resourceGroupName, accountName, regenerateKeyParameter, options, (err, result, request, response) => { + self._regenerateKey(resourceGroupName, accountName, keyName, options, (err, result, request, response) => { if (err) { reject(err); } else { resolve(result); } return; }); }); } else { - return self._regenerateKey(resourceGroupName, accountName, regenerateKeyParameter, options, optionalCallback); + return self._regenerateKey(resourceGroupName, accountName, keyName, options, optionalCallback); } } @@ -4036,6 +4041,9 @@ class StorageAccounts { * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' * + * @param {array} [parameters.sku.restrictions] The restrictions because of + * which SKU cannot be used. This is empty if there are no restrictions. + * * @param {string} parameters.kind Required. Indicates the type of storage * account. Possible values include: 'Storage', 'BlobStorage' * @@ -4098,22 +4106,22 @@ class StorageAccounts { * @param {string} [parameters.encryption.keyVaultProperties.keyVaultUri] The * Uri of KeyVault. * - * @param {object} [parameters.networkAcls] Network ACL + * @param {object} [parameters.networkRuleSet] Network rule set * - * @param {string} [parameters.networkAcls.bypass] Specifies whether traffic is - * bypassed for Logging/Metrics/AzureServices. Possible values are any + * @param {string} [parameters.networkRuleSet.bypass] Specifies whether traffic + * is bypassed for Logging/Metrics/AzureServices. Possible values are any * combination of Logging|Metrics|AzureServices (For example, "Logging, * Metrics"), or None to bypass none of those traffics. Possible values * include: 'None', 'Logging', 'Metrics', 'AzureServices' * - * @param {array} [parameters.networkAcls.virtualNetworkRules] Sets the virtual - * network ACL rules + * @param {array} [parameters.networkRuleSet.virtualNetworkRules] Sets the + * virtual network rules * - * @param {array} [parameters.networkAcls.ipRules] Sets the IP ACL rules + * @param {array} [parameters.networkRuleSet.ipRules] Sets the IP ACL rules * - * @param {string} parameters.networkAcls.defaultAction Specifies the default - * action of allow or deny when no other rules match. Possible values include: - * 'Allow', 'Deny' + * @param {string} parameters.networkRuleSet.defaultAction Specifies the + * default action of allow or deny when no other rules match. Possible values + * include: 'Allow', 'Deny' * * @param {string} [parameters.accessTier] Required for storage accounts where * kind = BlobStorage. The access tier used for billing. Possible values @@ -4171,6 +4179,9 @@ class StorageAccounts { * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS' * + * @param {array} [parameters.sku.restrictions] The restrictions because of + * which SKU cannot be used. This is empty if there are no restrictions. + * * @param {string} parameters.kind Required. Indicates the type of storage * account. Possible values include: 'Storage', 'BlobStorage' * @@ -4233,22 +4244,22 @@ class StorageAccounts { * @param {string} [parameters.encryption.keyVaultProperties.keyVaultUri] The * Uri of KeyVault. * - * @param {object} [parameters.networkAcls] Network ACL + * @param {object} [parameters.networkRuleSet] Network rule set * - * @param {string} [parameters.networkAcls.bypass] Specifies whether traffic is - * bypassed for Logging/Metrics/AzureServices. Possible values are any + * @param {string} [parameters.networkRuleSet.bypass] Specifies whether traffic + * is bypassed for Logging/Metrics/AzureServices. Possible values are any * combination of Logging|Metrics|AzureServices (For example, "Logging, * Metrics"), or None to bypass none of those traffics. Possible values * include: 'None', 'Logging', 'Metrics', 'AzureServices' * - * @param {array} [parameters.networkAcls.virtualNetworkRules] Sets the virtual - * network ACL rules + * @param {array} [parameters.networkRuleSet.virtualNetworkRules] Sets the + * virtual network rules * - * @param {array} [parameters.networkAcls.ipRules] Sets the IP ACL rules + * @param {array} [parameters.networkRuleSet.ipRules] Sets the IP ACL rules * - * @param {string} parameters.networkAcls.defaultAction Specifies the default - * action of allow or deny when no other rules match. Possible values include: - * 'Allow', 'Deny' + * @param {string} parameters.networkRuleSet.defaultAction Specifies the + * default action of allow or deny when no other rules match. Possible values + * include: 'Allow', 'Deny' * * @param {string} [parameters.accessTier] Required for storage accounts where * kind = BlobStorage. The access tier used for billing. Possible values diff --git a/lib/services/storageManagement2/lib/operations/usageOperations.js b/lib/services/storageManagement2/lib/operations/usageOperations.js index fdffbcfc54..f8c59da9c8 100644 --- a/lib/services/storageManagement2/lib/operations/usageOperations.js +++ b/lib/services/storageManagement2/lib/operations/usageOperations.js @@ -74,9 +74,10 @@ function _list(options, callback) { // Create HTTP transport objects let httpRequest = new WebResource(); httpRequest.method = 'GET'; - httpRequest.headers = {}; httpRequest.url = requestUrl; + httpRequest.headers = {}; // Set Headers + httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; if (this.client.generateClientRequestId) { httpRequest.headers['x-ms-client-request-id'] = msRestAzure.generateUuid(); } @@ -90,7 +91,6 @@ function _list(options, callback) { } } } - httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; httpRequest.body = null; // Send Request return client.pipeline(httpRequest, (err, response, responseBody) => { @@ -148,17 +148,12 @@ function _list(options, callback) { }); } -/** - * @class - * UsageOperations - * __NOTE__: An instance of this class is automatically created for an - * instance of the StorageManagementClient. - * Initializes a new instance of the UsageOperations class. - * @constructor - * - * @param {StorageManagementClient} client Reference to the service client. - */ +/** Class representing a UsageOperations. */ class UsageOperations { + /** + * Create a UsageOperations. + * @param {StorageManagementClient} client Reference to the service client. + */ constructor(client) { this.client = client; this._list = _list; diff --git a/lib/services/storageManagement2/lib/storageManagementClient.d.ts b/lib/services/storageManagement2/lib/storageManagementClient.d.ts index 6e63b028da..96b871459f 100644 --- a/lib/services/storageManagement2/lib/storageManagementClient.d.ts +++ b/lib/services/storageManagement2/lib/storageManagementClient.d.ts @@ -8,10 +8,11 @@ * regenerated. */ -import { ServiceClientOptions, RequestOptions, ServiceCallback, HttpOperationResponse, ServiceClientCredentials } from 'ms-rest'; +import { ServiceClient, ServiceClientOptions, RequestOptions, ServiceCallback, HttpOperationResponse, ServiceClientCredentials } from 'ms-rest'; +import { AzureServiceClient, AzureServiceClientOptions } from 'ms-rest-azure'; import * as operations from "./operations"; -declare class StorageManagementClient { +declare class StorageManagementClient extends AzureServiceClient { /** * Initializes a new instance of the StorageManagementClient class. * @constructor @@ -41,7 +42,7 @@ declare class StorageManagementClient { * @param {boolean} [options.generateClientRequestId] - When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. * */ - constructor(credentials: ServiceClientCredentials, subscriptionId: string, baseUri?: string, options?: ServiceClientOptions); + constructor(credentials: ServiceClientCredentials, subscriptionId: string, baseUri?: string, options?: AzureServiceClientOptions); credentials: ServiceClientCredentials; @@ -57,6 +58,7 @@ declare class StorageManagementClient { // Operation groups operations: operations.Operations; + skus: operations.Skus; storageAccounts: operations.StorageAccounts; usageOperations: operations.UsageOperations; } diff --git a/lib/services/storageManagement2/lib/storageManagementClient.js b/lib/services/storageManagement2/lib/storageManagementClient.js index 32da09a39e..6944d45143 100644 --- a/lib/services/storageManagement2/lib/storageManagementClient.js +++ b/lib/services/storageManagement2/lib/storageManagementClient.js @@ -22,36 +22,23 @@ const models = require('./models'); const operations = require('./operations'); -/** - * @class - * Initializes a new instance of the StorageManagementClient class. - * @constructor - * - * @param {credentials} credentials - Credentials needed for the client to connect to Azure. - * - * @param {string} subscriptionId - Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - * - * @param {string} [baseUri] - The base URI of the service. - * - * @param {object} [options] - The parameter options - * - * @param {Array} [options.filters] - Filters to be added to the request pipeline - * - * @param {object} [options.requestOptions] - Options for the underlying request object - * {@link https://github.com/request/request#requestoptions-callback Options doc} - * - * @param {boolean} [options.noRetryPolicy] - If set to true, turn off default retry policy - * - * @param {string} [options.apiVersion] - Client Api Version. - * - * @param {string} [options.acceptLanguage] - Gets or sets the preferred language for the response. - * - * @param {number} [options.longRunningOperationRetryTimeout] - Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30. - * - * @param {boolean} [options.generateClientRequestId] - When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. - * - */ +/** Class representing a StorageManagementClient. */ class StorageManagementClient extends ServiceClient { + /** + * Create a StorageManagementClient. + * @param {credentials} credentials - Credentials needed for the client to connect to Azure. + * @param {string} subscriptionId - Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + * @param {string} [baseUri] - The base URI of the service. + * @param {object} [options] - The parameter options + * @param {Array} [options.filters] - Filters to be added to the request pipeline + * @param {object} [options.requestOptions] - Options for the underlying request object + * {@link https://github.com/request/request#requestoptions-callback Options doc} + * @param {boolean} [options.noRetryPolicy] - If set to true, turn off default retry policy + * @param {string} [options.apiVersion] - Client Api Version. + * @param {string} [options.acceptLanguage] - Gets or sets the preferred language for the response. + * @param {number} [options.longRunningOperationRetryTimeout] - Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30. + * @param {boolean} [options.generateClientRequestId] - When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. + */ constructor(credentials, subscriptionId, baseUri, options) { if (credentials === null || credentials === undefined) { throw new Error('\'credentials\' cannot be null.'); @@ -90,6 +77,7 @@ class StorageManagementClient extends ServiceClient { this.generateClientRequestId = options.generateClientRequestId; } this.operations = new operations.Operations(this); + this.skus = new operations.Skus(this); this.storageAccounts = new operations.StorageAccounts(this); this.usageOperations = new operations.UsageOperations(this); this.models = models; diff --git a/lib/services/storageManagement2/package.json b/lib/services/storageManagement2/package.json index a44e2305ae..1999f598b2 100644 --- a/lib/services/storageManagement2/package.json +++ b/lib/services/storageManagement2/package.json @@ -12,7 +12,7 @@ "Wang, Yugang ", "Zavery, Amar " ], - "version": "2.1.0-preview", + "version": "3.0.0-preview", "description": "Microsoft Azure Storage Resource Provider Management Client Library for Node", "tags": [ "azure", diff --git a/swagger_to_sdk_config.json b/swagger_to_sdk_config.json index f99277a576..98878f06e3 100644 --- a/swagger_to_sdk_config.json +++ b/swagger_to_sdk_config.json @@ -154,7 +154,7 @@ "output_dir": "lib/services/serviceBusManagement2/lib" }, "storage": { - "swagger": "arm-storage/2016-01-01/swagger/storage.json", + "swagger": "arm-storage/storage/resource-manager/Microsoft.Storage/2017-06-01/swagger/storage.json", "autorest_options": { "FT": 2 }, diff --git a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_check_the_name_availability_for_a_storage_account_that_already_exists.nock.js b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_check_the_name_availability_for_a_storage_account_that_already_exists.nock.js index 171d9613a6..25d427f871 100644 --- a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_check_the_name_availability_for_a_storage_account_that_already_exists.nock.js +++ b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_check_the_name_availability_for_a_storage_account_that_already_exists.nock.js @@ -2,44 +2,44 @@ exports.setEnvironment = function() { process.env['AZURE_TEST_LOCATION'] = 'westus'; - process.env['AZURE_SUBSCRIPTION_ID'] = '2aa30309-3723-4112-bd0b-79e9f65fc52d'; + process.env['AZURE_SUBSCRIPTION_ID'] = 'ce4a7590-4722-4bcf-a2c6-e473e9f11778'; }; exports.scopes = [[function (nock) { var result = nock('http://management.azure.com:443') .filteringRequestBody(function (path) { return '*';}) -.post('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/checkNameAvailability?api-version=2017-06-01', '*') - .reply(200, "{\"message\":\"The storage account named testacc4081 is already taken.\",\"nameAvailable\":false,\"reason\":\"AlreadyExists\"}\n", { 'cache-control': 'no-cache', +.post('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/checkNameAvailability?api-version=2017-06-01', '*') + .reply(200, "{\"message\":\"The storage account named testacc2604 is already taken.\",\"nameAvailable\":false,\"reason\":\"AlreadyExists\"}\n", { 'cache-control': 'no-cache', pragma: 'no-cache', 'content-length': '117', 'content-type': 'application/json', expires: '-1', - 'x-ms-request-id': '0c79b330-c6c6-450e-a191-1283a02d927b', + 'x-ms-request-id': '5ea75850-675e-4045-bd3b-c4784db9fdf7', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-ratelimit-remaining-subscription-reads': '14991', - 'x-ms-correlation-request-id': '0c79b330-c6c6-450e-a191-1283a02d927b', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065312Z:0c79b330-c6c6-450e-a191-1283a02d927b', + 'x-ms-ratelimit-remaining-subscription-reads': '14919', + 'x-ms-correlation-request-id': '5ea75850-675e-4045-bd3b-c4784db9fdf7', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024427Z:5ea75850-675e-4045-bd3b-c4784db9fdf7', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:53:12 GMT', + date: 'Thu, 07 Sep 2017 02:44:26 GMT', connection: 'close' }); return result; }, function (nock) { var result = nock('https://management.azure.com:443') .filteringRequestBody(function (path) { return '*';}) -.post('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/checkNameAvailability?api-version=2017-06-01', '*') - .reply(200, "{\"message\":\"The storage account named testacc4081 is already taken.\",\"nameAvailable\":false,\"reason\":\"AlreadyExists\"}\n", { 'cache-control': 'no-cache', +.post('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/checkNameAvailability?api-version=2017-06-01', '*') + .reply(200, "{\"message\":\"The storage account named testacc2604 is already taken.\",\"nameAvailable\":false,\"reason\":\"AlreadyExists\"}\n", { 'cache-control': 'no-cache', pragma: 'no-cache', 'content-length': '117', 'content-type': 'application/json', expires: '-1', - 'x-ms-request-id': '0c79b330-c6c6-450e-a191-1283a02d927b', + 'x-ms-request-id': '5ea75850-675e-4045-bd3b-c4784db9fdf7', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-ratelimit-remaining-subscription-reads': '14991', - 'x-ms-correlation-request-id': '0c79b330-c6c6-450e-a191-1283a02d927b', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065312Z:0c79b330-c6c6-450e-a191-1283a02d927b', + 'x-ms-ratelimit-remaining-subscription-reads': '14919', + 'x-ms-correlation-request-id': '5ea75850-675e-4045-bd3b-c4784db9fdf7', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024427Z:5ea75850-675e-4045-bd3b-c4784db9fdf7', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:53:12 GMT', + date: 'Thu, 07 Sep 2017 02:44:26 GMT', connection: 'close' }); return result; }]]; \ No newline at end of file diff --git a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_check_the_name_availability_for_a_storage_account_that_does_not_exist.nock.js b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_check_the_name_availability_for_a_storage_account_that_does_not_exist.nock.js index 9ef409b89c..641854e836 100644 --- a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_check_the_name_availability_for_a_storage_account_that_does_not_exist.nock.js +++ b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_check_the_name_availability_for_a_storage_account_that_does_not_exist.nock.js @@ -2,44 +2,44 @@ exports.setEnvironment = function() { process.env['AZURE_TEST_LOCATION'] = 'westus'; - process.env['AZURE_SUBSCRIPTION_ID'] = '2aa30309-3723-4112-bd0b-79e9f65fc52d'; + process.env['AZURE_SUBSCRIPTION_ID'] = 'ce4a7590-4722-4bcf-a2c6-e473e9f11778'; }; exports.scopes = [[function (nock) { var result = nock('http://management.azure.com:443') .filteringRequestBody(function (path) { return '*';}) -.post('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/checkNameAvailability?api-version=2017-06-01', '*') +.post('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/checkNameAvailability?api-version=2017-06-01', '*') .reply(200, "{\"nameAvailable\":true}\n", { 'cache-control': 'no-cache', pragma: 'no-cache', 'content-length': '23', 'content-type': 'application/json', expires: '-1', - 'x-ms-request-id': 'de9eaa4c-89cb-43b3-8b72-24df8b161b85', + 'x-ms-request-id': '1deb6747-d438-4581-80af-c9f6abf98f6b', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-ratelimit-remaining-subscription-reads': '14990', - 'x-ms-correlation-request-id': 'de9eaa4c-89cb-43b3-8b72-24df8b161b85', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065313Z:de9eaa4c-89cb-43b3-8b72-24df8b161b85', + 'x-ms-ratelimit-remaining-subscription-reads': '14915', + 'x-ms-correlation-request-id': '1deb6747-d438-4581-80af-c9f6abf98f6b', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024428Z:1deb6747-d438-4581-80af-c9f6abf98f6b', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:53:12 GMT', + date: 'Thu, 07 Sep 2017 02:44:28 GMT', connection: 'close' }); return result; }, function (nock) { var result = nock('https://management.azure.com:443') .filteringRequestBody(function (path) { return '*';}) -.post('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/checkNameAvailability?api-version=2017-06-01', '*') +.post('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/checkNameAvailability?api-version=2017-06-01', '*') .reply(200, "{\"nameAvailable\":true}\n", { 'cache-control': 'no-cache', pragma: 'no-cache', 'content-length': '23', 'content-type': 'application/json', expires: '-1', - 'x-ms-request-id': 'de9eaa4c-89cb-43b3-8b72-24df8b161b85', + 'x-ms-request-id': '1deb6747-d438-4581-80af-c9f6abf98f6b', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-ratelimit-remaining-subscription-reads': '14990', - 'x-ms-correlation-request-id': 'de9eaa4c-89cb-43b3-8b72-24df8b161b85', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065313Z:de9eaa4c-89cb-43b3-8b72-24df8b161b85', + 'x-ms-ratelimit-remaining-subscription-reads': '14915', + 'x-ms-correlation-request-id': '1deb6747-d438-4581-80af-c9f6abf98f6b', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024428Z:1deb6747-d438-4581-80af-c9f6abf98f6b', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:53:12 GMT', + date: 'Thu, 07 Sep 2017 02:44:28 GMT', connection: 'close' }); return result; }]]; \ No newline at end of file diff --git a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_create_an_account_correctly.nock.js b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_create_an_account_correctly.nock.js index 79f911e309..78eabb4c45 100644 --- a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_create_an_account_correctly.nock.js +++ b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_create_an_account_correctly.nock.js @@ -2,82 +2,82 @@ exports.setEnvironment = function() { process.env['AZURE_TEST_LOCATION'] = 'westus'; - process.env['AZURE_SUBSCRIPTION_ID'] = '2aa30309-3723-4112-bd0b-79e9f65fc52d'; + process.env['AZURE_SUBSCRIPTION_ID'] = 'ce4a7590-4722-4bcf-a2c6-e473e9f11778'; }; exports.scopes = [[function (nock) { var result = nock('http://management.azure.com:443') .filteringRequestBody(function (path) { return '*';}) -.put('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081?api-version=2017-06-01', '*') +.put('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts/testacc2604?api-version=2017-06-01', '*') .reply(202, "", { 'cache-control': 'no-cache', pragma: 'no-cache', 'content-length': '0', expires: '-1', - location: 'https://management.azure.com/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/operations/31844042-3d61-4af9-878b-872cc6c6b013?monitor=true&api-version=2017-06-01', + location: 'https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/westus/asyncoperations/20328c1e-301f-43b8-bcb1-c0e41cd12bbf?monitor=true&api-version=2017-06-01', 'retry-after': '17', - 'x-ms-ratelimit-remaining-subscription-writes': '1197', - 'x-ms-request-id': 'f787d2d0-c43c-4afe-aae1-ad91885740d0', + 'x-ms-ratelimit-remaining-subscription-writes': '1199', + 'x-ms-request-id': 'f9c7dd85-4708-4fc0-9818-e1494003c8d8', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-correlation-request-id': 'f787d2d0-c43c-4afe-aae1-ad91885740d0', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065058Z:f787d2d0-c43c-4afe-aae1-ad91885740d0', + 'x-ms-correlation-request-id': 'f9c7dd85-4708-4fc0-9818-e1494003c8d8', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024217Z:f9c7dd85-4708-4fc0-9818-e1494003c8d8', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:50:57 GMT', + date: 'Thu, 07 Sep 2017 02:42:17 GMT', connection: 'close' }); return result; }, function (nock) { var result = nock('https://management.azure.com:443') .filteringRequestBody(function (path) { return '*';}) -.put('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081?api-version=2017-06-01', '*') +.put('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts/testacc2604?api-version=2017-06-01', '*') .reply(202, "", { 'cache-control': 'no-cache', pragma: 'no-cache', 'content-length': '0', expires: '-1', - location: 'https://management.azure.com/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/operations/31844042-3d61-4af9-878b-872cc6c6b013?monitor=true&api-version=2017-06-01', + location: 'https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/westus/asyncoperations/20328c1e-301f-43b8-bcb1-c0e41cd12bbf?monitor=true&api-version=2017-06-01', 'retry-after': '17', - 'x-ms-ratelimit-remaining-subscription-writes': '1197', - 'x-ms-request-id': 'f787d2d0-c43c-4afe-aae1-ad91885740d0', + 'x-ms-ratelimit-remaining-subscription-writes': '1199', + 'x-ms-request-id': 'f9c7dd85-4708-4fc0-9818-e1494003c8d8', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-correlation-request-id': 'f787d2d0-c43c-4afe-aae1-ad91885740d0', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065058Z:f787d2d0-c43c-4afe-aae1-ad91885740d0', + 'x-ms-correlation-request-id': 'f9c7dd85-4708-4fc0-9818-e1494003c8d8', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024217Z:f9c7dd85-4708-4fc0-9818-e1494003c8d8', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:50:57 GMT', + date: 'Thu, 07 Sep 2017 02:42:17 GMT', connection: 'close' }); return result; }, function (nock) { var result = nock('http://management.azure.com:443') - .get('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/operations/31844042-3d61-4af9-878b-872cc6c6b013?monitor=true&api-version=2017-06-01') - .reply(200, "{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc4081\",\"properties\":{\"creationTime\":\"2017-06-09T06:50:57.5380615Z\",\"primaryEndpoints\":{\"blob\":\"https://testacc4081.blob.core.windows.net/\",\"file\":\"https://testacc4081.file.core.windows.net/\",\"queue\":\"https://testacc4081.queue.core.windows.net/\",\"table\":\"https://testacc4081.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"tag1\":\"val1\",\"tag2\":\"val2\"},\"type\":\"Microsoft.Storage/storageAccounts\"}\n", { 'cache-control': 'no-cache', + .get('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/westus/asyncoperations/20328c1e-301f-43b8-bcb1-c0e41cd12bbf?monitor=true&api-version=2017-06-01') + .reply(200, "{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc2604\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc2604\",\"properties\":{\"creationTime\":\"2017-09-07T02:42:17.4085617Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc2604.blob.core.windows.net/\",\"file\":\"https://testacc2604.file.core.windows.net/\",\"queue\":\"https://testacc2604.queue.core.windows.net/\",\"table\":\"https://testacc2604.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"tag1\":\"val1\",\"tag2\":\"val2\"},\"type\":\"Microsoft.Storage/storageAccounts\"}\n", { 'cache-control': 'no-cache', pragma: 'no-cache', - 'content-length': '752', + 'content-length': '854', 'content-type': 'application/json', expires: '-1', - 'x-ms-request-id': 'f319ab6d-fd2f-4dcf-8fb2-076479832771', + 'x-ms-request-id': '74439b43-0854-460d-b24c-404fc0503058', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-ratelimit-remaining-subscription-reads': '14984', - 'x-ms-correlation-request-id': 'f319ab6d-fd2f-4dcf-8fb2-076479832771', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065129Z:f319ab6d-fd2f-4dcf-8fb2-076479832771', + 'x-ms-ratelimit-remaining-subscription-reads': '14921', + 'x-ms-correlation-request-id': '74439b43-0854-460d-b24c-404fc0503058', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024248Z:74439b43-0854-460d-b24c-404fc0503058', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:51:29 GMT', + date: 'Thu, 07 Sep 2017 02:42:48 GMT', connection: 'close' }); return result; }, function (nock) { var result = nock('https://management.azure.com:443') - .get('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/operations/31844042-3d61-4af9-878b-872cc6c6b013?monitor=true&api-version=2017-06-01') - .reply(200, "{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc4081\",\"properties\":{\"creationTime\":\"2017-06-09T06:50:57.5380615Z\",\"primaryEndpoints\":{\"blob\":\"https://testacc4081.blob.core.windows.net/\",\"file\":\"https://testacc4081.file.core.windows.net/\",\"queue\":\"https://testacc4081.queue.core.windows.net/\",\"table\":\"https://testacc4081.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"tag1\":\"val1\",\"tag2\":\"val2\"},\"type\":\"Microsoft.Storage/storageAccounts\"}\n", { 'cache-control': 'no-cache', + .get('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/westus/asyncoperations/20328c1e-301f-43b8-bcb1-c0e41cd12bbf?monitor=true&api-version=2017-06-01') + .reply(200, "{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc2604\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc2604\",\"properties\":{\"creationTime\":\"2017-09-07T02:42:17.4085617Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc2604.blob.core.windows.net/\",\"file\":\"https://testacc2604.file.core.windows.net/\",\"queue\":\"https://testacc2604.queue.core.windows.net/\",\"table\":\"https://testacc2604.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"tag1\":\"val1\",\"tag2\":\"val2\"},\"type\":\"Microsoft.Storage/storageAccounts\"}\n", { 'cache-control': 'no-cache', pragma: 'no-cache', - 'content-length': '752', + 'content-length': '854', 'content-type': 'application/json', expires: '-1', - 'x-ms-request-id': 'f319ab6d-fd2f-4dcf-8fb2-076479832771', + 'x-ms-request-id': '74439b43-0854-460d-b24c-404fc0503058', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-ratelimit-remaining-subscription-reads': '14984', - 'x-ms-correlation-request-id': 'f319ab6d-fd2f-4dcf-8fb2-076479832771', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065129Z:f319ab6d-fd2f-4dcf-8fb2-076479832771', + 'x-ms-ratelimit-remaining-subscription-reads': '14921', + 'x-ms-correlation-request-id': '74439b43-0854-460d-b24c-404fc0503058', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024248Z:74439b43-0854-460d-b24c-404fc0503058', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:51:29 GMT', + date: 'Thu, 07 Sep 2017 02:42:48 GMT', connection: 'close' }); return result; }]]; \ No newline at end of file diff --git a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_create_an_account_correctly_with_cool.nock.js b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_create_an_account_correctly_with_cool.nock.js index 8757f78af4..3dd98f961b 100644 --- a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_create_an_account_correctly_with_cool.nock.js +++ b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_create_an_account_correctly_with_cool.nock.js @@ -2,83 +2,83 @@ exports.setEnvironment = function() { process.env['AZURE_TEST_LOCATION'] = 'westus'; - process.env['AZURE_SUBSCRIPTION_ID'] = '2aa30309-3723-4112-bd0b-79e9f65fc52d'; + process.env['AZURE_SUBSCRIPTION_ID'] = 'ce4a7590-4722-4bcf-a2c6-e473e9f11778'; }; exports.scopes = [[function (nock) { var result = nock('http://management.azure.com:443') .filteringRequestBody(function (path) { return '*';}) -.put('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc7061?api-version=2017-06-01', '*') +.put('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts/testacc6216?api-version=2017-06-01', '*') .reply(202, "", { 'cache-control': 'no-cache', pragma: 'no-cache', 'content-length': '0', expires: '-1', - location: 'https://management.azure.com/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/operations/947327e8-604b-409f-b6fb-e82bc29e6e96?monitor=true&api-version=2017-06-01', + location: 'https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/westus/asyncoperations/611a43ed-fcd1-4983-b2c3-2a0ef9fa8867?monitor=true&api-version=2017-06-01', 'retry-after': '17', - 'x-ms-ratelimit-remaining-subscription-writes': '1198', - 'x-ms-request-id': 'db1b5692-948f-40da-b4df-031957707eea', + 'x-ms-ratelimit-remaining-subscription-writes': '1197', + 'x-ms-request-id': 'b33337de-0d26-4a11-ac89-18deceeea6fc', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-correlation-request-id': 'db1b5692-948f-40da-b4df-031957707eea', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065205Z:db1b5692-948f-40da-b4df-031957707eea', + 'x-ms-correlation-request-id': 'b33337de-0d26-4a11-ac89-18deceeea6fc', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024323Z:b33337de-0d26-4a11-ac89-18deceeea6fc', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:52:04 GMT', + date: 'Thu, 07 Sep 2017 02:43:22 GMT', connection: 'close' }); return result; }, function (nock) { var result = nock('https://management.azure.com:443') .filteringRequestBody(function (path) { return '*';}) -.put('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc7061?api-version=2017-06-01', '*') +.put('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts/testacc6216?api-version=2017-06-01', '*') .reply(202, "", { 'cache-control': 'no-cache', pragma: 'no-cache', 'content-length': '0', expires: '-1', - location: 'https://management.azure.com/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/operations/947327e8-604b-409f-b6fb-e82bc29e6e96?monitor=true&api-version=2017-06-01', + location: 'https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/westus/asyncoperations/611a43ed-fcd1-4983-b2c3-2a0ef9fa8867?monitor=true&api-version=2017-06-01', 'retry-after': '17', - 'x-ms-ratelimit-remaining-subscription-writes': '1198', - 'x-ms-request-id': 'db1b5692-948f-40da-b4df-031957707eea', + 'x-ms-ratelimit-remaining-subscription-writes': '1197', + 'x-ms-request-id': 'b33337de-0d26-4a11-ac89-18deceeea6fc', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-correlation-request-id': 'db1b5692-948f-40da-b4df-031957707eea', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065205Z:db1b5692-948f-40da-b4df-031957707eea', + 'x-ms-correlation-request-id': 'b33337de-0d26-4a11-ac89-18deceeea6fc', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024323Z:b33337de-0d26-4a11-ac89-18deceeea6fc', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:52:04 GMT', + date: 'Thu, 07 Sep 2017 02:43:22 GMT', connection: 'close' }); return result; }, function (nock) { var result = nock('http://management.azure.com:443') - .get('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/operations/947327e8-604b-409f-b6fb-e82bc29e6e96?monitor=true&api-version=2017-06-01') - .reply(200, "{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc7061\",\"kind\":\"BlobStorage\",\"location\":\"westus\",\"name\":\"testacc7061\",\"properties\":{\"accessTier\":\"Cool\",\"creationTime\":\"2017-06-09T06:52:05.0937794Z\",\"primaryEndpoints\":{\"blob\":\"https://testacc7061.blob.core.windows.net/\",\"table\":\"https://testacc7061.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"}\n", { 'cache-control': 'no-cache', + .get('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/westus/asyncoperations/611a43ed-fcd1-4983-b2c3-2a0ef9fa8867?monitor=true&api-version=2017-06-01') + .reply(200, "{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc6216\",\"kind\":\"BlobStorage\",\"location\":\"westus\",\"name\":\"testacc6216\",\"properties\":{\"accessTier\":\"Cool\",\"creationTime\":\"2017-09-07T02:43:22.7937520Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc6216.blob.core.windows.net/\",\"table\":\"https://testacc6216.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"}\n", { 'cache-control': 'no-cache', pragma: 'no-cache', - 'content-length': '643', + 'content-length': '745', 'content-type': 'application/json', expires: '-1', - 'x-ms-request-id': '983ab55c-a781-4d38-920f-7a45ed535183', + 'x-ms-request-id': 'ae6979ae-70a1-4e04-8913-9f2b184d23cf', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-ratelimit-remaining-subscription-reads': '14991', - 'x-ms-correlation-request-id': '983ab55c-a781-4d38-920f-7a45ed535183', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065237Z:983ab55c-a781-4d38-920f-7a45ed535183', + 'x-ms-ratelimit-remaining-subscription-reads': '14853', + 'x-ms-correlation-request-id': 'ae6979ae-70a1-4e04-8913-9f2b184d23cf', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024354Z:ae6979ae-70a1-4e04-8913-9f2b184d23cf', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:52:36 GMT', + date: 'Thu, 07 Sep 2017 02:43:53 GMT', connection: 'close' }); return result; }, function (nock) { var result = nock('https://management.azure.com:443') - .get('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/operations/947327e8-604b-409f-b6fb-e82bc29e6e96?monitor=true&api-version=2017-06-01') - .reply(200, "{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc7061\",\"kind\":\"BlobStorage\",\"location\":\"westus\",\"name\":\"testacc7061\",\"properties\":{\"accessTier\":\"Cool\",\"creationTime\":\"2017-06-09T06:52:05.0937794Z\",\"primaryEndpoints\":{\"blob\":\"https://testacc7061.blob.core.windows.net/\",\"table\":\"https://testacc7061.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"}\n", { 'cache-control': 'no-cache', + .get('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/westus/asyncoperations/611a43ed-fcd1-4983-b2c3-2a0ef9fa8867?monitor=true&api-version=2017-06-01') + .reply(200, "{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc6216\",\"kind\":\"BlobStorage\",\"location\":\"westus\",\"name\":\"testacc6216\",\"properties\":{\"accessTier\":\"Cool\",\"creationTime\":\"2017-09-07T02:43:22.7937520Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc6216.blob.core.windows.net/\",\"table\":\"https://testacc6216.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"}\n", { 'cache-control': 'no-cache', pragma: 'no-cache', - 'content-length': '643', + 'content-length': '745', 'content-type': 'application/json', expires: '-1', - 'x-ms-request-id': '983ab55c-a781-4d38-920f-7a45ed535183', + 'x-ms-request-id': 'ae6979ae-70a1-4e04-8913-9f2b184d23cf', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-ratelimit-remaining-subscription-reads': '14991', - 'x-ms-correlation-request-id': '983ab55c-a781-4d38-920f-7a45ed535183', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065237Z:983ab55c-a781-4d38-920f-7a45ed535183', + 'x-ms-ratelimit-remaining-subscription-reads': '14853', + 'x-ms-correlation-request-id': 'ae6979ae-70a1-4e04-8913-9f2b184d23cf', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024354Z:ae6979ae-70a1-4e04-8913-9f2b184d23cf', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:52:36 GMT', + date: 'Thu, 07 Sep 2017 02:43:53 GMT', connection: 'close' }); return result; }]]; - exports.randomTestIdsGenerated = function() { return ['testacc7061'];}; \ No newline at end of file + exports.randomTestIdsGenerated = function() { return ['testacc6216'];}; \ No newline at end of file diff --git a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_create_an_account_correctly_with_encryption.nock.js b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_create_an_account_correctly_with_encryption.nock.js index 3e8432780d..50fc34c159 100644 --- a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_create_an_account_correctly_with_encryption.nock.js +++ b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_create_an_account_correctly_with_encryption.nock.js @@ -2,83 +2,83 @@ exports.setEnvironment = function() { process.env['AZURE_TEST_LOCATION'] = 'westus'; - process.env['AZURE_SUBSCRIPTION_ID'] = '2aa30309-3723-4112-bd0b-79e9f65fc52d'; + process.env['AZURE_SUBSCRIPTION_ID'] = 'ce4a7590-4722-4bcf-a2c6-e473e9f11778'; }; exports.scopes = [[function (nock) { var result = nock('http://management.azure.com:443') .filteringRequestBody(function (path) { return '*';}) -.put('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc1360?api-version=2017-06-01', '*') +.put('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts/testacc4853?api-version=2017-06-01', '*') .reply(202, "", { 'cache-control': 'no-cache', pragma: 'no-cache', 'content-length': '0', expires: '-1', - location: 'https://management.azure.com/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/operations/4c8b2bb1-ea11-4a77-ba1b-e4e772d47235?monitor=true&api-version=2017-06-01', + location: 'https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/westus/asyncoperations/a328efcf-08cb-48c4-962b-367c51bb09f6?monitor=true&api-version=2017-06-01', 'retry-after': '17', - 'x-ms-ratelimit-remaining-subscription-writes': '1197', - 'x-ms-request-id': '55658037-d8f5-4e2a-abc7-2d4e142879b6', + 'x-ms-ratelimit-remaining-subscription-writes': '1198', + 'x-ms-request-id': '581c0702-d867-455a-8586-20b6e50ffe0a', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-correlation-request-id': '55658037-d8f5-4e2a-abc7-2d4e142879b6', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065131Z:55658037-d8f5-4e2a-abc7-2d4e142879b6', + 'x-ms-correlation-request-id': '581c0702-d867-455a-8586-20b6e50ffe0a', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024250Z:581c0702-d867-455a-8586-20b6e50ffe0a', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:51:31 GMT', + date: 'Thu, 07 Sep 2017 02:42:50 GMT', connection: 'close' }); return result; }, function (nock) { var result = nock('https://management.azure.com:443') .filteringRequestBody(function (path) { return '*';}) -.put('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc1360?api-version=2017-06-01', '*') +.put('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts/testacc4853?api-version=2017-06-01', '*') .reply(202, "", { 'cache-control': 'no-cache', pragma: 'no-cache', 'content-length': '0', expires: '-1', - location: 'https://management.azure.com/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/operations/4c8b2bb1-ea11-4a77-ba1b-e4e772d47235?monitor=true&api-version=2017-06-01', + location: 'https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/westus/asyncoperations/a328efcf-08cb-48c4-962b-367c51bb09f6?monitor=true&api-version=2017-06-01', 'retry-after': '17', - 'x-ms-ratelimit-remaining-subscription-writes': '1197', - 'x-ms-request-id': '55658037-d8f5-4e2a-abc7-2d4e142879b6', + 'x-ms-ratelimit-remaining-subscription-writes': '1198', + 'x-ms-request-id': '581c0702-d867-455a-8586-20b6e50ffe0a', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-correlation-request-id': '55658037-d8f5-4e2a-abc7-2d4e142879b6', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065131Z:55658037-d8f5-4e2a-abc7-2d4e142879b6', + 'x-ms-correlation-request-id': '581c0702-d867-455a-8586-20b6e50ffe0a', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024250Z:581c0702-d867-455a-8586-20b6e50ffe0a', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:51:31 GMT', + date: 'Thu, 07 Sep 2017 02:42:50 GMT', connection: 'close' }); return result; }, function (nock) { var result = nock('http://management.azure.com:443') - .get('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/operations/4c8b2bb1-ea11-4a77-ba1b-e4e772d47235?monitor=true&api-version=2017-06-01') - .reply(200, "{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc1360\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc1360\",\"properties\":{\"creationTime\":\"2017-06-09T06:51:31.3769661Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-09T06:51:31.3769661Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-09T06:51:31.3769661Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://testacc1360.blob.core.windows.net/\",\"file\":\"https://testacc1360.file.core.windows.net/\",\"queue\":\"https://testacc1360.queue.core.windows.net/\",\"table\":\"https://testacc1360.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"}\n", { 'cache-control': 'no-cache', + .get('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/westus/asyncoperations/a328efcf-08cb-48c4-962b-367c51bb09f6?monitor=true&api-version=2017-06-01') + .reply(200, "{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc4853\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc4853\",\"properties\":{\"creationTime\":\"2017-09-07T02:42:50.5882722Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-09-07T02:42:50.5872728Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-09-07T02:42:50.5872728Z\"}}},\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc4853.blob.core.windows.net/\",\"file\":\"https://testacc4853.file.core.windows.net/\",\"queue\":\"https://testacc4853.queue.core.windows.net/\",\"table\":\"https://testacc4853.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"}\n", { 'cache-control': 'no-cache', pragma: 'no-cache', - 'content-length': '931', + 'content-length': '1033', 'content-type': 'application/json', expires: '-1', - 'x-ms-request-id': 'aea34c41-1dfe-4e07-b3b0-49951e1e1887', + 'x-ms-request-id': 'e6b510b2-3769-4da8-961f-d87d2138470d', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-ratelimit-remaining-subscription-reads': '14992', - 'x-ms-correlation-request-id': 'aea34c41-1dfe-4e07-b3b0-49951e1e1887', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065203Z:aea34c41-1dfe-4e07-b3b0-49951e1e1887', + 'x-ms-ratelimit-remaining-subscription-reads': '14923', + 'x-ms-correlation-request-id': 'e6b510b2-3769-4da8-961f-d87d2138470d', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024321Z:e6b510b2-3769-4da8-961f-d87d2138470d', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:52:03 GMT', + date: 'Thu, 07 Sep 2017 02:43:21 GMT', connection: 'close' }); return result; }, function (nock) { var result = nock('https://management.azure.com:443') - .get('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/operations/4c8b2bb1-ea11-4a77-ba1b-e4e772d47235?monitor=true&api-version=2017-06-01') - .reply(200, "{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc1360\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc1360\",\"properties\":{\"creationTime\":\"2017-06-09T06:51:31.3769661Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-09T06:51:31.3769661Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-09T06:51:31.3769661Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://testacc1360.blob.core.windows.net/\",\"file\":\"https://testacc1360.file.core.windows.net/\",\"queue\":\"https://testacc1360.queue.core.windows.net/\",\"table\":\"https://testacc1360.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"}\n", { 'cache-control': 'no-cache', + .get('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/westus/asyncoperations/a328efcf-08cb-48c4-962b-367c51bb09f6?monitor=true&api-version=2017-06-01') + .reply(200, "{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc4853\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc4853\",\"properties\":{\"creationTime\":\"2017-09-07T02:42:50.5882722Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-09-07T02:42:50.5872728Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-09-07T02:42:50.5872728Z\"}}},\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc4853.blob.core.windows.net/\",\"file\":\"https://testacc4853.file.core.windows.net/\",\"queue\":\"https://testacc4853.queue.core.windows.net/\",\"table\":\"https://testacc4853.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"}\n", { 'cache-control': 'no-cache', pragma: 'no-cache', - 'content-length': '931', + 'content-length': '1033', 'content-type': 'application/json', expires: '-1', - 'x-ms-request-id': 'aea34c41-1dfe-4e07-b3b0-49951e1e1887', + 'x-ms-request-id': 'e6b510b2-3769-4da8-961f-d87d2138470d', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-ratelimit-remaining-subscription-reads': '14992', - 'x-ms-correlation-request-id': 'aea34c41-1dfe-4e07-b3b0-49951e1e1887', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065203Z:aea34c41-1dfe-4e07-b3b0-49951e1e1887', + 'x-ms-ratelimit-remaining-subscription-reads': '14923', + 'x-ms-correlation-request-id': 'e6b510b2-3769-4da8-961f-d87d2138470d', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024321Z:e6b510b2-3769-4da8-961f-d87d2138470d', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:52:03 GMT', + date: 'Thu, 07 Sep 2017 02:43:21 GMT', connection: 'close' }); return result; }]]; - exports.randomTestIdsGenerated = function() { return ['testacc1360'];}; \ No newline at end of file + exports.randomTestIdsGenerated = function() { return ['testacc4853'];}; \ No newline at end of file diff --git a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_create_an_account_correctly_with_https_only.nock.js b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_create_an_account_correctly_with_https_only.nock.js index 756f5c6bd1..b3082251c0 100644 --- a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_create_an_account_correctly_with_https_only.nock.js +++ b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_create_an_account_correctly_with_https_only.nock.js @@ -2,83 +2,83 @@ exports.setEnvironment = function() { process.env['AZURE_TEST_LOCATION'] = 'westus'; - process.env['AZURE_SUBSCRIPTION_ID'] = '2aa30309-3723-4112-bd0b-79e9f65fc52d'; + process.env['AZURE_SUBSCRIPTION_ID'] = 'ce4a7590-4722-4bcf-a2c6-e473e9f11778'; }; exports.scopes = [[function (nock) { var result = nock('http://management.azure.com:443') .filteringRequestBody(function (path) { return '*';}) -.put('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc684?api-version=2017-06-01', '*') +.put('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts/testacc5835?api-version=2017-06-01', '*') .reply(202, "", { 'cache-control': 'no-cache', pragma: 'no-cache', 'content-length': '0', expires: '-1', - location: 'https://management.azure.com/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/operations/8e41891d-79d2-440a-8cb0-9730a75cbf32?monitor=true&api-version=2017-06-01', + location: 'https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/westus/asyncoperations/e2d400da-7b95-40b1-88a6-7b560041dfa5?monitor=true&api-version=2017-06-01', 'retry-after': '17', - 'x-ms-ratelimit-remaining-subscription-writes': '1195', - 'x-ms-request-id': 'c58c7703-ff4e-4dfd-b0d6-f2437983f26b', + 'x-ms-ratelimit-remaining-subscription-writes': '1199', + 'x-ms-request-id': 'c493beff-8114-40b8-953d-1a02ed2d15a7', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-correlation-request-id': 'c58c7703-ff4e-4dfd-b0d6-f2437983f26b', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065239Z:c58c7703-ff4e-4dfd-b0d6-f2437983f26b', + 'x-ms-correlation-request-id': 'c493beff-8114-40b8-953d-1a02ed2d15a7', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024355Z:c493beff-8114-40b8-953d-1a02ed2d15a7', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:52:39 GMT', + date: 'Thu, 07 Sep 2017 02:43:54 GMT', connection: 'close' }); return result; }, function (nock) { var result = nock('https://management.azure.com:443') .filteringRequestBody(function (path) { return '*';}) -.put('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc684?api-version=2017-06-01', '*') +.put('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts/testacc5835?api-version=2017-06-01', '*') .reply(202, "", { 'cache-control': 'no-cache', pragma: 'no-cache', 'content-length': '0', expires: '-1', - location: 'https://management.azure.com/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/operations/8e41891d-79d2-440a-8cb0-9730a75cbf32?monitor=true&api-version=2017-06-01', + location: 'https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/westus/asyncoperations/e2d400da-7b95-40b1-88a6-7b560041dfa5?monitor=true&api-version=2017-06-01', 'retry-after': '17', - 'x-ms-ratelimit-remaining-subscription-writes': '1195', - 'x-ms-request-id': 'c58c7703-ff4e-4dfd-b0d6-f2437983f26b', + 'x-ms-ratelimit-remaining-subscription-writes': '1199', + 'x-ms-request-id': 'c493beff-8114-40b8-953d-1a02ed2d15a7', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-correlation-request-id': 'c58c7703-ff4e-4dfd-b0d6-f2437983f26b', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065239Z:c58c7703-ff4e-4dfd-b0d6-f2437983f26b', + 'x-ms-correlation-request-id': 'c493beff-8114-40b8-953d-1a02ed2d15a7', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024355Z:c493beff-8114-40b8-953d-1a02ed2d15a7', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:52:39 GMT', + date: 'Thu, 07 Sep 2017 02:43:54 GMT', connection: 'close' }); return result; }, function (nock) { var result = nock('http://management.azure.com:443') - .get('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/operations/8e41891d-79d2-440a-8cb0-9730a75cbf32?monitor=true&api-version=2017-06-01') - .reply(200, "{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc684\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc684\",\"properties\":{\"creationTime\":\"2017-06-09T06:52:38.6754897Z\",\"primaryEndpoints\":{\"blob\":\"https://testacc684.blob.core.windows.net/\",\"file\":\"https://testacc684.file.core.windows.net/\",\"queue\":\"https://testacc684.queue.core.windows.net/\",\"table\":\"https://testacc684.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":true},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"}\n", { 'cache-control': 'no-cache', + .get('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/westus/asyncoperations/e2d400da-7b95-40b1-88a6-7b560041dfa5?monitor=true&api-version=2017-06-01') + .reply(200, "{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc5835\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc5835\",\"properties\":{\"creationTime\":\"2017-09-07T02:43:55.4239541Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc5835.blob.core.windows.net/\",\"file\":\"https://testacc5835.file.core.windows.net/\",\"queue\":\"https://testacc5835.queue.core.windows.net/\",\"table\":\"https://testacc5835.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":true},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"}\n", { 'cache-control': 'no-cache', pragma: 'no-cache', - 'content-length': '718', + 'content-length': '826', 'content-type': 'application/json', expires: '-1', - 'x-ms-request-id': 'fa4a1b7d-347c-4c38-af38-78e0d5e123c8', + 'x-ms-request-id': 'e8822aa3-3337-4585-9136-c3ea8489e45a', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-ratelimit-remaining-subscription-reads': '14990', - 'x-ms-correlation-request-id': 'fa4a1b7d-347c-4c38-af38-78e0d5e123c8', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065310Z:fa4a1b7d-347c-4c38-af38-78e0d5e123c8', + 'x-ms-ratelimit-remaining-subscription-reads': '14922', + 'x-ms-correlation-request-id': 'e8822aa3-3337-4585-9136-c3ea8489e45a', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024426Z:e8822aa3-3337-4585-9136-c3ea8489e45a', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:53:09 GMT', + date: 'Thu, 07 Sep 2017 02:44:26 GMT', connection: 'close' }); return result; }, function (nock) { var result = nock('https://management.azure.com:443') - .get('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/operations/8e41891d-79d2-440a-8cb0-9730a75cbf32?monitor=true&api-version=2017-06-01') - .reply(200, "{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc684\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc684\",\"properties\":{\"creationTime\":\"2017-06-09T06:52:38.6754897Z\",\"primaryEndpoints\":{\"blob\":\"https://testacc684.blob.core.windows.net/\",\"file\":\"https://testacc684.file.core.windows.net/\",\"queue\":\"https://testacc684.queue.core.windows.net/\",\"table\":\"https://testacc684.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":true},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"}\n", { 'cache-control': 'no-cache', + .get('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/westus/asyncoperations/e2d400da-7b95-40b1-88a6-7b560041dfa5?monitor=true&api-version=2017-06-01') + .reply(200, "{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc5835\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc5835\",\"properties\":{\"creationTime\":\"2017-09-07T02:43:55.4239541Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc5835.blob.core.windows.net/\",\"file\":\"https://testacc5835.file.core.windows.net/\",\"queue\":\"https://testacc5835.queue.core.windows.net/\",\"table\":\"https://testacc5835.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":true},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"}\n", { 'cache-control': 'no-cache', pragma: 'no-cache', - 'content-length': '718', + 'content-length': '826', 'content-type': 'application/json', expires: '-1', - 'x-ms-request-id': 'fa4a1b7d-347c-4c38-af38-78e0d5e123c8', + 'x-ms-request-id': 'e8822aa3-3337-4585-9136-c3ea8489e45a', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-ratelimit-remaining-subscription-reads': '14990', - 'x-ms-correlation-request-id': 'fa4a1b7d-347c-4c38-af38-78e0d5e123c8', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065310Z:fa4a1b7d-347c-4c38-af38-78e0d5e123c8', + 'x-ms-ratelimit-remaining-subscription-reads': '14922', + 'x-ms-correlation-request-id': 'e8822aa3-3337-4585-9136-c3ea8489e45a', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024426Z:e8822aa3-3337-4585-9136-c3ea8489e45a', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:53:09 GMT', + date: 'Thu, 07 Sep 2017 02:44:26 GMT', connection: 'close' }); return result; }]]; - exports.randomTestIdsGenerated = function() { return ['testacc684'];}; \ No newline at end of file + exports.randomTestIdsGenerated = function() { return ['testacc5835'];}; \ No newline at end of file diff --git a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_create_an_account_with_vnet_acl_correctly.nock.js b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_create_an_account_with_vnet_acl_correctly.nock.js deleted file mode 100644 index 9881684c7c..0000000000 --- a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_create_an_account_with_vnet_acl_correctly.nock.js +++ /dev/null @@ -1,83 +0,0 @@ -// This file has been autogenerated. - -exports.setEnvironment = function() { - process.env['AZURE_TEST_LOCATION'] = 'westus'; - process.env['AZURE_SUBSCRIPTION_ID'] = '2aa30309-3723-4112-bd0b-79e9f65fc52d'; -}; - -exports.scopes = [[function (nock) { -var result = -nock('http://management.azure.com:443') - .filteringRequestBody(function (path) { return '*';}) -.put('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081?api-version=2017-06-01', '*') - .reply(202, "", { 'cache-control': 'no-cache', - pragma: 'no-cache', - 'content-length': '0', - expires: '-1', - location: 'https://management.azure.com/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/operations/e06aceea-c37d-4339-b090-138f864f6487?monitor=true&api-version=2017-06-01', - 'retry-after': '17', - 'x-ms-ratelimit-remaining-subscription-writes': '1199', - 'x-ms-request-id': 'ca083b43-e00e-4b4c-b50f-113a5cd3d58c', - server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-correlation-request-id': 'ca083b43-e00e-4b4c-b50f-113a5cd3d58c', - 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170623T032430Z:ca083b43-e00e-4b4c-b50f-113a5cd3d58c', - 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 23 Jun 2017 03:24:30 GMT', - connection: 'close' }); - return result; }, -function (nock) { -var result = -nock('https://management.azure.com:443') - .filteringRequestBody(function (path) { return '*';}) -.put('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081?api-version=2017-06-01', '*') - .reply(202, "", { 'cache-control': 'no-cache', - pragma: 'no-cache', - 'content-length': '0', - expires: '-1', - location: 'https://management.azure.com/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/operations/e06aceea-c37d-4339-b090-138f864f6487?monitor=true&api-version=2017-06-01', - 'retry-after': '17', - 'x-ms-ratelimit-remaining-subscription-writes': '1199', - 'x-ms-request-id': 'ca083b43-e00e-4b4c-b50f-113a5cd3d58c', - server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-correlation-request-id': 'ca083b43-e00e-4b4c-b50f-113a5cd3d58c', - 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170623T032430Z:ca083b43-e00e-4b4c-b50f-113a5cd3d58c', - 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 23 Jun 2017 03:24:30 GMT', - connection: 'close' }); - return result; }, -function (nock) { -var result = -nock('http://management.azure.com:443') - .get('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/operations/e06aceea-c37d-4339-b090-138f864f6487?monitor=true&api-version=2017-06-01') - .reply(200, "{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081\",\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"testacc4081\",\"properties\":{\"creationTime\":\"2017-06-23T03:24:29.6949681Z\",\"networkAcls\":{\"bypass\":\"Logging, AzureServices\",\"defaultAction\":\"Deny\",\"ipRules\":[{\"action\":\"Allow\",\"value\":\"23.45.67.90\"},{\"action\":\"Allow\",\"value\":\"23.45.67.91\"}],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc4081.blob.core.windows.net/\",\"file\":\"https://testacc4081.file.core.windows.net/\",\"queue\":\"https://testacc4081.queue.core.windows.net/\",\"table\":\"https://testacc4081.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"}\n", { 'cache-control': 'no-cache', - pragma: 'no-cache', - 'content-length': '927', - 'content-type': 'application/json', - expires: '-1', - 'x-ms-request-id': 'b5b9c60a-4501-4ef3-b909-1ce69e3506f3', - server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-ratelimit-remaining-subscription-reads': '14998', - 'x-ms-correlation-request-id': 'b5b9c60a-4501-4ef3-b909-1ce69e3506f3', - 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170623T032501Z:b5b9c60a-4501-4ef3-b909-1ce69e3506f3', - 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 23 Jun 2017 03:25:00 GMT', - connection: 'close' }); - return result; }, -function (nock) { -var result = -nock('https://management.azure.com:443') - .get('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/operations/e06aceea-c37d-4339-b090-138f864f6487?monitor=true&api-version=2017-06-01') - .reply(200, "{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081\",\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"testacc4081\",\"properties\":{\"creationTime\":\"2017-06-23T03:24:29.6949681Z\",\"networkAcls\":{\"bypass\":\"Logging, AzureServices\",\"defaultAction\":\"Deny\",\"ipRules\":[{\"action\":\"Allow\",\"value\":\"23.45.67.90\"},{\"action\":\"Allow\",\"value\":\"23.45.67.91\"}],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc4081.blob.core.windows.net/\",\"file\":\"https://testacc4081.file.core.windows.net/\",\"queue\":\"https://testacc4081.queue.core.windows.net/\",\"table\":\"https://testacc4081.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"}\n", { 'cache-control': 'no-cache', - pragma: 'no-cache', - 'content-length': '927', - 'content-type': 'application/json', - expires: '-1', - 'x-ms-request-id': 'b5b9c60a-4501-4ef3-b909-1ce69e3506f3', - server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-ratelimit-remaining-subscription-reads': '14998', - 'x-ms-correlation-request-id': 'b5b9c60a-4501-4ef3-b909-1ce69e3506f3', - 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170623T032501Z:b5b9c60a-4501-4ef3-b909-1ce69e3506f3', - 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 23 Jun 2017 03:25:00 GMT', - connection: 'close' }); - return result; }]]; \ No newline at end of file diff --git a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_create_an_account_with_vnet_rule_set_correctly.nock.js b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_create_an_account_with_vnet_rule_set_correctly.nock.js new file mode 100644 index 0000000000..1d22d4795c --- /dev/null +++ b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_create_an_account_with_vnet_rule_set_correctly.nock.js @@ -0,0 +1,84 @@ +// This file has been autogenerated. + +exports.setEnvironment = function() { + process.env['AZURE_TEST_LOCATION'] = 'westus'; + process.env['AZURE_SUBSCRIPTION_ID'] = 'ce4a7590-4722-4bcf-a2c6-e473e9f11778'; +}; + +exports.scopes = [[function (nock) { +var result = +nock('http://management.azure.com:443') + .filteringRequestBody(function (path) { return '*';}) +.put('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts/testacc5558?api-version=2017-06-01', '*') + .reply(202, "", { 'cache-control': 'no-cache', + pragma: 'no-cache', + 'content-length': '0', + expires: '-1', + location: 'https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/4d8d8053-72a1-4db2-bcda-1ab9414f6857?monitor=true&api-version=2017-06-01', + 'retry-after': '17', + 'x-ms-ratelimit-remaining-subscription-writes': '1199', + 'x-ms-request-id': '598d0d59-7088-461b-8842-f5d1384b844c', + server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', + 'x-ms-correlation-request-id': '598d0d59-7088-461b-8842-f5d1384b844c', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024143Z:598d0d59-7088-461b-8842-f5d1384b844c', + 'strict-transport-security': 'max-age=31536000; includeSubDomains', + date: 'Thu, 07 Sep 2017 02:41:43 GMT', + connection: 'close' }); + return result; }, +function (nock) { +var result = +nock('https://management.azure.com:443') + .filteringRequestBody(function (path) { return '*';}) +.put('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts/testacc5558?api-version=2017-06-01', '*') + .reply(202, "", { 'cache-control': 'no-cache', + pragma: 'no-cache', + 'content-length': '0', + expires: '-1', + location: 'https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/4d8d8053-72a1-4db2-bcda-1ab9414f6857?monitor=true&api-version=2017-06-01', + 'retry-after': '17', + 'x-ms-ratelimit-remaining-subscription-writes': '1199', + 'x-ms-request-id': '598d0d59-7088-461b-8842-f5d1384b844c', + server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', + 'x-ms-correlation-request-id': '598d0d59-7088-461b-8842-f5d1384b844c', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024143Z:598d0d59-7088-461b-8842-f5d1384b844c', + 'strict-transport-security': 'max-age=31536000; includeSubDomains', + date: 'Thu, 07 Sep 2017 02:41:43 GMT', + connection: 'close' }); + return result; }, +function (nock) { +var result = +nock('http://management.azure.com:443') + .get('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/4d8d8053-72a1-4db2-bcda-1ab9414f6857?monitor=true&api-version=2017-06-01') + .reply(200, "{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc5558\",\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"testacc5558\",\"properties\":{\"creationTime\":\"2017-09-07T02:41:43.3636537Z\",\"networkAcls\":{\"bypass\":\"Logging, AzureServices\",\"defaultAction\":\"Deny\",\"ipRules\":[{\"action\":\"Allow\",\"value\":\"23.45.67.90\"},{\"action\":\"Allow\",\"value\":\"23.45.67.91\"}],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc5558.blob.core.windows.net/\",\"file\":\"https://testacc5558.file.core.windows.net/\",\"queue\":\"https://testacc5558.queue.core.windows.net/\",\"table\":\"https://testacc5558.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"}\n", { 'cache-control': 'no-cache', + pragma: 'no-cache', + 'content-length': '926', + 'content-type': 'application/json', + expires: '-1', + 'x-ms-request-id': 'ac88ca31-ce76-484f-bce0-f83088b918c7', + server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', + 'x-ms-ratelimit-remaining-subscription-reads': '14924', + 'x-ms-correlation-request-id': 'ac88ca31-ce76-484f-bce0-f83088b918c7', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024215Z:ac88ca31-ce76-484f-bce0-f83088b918c7', + 'strict-transport-security': 'max-age=31536000; includeSubDomains', + date: 'Thu, 07 Sep 2017 02:42:15 GMT', + connection: 'close' }); + return result; }, +function (nock) { +var result = +nock('https://management.azure.com:443') + .get('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/4d8d8053-72a1-4db2-bcda-1ab9414f6857?monitor=true&api-version=2017-06-01') + .reply(200, "{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc5558\",\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"testacc5558\",\"properties\":{\"creationTime\":\"2017-09-07T02:41:43.3636537Z\",\"networkAcls\":{\"bypass\":\"Logging, AzureServices\",\"defaultAction\":\"Deny\",\"ipRules\":[{\"action\":\"Allow\",\"value\":\"23.45.67.90\"},{\"action\":\"Allow\",\"value\":\"23.45.67.91\"}],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc5558.blob.core.windows.net/\",\"file\":\"https://testacc5558.file.core.windows.net/\",\"queue\":\"https://testacc5558.queue.core.windows.net/\",\"table\":\"https://testacc5558.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"}\n", { 'cache-control': 'no-cache', + pragma: 'no-cache', + 'content-length': '926', + 'content-type': 'application/json', + expires: '-1', + 'x-ms-request-id': 'ac88ca31-ce76-484f-bce0-f83088b918c7', + server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', + 'x-ms-ratelimit-remaining-subscription-reads': '14924', + 'x-ms-correlation-request-id': 'ac88ca31-ce76-484f-bce0-f83088b918c7', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024215Z:ac88ca31-ce76-484f-bce0-f83088b918c7', + 'strict-transport-security': 'max-age=31536000; includeSubDomains', + date: 'Thu, 07 Sep 2017 02:42:15 GMT', + connection: 'close' }); + return result; }]]; + exports.randomTestIdsGenerated = function() { return ['testacc5558'];}; \ No newline at end of file diff --git a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_delete_the_specified_storage_account.nock.js b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_delete_the_specified_storage_account.nock.js index b635fac5ef..a911684abd 100644 --- a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_delete_the_specified_storage_account.nock.js +++ b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_delete_the_specified_storage_account.nock.js @@ -2,40 +2,40 @@ exports.setEnvironment = function() { process.env['AZURE_TEST_LOCATION'] = 'westus'; - process.env['AZURE_SUBSCRIPTION_ID'] = '2aa30309-3723-4112-bd0b-79e9f65fc52d'; + process.env['AZURE_SUBSCRIPTION_ID'] = 'ce4a7590-4722-4bcf-a2c6-e473e9f11778'; }; exports.scopes = [[function (nock) { var result = nock('http://management.azure.com:443') - .delete('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081?api-version=2017-06-01') + .delete('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts/testacc2604?api-version=2017-06-01') .reply(200, "", { 'cache-control': 'no-cache', pragma: 'no-cache', 'content-length': '0', expires: '-1', 'x-ms-ratelimit-remaining-subscription-writes': '1199', - 'x-ms-request-id': '7ee50a0a-ab4a-4a2f-b5c3-37598dac4223', + 'x-ms-request-id': 'b1142eda-844c-4bbc-afa9-9b15b12f0663', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-correlation-request-id': '7ee50a0a-ab4a-4a2f-b5c3-37598dac4223', - 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170609T065325Z:7ee50a0a-ab4a-4a2f-b5c3-37598dac4223', + 'x-ms-correlation-request-id': 'b1142eda-844c-4bbc-afa9-9b15b12f0663', + 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170907T024442Z:b1142eda-844c-4bbc-afa9-9b15b12f0663', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:53:24 GMT', + date: 'Thu, 07 Sep 2017 02:44:41 GMT', connection: 'close' }); return result; }, function (nock) { var result = nock('https://management.azure.com:443') - .delete('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081?api-version=2017-06-01') + .delete('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts/testacc2604?api-version=2017-06-01') .reply(200, "", { 'cache-control': 'no-cache', pragma: 'no-cache', 'content-length': '0', expires: '-1', 'x-ms-ratelimit-remaining-subscription-writes': '1199', - 'x-ms-request-id': '7ee50a0a-ab4a-4a2f-b5c3-37598dac4223', + 'x-ms-request-id': 'b1142eda-844c-4bbc-afa9-9b15b12f0663', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-correlation-request-id': '7ee50a0a-ab4a-4a2f-b5c3-37598dac4223', - 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170609T065325Z:7ee50a0a-ab4a-4a2f-b5c3-37598dac4223', + 'x-ms-correlation-request-id': 'b1142eda-844c-4bbc-afa9-9b15b12f0663', + 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170907T024442Z:b1142eda-844c-4bbc-afa9-9b15b12f0663', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:53:24 GMT', + date: 'Thu, 07 Sep 2017 02:44:41 GMT', connection: 'close' }); return result; }]]; \ No newline at end of file diff --git a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_get_properties_of_the_specified_storage_account.nock.js b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_get_properties_of_the_specified_storage_account.nock.js index 36f0384b00..226c42b3f7 100644 --- a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_get_properties_of_the_specified_storage_account.nock.js +++ b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_get_properties_of_the_specified_storage_account.nock.js @@ -2,42 +2,42 @@ exports.setEnvironment = function() { process.env['AZURE_TEST_LOCATION'] = 'westus'; - process.env['AZURE_SUBSCRIPTION_ID'] = '2aa30309-3723-4112-bd0b-79e9f65fc52d'; + process.env['AZURE_SUBSCRIPTION_ID'] = 'ce4a7590-4722-4bcf-a2c6-e473e9f11778'; }; exports.scopes = [[function (nock) { var result = nock('http://management.azure.com:443') - .get('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081?api-version=2017-06-01') - .reply(200, "{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc4081\",\"properties\":{\"creationTime\":\"2017-06-09T06:50:57.5380615Z\",\"primaryEndpoints\":{\"blob\":\"https://testacc4081.blob.core.windows.net/\",\"file\":\"https://testacc4081.file.core.windows.net/\",\"queue\":\"https://testacc4081.queue.core.windows.net/\",\"table\":\"https://testacc4081.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"tag1\":\"val1\",\"tag2\":\"val2\"},\"type\":\"Microsoft.Storage/storageAccounts\"}\n", { 'cache-control': 'no-cache', + .get('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts/testacc2604?api-version=2017-06-01') + .reply(200, "{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc2604\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc2604\",\"properties\":{\"creationTime\":\"2017-09-07T02:42:17.4085617Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc2604.blob.core.windows.net/\",\"file\":\"https://testacc2604.file.core.windows.net/\",\"queue\":\"https://testacc2604.queue.core.windows.net/\",\"table\":\"https://testacc2604.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"tag1\":\"val1\",\"tag2\":\"val2\"},\"type\":\"Microsoft.Storage/storageAccounts\"}\n", { 'cache-control': 'no-cache', pragma: 'no-cache', - 'content-length': '752', + 'content-length': '854', 'content-type': 'application/json', expires: '-1', - 'x-ms-request-id': '8459c811-c206-46f3-b314-b75b92e1f3d1', + 'x-ms-request-id': '2f6c771a-7b5a-44d0-aab7-e0ad5ef42c13', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-ratelimit-remaining-subscription-reads': '14990', - 'x-ms-correlation-request-id': '8459c811-c206-46f3-b314-b75b92e1f3d1', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065314Z:8459c811-c206-46f3-b314-b75b92e1f3d1', + 'x-ms-ratelimit-remaining-subscription-reads': '14750', + 'x-ms-correlation-request-id': '2f6c771a-7b5a-44d0-aab7-e0ad5ef42c13', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024429Z:2f6c771a-7b5a-44d0-aab7-e0ad5ef42c13', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:53:14 GMT', + date: 'Thu, 07 Sep 2017 02:44:29 GMT', connection: 'close' }); return result; }, function (nock) { var result = nock('https://management.azure.com:443') - .get('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081?api-version=2017-06-01') - .reply(200, "{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc4081\",\"properties\":{\"creationTime\":\"2017-06-09T06:50:57.5380615Z\",\"primaryEndpoints\":{\"blob\":\"https://testacc4081.blob.core.windows.net/\",\"file\":\"https://testacc4081.file.core.windows.net/\",\"queue\":\"https://testacc4081.queue.core.windows.net/\",\"table\":\"https://testacc4081.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"tag1\":\"val1\",\"tag2\":\"val2\"},\"type\":\"Microsoft.Storage/storageAccounts\"}\n", { 'cache-control': 'no-cache', + .get('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts/testacc2604?api-version=2017-06-01') + .reply(200, "{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc2604\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc2604\",\"properties\":{\"creationTime\":\"2017-09-07T02:42:17.4085617Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc2604.blob.core.windows.net/\",\"file\":\"https://testacc2604.file.core.windows.net/\",\"queue\":\"https://testacc2604.queue.core.windows.net/\",\"table\":\"https://testacc2604.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"tag1\":\"val1\",\"tag2\":\"val2\"},\"type\":\"Microsoft.Storage/storageAccounts\"}\n", { 'cache-control': 'no-cache', pragma: 'no-cache', - 'content-length': '752', + 'content-length': '854', 'content-type': 'application/json', expires: '-1', - 'x-ms-request-id': '8459c811-c206-46f3-b314-b75b92e1f3d1', + 'x-ms-request-id': '2f6c771a-7b5a-44d0-aab7-e0ad5ef42c13', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-ratelimit-remaining-subscription-reads': '14990', - 'x-ms-correlation-request-id': '8459c811-c206-46f3-b314-b75b92e1f3d1', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065314Z:8459c811-c206-46f3-b314-b75b92e1f3d1', + 'x-ms-ratelimit-remaining-subscription-reads': '14750', + 'x-ms-correlation-request-id': '2f6c771a-7b5a-44d0-aab7-e0ad5ef42c13', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024429Z:2f6c771a-7b5a-44d0-aab7-e0ad5ef42c13', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:53:14 GMT', + date: 'Thu, 07 Sep 2017 02:44:29 GMT', connection: 'close' }); return result; }]]; \ No newline at end of file diff --git a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_list_all_the_storage_account_keys.nock.js b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_list_all_the_storage_account_keys.nock.js index 7b10180555..6f150344fa 100644 --- a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_list_all_the_storage_account_keys.nock.js +++ b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_list_all_the_storage_account_keys.nock.js @@ -2,42 +2,42 @@ exports.setEnvironment = function() { process.env['AZURE_TEST_LOCATION'] = 'westus'; - process.env['AZURE_SUBSCRIPTION_ID'] = '2aa30309-3723-4112-bd0b-79e9f65fc52d'; + process.env['AZURE_SUBSCRIPTION_ID'] = 'ce4a7590-4722-4bcf-a2c6-e473e9f11778'; }; exports.scopes = [[function (nock) { var result = nock('http://management.azure.com:443') - .post('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081/listKeys?api-version=2017-06-01') - .reply(200, "{\"keys\":[{\"keyName\":\"key1\",\"permissions\":\"Full\",\"value\":\"t35ZZl3kOw/xNRyRIWoHQiwNv471wL6s3fwUxETKzWYxVXoekGWph6JtFnJRdbvusnnJHrLMm/z5Url1XM7FPw==\"},{\"keyName\":\"key2\",\"permissions\":\"Full\",\"value\":\"hvb7SNDbsUOGOWB5hJ+a5TDFT/2V3g6nCUGXJHnVwcMX61E03493GjY07eZKgmQ0ow9sdAu/MZTQqD5R/ljQvA==\"}]}\n", { 'cache-control': 'no-cache', + .post('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts/testacc2604/listKeys?api-version=2017-06-01') + .reply(200, "{\"keys\":[{\"keyName\":\"key1\",\"permissions\":\"Full\",\"value\":\"lH5AfajYnmHsNTe0I6MLJseoTllas1Og313C87Rl0Gnm55cDdllwx6gnwl32+aW9KG5YQn+1NxJO23xMVTZTIw==\"},{\"keyName\":\"key2\",\"permissions\":\"Full\",\"value\":\"syisIARDZ1GCTA1lDheNNJY9eoz9lTZYWZog+ulHMw/GDvcGpC8rKXpojve+oJbr6G1Nhy4EcdxAfjnJ+c/z8A==\"}]}\n", { 'cache-control': 'no-cache', pragma: 'no-cache', 'content-length': '289', 'content-type': 'application/json', expires: '-1', - 'x-ms-request-id': '59ccbfd5-1847-4b99-bc46-5544391fe7c6', + 'x-ms-request-id': 'e1b6a08c-4e29-43fb-85ad-49f1dc8326ae', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-ratelimit-remaining-subscription-writes': '1199', - 'x-ms-correlation-request-id': '59ccbfd5-1847-4b99-bc46-5544391fe7c6', - 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170609T065316Z:59ccbfd5-1847-4b99-bc46-5544391fe7c6', + 'x-ms-ratelimit-remaining-subscription-writes': '1198', + 'x-ms-correlation-request-id': 'e1b6a08c-4e29-43fb-85ad-49f1dc8326ae', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024434Z:e1b6a08c-4e29-43fb-85ad-49f1dc8326ae', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:53:15 GMT', + date: 'Thu, 07 Sep 2017 02:44:33 GMT', connection: 'close' }); return result; }, function (nock) { var result = nock('https://management.azure.com:443') - .post('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081/listKeys?api-version=2017-06-01') - .reply(200, "{\"keys\":[{\"keyName\":\"key1\",\"permissions\":\"Full\",\"value\":\"t35ZZl3kOw/xNRyRIWoHQiwNv471wL6s3fwUxETKzWYxVXoekGWph6JtFnJRdbvusnnJHrLMm/z5Url1XM7FPw==\"},{\"keyName\":\"key2\",\"permissions\":\"Full\",\"value\":\"hvb7SNDbsUOGOWB5hJ+a5TDFT/2V3g6nCUGXJHnVwcMX61E03493GjY07eZKgmQ0ow9sdAu/MZTQqD5R/ljQvA==\"}]}\n", { 'cache-control': 'no-cache', + .post('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts/testacc2604/listKeys?api-version=2017-06-01') + .reply(200, "{\"keys\":[{\"keyName\":\"key1\",\"permissions\":\"Full\",\"value\":\"lH5AfajYnmHsNTe0I6MLJseoTllas1Og313C87Rl0Gnm55cDdllwx6gnwl32+aW9KG5YQn+1NxJO23xMVTZTIw==\"},{\"keyName\":\"key2\",\"permissions\":\"Full\",\"value\":\"syisIARDZ1GCTA1lDheNNJY9eoz9lTZYWZog+ulHMw/GDvcGpC8rKXpojve+oJbr6G1Nhy4EcdxAfjnJ+c/z8A==\"}]}\n", { 'cache-control': 'no-cache', pragma: 'no-cache', 'content-length': '289', 'content-type': 'application/json', expires: '-1', - 'x-ms-request-id': '59ccbfd5-1847-4b99-bc46-5544391fe7c6', + 'x-ms-request-id': 'e1b6a08c-4e29-43fb-85ad-49f1dc8326ae', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-ratelimit-remaining-subscription-writes': '1199', - 'x-ms-correlation-request-id': '59ccbfd5-1847-4b99-bc46-5544391fe7c6', - 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170609T065316Z:59ccbfd5-1847-4b99-bc46-5544391fe7c6', + 'x-ms-ratelimit-remaining-subscription-writes': '1198', + 'x-ms-correlation-request-id': 'e1b6a08c-4e29-43fb-85ad-49f1dc8326ae', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024434Z:e1b6a08c-4e29-43fb-85ad-49f1dc8326ae', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:53:15 GMT', + date: 'Thu, 07 Sep 2017 02:44:33 GMT', connection: 'close' }); return result; }]]; \ No newline at end of file diff --git a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_list_all_the_storage_accounts_in_the_resourcegroup.nock.js b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_list_all_the_storage_accounts_in_the_resourcegroup.nock.js index 377881b403..f0d59d291d 100644 --- a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_list_all_the_storage_accounts_in_the_resourcegroup.nock.js +++ b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_list_all_the_storage_accounts_in_the_resourcegroup.nock.js @@ -2,42 +2,42 @@ exports.setEnvironment = function() { process.env['AZURE_TEST_LOCATION'] = 'westus'; - process.env['AZURE_SUBSCRIPTION_ID'] = '2aa30309-3723-4112-bd0b-79e9f65fc52d'; + process.env['AZURE_SUBSCRIPTION_ID'] = 'ce4a7590-4722-4bcf-a2c6-e473e9f11778'; }; exports.scopes = [[function (nock) { var result = nock('http://management.azure.com:443') - .get('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts?api-version=2017-06-01') - .reply(200, "{\"value\":[{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc1360\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc1360\",\"properties\":{\"creationTime\":\"2017-06-09T06:51:31.3769661Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-09T06:51:31.3769661Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-09T06:51:31.3769661Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://testacc1360.blob.core.windows.net/\",\"file\":\"https://testacc1360.file.core.windows.net/\",\"queue\":\"https://testacc1360.queue.core.windows.net/\",\"table\":\"https://testacc1360.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc4081\",\"properties\":{\"creationTime\":\"2017-06-09T06:50:57.5380615Z\",\"primaryEndpoints\":{\"blob\":\"https://testacc4081.blob.core.windows.net/\",\"file\":\"https://testacc4081.file.core.windows.net/\",\"queue\":\"https://testacc4081.queue.core.windows.net/\",\"table\":\"https://testacc4081.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"tag1\":\"val1\",\"tag2\":\"val2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc684\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc684\",\"properties\":{\"creationTime\":\"2017-06-09T06:52:38.6754897Z\",\"primaryEndpoints\":{\"blob\":\"https://testacc684.blob.core.windows.net/\",\"file\":\"https://testacc684.file.core.windows.net/\",\"queue\":\"https://testacc684.queue.core.windows.net/\",\"table\":\"https://testacc684.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":true},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc7061\",\"kind\":\"BlobStorage\",\"location\":\"westus\",\"name\":\"testacc7061\",\"properties\":{\"accessTier\":\"Cool\",\"creationTime\":\"2017-06-09T06:52:05.0937794Z\",\"primaryEndpoints\":{\"blob\":\"https://testacc7061.blob.core.windows.net/\",\"table\":\"https://testacc7061.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"}]}\n", { 'cache-control': 'no-cache', + .get('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts?api-version=2017-06-01') + .reply(200, "{\"value\":[{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc2604\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc2604\",\"properties\":{\"creationTime\":\"2017-09-07T02:42:17.4085617Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc2604.blob.core.windows.net/\",\"file\":\"https://testacc2604.file.core.windows.net/\",\"queue\":\"https://testacc2604.queue.core.windows.net/\",\"table\":\"https://testacc2604.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"tag1\":\"val1\",\"tag2\":\"val2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc4853\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc4853\",\"properties\":{\"creationTime\":\"2017-09-07T02:42:50.5882722Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-09-07T02:42:50.5872728Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-09-07T02:42:50.5872728Z\"}}},\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc4853.blob.core.windows.net/\",\"file\":\"https://testacc4853.file.core.windows.net/\",\"queue\":\"https://testacc4853.queue.core.windows.net/\",\"table\":\"https://testacc4853.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc5835\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc5835\",\"properties\":{\"creationTime\":\"2017-09-07T02:43:55.4239541Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc5835.blob.core.windows.net/\",\"file\":\"https://testacc5835.file.core.windows.net/\",\"queue\":\"https://testacc5835.queue.core.windows.net/\",\"table\":\"https://testacc5835.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":true},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc6216\",\"kind\":\"BlobStorage\",\"location\":\"westus\",\"name\":\"testacc6216\",\"properties\":{\"accessTier\":\"Cool\",\"creationTime\":\"2017-09-07T02:43:22.7937520Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc6216.blob.core.windows.net/\",\"table\":\"https://testacc6216.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc5558\",\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"testacc5558\",\"properties\":{\"creationTime\":\"2017-09-07T02:41:43.3636537Z\",\"networkAcls\":{\"bypass\":\"Logging, AzureServices\",\"defaultAction\":\"Deny\",\"ipRules\":[{\"action\":\"Allow\",\"value\":\"23.45.67.90\"},{\"action\":\"Allow\",\"value\":\"23.45.67.91\"}],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc5558.blob.core.windows.net/\",\"file\":\"https://testacc5558.file.core.windows.net/\",\"queue\":\"https://testacc5558.queue.core.windows.net/\",\"table\":\"https://testacc5558.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"}]}", { 'cache-control': 'no-cache', pragma: 'no-cache', - 'content-length': '3056', - 'content-type': 'application/json', + 'content-type': 'application/json; charset=utf-8', expires: '-1', - 'x-ms-request-id': 'd327c02f-e772-474d-a94d-96ba1be2c3b0', - server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-ratelimit-remaining-subscription-reads': '14990', - 'x-ms-correlation-request-id': 'd327c02f-e772-474d-a94d-96ba1be2c3b0', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065316Z:d327c02f-e772-474d-a94d-96ba1be2c3b0', + 'x-ms-original-request-ids': '6a6cbf73-53da-41b4-86fb-6c0f55820708, 6a6cbf73-53da-41b4-86fb-6c0f55820708', + 'x-ms-ratelimit-remaining-subscription-reads': '14850', + 'x-ms-request-id': '6a6cbf73-53da-41b4-86fb-6c0f55820708', + 'x-ms-correlation-request-id': '6a6cbf73-53da-41b4-86fb-6c0f55820708', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024433Z:6a6cbf73-53da-41b4-86fb-6c0f55820708', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:53:15 GMT', - connection: 'close' }); + date: 'Thu, 07 Sep 2017 02:44:32 GMT', + connection: 'close', + 'content-length': '4395' }); return result; }, function (nock) { var result = nock('https://management.azure.com:443') - .get('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts?api-version=2017-06-01') - .reply(200, "{\"value\":[{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc1360\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc1360\",\"properties\":{\"creationTime\":\"2017-06-09T06:51:31.3769661Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-09T06:51:31.3769661Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-09T06:51:31.3769661Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://testacc1360.blob.core.windows.net/\",\"file\":\"https://testacc1360.file.core.windows.net/\",\"queue\":\"https://testacc1360.queue.core.windows.net/\",\"table\":\"https://testacc1360.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc4081\",\"properties\":{\"creationTime\":\"2017-06-09T06:50:57.5380615Z\",\"primaryEndpoints\":{\"blob\":\"https://testacc4081.blob.core.windows.net/\",\"file\":\"https://testacc4081.file.core.windows.net/\",\"queue\":\"https://testacc4081.queue.core.windows.net/\",\"table\":\"https://testacc4081.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"tag1\":\"val1\",\"tag2\":\"val2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc684\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc684\",\"properties\":{\"creationTime\":\"2017-06-09T06:52:38.6754897Z\",\"primaryEndpoints\":{\"blob\":\"https://testacc684.blob.core.windows.net/\",\"file\":\"https://testacc684.file.core.windows.net/\",\"queue\":\"https://testacc684.queue.core.windows.net/\",\"table\":\"https://testacc684.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":true},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc7061\",\"kind\":\"BlobStorage\",\"location\":\"westus\",\"name\":\"testacc7061\",\"properties\":{\"accessTier\":\"Cool\",\"creationTime\":\"2017-06-09T06:52:05.0937794Z\",\"primaryEndpoints\":{\"blob\":\"https://testacc7061.blob.core.windows.net/\",\"table\":\"https://testacc7061.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"}]}\n", { 'cache-control': 'no-cache', + .get('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts?api-version=2017-06-01') + .reply(200, "{\"value\":[{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc2604\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc2604\",\"properties\":{\"creationTime\":\"2017-09-07T02:42:17.4085617Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc2604.blob.core.windows.net/\",\"file\":\"https://testacc2604.file.core.windows.net/\",\"queue\":\"https://testacc2604.queue.core.windows.net/\",\"table\":\"https://testacc2604.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"tag1\":\"val1\",\"tag2\":\"val2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc4853\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc4853\",\"properties\":{\"creationTime\":\"2017-09-07T02:42:50.5882722Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-09-07T02:42:50.5872728Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-09-07T02:42:50.5872728Z\"}}},\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc4853.blob.core.windows.net/\",\"file\":\"https://testacc4853.file.core.windows.net/\",\"queue\":\"https://testacc4853.queue.core.windows.net/\",\"table\":\"https://testacc4853.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc5835\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc5835\",\"properties\":{\"creationTime\":\"2017-09-07T02:43:55.4239541Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc5835.blob.core.windows.net/\",\"file\":\"https://testacc5835.file.core.windows.net/\",\"queue\":\"https://testacc5835.queue.core.windows.net/\",\"table\":\"https://testacc5835.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":true},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc6216\",\"kind\":\"BlobStorage\",\"location\":\"westus\",\"name\":\"testacc6216\",\"properties\":{\"accessTier\":\"Cool\",\"creationTime\":\"2017-09-07T02:43:22.7937520Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc6216.blob.core.windows.net/\",\"table\":\"https://testacc6216.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc5558\",\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"testacc5558\",\"properties\":{\"creationTime\":\"2017-09-07T02:41:43.3636537Z\",\"networkAcls\":{\"bypass\":\"Logging, AzureServices\",\"defaultAction\":\"Deny\",\"ipRules\":[{\"action\":\"Allow\",\"value\":\"23.45.67.90\"},{\"action\":\"Allow\",\"value\":\"23.45.67.91\"}],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc5558.blob.core.windows.net/\",\"file\":\"https://testacc5558.file.core.windows.net/\",\"queue\":\"https://testacc5558.queue.core.windows.net/\",\"table\":\"https://testacc5558.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"}]}", { 'cache-control': 'no-cache', pragma: 'no-cache', - 'content-length': '3056', - 'content-type': 'application/json', + 'content-type': 'application/json; charset=utf-8', expires: '-1', - 'x-ms-request-id': 'd327c02f-e772-474d-a94d-96ba1be2c3b0', - server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-ratelimit-remaining-subscription-reads': '14990', - 'x-ms-correlation-request-id': 'd327c02f-e772-474d-a94d-96ba1be2c3b0', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065316Z:d327c02f-e772-474d-a94d-96ba1be2c3b0', + 'x-ms-original-request-ids': '6a6cbf73-53da-41b4-86fb-6c0f55820708, 6a6cbf73-53da-41b4-86fb-6c0f55820708', + 'x-ms-ratelimit-remaining-subscription-reads': '14850', + 'x-ms-request-id': '6a6cbf73-53da-41b4-86fb-6c0f55820708', + 'x-ms-correlation-request-id': '6a6cbf73-53da-41b4-86fb-6c0f55820708', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024433Z:6a6cbf73-53da-41b4-86fb-6c0f55820708', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:53:15 GMT', - connection: 'close' }); + date: 'Thu, 07 Sep 2017 02:44:32 GMT', + connection: 'close', + 'content-length': '4395' }); return result; }]]; \ No newline at end of file diff --git a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_list_all_the_storage_accounts_in_the_subscription.nock.js b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_list_all_the_storage_accounts_in_the_subscription.nock.js index a68385c3cd..448fb26358 100644 --- a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_list_all_the_storage_accounts_in_the_subscription.nock.js +++ b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_list_all_the_storage_accounts_in_the_subscription.nock.js @@ -2,42 +2,42 @@ exports.setEnvironment = function() { process.env['AZURE_TEST_LOCATION'] = 'westus'; - process.env['AZURE_SUBSCRIPTION_ID'] = '2aa30309-3723-4112-bd0b-79e9f65fc52d'; + process.env['AZURE_SUBSCRIPTION_ID'] = 'ce4a7590-4722-4bcf-a2c6-e473e9f11778'; }; exports.scopes = [[function (nock) { var result = nock('http://management.azure.com:443') - .get('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/storageAccounts?api-version=2017-06-01') - .reply(200, "{\"value\":[{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/boyang/providers/Microsoft.Storage/storageAccounts/boyang4455\",\"kind\":\"Storage\",\"location\":\"japaneast\",\"name\":\"boyang4455\",\"properties\":{\"creationTime\":\"2016-05-19T10:04:47.1762077Z\",\"primaryEndpoints\":{\"blob\":\"https://boyang4455.blob.core.windows.net/\",\"file\":\"https://boyang4455.file.core.windows.net/\",\"queue\":\"https://boyang4455.queue.core.windows.net/\",\"table\":\"https://boyang4455.table.core.windows.net/\"},\"primaryLocation\":\"japaneast\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/boyang/providers/Microsoft.Storage/storageAccounts/boyang8868\",\"kind\":\"Storage\",\"location\":\"eastus\",\"name\":\"boyang8868\",\"properties\":{\"creationTime\":\"2016-07-25T02:55:51.2474408Z\",\"primaryEndpoints\":{\"blob\":\"https://boyang8868.blob.core.windows.net/\",\"file\":\"https://boyang8868.file.core.windows.net/\",\"queue\":\"https://boyang8868.queue.core.windows.net/\",\"table\":\"https://boyang8868.table.core.windows.net/\"},\"primaryLocation\":\"eastus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/boyang/providers/Microsoft.Storage/storageAccounts/jasonstorageaccount0\",\"kind\":\"Storage\",\"location\":\"eastus2\",\"name\":\"jasonstorageaccount0\",\"properties\":{\"creationTime\":\"2017-01-24T06:21:32.2946075Z\",\"primaryEndpoints\":{\"blob\":\"https://jasonstorageaccount0.blob.core.windows.net/\",\"file\":\"https://jasonstorageaccount0.file.core.windows.net/\",\"queue\":\"https://jasonstorageaccount0.queue.core.windows.net/\",\"table\":\"https://jasonstorageaccount0.table.core.windows.net/\"},\"primaryLocation\":\"eastus2\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/res2682/providers/Microsoft.Storage/storageAccounts/sto1283\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"sto1283\",\"properties\":{\"creationTime\":\"2016-11-22T10:48:06.7529371Z\",\"primaryEndpoints\":{\"blob\":\"https://sto1283.blob.core.windows.net/\",\"file\":\"https://sto1283.file.core.windows.net/\",\"queue\":\"https://sto1283.queue.core.windows.net/\",\"table\":\"https://sto1283.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/res8438/providers/Microsoft.Storage/storageAccounts/sto1722\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"sto1722\",\"properties\":{\"creationTime\":\"2016-11-30T06:55:16.3874687Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2016-11-30T06:55:16.3884687Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto1722.blob.core.windows.net/\",\"file\":\"https://sto1722.file.core.windows.net/\",\"queue\":\"https://sto1722.queue.core.windows.net/\",\"table\":\"https://sto1722.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/res7397/providers/Microsoft.Storage/storageAccounts/sto4369\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"sto4369\",\"properties\":{\"creationTime\":\"2016-11-30T09:31:10.4233300Z\",\"primaryEndpoints\":{\"blob\":\"https://sto4369.blob.core.windows.net/\",\"file\":\"https://sto4369.file.core.windows.net/\",\"queue\":\"https://sto4369.queue.core.windows.net/\",\"table\":\"https://sto4369.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/res5551/providers/Microsoft.Storage/storageAccounts/sto610\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"sto610\",\"properties\":{\"creationTime\":\"2016-11-22T09:29:07.0285666Z\",\"primaryEndpoints\":{\"blob\":\"https://sto610.blob.core.windows.net/\",\"file\":\"https://sto610.file.core.windows.net/\",\"queue\":\"https://sto610.queue.core.windows.net/\",\"table\":\"https://sto610.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/res5528/providers/Microsoft.Storage/storageAccounts/sto6246\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"sto6246\",\"properties\":{\"creationTime\":\"2016-11-22T08:51:29.2026745Z\",\"primaryEndpoints\":{\"blob\":\"https://sto6246.blob.core.windows.net/\",\"file\":\"https://sto6246.file.core.windows.net/\",\"queue\":\"https://sto6246.queue.core.windows.net/\",\"table\":\"https://sto6246.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/res1977/providers/Microsoft.Storage/storageAccounts/sto6402\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"sto6402\",\"properties\":{\"creationTime\":\"2016-11-22T10:48:33.4035218Z\",\"primaryEndpoints\":{\"blob\":\"https://sto6402.blob.core.windows.net/\",\"file\":\"https://sto6402.file.core.windows.net/\",\"queue\":\"https://sto6402.queue.core.windows.net/\",\"table\":\"https://sto6402.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/res2592/providers/Microsoft.Storage/storageAccounts/sto7\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"sto7\",\"properties\":{\"creationTime\":\"2016-12-09T02:26:59.5283231Z\",\"primaryEndpoints\":{\"blob\":\"https://sto7.blob.core.windows.net/\",\"file\":\"https://sto7.file.core.windows.net/\",\"queue\":\"https://sto7.queue.core.windows.net/\",\"table\":\"https://sto7.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/res3078/providers/Microsoft.Storage/storageAccounts/sto7906\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"sto7906\",\"properties\":{\"creationTime\":\"2016-11-24T10:28:43.4084665Z\",\"primaryEndpoints\":{\"blob\":\"https://sto7906.blob.core.windows.net/\",\"file\":\"https://sto7906.file.core.windows.net/\",\"queue\":\"https://sto7906.queue.core.windows.net/\",\"table\":\"https://sto7906.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/res7848/providers/Microsoft.Storage/storageAccounts/sto8085\",\"kind\":\"Storage\",\"location\":\"eastus\",\"name\":\"sto8085\",\"properties\":{\"creationTime\":\"2016-12-07T02:37:11.7536627Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2016-12-07T02:37:11.7546575Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto8085.blob.core.windows.net/\",\"file\":\"https://sto8085.file.core.windows.net/\",\"queue\":\"https://sto8085.queue.core.windows.net/\",\"table\":\"https://sto8085.table.core.windows.net/\"},\"primaryLocation\":\"eastus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/res5538/providers/Microsoft.Storage/storageAccounts/sto824\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"sto824\",\"properties\":{\"creationTime\":\"2016-11-24T07:22:32.6826722Z\",\"primaryEndpoints\":{\"blob\":\"https://sto824.blob.core.windows.net/\",\"file\":\"https://sto824.file.core.windows.net/\",\"queue\":\"https://sto824.queue.core.windows.net/\",\"table\":\"https://sto824.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/res8892/providers/Microsoft.Storage/storageAccounts/sto9995\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"sto9995\",\"properties\":{\"creationTime\":\"2016-11-22T09:28:38.8683558Z\",\"primaryEndpoints\":{\"blob\":\"https://sto9995.blob.core.windows.net/\",\"file\":\"https://sto9995.file.core.windows.net/\",\"queue\":\"https://sto9995.queue.core.windows.net/\",\"table\":\"https://sto9995.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/jasontestresourcegroup/providers/Microsoft.Storage/storageAccounts/storagesample06c45522\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"storagesample06c45522\",\"properties\":{\"creationTime\":\"2016-07-26T06:23:51.5705884Z\",\"primaryEndpoints\":{\"blob\":\"https://storagesample06c45522.blob.core.windows.net/\",\"file\":\"https://storagesample06c45522.file.core.windows.net/\",\"queue\":\"https://storagesample06c45522.queue.core.windows.net/\",\"table\":\"https://storagesample06c45522.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"eastus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc1360\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc1360\",\"properties\":{\"creationTime\":\"2017-06-09T06:51:31.3769661Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-09T06:51:31.3769661Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-09T06:51:31.3769661Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://testacc1360.blob.core.windows.net/\",\"file\":\"https://testacc1360.file.core.windows.net/\",\"queue\":\"https://testacc1360.queue.core.windows.net/\",\"table\":\"https://testacc1360.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc4081\",\"properties\":{\"creationTime\":\"2017-06-09T06:50:57.5380615Z\",\"primaryEndpoints\":{\"blob\":\"https://testacc4081.blob.core.windows.net/\",\"file\":\"https://testacc4081.file.core.windows.net/\",\"queue\":\"https://testacc4081.queue.core.windows.net/\",\"table\":\"https://testacc4081.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"tag1\":\"val1\",\"tag2\":\"val2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc684\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc684\",\"properties\":{\"creationTime\":\"2017-06-09T06:52:38.6754897Z\",\"primaryEndpoints\":{\"blob\":\"https://testacc684.blob.core.windows.net/\",\"file\":\"https://testacc684.file.core.windows.net/\",\"queue\":\"https://testacc684.queue.core.windows.net/\",\"table\":\"https://testacc684.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":true},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc7061\",\"kind\":\"BlobStorage\",\"location\":\"westus\",\"name\":\"testacc7061\",\"properties\":{\"accessTier\":\"Cool\",\"creationTime\":\"2017-06-09T06:52:05.0937794Z\",\"primaryEndpoints\":{\"blob\":\"https://testacc7061.blob.core.windows.net/\",\"table\":\"https://testacc7061.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"}]}\n", { 'cache-control': 'no-cache', + .get('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/storageAccounts?api-version=2017-06-01') + .reply(200, "{\"value\":[{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/jasoneu/providers/Microsoft.Storage/storageAccounts/jasoneudiag811\",\"kind\":\"Storage\",\"location\":\"eastus\",\"name\":\"jasoneudiag811\",\"properties\":{\"creationTime\":\"2017-08-18T08:12:26.7069156Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://jasoneudiag811.blob.core.windows.net/\",\"file\":\"https://jasoneudiag811.file.core.windows.net/\",\"queue\":\"https://jasoneudiag811.queue.core.windows.net/\",\"table\":\"https://jasoneudiag811.table.core.windows.net/\"},\"primaryLocation\":\"eastus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weieastus22/providers/Microsoft.Storage/storageAccounts/weitest1\",\"kind\":\"Storage\",\"location\":\"eastus\",\"name\":\"weitest1\",\"properties\":{\"creationTime\":\"2016-04-29T06:12:58.6740041Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://weitest1.blob.core.windows.net/\",\"file\":\"https://weitest1.file.core.windows.net/\",\"queue\":\"https://weitest1.queue.core.windows.net/\",\"table\":\"https://weitest1.table.core.windows.net/\"},\"primaryLocation\":\"eastus\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"westus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/xiaonlistandardlrsus\",\"kind\":\"Storage\",\"location\":\"eastus\",\"name\":\"xiaonlistandardlrsus\",\"properties\":{\"creationTime\":\"2017-08-21T12:25:25.7659792Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-21T12:25:25.7659792Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-21T12:25:25.7659792Z\"}}},\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://xiaonlistandardlrsus.blob.core.windows.net/\",\"file\":\"https://xiaonlistandardlrsus.file.core.windows.net/\",\"queue\":\"https://xiaonlistandardlrsus.queue.core.windows.net/\",\"table\":\"https://xiaonlistandardlrsus.table.core.windows.net/\"},\"primaryLocation\":\"eastus\",\"provisioningState\":\"Succeeded\",\"secondaryEndpoints\":{\"blob\":\"https://xiaonlistandardlrsus-secondary.blob.core.windows.net/\",\"queue\":\"https://xiaonlistandardlrsus-secondary.queue.core.windows.net/\",\"table\":\"https://xiaonlistandardlrsus-secondary.table.core.windows.net/\"},\"secondaryLocation\":\"westus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/xiaonlistandardlrsus2\",\"kind\":\"Storage\",\"location\":\"eastus\",\"name\":\"xiaonlistandardlrsus2\",\"properties\":{\"creationTime\":\"2017-08-21T13:06:05.8345342Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-21T13:06:05.8345342Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-21T13:06:05.8345342Z\"}}},\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://xiaonlistandardlrsus2.blob.core.windows.net/\",\"file\":\"https://xiaonlistandardlrsus2.file.core.windows.net/\",\"queue\":\"https://xiaonlistandardlrsus2.queue.core.windows.net/\",\"table\":\"https://xiaonlistandardlrsus2.table.core.windows.net/\"},\"primaryLocation\":\"eastus\",\"provisioningState\":\"Succeeded\",\"secondaryEndpoints\":{\"blob\":\"https://xiaonlistandardlrsus2-secondary.blob.core.windows.net/\",\"queue\":\"https://xiaonlistandardlrsus2-secondary.queue.core.windows.net/\",\"table\":\"https://xiaonlistandardlrsus2-secondary.table.core.windows.net/\"},\"secondaryLocation\":\"westus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/dailyregressionrg706930/providers/Microsoft.Storage/storageAccounts/adailyregression27\",\"kind\":\"Storage\",\"location\":\"eastus2\",\"name\":\"adailyregression27\",\"properties\":{\"creationTime\":\"2017-07-13T02:37:32.5647634Z\",\"primaryEndpoints\":{\"blob\":\"https://adailyregression27.blob.core.windows.net/\",\"file\":\"https://adailyregression27.file.core.windows.net/\",\"queue\":\"https://adailyregression27.queue.core.windows.net/\",\"table\":\"https://adailyregression27.table.core.windows.net/\"},\"primaryLocation\":\"eastus2\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"hidden-DevTestLabs-LabUId\":\"fab5930e-27e7-4d8c-82e4-62d3bf5ccdad\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/jasontest/providers/Microsoft.Storage/storageAccounts/jasontesteu2\",\"kind\":\"Storage\",\"location\":\"eastus2\",\"name\":\"jasontesteu2\",\"properties\":{\"creationTime\":\"2017-06-21T07:16:12.7126104Z\",\"primaryEndpoints\":{\"blob\":\"https://jasontesteu2.blob.core.windows.net/\",\"file\":\"https://jasontesteu2.file.core.windows.net/\",\"queue\":\"https://jasontesteu2.queue.core.windows.net/\",\"table\":\"https://jasontesteu2.table.core.windows.net/\"},\"primaryLocation\":\"eastus2\",\"provisioningState\":\"Succeeded\",\"secondaryEndpoints\":{\"blob\":\"https://jasontesteu2-secondary.blob.core.windows.net/\",\"queue\":\"https://jasontesteu2-secondary.queue.core.windows.net/\",\"table\":\"https://jasontesteu2-secondary.table.core.windows.net/\"},\"secondaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/premiumstorageaccount2\",\"kind\":\"Storage\",\"location\":\"eastus2\",\"name\":\"premiumstorageaccount2\",\"properties\":{\"creationTime\":\"2017-07-19T08:10:50.9345446Z\",\"primaryEndpoints\":{\"blob\":\"https://premiumstorageaccount2.blob.core.windows.net/\"},\"primaryLocation\":\"eastus2\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Premium_LRS\",\"tier\":\"Premium\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/ps1cluster/providers/Microsoft.Storage/storageAccounts/sflogsps1cluster6677\",\"kind\":\"Storage\",\"location\":\"eastus2\",\"name\":\"sflogsps1cluster6677\",\"properties\":{\"creationTime\":\"2017-06-05T08:51:42.9164744Z\",\"primaryEndpoints\":{\"blob\":\"https://sflogsps1cluster6677.blob.core.windows.net/\",\"file\":\"https://sflogsps1cluster6677.file.core.windows.net/\",\"queue\":\"https://sflogsps1cluster6677.queue.core.windows.net/\",\"table\":\"https://sflogsps1cluster6677.table.core.windows.net/\"},\"primaryLocation\":\"eastus2\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"clusterName\":\"ps1cluster\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weilinux/providers/Microsoft.Storage/storageAccounts/weilinuxdisks499\",\"kind\":\"Storage\",\"location\":\"eastus2\",\"name\":\"weilinuxdisks499\",\"properties\":{\"creationTime\":\"2017-05-08T07:29:08.8470437Z\",\"primaryEndpoints\":{\"blob\":\"https://weilinuxdisks499.blob.core.windows.net/\"},\"primaryLocation\":\"eastus2\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Premium_LRS\",\"tier\":\"Premium\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/xiaonlinodejsdiag709\",\"kind\":\"Storage\",\"location\":\"eastus2\",\"name\":\"xiaonlinodejsdiag709\",\"properties\":{\"creationTime\":\"2017-06-12T10:41:28.2812197Z\",\"primaryEndpoints\":{\"blob\":\"https://xiaonlinodejsdiag709.blob.core.windows.net/\",\"file\":\"https://xiaonlinodejsdiag709.file.core.windows.net/\",\"queue\":\"https://xiaonlinodejsdiag709.queue.core.windows.net/\",\"table\":\"https://xiaonlinodejsdiag709.table.core.windows.net/\"},\"primaryLocation\":\"eastus2\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/ps1cluster/providers/Microsoft.Storage/storageAccounts/ypzap3benvonc100\",\"kind\":\"Storage\",\"location\":\"eastus2\",\"name\":\"ypzap3benvonc100\",\"properties\":{\"creationTime\":\"2017-06-05T08:51:42.0272620Z\",\"primaryEndpoints\":{\"blob\":\"https://ypzap3benvonc100.blob.core.windows.net/\",\"file\":\"https://ypzap3benvonc100.file.core.windows.net/\",\"queue\":\"https://ypzap3benvonc100.queue.core.windows.net/\",\"table\":\"https://ypzap3benvonc100.table.core.windows.net/\"},\"primaryLocation\":\"eastus2\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"clusterName\":\"ps1cluster\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/ps1cluster/providers/Microsoft.Storage/storageAccounts/ypzap3benvonc101\",\"kind\":\"Storage\",\"location\":\"eastus2\",\"name\":\"ypzap3benvonc101\",\"properties\":{\"creationTime\":\"2017-06-05T08:51:41.4622003Z\",\"primaryEndpoints\":{\"blob\":\"https://ypzap3benvonc101.blob.core.windows.net/\",\"file\":\"https://ypzap3benvonc101.file.core.windows.net/\",\"queue\":\"https://ypzap3benvonc101.queue.core.windows.net/\",\"table\":\"https://ypzap3benvonc101.table.core.windows.net/\"},\"primaryLocation\":\"eastus2\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"clusterName\":\"ps1cluster\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/ps1cluster/providers/Microsoft.Storage/storageAccounts/ypzap3benvonc102\",\"kind\":\"Storage\",\"location\":\"eastus2\",\"name\":\"ypzap3benvonc102\",\"properties\":{\"creationTime\":\"2017-06-05T08:51:41.4702018Z\",\"primaryEndpoints\":{\"blob\":\"https://ypzap3benvonc102.blob.core.windows.net/\",\"file\":\"https://ypzap3benvonc102.file.core.windows.net/\",\"queue\":\"https://ypzap3benvonc102.queue.core.windows.net/\",\"table\":\"https://ypzap3benvonc102.table.core.windows.net/\"},\"primaryLocation\":\"eastus2\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"clusterName\":\"ps1cluster\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/ps1cluster/providers/Microsoft.Storage/storageAccounts/ypzap3benvonc103\",\"kind\":\"Storage\",\"location\":\"eastus2\",\"name\":\"ypzap3benvonc103\",\"properties\":{\"creationTime\":\"2017-06-05T08:51:41.1351732Z\",\"primaryEndpoints\":{\"blob\":\"https://ypzap3benvonc103.blob.core.windows.net/\",\"file\":\"https://ypzap3benvonc103.file.core.windows.net/\",\"queue\":\"https://ypzap3benvonc103.queue.core.windows.net/\",\"table\":\"https://ypzap3benvonc103.table.core.windows.net/\"},\"primaryLocation\":\"eastus2\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"clusterName\":\"ps1cluster\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/ps1cluster/providers/Microsoft.Storage/storageAccounts/ypzap3benvonc104\",\"kind\":\"Storage\",\"location\":\"eastus2\",\"name\":\"ypzap3benvonc104\",\"properties\":{\"creationTime\":\"2017-06-05T08:51:41.1431742Z\",\"primaryEndpoints\":{\"blob\":\"https://ypzap3benvonc104.blob.core.windows.net/\",\"file\":\"https://ypzap3benvonc104.file.core.windows.net/\",\"queue\":\"https://ypzap3benvonc104.queue.core.windows.net/\",\"table\":\"https://ypzap3benvonc104.table.core.windows.net/\"},\"primaryLocation\":\"eastus2\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"clusterName\":\"ps1cluster\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/dmtestxplattestarm02\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"dmtestxplattestarm02\",\"properties\":{\"creationTime\":\"2015-08-19T05:22:58.5226831Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://dmtestxplattestarm02.blob.core.windows.net/\",\"file\":\"https://dmtestxplattestarm02.file.core.windows.net/\",\"queue\":\"https://dmtestxplattestarm02.queue.core.windows.net/\",\"table\":\"https://dmtestxplattestarm02.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"secondaryEndpoints\":{\"blob\":\"https://dmtestxplattestarm02-secondary.blob.core.windows.net/\",\"queue\":\"https://dmtestxplattestarm02-secondary.queue.core.windows.net/\",\"table\":\"https://dmtestxplattestarm02-secondary.table.core.windows.net/\"},\"secondaryLocation\":\"eastus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/pstestrg1816/providers/Microsoft.Storage/storageAccounts/stopstestrg1816\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"stopstestrg1816\",\"properties\":{\"creationTime\":\"2017-05-25T08:51:14.2824518Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://stopstestrg1816.blob.core.windows.net/\",\"file\":\"https://stopstestrg1816.file.core.windows.net/\",\"queue\":\"https://stopstestrg1816.queue.core.windows.net/\",\"table\":\"https://stopstestrg1816.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"eastus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/pstestrg5702/providers/Microsoft.Storage/storageAccounts/stopstestrg5702\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"stopstestrg5702\",\"properties\":{\"creationTime\":\"2017-05-25T09:11:43.8237109Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-05-25T09:14:03.4010615Z\"}}},\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://stopstestrg5702.blob.core.windows.net/\",\"file\":\"https://stopstestrg5702.file.core.windows.net/\",\"queue\":\"https://stopstestrg5702.queue.core.windows.net/\",\"table\":\"https://stopstestrg5702.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"eastus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/pstestrg6759/providers/Microsoft.Storage/storageAccounts/stopstestrg6759\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"stopstestrg6759\",\"properties\":{\"creationTime\":\"2016-09-20T08:28:43.0167698Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://stopstestrg6759.blob.core.windows.net/\",\"file\":\"https://stopstestrg6759.file.core.windows.net/\",\"queue\":\"https://stopstestrg6759.queue.core.windows.net/\",\"table\":\"https://stopstestrg6759.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"eastus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/pstestrg9462/providers/Microsoft.Storage/storageAccounts/stopstestrg9462\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"stopstestrg9462\",\"properties\":{\"creationTime\":\"2016-09-14T07:26:02.5078528Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://stopstestrg9462.blob.core.windows.net/\",\"file\":\"https://stopstestrg9462.file.core.windows.net/\",\"queue\":\"https://stopstestrg9462.queue.core.windows.net/\",\"table\":\"https://stopstestrg9462.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"eastus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc2604\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc2604\",\"properties\":{\"creationTime\":\"2017-09-07T02:42:17.4085617Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc2604.blob.core.windows.net/\",\"file\":\"https://testacc2604.file.core.windows.net/\",\"queue\":\"https://testacc2604.queue.core.windows.net/\",\"table\":\"https://testacc2604.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"tag1\":\"val1\",\"tag2\":\"val2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc4853\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc4853\",\"properties\":{\"creationTime\":\"2017-09-07T02:42:50.5882722Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-09-07T02:42:50.5872728Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-09-07T02:42:50.5872728Z\"}}},\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc4853.blob.core.windows.net/\",\"file\":\"https://testacc4853.file.core.windows.net/\",\"queue\":\"https://testacc4853.queue.core.windows.net/\",\"table\":\"https://testacc4853.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc5835\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc5835\",\"properties\":{\"creationTime\":\"2017-09-07T02:43:55.4239541Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc5835.blob.core.windows.net/\",\"file\":\"https://testacc5835.file.core.windows.net/\",\"queue\":\"https://testacc5835.queue.core.windows.net/\",\"table\":\"https://testacc5835.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":true},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc6216\",\"kind\":\"BlobStorage\",\"location\":\"westus\",\"name\":\"testacc6216\",\"properties\":{\"accessTier\":\"Cool\",\"creationTime\":\"2017-09-07T02:43:22.7937520Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc6216.blob.core.windows.net/\",\"table\":\"https://testacc6216.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xplattstpvmgcreate3842/providers/Microsoft.Storage/storageAccounts/xplatteststorage12227\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"xplatteststorage12227\",\"properties\":{\"creationTime\":\"2017-02-17T01:09:35.8131218Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://xplatteststorage12227.blob.core.windows.net/\",\"file\":\"https://xplatteststorage12227.file.core.windows.net/\",\"queue\":\"https://xplatteststorage12227.queue.core.windows.net/\",\"table\":\"https://xplatteststorage12227.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"eastus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xplattstpvmgcreate2923/providers/Microsoft.Storage/storageAccounts/xplatteststorage14808\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"xplatteststorage14808\",\"properties\":{\"creationTime\":\"2017-02-17T01:25:34.0996543Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://xplatteststorage14808.blob.core.windows.net/\",\"file\":\"https://xplatteststorage14808.file.core.windows.net/\",\"queue\":\"https://xplatteststorage14808.queue.core.windows.net/\",\"table\":\"https://xplatteststorage14808.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"eastus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xplattstpvmgcreate630/providers/Microsoft.Storage/storageAccounts/xplatteststorage16015\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"xplatteststorage16015\",\"properties\":{\"creationTime\":\"2017-02-17T02:47:54.3943263Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://xplatteststorage16015.blob.core.windows.net/\",\"file\":\"https://xplatteststorage16015.file.core.windows.net/\",\"queue\":\"https://xplatteststorage16015.queue.core.windows.net/\",\"table\":\"https://xplatteststorage16015.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"eastus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xplattstpvmgcreate5247/providers/Microsoft.Storage/storageAccounts/xplatteststorage17152\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"xplatteststorage17152\",\"properties\":{\"creationTime\":\"2017-02-17T02:36:17.7886196Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://xplatteststorage17152.blob.core.windows.net/\",\"file\":\"https://xplatteststorage17152.file.core.windows.net/\",\"queue\":\"https://xplatteststorage17152.queue.core.windows.net/\",\"table\":\"https://xplatteststorage17152.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"eastus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xplattstpvmgcreate6294/providers/Microsoft.Storage/storageAccounts/xplatteststorage1816\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"xplatteststorage1816\",\"properties\":{\"creationTime\":\"2017-02-17T01:50:24.9592860Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://xplatteststorage1816.blob.core.windows.net/\",\"file\":\"https://xplatteststorage1816.file.core.windows.net/\",\"queue\":\"https://xplatteststorage1816.queue.core.windows.net/\",\"table\":\"https://xplatteststorage1816.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"eastus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/armclistoragegroup659/providers/Microsoft.Storage/storageAccounts/armclistorageaccount3030\",\"kind\":\"BlobStorage\",\"location\":\"westeurope\",\"name\":\"armclistorageaccount3030\",\"properties\":{\"accessTier\":\"Cool\",\"creationTime\":\"2017-02-13T08:10:58.0157969Z\",\"primaryEndpoints\":{\"blob\":\"https://armclistorageaccount3030.blob.core.windows.net/\",\"table\":\"https://armclistorageaccount3030.table.core.windows.net/\"},\"primaryLocation\":\"westeurope\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/armclistoragegroup8981/providers/Microsoft.Storage/storageAccounts/armclistorageaccount3440\",\"kind\":\"Storage\",\"location\":\"westeurope\",\"name\":\"armclistorageaccount3440\",\"properties\":{\"creationTime\":\"2017-02-13T08:13:38.0197768Z\",\"primaryEndpoints\":{\"blob\":\"https://armclistorageaccount3440.blob.core.windows.net/\",\"file\":\"https://armclistorageaccount3440.file.core.windows.net/\",\"queue\":\"https://armclistorageaccount3440.queue.core.windows.net/\",\"table\":\"https://armclistorageaccount3440.table.core.windows.net/\"},\"primaryLocation\":\"westeurope\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/armclistoragegroup9568/providers/Microsoft.Storage/storageAccounts/armclistorageaccount9465\",\"kind\":\"Storage\",\"location\":\"westeurope\",\"name\":\"armclistorageaccount9465\",\"properties\":{\"creationTime\":\"2017-02-13T08:15:38.4896336Z\",\"primaryEndpoints\":{\"blob\":\"https://armclistorageaccount9465.blob.core.windows.net/\",\"file\":\"https://armclistorageaccount9465.file.core.windows.net/\",\"queue\":\"https://armclistorageaccount9465.queue.core.windows.net/\",\"table\":\"https://armclistorageaccount9465.table.core.windows.net/\"},\"primaryLocation\":\"westeurope\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xplat-test-nic/providers/Microsoft.Storage/storageAccounts/xplattemptestaccount\",\"kind\":\"Storage\",\"location\":\"westeurope\",\"name\":\"xplattemptestaccount\",\"properties\":{\"creationTime\":\"2017-02-17T03:21:37.5052448Z\",\"primaryEndpoints\":{\"blob\":\"https://xplattemptestaccount.blob.core.windows.net/\",\"file\":\"https://xplattemptestaccount.file.core.windows.net/\",\"queue\":\"https://xplattemptestaccount.queue.core.windows.net/\",\"table\":\"https://xplattemptestaccount.table.core.windows.net/\"},\"primaryLocation\":\"westeurope\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/armclistoragegroup3482/providers/Microsoft.Storage/storageAccounts/armclistorageaccount1329\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"armclistorageaccount1329\",\"properties\":{\"creationTime\":\"2017-02-13T08:45:14.4423907Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-02-13T08:45:14.4423907Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-02-13T08:45:14.4423907Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://armclistorageaccount1329.blob.core.windows.net/\",\"file\":\"https://armclistorageaccount1329.file.core.windows.net/\",\"queue\":\"https://armclistorageaccount1329.queue.core.windows.net/\",\"table\":\"https://armclistorageaccount1329.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestqgepwciplkvnnq/providers/Microsoft.Storage/storageAccounts/clitestbvancxnorgxqs\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"clitestbvancxnorgxqs\",\"properties\":{\"creationTime\":\"2017-09-06T09:11:29.0455770Z\",\"primaryEndpoints\":{\"blob\":\"https://clitestbvancxnorgxqs.blob.core.windows.net/\",\"file\":\"https://clitestbvancxnorgxqs.file.core.windows.net/\",\"queue\":\"https://clitestbvancxnorgxqs.queue.core.windows.net/\",\"table\":\"https://clitestbvancxnorgxqs.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestlbdnhnxeen/providers/Microsoft.Storage/storageAccounts/clitestfxflobcrahhmxr\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"clitestfxflobcrahhmxr\",\"properties\":{\"creationTime\":\"2017-09-06T08:43:26.7305223Z\",\"primaryEndpoints\":{\"blob\":\"https://clitestfxflobcrahhmxr.blob.core.windows.net/\",\"file\":\"https://clitestfxflobcrahhmxr.file.core.windows.net/\",\"queue\":\"https://clitestfxflobcrahhmxr.queue.core.windows.net/\",\"table\":\"https://clitestfxflobcrahhmxr.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestaupbckupanldp/providers/Microsoft.Storage/storageAccounts/clitestrhwgyafkwvas\",\"identity\":{\"principalId\":\"1b6dbcd7-820f-4cc2-8e4a-3e8404a71914\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"clitestrhwgyafkwvas\",\"properties\":{\"creationTime\":\"2017-09-05T13:16:35.7989691Z\",\"primaryEndpoints\":{\"blob\":\"https://clitestrhwgyafkwvas.blob.core.windows.net/\",\"file\":\"https://clitestrhwgyafkwvas.file.core.windows.net/\",\"queue\":\"https://clitestrhwgyafkwvas.queue.core.windows.net/\",\"table\":\"https://clitestrhwgyafkwvas.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestaupbckupanldp/providers/Microsoft.Storage/storageAccounts/clitestujcealvypg\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"clitestujcealvypg\",\"properties\":{\"creationTime\":\"2017-09-05T07:21:17.6210766Z\",\"primaryEndpoints\":{\"blob\":\"https://clitestujcealvypg.blob.core.windows.net/\",\"file\":\"https://clitestujcealvypg.file.core.windows.net/\",\"queue\":\"https://clitestujcealvypg.queue.core.windows.net/\",\"table\":\"https://clitestujcealvypg.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestaupbckupanldp/providers/Microsoft.Storage/storageAccounts/clitestwmrwvnhvmr\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"clitestwmrwvnhvmr\",\"properties\":{\"creationTime\":\"2017-09-05T13:00:42.4901680Z\",\"primaryEndpoints\":{\"blob\":\"https://clitestwmrwvnhvmr.blob.core.windows.net/\",\"file\":\"https://clitestwmrwvnhvmr.file.core.windows.net/\",\"queue\":\"https://clitestwmrwvnhvmr.queue.core.windows.net/\",\"table\":\"https://clitestwmrwvnhvmr.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestaupbckupanldp/providers/Microsoft.Storage/storageAccounts/clitestxgokfdyljclu\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"clitestxgokfdyljclu\",\"properties\":{\"creationTime\":\"2017-09-05T12:45:37.7409782Z\",\"primaryEndpoints\":{\"blob\":\"https://clitestxgokfdyljclu.blob.core.windows.net/\",\"file\":\"https://clitestxgokfdyljclu.file.core.windows.net/\",\"queue\":\"https://clitestxgokfdyljclu.queue.core.windows.net/\",\"table\":\"https://clitestxgokfdyljclu.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryEndpoints\":{\"blob\":\"https://clitestxgokfdyljclu-secondary.blob.core.windows.net/\",\"queue\":\"https://clitestxgokfdyljclu-secondary.queue.core.windows.net/\",\"table\":\"https://clitestxgokfdyljclu-secondary.table.core.windows.net/\"},\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestlbdnhnxeen/providers/Microsoft.Storage/storageAccounts/dmtestsrp2\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"dmtestsrp2\",\"properties\":{\"creationTime\":\"2017-09-06T08:58:51.4177098Z\",\"customDomain\":{\"name\":\"dmtestsrp2.sn3.azure-test.net\"},\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-09-06T08:58:51.4177098Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://dmtestsrp2.blob.core.windows.net/\",\"file\":\"https://dmtestsrp2.file.core.windows.net/\",\"queue\":\"https://dmtestsrp2.queue.core.windows.net/\",\"table\":\"https://dmtestsrp2.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/hasontestnewsrp/providers/Microsoft.Storage/storageAccounts/haosntestnewsrp\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"haosntestnewsrp\",\"properties\":{\"creationTime\":\"2017-02-14T08:29:18.1267480Z\",\"primaryEndpoints\":{\"blob\":\"https://haosntestnewsrp.blob.core.windows.net/\",\"file\":\"https://haosntestnewsrp.file.core.windows.net/\",\"queue\":\"https://haosntestnewsrp.queue.core.windows.net/\",\"table\":\"https://haosntestnewsrp.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/hasontestnewsrp/providers/Microsoft.Storage/storageAccounts/haosntestnewsrp2\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"haosntestnewsrp2\",\"properties\":{\"creationTime\":\"2017-02-14T08:30:30.8963980Z\",\"primaryEndpoints\":{\"blob\":\"https://haosntestnewsrp2.blob.core.windows.net/\",\"file\":\"https://haosntestnewsrp2.file.core.windows.net/\",\"queue\":\"https://haosntestnewsrp2.queue.core.windows.net/\",\"table\":\"https://haosntestnewsrp2.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/hasontestfileer/providers/Microsoft.Storage/storageAccounts/hasontestfileer\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"hasontestfileer\",\"properties\":{\"creationTime\":\"2017-02-13T08:19:15.2674907Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-02-13T08:24:34.4931138Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-02-13T08:24:07.1217417Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://hasontestfileer.blob.core.windows.net/\",\"file\":\"https://hasontestfileer.file.core.windows.net/\",\"queue\":\"https://hasontestfileer.queue.core.windows.net/\",\"table\":\"https://hasontestfileer.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/default-storage-eastasia/providers/Microsoft.Storage/storageAccounts/weiblobstorage\",\"kind\":\"BlobStorage\",\"location\":\"eastasia\",\"name\":\"weiblobstorage\",\"properties\":{\"accessTier\":\"Hot\",\"creationTime\":\"2017-08-09T08:13:21.6856878Z\",\"primaryEndpoints\":{\"blob\":\"https://weiblobstorage.blob.core.windows.net/\",\"table\":\"https://weiblobstorage.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/default-storage-eastasia/providers/Microsoft.Storage/storageAccounts/weiweitestrm\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"weiweitestrm\",\"properties\":{\"creationTime\":\"2015-10-08T08:23:42.7095343Z\",\"primaryEndpoints\":{\"blob\":\"https://weiweitestrm.blob.core.windows.net/\",\"file\":\"https://weiweitestrm.file.core.windows.net/\",\"queue\":\"https://weiweitestrm.queue.core.windows.net/\",\"table\":\"https://weiweitestrm.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/default-storage-eastasia/providers/Microsoft.Storage/storageAccounts/weixio\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"weixio\",\"properties\":{\"creationTime\":\"2017-08-03T03:04:25.5166497Z\",\"primaryEndpoints\":{\"blob\":\"https://weixio.blob.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Premium_LRS\",\"tier\":\"Premium\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/xdmtestea01\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"xdmtestea01\",\"properties\":{\"creationTime\":\"2017-05-02T10:32:55.0022194Z\",\"primaryEndpoints\":{\"blob\":\"https://xdmtestea01.blob.core.windows.net/\",\"file\":\"https://xdmtestea01.file.core.windows.net/\",\"queue\":\"https://xdmtestea01.queue.core.windows.net/\",\"table\":\"https://xdmtestea01.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryEndpoints\":{\"blob\":\"https://xdmtestea01-secondary.blob.core.windows.net/\",\"queue\":\"https://xdmtestea01-secondary.queue.core.windows.net/\",\"table\":\"https://xdmtestea01-secondary.table.core.windows.net/\"},\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/xdmtestea02\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"xdmtestea02\",\"properties\":{\"creationTime\":\"2017-05-02T10:34:57.9276556Z\",\"primaryEndpoints\":{\"blob\":\"https://xdmtestea02.blob.core.windows.net/\",\"file\":\"https://xdmtestea02.file.core.windows.net/\",\"queue\":\"https://xdmtestea02.queue.core.windows.net/\",\"table\":\"https://xdmtestea02.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryEndpoints\":{\"blob\":\"https://xdmtestea02-secondary.blob.core.windows.net/\",\"queue\":\"https://xdmtestea02-secondary.queue.core.windows.net/\",\"table\":\"https://xdmtestea02-secondary.table.core.windows.net/\"},\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/xiaonlinodeeastasia\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"xiaonlinodeeastasia\",\"properties\":{\"creationTime\":\"2017-08-21T05:02:09.1835070Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-21T05:02:09.1835070Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-21T05:02:09.1835070Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://xiaonlinodeeastasia.blob.core.windows.net/\",\"file\":\"https://xiaonlinodeeastasia.file.core.windows.net/\",\"queue\":\"https://xiaonlinodeeastasia.queue.core.windows.net/\",\"table\":\"https://xiaonlinodeeastasia.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/xiaonlinodejsdiag931\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"xiaonlinodejsdiag931\",\"properties\":{\"creationTime\":\"2017-06-30T09:53:09.1408508Z\",\"primaryEndpoints\":{\"blob\":\"https://xiaonlinodejsdiag931.blob.core.windows.net/\",\"file\":\"https://xiaonlinodejsdiag931.file.core.windows.net/\",\"queue\":\"https://xiaonlinodejsdiag931.queue.core.windows.net/\",\"table\":\"https://xiaonlinodejsdiag931.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/browserifytest5\",\"kind\":\"Storage\",\"location\":\"southeastasia\",\"name\":\"browserifytest5\",\"properties\":{\"creationTime\":\"2017-06-13T03:08:39.2385895Z\",\"primaryEndpoints\":{\"blob\":\"https://browserifytest5.blob.core.windows.net/\",\"file\":\"https://browserifytest5.file.core.windows.net/\",\"queue\":\"https://browserifytest5.queue.core.windows.net/\",\"table\":\"https://browserifytest5.table.core.windows.net/\"},\"primaryLocation\":\"southeastasia\",\"provisioningState\":\"Succeeded\",\"secondaryEndpoints\":{\"blob\":\"https://browserifytest5-secondary.blob.core.windows.net/\",\"queue\":\"https://browserifytest5-secondary.queue.core.windows.net/\",\"table\":\"https://browserifytest5-secondary.table.core.windows.net/\"},\"secondaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/dmtestxplattestarm01\",\"kind\":\"Storage\",\"location\":\"southeastasia\",\"name\":\"dmtestxplattestarm01\",\"properties\":{\"creationTime\":\"2015-08-19T05:21:45.7251846Z\",\"primaryEndpoints\":{\"blob\":\"https://dmtestxplattestarm01.blob.core.windows.net/\",\"file\":\"https://dmtestxplattestarm01.file.core.windows.net/\",\"queue\":\"https://dmtestxplattestarm01.queue.core.windows.net/\",\"table\":\"https://dmtestxplattestarm01.table.core.windows.net/\"},\"primaryLocation\":\"southeastasia\",\"provisioningState\":\"Succeeded\",\"secondaryEndpoints\":{\"blob\":\"https://dmtestxplattestarm01-secondary.blob.core.windows.net/\",\"queue\":\"https://dmtestxplattestarm01-secondary.queue.core.windows.net/\",\"table\":\"https://dmtestxplattestarm01-secondary.table.core.windows.net/\"},\"secondaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/xdmtestxio\",\"kind\":\"Storage\",\"location\":\"southeastasia\",\"name\":\"xdmtestxio\",\"properties\":{\"creationTime\":\"2016-03-28T02:31:52.2539851Z\",\"primaryEndpoints\":{\"blob\":\"https://xdmtestxio.blob.core.windows.net/\"},\"primaryLocation\":\"southeastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Premium_LRS\",\"tier\":\"Premium\"},\"tags\":{\"tag1\":\"value1\",\"tag2\":\"value2\",\"tag3\":\"value3\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/xiaonlinodeeastasia2\",\"kind\":\"Storage\",\"location\":\"southeastasia\",\"name\":\"xiaonlinodeeastasia2\",\"properties\":{\"creationTime\":\"2017-08-21T13:10:33.2145446Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-21T13:10:33.2145446Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-21T13:10:33.2145446Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://xiaonlinodeeastasia2.blob.core.windows.net/\",\"file\":\"https://xiaonlinodeeastasia2.file.core.windows.net/\",\"queue\":\"https://xiaonlinodeeastasia2.queue.core.windows.net/\",\"table\":\"https://xiaonlinodeeastasia2.table.core.windows.net/\"},\"primaryLocation\":\"southeastasia\",\"provisioningState\":\"Succeeded\",\"secondaryEndpoints\":{\"blob\":\"https://xiaonlinodeeastasia2-secondary.blob.core.windows.net/\",\"queue\":\"https://xiaonlinodeeastasia2-secondary.queue.core.windows.net/\",\"table\":\"https://xiaonlinodeeastasia2-secondary.table.core.windows.net/\"},\"secondaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonliphp/providers/Microsoft.Storage/storageAccounts/xiaonliphputsoutheast\",\"kind\":\"Storage\",\"location\":\"southeastasia\",\"name\":\"xiaonliphputsoutheast\",\"properties\":{\"creationTime\":\"2017-08-15T09:01:07.9295463Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-17T02:23:48.3521978Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-17T02:16:47.8304372Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://xiaonliphputsoutheast.blob.core.windows.net/\",\"file\":\"https://xiaonliphputsoutheast.file.core.windows.net/\",\"queue\":\"https://xiaonliphputsoutheast.queue.core.windows.net/\",\"table\":\"https://xiaonliphputsoutheast.table.core.windows.net/\"},\"primaryLocation\":\"southeastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/xiaonlipresoutheastasia\",\"kind\":\"Storage\",\"location\":\"southeastasia\",\"name\":\"xiaonlipresoutheastasia\",\"properties\":{\"creationTime\":\"2017-08-21T12:08:49.9437564Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-21T12:13:51.4951513Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://xiaonlipresoutheastasia.blob.core.windows.net/\"},\"primaryLocation\":\"southeastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Premium_LRS\",\"tier\":\"Premium\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xplattestgvmcreate183/providers/Microsoft.Storage/storageAccounts/xplatteststorage15558\",\"kind\":\"Storage\",\"location\":\"southeastasia\",\"name\":\"xplatteststorage15558\",\"properties\":{\"creationTime\":\"2017-02-17T06:25:44.0489228Z\",\"primaryEndpoints\":{\"blob\":\"https://xplatteststorage15558.blob.core.windows.net/\",\"file\":\"https://xplatteststorage15558.file.core.windows.net/\",\"queue\":\"https://xplatteststorage15558.queue.core.windows.net/\",\"table\":\"https://xplatteststorage15558.table.core.windows.net/\"},\"primaryLocation\":\"southeastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/dmtestpshtestarm01\",\"kind\":\"Storage\",\"location\":\"japaneast\",\"name\":\"dmtestpshtestarm01\",\"properties\":{\"creationTime\":\"2015-10-23T10:44:00.5486895Z\",\"primaryEndpoints\":{\"blob\":\"https://dmtestpshtestarm01.blob.core.windows.net/\",\"file\":\"https://dmtestpshtestarm01.file.core.windows.net/\",\"queue\":\"https://dmtestpshtestarm01.queue.core.windows.net/\",\"table\":\"https://dmtestpshtestarm01.table.core.windows.net/\"},\"primaryLocation\":\"japaneast\",\"provisioningState\":\"Succeeded\",\"secondaryEndpoints\":{\"blob\":\"https://dmtestpshtestarm01-secondary.blob.core.windows.net/\",\"queue\":\"https://dmtestpshtestarm01-secondary.queue.core.windows.net/\",\"table\":\"https://dmtestpshtestarm01-secondary.table.core.windows.net/\"},\"secondaryLocation\":\"japanwest\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/dmtestpshtestarm05\",\"kind\":\"Storage\",\"location\":\"japaneast\",\"name\":\"dmtestpshtestarm05\",\"properties\":{\"creationTime\":\"2017-05-09T03:46:08.8528718Z\",\"primaryEndpoints\":{\"blob\":\"https://dmtestpshtestarm05.blob.core.windows.net/\",\"file\":\"https://dmtestpshtestarm05.file.core.windows.net/\",\"queue\":\"https://dmtestpshtestarm05.queue.core.windows.net/\",\"table\":\"https://dmtestpshtestarm05.table.core.windows.net/\"},\"primaryLocation\":\"japaneast\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"japanwest\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/dmtestpshtestarm02\",\"kind\":\"Storage\",\"location\":\"japanwest\",\"name\":\"dmtestpshtestarm02\",\"properties\":{\"creationTime\":\"2015-10-23T10:44:49.4760450Z\",\"primaryEndpoints\":{\"blob\":\"https://dmtestpshtestarm02.blob.core.windows.net/\",\"file\":\"https://dmtestpshtestarm02.file.core.windows.net/\",\"queue\":\"https://dmtestpshtestarm02.queue.core.windows.net/\",\"table\":\"https://dmtestpshtestarm02.table.core.windows.net/\"},\"primaryLocation\":\"japanwest\",\"provisioningState\":\"Succeeded\",\"secondaryEndpoints\":{\"blob\":\"https://dmtestpshtestarm02-secondary.blob.core.windows.net/\",\"queue\":\"https://dmtestpshtestarm02-secondary.queue.core.windows.net/\",\"table\":\"https://dmtestpshtestarm02-secondary.table.core.windows.net/\"},\"secondaryLocation\":\"japaneast\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/ie11memoryleaka0c2\",\"kind\":\"Storage\",\"location\":\"southcentralus\",\"name\":\"ie11memoryleaka0c2\",\"properties\":{\"creationTime\":\"2017-06-28T06:29:29.7494852Z\",\"primaryEndpoints\":{\"blob\":\"https://ie11memoryleaka0c2.blob.core.windows.net/\",\"file\":\"https://ie11memoryleaka0c2.file.core.windows.net/\",\"queue\":\"https://ie11memoryleaka0c2.queue.core.windows.net/\",\"table\":\"https://ie11memoryleaka0c2.table.core.windows.net/\"},\"primaryLocation\":\"southcentralus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/cmkdemo1/providers/Microsoft.Storage/storageAccounts/cmkdemo1\",\"identity\":{\"principalId\":\"c6a5a27c-c392-4896-8a5f-976acf299ea2\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"cmkdemo1\",\"properties\":{\"creationTime\":\"2017-08-17T06:53:42.1177028Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-17T06:57:10.9678665Z\"}}},\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://cmkdemo1.blob.core.windows.net/\",\"file\":\"https://cmkdemo1.file.core.windows.net/\",\"queue\":\"https://cmkdemo1.queue.core.windows.net/\",\"table\":\"https://cmkdemo1.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/cmkdemo/providers/Microsoft.Storage/storageAccounts/cmkdemoacc\",\"identity\":{\"principalId\":\"ed61ddbf-df50-4193-91db-3020be4fc83b\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"cmkdemoacc\",\"properties\":{\"creationTime\":\"2017-08-17T08:10:28.5184106Z\",\"encryption\":{\"keySource\":\"Microsoft.Keyvault\",\"keyvaultproperties\":{\"keyname\":\"cmkdemokey\",\"keyvaulturi\":\"https://cmkdemokeyvault.vault.azure.net/\",\"keyversion\":\"4db380ac849d4dad8a62e31e5caa8e96\"},\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-17T08:17:47.9081544Z\"}}},\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://cmkdemoacc.blob.core.windows.net/\",\"file\":\"https://cmkdemoacc.file.core.windows.net/\",\"queue\":\"https://cmkdemoacc.queue.core.windows.net/\",\"table\":\"https://cmkdemoacc.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1932/providers/Microsoft.Storage/storageAccounts/sto1226\",\"identity\":{\"principalId\":\"f2bee145-b5ad-41a8-9d55-eca5118c52a7\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto1226\",\"properties\":{\"creationTime\":\"2017-05-27T04:48:30.2037785Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:39.1558186Z\"}}},\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[{\"action\":\"Allow\",\"value\":\"20.11.0.0/16\"}],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://sto1226.blob.core.windows.net/\",\"file\":\"https://sto1226.file.core.windows.net/\",\"queue\":\"https://sto1226.queue.core.windows.net/\",\"table\":\"https://sto1226.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3770/providers/Microsoft.Storage/storageAccounts/sto1628\",\"identity\":{\"principalId\":\"e79db678-a18f-4309-a89e-79a79798f7a9\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto1628\",\"properties\":{\"creationTime\":\"2017-05-27T04:38:10.0153883Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:40.0079401Z\"}}},\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[{\"action\":\"Allow\",\"value\":\"20.11.0.0/16\"}],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://sto1628.blob.core.windows.net/\",\"file\":\"https://sto1628.file.core.windows.net/\",\"queue\":\"https://sto1628.queue.core.windows.net/\",\"table\":\"https://sto1628.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res8135/providers/Microsoft.Storage/storageAccounts/sto1795\",\"identity\":{\"principalId\":\"252ba1b9-129c-44c9-a538-a1bbb63620c4\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto1795\",\"properties\":{\"creationTime\":\"2017-05-27T08:12:12.3787638Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:39.7528769Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto1795.blob.core.windows.net/\",\"file\":\"https://sto1795.file.core.windows.net/\",\"queue\":\"https://sto1795.queue.core.windows.net/\",\"table\":\"https://sto1795.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3643/providers/Microsoft.Storage/storageAccounts/sto2322\",\"identity\":{\"principalId\":\"b000de10-d601-4237-be24-dddca855a265\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto2322\",\"properties\":{\"creationTime\":\"2017-05-27T08:25:16.7031053Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:40.4459451Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto2322.blob.core.windows.net/\",\"file\":\"https://sto2322.file.core.windows.net/\",\"queue\":\"https://sto2322.queue.core.windows.net/\",\"table\":\"https://sto2322.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6085/providers/Microsoft.Storage/storageAccounts/sto2764\",\"identity\":{\"principalId\":\"e9a2517f-00f4-4b56-bb24-22875dac1cfd\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto2764\",\"properties\":{\"creationTime\":\"2017-05-27T07:43:59.8825067Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:06.9395784Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto2764.blob.core.windows.net/\",\"file\":\"https://sto2764.file.core.windows.net/\",\"queue\":\"https://sto2764.queue.core.windows.net/\",\"table\":\"https://sto2764.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res8297/providers/Microsoft.Storage/storageAccounts/sto3056\",\"identity\":{\"principalId\":\"f0894d88-5721-4384-8622-9976c611213d\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto3056\",\"properties\":{\"creationTime\":\"2017-05-27T03:48:33.4926786Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:06.9625946Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto3056.blob.core.windows.net/\",\"file\":\"https://sto3056.file.core.windows.net/\",\"queue\":\"https://sto3056.queue.core.windows.net/\",\"table\":\"https://sto3056.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7320/providers/Microsoft.Storage/storageAccounts/sto3061\",\"identity\":{\"principalId\":\"60020e7a-77ac-4a82-a651-f24a4127b541\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto3061\",\"properties\":{\"creationTime\":\"2017-05-27T04:34:52.0693890Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:42.1301241Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto3061.blob.core.windows.net/\",\"file\":\"https://sto3061.file.core.windows.net/\",\"queue\":\"https://sto3061.queue.core.windows.net/\",\"table\":\"https://sto3061.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3657/providers/Microsoft.Storage/storageAccounts/sto3474\",\"identity\":{\"principalId\":\"4d7c47e6-3b06-4697-bb36-72858f634ead\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto3474\",\"properties\":{\"creationTime\":\"2017-05-27T04:46:04.9595711Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:07.3706203Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto3474.blob.core.windows.net/\",\"file\":\"https://sto3474.file.core.windows.net/\",\"queue\":\"https://sto3474.queue.core.windows.net/\",\"table\":\"https://sto3474.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2640/providers/Microsoft.Storage/storageAccounts/sto3593\",\"identity\":{\"principalId\":\"df95b8f9-bb60-4826-b2c1-6c7dd9f113f1\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto3593\",\"properties\":{\"creationTime\":\"2017-05-30T16:50:04.0004530Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:07.3046139Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto3593.blob.core.windows.net/\",\"file\":\"https://sto3593.file.core.windows.net/\",\"queue\":\"https://sto3593.queue.core.windows.net/\",\"table\":\"https://sto3593.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/testcmk3/providers/Microsoft.Storage/storageAccounts/sto3699\",\"identity\":{\"principalId\":\"356d057d-cba5-44dd-8a30-b2e547bc416b\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto3699\",\"properties\":{\"creationTime\":\"2017-05-24T10:06:30.6093014Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:07.6356449Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto3699.blob.core.windows.net/\",\"file\":\"https://sto3699.file.core.windows.net/\",\"queue\":\"https://sto3699.queue.core.windows.net/\",\"table\":\"https://sto3699.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res146/providers/Microsoft.Storage/storageAccounts/sto3758\",\"identity\":{\"principalId\":\"6f911142-fed9-4c20-bbeb-c38cb9c9390c\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto3758\",\"properties\":{\"creationTime\":\"2017-05-27T07:50:35.2096719Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:07.9246945Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto3758.blob.core.windows.net/\",\"file\":\"https://sto3758.file.core.windows.net/\",\"queue\":\"https://sto3758.queue.core.windows.net/\",\"table\":\"https://sto3758.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1242/providers/Microsoft.Storage/storageAccounts/sto393\",\"identity\":{\"principalId\":\"82961471-55c3-471d-8a90-be9b2b5cdce2\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto393\",\"properties\":{\"creationTime\":\"2017-05-27T09:45:30.7718539Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:08.0126831Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto393.blob.core.windows.net/\",\"file\":\"https://sto393.file.core.windows.net/\",\"queue\":\"https://sto393.queue.core.windows.net/\",\"table\":\"https://sto393.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2854/providers/Microsoft.Storage/storageAccounts/sto4832\",\"identity\":{\"principalId\":\"dd8fc0b6-c8f3-46b6-b184-1bbd1714813b\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto4832\",\"properties\":{\"creationTime\":\"2017-05-27T03:10:23.4144941Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:08.2947235Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto4832.blob.core.windows.net/\",\"file\":\"https://sto4832.file.core.windows.net/\",\"queue\":\"https://sto4832.queue.core.windows.net/\",\"table\":\"https://sto4832.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7712/providers/Microsoft.Storage/storageAccounts/sto5169\",\"identity\":{\"principalId\":\"424357ae-94eb-40d8-b95d-6276a4631fa4\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto5169\",\"properties\":{\"creationTime\":\"2017-05-30T15:36:59.8942082Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:42.7411714Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto5169.blob.core.windows.net/\",\"file\":\"https://sto5169.file.core.windows.net/\",\"queue\":\"https://sto5169.queue.core.windows.net/\",\"table\":\"https://sto5169.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1317/providers/Microsoft.Storage/storageAccounts/sto5760\",\"identity\":{\"principalId\":\"621a6fb5-b591-4286-8cf7-07e98fd7605a\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto5760\",\"properties\":{\"creationTime\":\"2017-05-27T03:18:00.4129729Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:08.9967937Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto5760.blob.core.windows.net/\",\"file\":\"https://sto5760.file.core.windows.net/\",\"queue\":\"https://sto5760.queue.core.windows.net/\",\"table\":\"https://sto5760.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res4146/providers/Microsoft.Storage/storageAccounts/sto6416\",\"identity\":{\"principalId\":\"74d3d305-e248-4e1b-861e-9eaa4797fe4b\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto6416\",\"properties\":{\"creationTime\":\"2017-05-27T15:59:35.2117470Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:09.4698254Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto6416.blob.core.windows.net/\",\"file\":\"https://sto6416.file.core.windows.net/\",\"queue\":\"https://sto6416.queue.core.windows.net/\",\"table\":\"https://sto6416.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/testcmk3/providers/Microsoft.Storage/storageAccounts/sto6637\",\"identity\":{\"principalId\":\"911871cc-ffd1-4fc4-ac11-7a316433ea66\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto6637\",\"properties\":{\"creationTime\":\"2017-05-24T10:09:39.5625175Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:42.5891543Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto6637.blob.core.windows.net/\",\"file\":\"https://sto6637.file.core.windows.net/\",\"queue\":\"https://sto6637.queue.core.windows.net/\",\"table\":\"https://sto6637.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res4063/providers/Microsoft.Storage/storageAccounts/sto6814\",\"identity\":{\"principalId\":\"d1c155b9-c90f-4715-952d-67d220267450\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto6814\",\"properties\":{\"creationTime\":\"2017-05-27T07:42:01.5213265Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:43.0632009Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto6814.blob.core.windows.net/\",\"file\":\"https://sto6814.file.core.windows.net/\",\"queue\":\"https://sto6814.queue.core.windows.net/\",\"table\":\"https://sto6814.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7542/providers/Microsoft.Storage/storageAccounts/sto7466\",\"identity\":{\"principalId\":\"731ce13a-da8b-4fc6-a6e8-a3b36ce487b1\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto7466\",\"properties\":{\"creationTime\":\"2017-05-27T03:26:11.4298464Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:09.8438923Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto7466.blob.core.windows.net/\",\"file\":\"https://sto7466.file.core.windows.net/\",\"queue\":\"https://sto7466.queue.core.windows.net/\",\"table\":\"https://sto7466.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res9816/providers/Microsoft.Storage/storageAccounts/sto7832\",\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto7832\",\"properties\":{\"creationTime\":\"2017-05-27T02:48:39.8125219Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:43.2912417Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto7832.blob.core.windows.net/\",\"file\":\"https://sto7832.file.core.windows.net/\",\"queue\":\"https://sto7832.queue.core.windows.net/\",\"table\":\"https://sto7832.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5048/providers/Microsoft.Storage/storageAccounts/sto8345\",\"identity\":{\"principalId\":\"83ff0df9-7813-4bd6-9430-e2dc7f964a05\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto8345\",\"properties\":{\"creationTime\":\"2017-05-27T09:07:42.3027313Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:43.7332664Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto8345.blob.core.windows.net/\",\"file\":\"https://sto8345.file.core.windows.net/\",\"queue\":\"https://sto8345.queue.core.windows.net/\",\"table\":\"https://sto8345.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1153/providers/Microsoft.Storage/storageAccounts/sto8755\",\"identity\":{\"principalId\":\"3e9e2e24-27ac-4db1-aba3-ab15edf5c399\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto8755\",\"properties\":{\"creationTime\":\"2017-05-27T15:33:34.5655539Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:44.0613256Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto8755.blob.core.windows.net/\",\"file\":\"https://sto8755.file.core.windows.net/\",\"queue\":\"https://sto8755.queue.core.windows.net/\",\"table\":\"https://sto8755.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3455/providers/Microsoft.Storage/storageAccounts/sto8818\",\"identity\":{\"principalId\":\"eafdef1e-74ec-47af-9b32-ca6c760067a5\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto8818\",\"properties\":{\"creationTime\":\"2017-05-27T04:53:53.6535100Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:10.3149196Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto8818.blob.core.windows.net/\",\"file\":\"https://sto8818.file.core.windows.net/\",\"queue\":\"https://sto8818.queue.core.windows.net/\",\"table\":\"https://sto8818.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/testcmk3/providers/Microsoft.Storage/storageAccounts/sto9174\",\"identity\":{\"principalId\":\"933e3ddf-1802-4a51-9469-18a33b576f88\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto9174\",\"properties\":{\"creationTime\":\"2017-05-24T09:46:19.6556989Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:44.2483159Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto9174.blob.core.windows.net/\",\"file\":\"https://sto9174.file.core.windows.net/\",\"queue\":\"https://sto9174.queue.core.windows.net/\",\"table\":\"https://sto9174.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2218/providers/Microsoft.Storage/storageAccounts/sto9413\",\"identity\":{\"principalId\":\"1470d029-3e90-4b34-90da-70a6adc3e6bc\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto9413\",\"properties\":{\"creationTime\":\"2017-05-27T03:21:48.2923972Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:44.4163345Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto9413.blob.core.windows.net/\",\"file\":\"https://sto9413.file.core.windows.net/\",\"queue\":\"https://sto9413.queue.core.windows.net/\",\"table\":\"https://sto9413.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/testcmk3/providers/Microsoft.Storage/storageAccounts/sto943\",\"identity\":{\"principalId\":\"0dc30970-2e46-4ead-8811-cd88250ad016\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto943\",\"properties\":{\"creationTime\":\"2017-05-24T09:58:03.0774623Z\",\"encryption\":{\"keySource\":\"Microsoft.Keyvault\",\"keyvaultproperties\":{\"keyname\":\"testkey3\",\"keyvaulturi\":\"https://testkeyvaultcmk3.vault.azure.net/\",\"keyversion\":\"dccda185f55f4c34bcd2b86cc1bfff78\"},\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-05-24T09:58:36.6110136Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-05-24T09:58:36.6110136Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto943.blob.core.windows.net/\",\"file\":\"https://sto943.file.core.windows.net/\",\"queue\":\"https://sto943.queue.core.windows.net/\",\"table\":\"https://sto943.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5304/providers/Microsoft.Storage/storageAccounts/sto9532\",\"identity\":{\"principalId\":\"a463dd9f-c0b4-44f2-b00b-2cb5715c8060\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto9532\",\"properties\":{\"creationTime\":\"2017-05-27T08:33:12.2310974Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:11.3200302Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto9532.blob.core.windows.net/\",\"file\":\"https://sto9532.file.core.windows.net/\",\"queue\":\"https://sto9532.queue.core.windows.net/\",\"table\":\"https://sto9532.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc5558\",\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"testacc5558\",\"properties\":{\"creationTime\":\"2017-09-07T02:41:43.3636537Z\",\"networkAcls\":{\"bypass\":\"Logging, AzureServices\",\"defaultAction\":\"Deny\",\"ipRules\":[{\"action\":\"Allow\",\"value\":\"23.45.67.90\"},{\"action\":\"Allow\",\"value\":\"23.45.67.91\"}],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc5558.blob.core.windows.net/\",\"file\":\"https://testacc5558.file.core.windows.net/\",\"queue\":\"https://testacc5558.queue.core.windows.net/\",\"table\":\"https://testacc5558.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Storage/storageAccounts/weiacl3\",\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"weiacl3\",\"properties\":{\"creationTime\":\"2017-06-19T09:49:25.4010947Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:07:46.0956194Z\"}}},\"networkAcls\":{\"bypass\":\"Metrics, AzureServices\",\"defaultAction\":\"Deny\",\"ipRules\":[{\"action\":\"Allow\",\"value\":\"20.11.0.0/16\"},{\"action\":\"Allow\",\"value\":\"28.0.2.0/19\"},{\"action\":\"Allow\",\"value\":\"129.0.2.34/25\"}],\"virtualNetworkRules\":[{\"action\":\"Allow\",\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet2\",\"state\":\"Succeeded\"},{\"action\":\"Allow\",\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet3\",\"state\":\"Succeeded\"}]},\"primaryEndpoints\":{\"blob\":\"https://weiacl3.blob.core.windows.net/\",\"file\":\"https://weiacl3.file.core.windows.net/\",\"queue\":\"https://weiacl3.queue.core.windows.net/\",\"table\":\"https://weiacl3.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Storage/storageAccounts/weiaclse\",\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"weiaclse\",\"properties\":{\"creationTime\":\"2017-07-14T10:31:06.2570784Z\",\"networkAcls\":{\"bypass\":\"Logging, Metrics\",\"defaultAction\":\"Deny\",\"ipRules\":[{\"action\":\"Allow\",\"value\":\"63.0.66.176/12\"},{\"action\":\"Allow\",\"value\":\"57.1.157.210/22\"},{\"action\":\"Allow\",\"value\":\"91.2.221.149/23\"},{\"action\":\"Allow\",\"value\":\"87.3.114.168/29\"},{\"action\":\"Allow\",\"value\":\"37.4.105.241/8\"},{\"action\":\"Allow\",\"value\":\"29.5.98.46/21\"},{\"action\":\"Allow\",\"value\":\"96.6.245.35/20\"},{\"action\":\"Allow\",\"value\":\"79.7.4.73/15\"},{\"action\":\"Allow\",\"value\":\"59.8.83.149/21\"},{\"action\":\"Allow\",\"value\":\"34.9.129.212/5\"},{\"action\":\"Allow\",\"value\":\"92.10.170.218/19\"},{\"action\":\"Allow\",\"value\":\"96.11.182.8/26\"},{\"action\":\"Allow\",\"value\":\"60.12.33.132/19\"},{\"action\":\"Allow\",\"value\":\"91.13.24.126/7\"},{\"action\":\"Allow\",\"value\":\"17.14.249.110/17\"},{\"action\":\"Allow\",\"value\":\"53.15.37.242/27\"},{\"action\":\"Allow\",\"value\":\"62.16.26.56/16\"},{\"action\":\"Allow\",\"value\":\"86.17.245.182/24\"},{\"action\":\"Allow\",\"value\":\"61.18.204.86/16\"},{\"action\":\"Allow\",\"value\":\"57.19.139.188/8\"},{\"action\":\"Allow\",\"value\":\"92.20.66.31/19\"},{\"action\":\"Allow\",\"value\":\"54.21.161.145/14\"},{\"action\":\"Allow\",\"value\":\"84.22.96.158/9\"},{\"action\":\"Allow\",\"value\":\"17.23.69.170/23\"},{\"action\":\"Allow\",\"value\":\"74.24.244.14/26\"},{\"action\":\"Allow\",\"value\":\"54.25.123.5/18\"},{\"action\":\"Allow\",\"value\":\"47.26.184.20/4\"},{\"action\":\"Allow\",\"value\":\"77.27.241.173/16\"},{\"action\":\"Allow\",\"value\":\"32.28.45.161/7\"},{\"action\":\"Allow\",\"value\":\"12.29.76.103/28\"},{\"action\":\"Allow\",\"value\":\"57.30.194.183/15\"},{\"action\":\"Allow\",\"value\":\"41.31.109.183/9\"},{\"action\":\"Allow\",\"value\":\"22.32.142.212/17\"},{\"action\":\"Allow\",\"value\":\"54.33.219.194/14\"},{\"action\":\"Allow\",\"value\":\"32.34.135.62/23\"},{\"action\":\"Allow\",\"value\":\"59.35.115.178/26\"},{\"action\":\"Allow\",\"value\":\"72.36.22.12/27\"},{\"action\":\"Allow\",\"value\":\"67.37.113.194/13\"},{\"action\":\"Allow\",\"value\":\"59.38.27.88/22\"},{\"action\":\"Allow\",\"value\":\"78.39.136.64/29\"},{\"action\":\"Allow\",\"value\":\"11.40.195.250/6\"},{\"action\":\"Allow\",\"value\":\"21.41.29.11/12\"},{\"action\":\"Allow\",\"value\":\"47.42.47.250/15\"},{\"action\":\"Allow\",\"value\":\"15.43.161.100/3\"},{\"action\":\"Allow\",\"value\":\"16.44.212.200/8\"},{\"action\":\"Allow\",\"value\":\"44.45.209.171/21\"},{\"action\":\"Allow\",\"value\":\"80.46.106.4/12\"},{\"action\":\"Allow\",\"value\":\"56.47.8.174/21\"},{\"action\":\"Allow\",\"value\":\"35.48.65.196/23\"},{\"action\":\"Allow\",\"value\":\"52.49.128.196/18\"},{\"action\":\"Allow\",\"value\":\"15.50.170.124/14\"},{\"action\":\"Allow\",\"value\":\"51.51.68.92/27\"},{\"action\":\"Allow\",\"value\":\"73.52.67.171/28\"},{\"action\":\"Allow\",\"value\":\"76.53.252.154/6\"},{\"action\":\"Allow\",\"value\":\"19.54.75.103/21\"},{\"action\":\"Allow\",\"value\":\"19.55.166.220/12\"},{\"action\":\"Allow\",\"value\":\"54.56.71.55/24\"},{\"action\":\"Allow\",\"value\":\"87.57.153.157/17\"},{\"action\":\"Allow\",\"value\":\"16.58.51.54/21\"},{\"action\":\"Allow\",\"value\":\"40.59.54.59/16\"},{\"action\":\"Allow\",\"value\":\"15.60.25.172/8\"},{\"action\":\"Allow\",\"value\":\"42.61.190.244/9\"},{\"action\":\"Allow\",\"value\":\"68.62.149.176/6\"},{\"action\":\"Allow\",\"value\":\"19.63.18.125/12\"},{\"action\":\"Allow\",\"value\":\"81.64.27.244/6\"},{\"action\":\"Allow\",\"value\":\"15.65.143.15/4\"},{\"action\":\"Allow\",\"value\":\"67.66.27.222/16\"},{\"action\":\"Allow\",\"value\":\"79.67.227.216/26\"},{\"action\":\"Allow\",\"value\":\"16.68.223.165/1\"},{\"action\":\"Allow\",\"value\":\"96.69.156.7/22\"},{\"action\":\"Allow\",\"value\":\"39.70.235.39/9\"}],\"virtualNetworkRules\":[{\"action\":\"Allow\",\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet1\",\"state\":\"Succeeded\"},{\"action\":\"Allow\",\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet2\",\"state\":\"Succeeded\"},{\"action\":\"Allow\",\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet3\",\"state\":\"Succeeded\"},{\"action\":\"Allow\",\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet4\",\"state\":\"Succeeded\"},{\"action\":\"Allow\",\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet5\",\"state\":\"Succeeded\"},{\"action\":\"Allow\",\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet6\",\"state\":\"Succeeded\"},{\"action\":\"Allow\",\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet7\",\"state\":\"Succeeded\"},{\"action\":\"Allow\",\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet8\",\"state\":\"Succeeded\"}]},\"primaryEndpoints\":{\"blob\":\"https://weiaclse.blob.core.windows.net/\",\"file\":\"https://weiaclse.file.core.windows.net/\",\"queue\":\"https://weiaclse.queue.core.windows.net/\",\"table\":\"https://weiaclse.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weicmk4/providers/Microsoft.Storage/storageAccounts/weicmk4\",\"identity\":{\"principalId\":\"d8d77cf6-7ab9-4c92-b44a-58aa2e266c86\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"weicmk4\",\"properties\":{\"creationTime\":\"2017-05-22T07:12:04.5461677Z\",\"encryption\":{\"keySource\":\"Microsoft.Keyvault\",\"keyvaultproperties\":{\"keyname\":\"weikey4\",\"keyvaulturi\":\"https://weikeyvaultcmk4.vault.azure.net/\",\"keyversion\":\"e76488bb22b148318fdb41c60863db66\"},\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-09-06T05:13:03.0324617Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-09-06T05:13:08.9389931Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://weicmk4.blob.core.windows.net/\",\"file\":\"https://weicmk4.file.core.windows.net/\",\"queue\":\"https://weicmk4.queue.core.windows.net/\",\"table\":\"https://weicmk4.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weicmk4/providers/Microsoft.Storage/storageAccounts/weicmk5\",\"identity\":{\"principalId\":\"a53b1394-e72a-4f15-84a3-e6fc5f11300d\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"weicmk5\",\"properties\":{\"creationTime\":\"2017-05-27T08:57:49.9531321Z\",\"encryption\":{\"keySource\":\"Microsoft.Keyvault\",\"keyvaultproperties\":{\"keyname\":\"weikey5\",\"keyvaulturi\":\"https://weikeyvaultcmk5.vault.azure.net/\",\"keyversion\":\"01b4d7d2d0e94b2083413e310481400a\"},\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-05-27T09:03:16.2233853Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://weicmk5.blob.core.windows.net/\",\"file\":\"https://weicmk5.file.core.windows.net/\",\"queue\":\"https://weicmk5.queue.core.windows.net/\",\"table\":\"https://weicmk5.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weicmk4/providers/Microsoft.Storage/storageAccounts/weicmk6\",\"identity\":{\"principalId\":\"d81ea1af-b0e3-4adb-87d9-addfc5ee04e9\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"weicmk6\",\"properties\":{\"creationTime\":\"2017-06-03T23:31:31.4642671Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:24:59.8929412Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://weicmk6.blob.core.windows.net/\",\"file\":\"https://weicmk6.file.core.windows.net/\",\"queue\":\"https://weicmk6.queue.core.windows.net/\",\"table\":\"https://weicmk6.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weicmk4/providers/Microsoft.Storage/storageAccounts/weicmk7\",\"identity\":{\"principalId\":\"9d3055f0-bc00-4c9b-87da-28164586ee43\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"weicmk7\",\"properties\":{\"creationTime\":\"2017-06-03T23:32:37.6107017Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:25:00.1499670Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://weicmk7.blob.core.windows.net/\",\"file\":\"https://weicmk7.file.core.windows.net/\",\"queue\":\"https://weicmk7.queue.core.windows.net/\",\"table\":\"https://weicmk7.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/weitestacl2\",\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"weitestacl2\",\"properties\":{\"creationTime\":\"2017-02-22T02:37:43.4478438Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-02-22T02:37:43.4478438Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-02-22T02:37:43.4478438Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://weitestacl2.blob.core.windows.net/\",\"file\":\"https://weitestacl2.file.core.windows.net/\",\"queue\":\"https://weitestacl2.queue.core.windows.net/\",\"table\":\"https://weitestacl2.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"}]}", { 'cache-control': 'no-cache', pragma: 'no-cache', - 'content-length': '15059', - 'content-type': 'application/json', + 'content-type': 'application/json; charset=utf-8', expires: '-1', - 'x-ms-request-id': '7b021755-8d8c-40a2-81ae-1476a442e99a', - server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-ratelimit-remaining-subscription-reads': '14991', - 'x-ms-correlation-request-id': '7b021755-8d8c-40a2-81ae-1476a442e99a', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065315Z:7b021755-8d8c-40a2-81ae-1476a442e99a', + 'x-ms-original-request-ids': 'f638bfc5-fd6a-4af4-b379-456f296baa34, f638bfc5-fd6a-4af4-b379-456f296baa34, f638bfc5-fd6a-4af4-b379-456f296baa34, f638bfc5-fd6a-4af4-b379-456f296baa34, f638bfc5-fd6a-4af4-b379-456f296baa34, f638bfc5-fd6a-4af4-b379-456f296baa34, f638bfc5-fd6a-4af4-b379-456f296baa34, f638bfc5-fd6a-4af4-b379-456f296baa34, f638bfc5-fd6a-4af4-b379-456f296baa34, f638bfc5-fd6a-4af4-b379-456f296baa34', + 'x-ms-ratelimit-remaining-subscription-reads': '14938', + 'x-ms-request-id': 'f638bfc5-fd6a-4af4-b379-456f296baa34', + 'x-ms-correlation-request-id': 'f638bfc5-fd6a-4af4-b379-456f296baa34', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024431Z:f638bfc5-fd6a-4af4-b379-456f296baa34', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:53:14 GMT', - connection: 'close' }); + date: 'Thu, 07 Sep 2017 02:44:30 GMT', + connection: 'close', + 'content-length': '100421' }); return result; }, function (nock) { var result = nock('https://management.azure.com:443') - .get('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/providers/Microsoft.Storage/storageAccounts?api-version=2017-06-01') - .reply(200, "{\"value\":[{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/boyang/providers/Microsoft.Storage/storageAccounts/boyang4455\",\"kind\":\"Storage\",\"location\":\"japaneast\",\"name\":\"boyang4455\",\"properties\":{\"creationTime\":\"2016-05-19T10:04:47.1762077Z\",\"primaryEndpoints\":{\"blob\":\"https://boyang4455.blob.core.windows.net/\",\"file\":\"https://boyang4455.file.core.windows.net/\",\"queue\":\"https://boyang4455.queue.core.windows.net/\",\"table\":\"https://boyang4455.table.core.windows.net/\"},\"primaryLocation\":\"japaneast\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/boyang/providers/Microsoft.Storage/storageAccounts/boyang8868\",\"kind\":\"Storage\",\"location\":\"eastus\",\"name\":\"boyang8868\",\"properties\":{\"creationTime\":\"2016-07-25T02:55:51.2474408Z\",\"primaryEndpoints\":{\"blob\":\"https://boyang8868.blob.core.windows.net/\",\"file\":\"https://boyang8868.file.core.windows.net/\",\"queue\":\"https://boyang8868.queue.core.windows.net/\",\"table\":\"https://boyang8868.table.core.windows.net/\"},\"primaryLocation\":\"eastus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/boyang/providers/Microsoft.Storage/storageAccounts/jasonstorageaccount0\",\"kind\":\"Storage\",\"location\":\"eastus2\",\"name\":\"jasonstorageaccount0\",\"properties\":{\"creationTime\":\"2017-01-24T06:21:32.2946075Z\",\"primaryEndpoints\":{\"blob\":\"https://jasonstorageaccount0.blob.core.windows.net/\",\"file\":\"https://jasonstorageaccount0.file.core.windows.net/\",\"queue\":\"https://jasonstorageaccount0.queue.core.windows.net/\",\"table\":\"https://jasonstorageaccount0.table.core.windows.net/\"},\"primaryLocation\":\"eastus2\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/res2682/providers/Microsoft.Storage/storageAccounts/sto1283\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"sto1283\",\"properties\":{\"creationTime\":\"2016-11-22T10:48:06.7529371Z\",\"primaryEndpoints\":{\"blob\":\"https://sto1283.blob.core.windows.net/\",\"file\":\"https://sto1283.file.core.windows.net/\",\"queue\":\"https://sto1283.queue.core.windows.net/\",\"table\":\"https://sto1283.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/res8438/providers/Microsoft.Storage/storageAccounts/sto1722\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"sto1722\",\"properties\":{\"creationTime\":\"2016-11-30T06:55:16.3874687Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2016-11-30T06:55:16.3884687Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto1722.blob.core.windows.net/\",\"file\":\"https://sto1722.file.core.windows.net/\",\"queue\":\"https://sto1722.queue.core.windows.net/\",\"table\":\"https://sto1722.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/res7397/providers/Microsoft.Storage/storageAccounts/sto4369\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"sto4369\",\"properties\":{\"creationTime\":\"2016-11-30T09:31:10.4233300Z\",\"primaryEndpoints\":{\"blob\":\"https://sto4369.blob.core.windows.net/\",\"file\":\"https://sto4369.file.core.windows.net/\",\"queue\":\"https://sto4369.queue.core.windows.net/\",\"table\":\"https://sto4369.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/res5551/providers/Microsoft.Storage/storageAccounts/sto610\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"sto610\",\"properties\":{\"creationTime\":\"2016-11-22T09:29:07.0285666Z\",\"primaryEndpoints\":{\"blob\":\"https://sto610.blob.core.windows.net/\",\"file\":\"https://sto610.file.core.windows.net/\",\"queue\":\"https://sto610.queue.core.windows.net/\",\"table\":\"https://sto610.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/res5528/providers/Microsoft.Storage/storageAccounts/sto6246\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"sto6246\",\"properties\":{\"creationTime\":\"2016-11-22T08:51:29.2026745Z\",\"primaryEndpoints\":{\"blob\":\"https://sto6246.blob.core.windows.net/\",\"file\":\"https://sto6246.file.core.windows.net/\",\"queue\":\"https://sto6246.queue.core.windows.net/\",\"table\":\"https://sto6246.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/res1977/providers/Microsoft.Storage/storageAccounts/sto6402\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"sto6402\",\"properties\":{\"creationTime\":\"2016-11-22T10:48:33.4035218Z\",\"primaryEndpoints\":{\"blob\":\"https://sto6402.blob.core.windows.net/\",\"file\":\"https://sto6402.file.core.windows.net/\",\"queue\":\"https://sto6402.queue.core.windows.net/\",\"table\":\"https://sto6402.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/res2592/providers/Microsoft.Storage/storageAccounts/sto7\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"sto7\",\"properties\":{\"creationTime\":\"2016-12-09T02:26:59.5283231Z\",\"primaryEndpoints\":{\"blob\":\"https://sto7.blob.core.windows.net/\",\"file\":\"https://sto7.file.core.windows.net/\",\"queue\":\"https://sto7.queue.core.windows.net/\",\"table\":\"https://sto7.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/res3078/providers/Microsoft.Storage/storageAccounts/sto7906\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"sto7906\",\"properties\":{\"creationTime\":\"2016-11-24T10:28:43.4084665Z\",\"primaryEndpoints\":{\"blob\":\"https://sto7906.blob.core.windows.net/\",\"file\":\"https://sto7906.file.core.windows.net/\",\"queue\":\"https://sto7906.queue.core.windows.net/\",\"table\":\"https://sto7906.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/res7848/providers/Microsoft.Storage/storageAccounts/sto8085\",\"kind\":\"Storage\",\"location\":\"eastus\",\"name\":\"sto8085\",\"properties\":{\"creationTime\":\"2016-12-07T02:37:11.7536627Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2016-12-07T02:37:11.7546575Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto8085.blob.core.windows.net/\",\"file\":\"https://sto8085.file.core.windows.net/\",\"queue\":\"https://sto8085.queue.core.windows.net/\",\"table\":\"https://sto8085.table.core.windows.net/\"},\"primaryLocation\":\"eastus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/res5538/providers/Microsoft.Storage/storageAccounts/sto824\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"sto824\",\"properties\":{\"creationTime\":\"2016-11-24T07:22:32.6826722Z\",\"primaryEndpoints\":{\"blob\":\"https://sto824.blob.core.windows.net/\",\"file\":\"https://sto824.file.core.windows.net/\",\"queue\":\"https://sto824.queue.core.windows.net/\",\"table\":\"https://sto824.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/res8892/providers/Microsoft.Storage/storageAccounts/sto9995\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"sto9995\",\"properties\":{\"creationTime\":\"2016-11-22T09:28:38.8683558Z\",\"primaryEndpoints\":{\"blob\":\"https://sto9995.blob.core.windows.net/\",\"file\":\"https://sto9995.file.core.windows.net/\",\"queue\":\"https://sto9995.queue.core.windows.net/\",\"table\":\"https://sto9995.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/jasontestresourcegroup/providers/Microsoft.Storage/storageAccounts/storagesample06c45522\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"storagesample06c45522\",\"properties\":{\"creationTime\":\"2016-07-26T06:23:51.5705884Z\",\"primaryEndpoints\":{\"blob\":\"https://storagesample06c45522.blob.core.windows.net/\",\"file\":\"https://storagesample06c45522.file.core.windows.net/\",\"queue\":\"https://storagesample06c45522.queue.core.windows.net/\",\"table\":\"https://storagesample06c45522.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"eastus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc1360\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc1360\",\"properties\":{\"creationTime\":\"2017-06-09T06:51:31.3769661Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-09T06:51:31.3769661Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-09T06:51:31.3769661Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://testacc1360.blob.core.windows.net/\",\"file\":\"https://testacc1360.file.core.windows.net/\",\"queue\":\"https://testacc1360.queue.core.windows.net/\",\"table\":\"https://testacc1360.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc4081\",\"properties\":{\"creationTime\":\"2017-06-09T06:50:57.5380615Z\",\"primaryEndpoints\":{\"blob\":\"https://testacc4081.blob.core.windows.net/\",\"file\":\"https://testacc4081.file.core.windows.net/\",\"queue\":\"https://testacc4081.queue.core.windows.net/\",\"table\":\"https://testacc4081.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"tag1\":\"val1\",\"tag2\":\"val2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc684\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc684\",\"properties\":{\"creationTime\":\"2017-06-09T06:52:38.6754897Z\",\"primaryEndpoints\":{\"blob\":\"https://testacc684.blob.core.windows.net/\",\"file\":\"https://testacc684.file.core.windows.net/\",\"queue\":\"https://testacc684.queue.core.windows.net/\",\"table\":\"https://testacc684.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":true},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodetestgroup9524/providers/Microsoft.Storage/storageAccounts/testacc7061\",\"kind\":\"BlobStorage\",\"location\":\"westus\",\"name\":\"testacc7061\",\"properties\":{\"accessTier\":\"Cool\",\"creationTime\":\"2017-06-09T06:52:05.0937794Z\",\"primaryEndpoints\":{\"blob\":\"https://testacc7061.blob.core.windows.net/\",\"table\":\"https://testacc7061.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"}]}\n", { 'cache-control': 'no-cache', + .get('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/storageAccounts?api-version=2017-06-01') + .reply(200, "{\"value\":[{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/jasoneu/providers/Microsoft.Storage/storageAccounts/jasoneudiag811\",\"kind\":\"Storage\",\"location\":\"eastus\",\"name\":\"jasoneudiag811\",\"properties\":{\"creationTime\":\"2017-08-18T08:12:26.7069156Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://jasoneudiag811.blob.core.windows.net/\",\"file\":\"https://jasoneudiag811.file.core.windows.net/\",\"queue\":\"https://jasoneudiag811.queue.core.windows.net/\",\"table\":\"https://jasoneudiag811.table.core.windows.net/\"},\"primaryLocation\":\"eastus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weieastus22/providers/Microsoft.Storage/storageAccounts/weitest1\",\"kind\":\"Storage\",\"location\":\"eastus\",\"name\":\"weitest1\",\"properties\":{\"creationTime\":\"2016-04-29T06:12:58.6740041Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://weitest1.blob.core.windows.net/\",\"file\":\"https://weitest1.file.core.windows.net/\",\"queue\":\"https://weitest1.queue.core.windows.net/\",\"table\":\"https://weitest1.table.core.windows.net/\"},\"primaryLocation\":\"eastus\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"westus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/xiaonlistandardlrsus\",\"kind\":\"Storage\",\"location\":\"eastus\",\"name\":\"xiaonlistandardlrsus\",\"properties\":{\"creationTime\":\"2017-08-21T12:25:25.7659792Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-21T12:25:25.7659792Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-21T12:25:25.7659792Z\"}}},\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://xiaonlistandardlrsus.blob.core.windows.net/\",\"file\":\"https://xiaonlistandardlrsus.file.core.windows.net/\",\"queue\":\"https://xiaonlistandardlrsus.queue.core.windows.net/\",\"table\":\"https://xiaonlistandardlrsus.table.core.windows.net/\"},\"primaryLocation\":\"eastus\",\"provisioningState\":\"Succeeded\",\"secondaryEndpoints\":{\"blob\":\"https://xiaonlistandardlrsus-secondary.blob.core.windows.net/\",\"queue\":\"https://xiaonlistandardlrsus-secondary.queue.core.windows.net/\",\"table\":\"https://xiaonlistandardlrsus-secondary.table.core.windows.net/\"},\"secondaryLocation\":\"westus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/xiaonlistandardlrsus2\",\"kind\":\"Storage\",\"location\":\"eastus\",\"name\":\"xiaonlistandardlrsus2\",\"properties\":{\"creationTime\":\"2017-08-21T13:06:05.8345342Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-21T13:06:05.8345342Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-21T13:06:05.8345342Z\"}}},\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://xiaonlistandardlrsus2.blob.core.windows.net/\",\"file\":\"https://xiaonlistandardlrsus2.file.core.windows.net/\",\"queue\":\"https://xiaonlistandardlrsus2.queue.core.windows.net/\",\"table\":\"https://xiaonlistandardlrsus2.table.core.windows.net/\"},\"primaryLocation\":\"eastus\",\"provisioningState\":\"Succeeded\",\"secondaryEndpoints\":{\"blob\":\"https://xiaonlistandardlrsus2-secondary.blob.core.windows.net/\",\"queue\":\"https://xiaonlistandardlrsus2-secondary.queue.core.windows.net/\",\"table\":\"https://xiaonlistandardlrsus2-secondary.table.core.windows.net/\"},\"secondaryLocation\":\"westus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/dailyregressionrg706930/providers/Microsoft.Storage/storageAccounts/adailyregression27\",\"kind\":\"Storage\",\"location\":\"eastus2\",\"name\":\"adailyregression27\",\"properties\":{\"creationTime\":\"2017-07-13T02:37:32.5647634Z\",\"primaryEndpoints\":{\"blob\":\"https://adailyregression27.blob.core.windows.net/\",\"file\":\"https://adailyregression27.file.core.windows.net/\",\"queue\":\"https://adailyregression27.queue.core.windows.net/\",\"table\":\"https://adailyregression27.table.core.windows.net/\"},\"primaryLocation\":\"eastus2\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"hidden-DevTestLabs-LabUId\":\"fab5930e-27e7-4d8c-82e4-62d3bf5ccdad\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/jasontest/providers/Microsoft.Storage/storageAccounts/jasontesteu2\",\"kind\":\"Storage\",\"location\":\"eastus2\",\"name\":\"jasontesteu2\",\"properties\":{\"creationTime\":\"2017-06-21T07:16:12.7126104Z\",\"primaryEndpoints\":{\"blob\":\"https://jasontesteu2.blob.core.windows.net/\",\"file\":\"https://jasontesteu2.file.core.windows.net/\",\"queue\":\"https://jasontesteu2.queue.core.windows.net/\",\"table\":\"https://jasontesteu2.table.core.windows.net/\"},\"primaryLocation\":\"eastus2\",\"provisioningState\":\"Succeeded\",\"secondaryEndpoints\":{\"blob\":\"https://jasontesteu2-secondary.blob.core.windows.net/\",\"queue\":\"https://jasontesteu2-secondary.queue.core.windows.net/\",\"table\":\"https://jasontesteu2-secondary.table.core.windows.net/\"},\"secondaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/premiumstorageaccount2\",\"kind\":\"Storage\",\"location\":\"eastus2\",\"name\":\"premiumstorageaccount2\",\"properties\":{\"creationTime\":\"2017-07-19T08:10:50.9345446Z\",\"primaryEndpoints\":{\"blob\":\"https://premiumstorageaccount2.blob.core.windows.net/\"},\"primaryLocation\":\"eastus2\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Premium_LRS\",\"tier\":\"Premium\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/ps1cluster/providers/Microsoft.Storage/storageAccounts/sflogsps1cluster6677\",\"kind\":\"Storage\",\"location\":\"eastus2\",\"name\":\"sflogsps1cluster6677\",\"properties\":{\"creationTime\":\"2017-06-05T08:51:42.9164744Z\",\"primaryEndpoints\":{\"blob\":\"https://sflogsps1cluster6677.blob.core.windows.net/\",\"file\":\"https://sflogsps1cluster6677.file.core.windows.net/\",\"queue\":\"https://sflogsps1cluster6677.queue.core.windows.net/\",\"table\":\"https://sflogsps1cluster6677.table.core.windows.net/\"},\"primaryLocation\":\"eastus2\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"clusterName\":\"ps1cluster\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weilinux/providers/Microsoft.Storage/storageAccounts/weilinuxdisks499\",\"kind\":\"Storage\",\"location\":\"eastus2\",\"name\":\"weilinuxdisks499\",\"properties\":{\"creationTime\":\"2017-05-08T07:29:08.8470437Z\",\"primaryEndpoints\":{\"blob\":\"https://weilinuxdisks499.blob.core.windows.net/\"},\"primaryLocation\":\"eastus2\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Premium_LRS\",\"tier\":\"Premium\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/xiaonlinodejsdiag709\",\"kind\":\"Storage\",\"location\":\"eastus2\",\"name\":\"xiaonlinodejsdiag709\",\"properties\":{\"creationTime\":\"2017-06-12T10:41:28.2812197Z\",\"primaryEndpoints\":{\"blob\":\"https://xiaonlinodejsdiag709.blob.core.windows.net/\",\"file\":\"https://xiaonlinodejsdiag709.file.core.windows.net/\",\"queue\":\"https://xiaonlinodejsdiag709.queue.core.windows.net/\",\"table\":\"https://xiaonlinodejsdiag709.table.core.windows.net/\"},\"primaryLocation\":\"eastus2\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/ps1cluster/providers/Microsoft.Storage/storageAccounts/ypzap3benvonc100\",\"kind\":\"Storage\",\"location\":\"eastus2\",\"name\":\"ypzap3benvonc100\",\"properties\":{\"creationTime\":\"2017-06-05T08:51:42.0272620Z\",\"primaryEndpoints\":{\"blob\":\"https://ypzap3benvonc100.blob.core.windows.net/\",\"file\":\"https://ypzap3benvonc100.file.core.windows.net/\",\"queue\":\"https://ypzap3benvonc100.queue.core.windows.net/\",\"table\":\"https://ypzap3benvonc100.table.core.windows.net/\"},\"primaryLocation\":\"eastus2\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"clusterName\":\"ps1cluster\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/ps1cluster/providers/Microsoft.Storage/storageAccounts/ypzap3benvonc101\",\"kind\":\"Storage\",\"location\":\"eastus2\",\"name\":\"ypzap3benvonc101\",\"properties\":{\"creationTime\":\"2017-06-05T08:51:41.4622003Z\",\"primaryEndpoints\":{\"blob\":\"https://ypzap3benvonc101.blob.core.windows.net/\",\"file\":\"https://ypzap3benvonc101.file.core.windows.net/\",\"queue\":\"https://ypzap3benvonc101.queue.core.windows.net/\",\"table\":\"https://ypzap3benvonc101.table.core.windows.net/\"},\"primaryLocation\":\"eastus2\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"clusterName\":\"ps1cluster\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/ps1cluster/providers/Microsoft.Storage/storageAccounts/ypzap3benvonc102\",\"kind\":\"Storage\",\"location\":\"eastus2\",\"name\":\"ypzap3benvonc102\",\"properties\":{\"creationTime\":\"2017-06-05T08:51:41.4702018Z\",\"primaryEndpoints\":{\"blob\":\"https://ypzap3benvonc102.blob.core.windows.net/\",\"file\":\"https://ypzap3benvonc102.file.core.windows.net/\",\"queue\":\"https://ypzap3benvonc102.queue.core.windows.net/\",\"table\":\"https://ypzap3benvonc102.table.core.windows.net/\"},\"primaryLocation\":\"eastus2\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"clusterName\":\"ps1cluster\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/ps1cluster/providers/Microsoft.Storage/storageAccounts/ypzap3benvonc103\",\"kind\":\"Storage\",\"location\":\"eastus2\",\"name\":\"ypzap3benvonc103\",\"properties\":{\"creationTime\":\"2017-06-05T08:51:41.1351732Z\",\"primaryEndpoints\":{\"blob\":\"https://ypzap3benvonc103.blob.core.windows.net/\",\"file\":\"https://ypzap3benvonc103.file.core.windows.net/\",\"queue\":\"https://ypzap3benvonc103.queue.core.windows.net/\",\"table\":\"https://ypzap3benvonc103.table.core.windows.net/\"},\"primaryLocation\":\"eastus2\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"clusterName\":\"ps1cluster\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/ps1cluster/providers/Microsoft.Storage/storageAccounts/ypzap3benvonc104\",\"kind\":\"Storage\",\"location\":\"eastus2\",\"name\":\"ypzap3benvonc104\",\"properties\":{\"creationTime\":\"2017-06-05T08:51:41.1431742Z\",\"primaryEndpoints\":{\"blob\":\"https://ypzap3benvonc104.blob.core.windows.net/\",\"file\":\"https://ypzap3benvonc104.file.core.windows.net/\",\"queue\":\"https://ypzap3benvonc104.queue.core.windows.net/\",\"table\":\"https://ypzap3benvonc104.table.core.windows.net/\"},\"primaryLocation\":\"eastus2\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"clusterName\":\"ps1cluster\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/dmtestxplattestarm02\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"dmtestxplattestarm02\",\"properties\":{\"creationTime\":\"2015-08-19T05:22:58.5226831Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://dmtestxplattestarm02.blob.core.windows.net/\",\"file\":\"https://dmtestxplattestarm02.file.core.windows.net/\",\"queue\":\"https://dmtestxplattestarm02.queue.core.windows.net/\",\"table\":\"https://dmtestxplattestarm02.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"secondaryEndpoints\":{\"blob\":\"https://dmtestxplattestarm02-secondary.blob.core.windows.net/\",\"queue\":\"https://dmtestxplattestarm02-secondary.queue.core.windows.net/\",\"table\":\"https://dmtestxplattestarm02-secondary.table.core.windows.net/\"},\"secondaryLocation\":\"eastus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/pstestrg1816/providers/Microsoft.Storage/storageAccounts/stopstestrg1816\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"stopstestrg1816\",\"properties\":{\"creationTime\":\"2017-05-25T08:51:14.2824518Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://stopstestrg1816.blob.core.windows.net/\",\"file\":\"https://stopstestrg1816.file.core.windows.net/\",\"queue\":\"https://stopstestrg1816.queue.core.windows.net/\",\"table\":\"https://stopstestrg1816.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"eastus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/pstestrg5702/providers/Microsoft.Storage/storageAccounts/stopstestrg5702\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"stopstestrg5702\",\"properties\":{\"creationTime\":\"2017-05-25T09:11:43.8237109Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-05-25T09:14:03.4010615Z\"}}},\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://stopstestrg5702.blob.core.windows.net/\",\"file\":\"https://stopstestrg5702.file.core.windows.net/\",\"queue\":\"https://stopstestrg5702.queue.core.windows.net/\",\"table\":\"https://stopstestrg5702.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"eastus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/pstestrg6759/providers/Microsoft.Storage/storageAccounts/stopstestrg6759\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"stopstestrg6759\",\"properties\":{\"creationTime\":\"2016-09-20T08:28:43.0167698Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://stopstestrg6759.blob.core.windows.net/\",\"file\":\"https://stopstestrg6759.file.core.windows.net/\",\"queue\":\"https://stopstestrg6759.queue.core.windows.net/\",\"table\":\"https://stopstestrg6759.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"eastus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/pstestrg9462/providers/Microsoft.Storage/storageAccounts/stopstestrg9462\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"stopstestrg9462\",\"properties\":{\"creationTime\":\"2016-09-14T07:26:02.5078528Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://stopstestrg9462.blob.core.windows.net/\",\"file\":\"https://stopstestrg9462.file.core.windows.net/\",\"queue\":\"https://stopstestrg9462.queue.core.windows.net/\",\"table\":\"https://stopstestrg9462.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"eastus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc2604\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc2604\",\"properties\":{\"creationTime\":\"2017-09-07T02:42:17.4085617Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc2604.blob.core.windows.net/\",\"file\":\"https://testacc2604.file.core.windows.net/\",\"queue\":\"https://testacc2604.queue.core.windows.net/\",\"table\":\"https://testacc2604.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{\"tag1\":\"val1\",\"tag2\":\"val2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc4853\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc4853\",\"properties\":{\"creationTime\":\"2017-09-07T02:42:50.5882722Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-09-07T02:42:50.5872728Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-09-07T02:42:50.5872728Z\"}}},\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc4853.blob.core.windows.net/\",\"file\":\"https://testacc4853.file.core.windows.net/\",\"queue\":\"https://testacc4853.queue.core.windows.net/\",\"table\":\"https://testacc4853.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc5835\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"testacc5835\",\"properties\":{\"creationTime\":\"2017-09-07T02:43:55.4239541Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc5835.blob.core.windows.net/\",\"file\":\"https://testacc5835.file.core.windows.net/\",\"queue\":\"https://testacc5835.queue.core.windows.net/\",\"table\":\"https://testacc5835.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":true},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc6216\",\"kind\":\"BlobStorage\",\"location\":\"westus\",\"name\":\"testacc6216\",\"properties\":{\"accessTier\":\"Cool\",\"creationTime\":\"2017-09-07T02:43:22.7937520Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc6216.blob.core.windows.net/\",\"table\":\"https://testacc6216.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xplattstpvmgcreate3842/providers/Microsoft.Storage/storageAccounts/xplatteststorage12227\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"xplatteststorage12227\",\"properties\":{\"creationTime\":\"2017-02-17T01:09:35.8131218Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://xplatteststorage12227.blob.core.windows.net/\",\"file\":\"https://xplatteststorage12227.file.core.windows.net/\",\"queue\":\"https://xplatteststorage12227.queue.core.windows.net/\",\"table\":\"https://xplatteststorage12227.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"eastus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xplattstpvmgcreate2923/providers/Microsoft.Storage/storageAccounts/xplatteststorage14808\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"xplatteststorage14808\",\"properties\":{\"creationTime\":\"2017-02-17T01:25:34.0996543Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://xplatteststorage14808.blob.core.windows.net/\",\"file\":\"https://xplatteststorage14808.file.core.windows.net/\",\"queue\":\"https://xplatteststorage14808.queue.core.windows.net/\",\"table\":\"https://xplatteststorage14808.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"eastus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xplattstpvmgcreate630/providers/Microsoft.Storage/storageAccounts/xplatteststorage16015\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"xplatteststorage16015\",\"properties\":{\"creationTime\":\"2017-02-17T02:47:54.3943263Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://xplatteststorage16015.blob.core.windows.net/\",\"file\":\"https://xplatteststorage16015.file.core.windows.net/\",\"queue\":\"https://xplatteststorage16015.queue.core.windows.net/\",\"table\":\"https://xplatteststorage16015.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"eastus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xplattstpvmgcreate5247/providers/Microsoft.Storage/storageAccounts/xplatteststorage17152\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"xplatteststorage17152\",\"properties\":{\"creationTime\":\"2017-02-17T02:36:17.7886196Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://xplatteststorage17152.blob.core.windows.net/\",\"file\":\"https://xplatteststorage17152.file.core.windows.net/\",\"queue\":\"https://xplatteststorage17152.queue.core.windows.net/\",\"table\":\"https://xplatteststorage17152.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"eastus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xplattstpvmgcreate6294/providers/Microsoft.Storage/storageAccounts/xplatteststorage1816\",\"kind\":\"Storage\",\"location\":\"westus\",\"name\":\"xplatteststorage1816\",\"properties\":{\"creationTime\":\"2017-02-17T01:50:24.9592860Z\",\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://xplatteststorage1816.blob.core.windows.net/\",\"file\":\"https://xplatteststorage1816.file.core.windows.net/\",\"queue\":\"https://xplatteststorage1816.queue.core.windows.net/\",\"table\":\"https://xplatteststorage1816.table.core.windows.net/\"},\"primaryLocation\":\"westus\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"eastus\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/armclistoragegroup659/providers/Microsoft.Storage/storageAccounts/armclistorageaccount3030\",\"kind\":\"BlobStorage\",\"location\":\"westeurope\",\"name\":\"armclistorageaccount3030\",\"properties\":{\"accessTier\":\"Cool\",\"creationTime\":\"2017-02-13T08:10:58.0157969Z\",\"primaryEndpoints\":{\"blob\":\"https://armclistorageaccount3030.blob.core.windows.net/\",\"table\":\"https://armclistorageaccount3030.table.core.windows.net/\"},\"primaryLocation\":\"westeurope\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/armclistoragegroup8981/providers/Microsoft.Storage/storageAccounts/armclistorageaccount3440\",\"kind\":\"Storage\",\"location\":\"westeurope\",\"name\":\"armclistorageaccount3440\",\"properties\":{\"creationTime\":\"2017-02-13T08:13:38.0197768Z\",\"primaryEndpoints\":{\"blob\":\"https://armclistorageaccount3440.blob.core.windows.net/\",\"file\":\"https://armclistorageaccount3440.file.core.windows.net/\",\"queue\":\"https://armclistorageaccount3440.queue.core.windows.net/\",\"table\":\"https://armclistorageaccount3440.table.core.windows.net/\"},\"primaryLocation\":\"westeurope\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/armclistoragegroup9568/providers/Microsoft.Storage/storageAccounts/armclistorageaccount9465\",\"kind\":\"Storage\",\"location\":\"westeurope\",\"name\":\"armclistorageaccount9465\",\"properties\":{\"creationTime\":\"2017-02-13T08:15:38.4896336Z\",\"primaryEndpoints\":{\"blob\":\"https://armclistorageaccount9465.blob.core.windows.net/\",\"file\":\"https://armclistorageaccount9465.file.core.windows.net/\",\"queue\":\"https://armclistorageaccount9465.queue.core.windows.net/\",\"table\":\"https://armclistorageaccount9465.table.core.windows.net/\"},\"primaryLocation\":\"westeurope\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xplat-test-nic/providers/Microsoft.Storage/storageAccounts/xplattemptestaccount\",\"kind\":\"Storage\",\"location\":\"westeurope\",\"name\":\"xplattemptestaccount\",\"properties\":{\"creationTime\":\"2017-02-17T03:21:37.5052448Z\",\"primaryEndpoints\":{\"blob\":\"https://xplattemptestaccount.blob.core.windows.net/\",\"file\":\"https://xplattemptestaccount.file.core.windows.net/\",\"queue\":\"https://xplattemptestaccount.queue.core.windows.net/\",\"table\":\"https://xplattemptestaccount.table.core.windows.net/\"},\"primaryLocation\":\"westeurope\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/armclistoragegroup3482/providers/Microsoft.Storage/storageAccounts/armclistorageaccount1329\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"armclistorageaccount1329\",\"properties\":{\"creationTime\":\"2017-02-13T08:45:14.4423907Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-02-13T08:45:14.4423907Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-02-13T08:45:14.4423907Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://armclistorageaccount1329.blob.core.windows.net/\",\"file\":\"https://armclistorageaccount1329.file.core.windows.net/\",\"queue\":\"https://armclistorageaccount1329.queue.core.windows.net/\",\"table\":\"https://armclistorageaccount1329.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestqgepwciplkvnnq/providers/Microsoft.Storage/storageAccounts/clitestbvancxnorgxqs\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"clitestbvancxnorgxqs\",\"properties\":{\"creationTime\":\"2017-09-06T09:11:29.0455770Z\",\"primaryEndpoints\":{\"blob\":\"https://clitestbvancxnorgxqs.blob.core.windows.net/\",\"file\":\"https://clitestbvancxnorgxqs.file.core.windows.net/\",\"queue\":\"https://clitestbvancxnorgxqs.queue.core.windows.net/\",\"table\":\"https://clitestbvancxnorgxqs.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestlbdnhnxeen/providers/Microsoft.Storage/storageAccounts/clitestfxflobcrahhmxr\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"clitestfxflobcrahhmxr\",\"properties\":{\"creationTime\":\"2017-09-06T08:43:26.7305223Z\",\"primaryEndpoints\":{\"blob\":\"https://clitestfxflobcrahhmxr.blob.core.windows.net/\",\"file\":\"https://clitestfxflobcrahhmxr.file.core.windows.net/\",\"queue\":\"https://clitestfxflobcrahhmxr.queue.core.windows.net/\",\"table\":\"https://clitestfxflobcrahhmxr.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestaupbckupanldp/providers/Microsoft.Storage/storageAccounts/clitestrhwgyafkwvas\",\"identity\":{\"principalId\":\"1b6dbcd7-820f-4cc2-8e4a-3e8404a71914\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"clitestrhwgyafkwvas\",\"properties\":{\"creationTime\":\"2017-09-05T13:16:35.7989691Z\",\"primaryEndpoints\":{\"blob\":\"https://clitestrhwgyafkwvas.blob.core.windows.net/\",\"file\":\"https://clitestrhwgyafkwvas.file.core.windows.net/\",\"queue\":\"https://clitestrhwgyafkwvas.queue.core.windows.net/\",\"table\":\"https://clitestrhwgyafkwvas.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestaupbckupanldp/providers/Microsoft.Storage/storageAccounts/clitestujcealvypg\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"clitestujcealvypg\",\"properties\":{\"creationTime\":\"2017-09-05T07:21:17.6210766Z\",\"primaryEndpoints\":{\"blob\":\"https://clitestujcealvypg.blob.core.windows.net/\",\"file\":\"https://clitestujcealvypg.file.core.windows.net/\",\"queue\":\"https://clitestujcealvypg.queue.core.windows.net/\",\"table\":\"https://clitestujcealvypg.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestaupbckupanldp/providers/Microsoft.Storage/storageAccounts/clitestwmrwvnhvmr\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"clitestwmrwvnhvmr\",\"properties\":{\"creationTime\":\"2017-09-05T13:00:42.4901680Z\",\"primaryEndpoints\":{\"blob\":\"https://clitestwmrwvnhvmr.blob.core.windows.net/\",\"file\":\"https://clitestwmrwvnhvmr.file.core.windows.net/\",\"queue\":\"https://clitestwmrwvnhvmr.queue.core.windows.net/\",\"table\":\"https://clitestwmrwvnhvmr.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestaupbckupanldp/providers/Microsoft.Storage/storageAccounts/clitestxgokfdyljclu\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"clitestxgokfdyljclu\",\"properties\":{\"creationTime\":\"2017-09-05T12:45:37.7409782Z\",\"primaryEndpoints\":{\"blob\":\"https://clitestxgokfdyljclu.blob.core.windows.net/\",\"file\":\"https://clitestxgokfdyljclu.file.core.windows.net/\",\"queue\":\"https://clitestxgokfdyljclu.queue.core.windows.net/\",\"table\":\"https://clitestxgokfdyljclu.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryEndpoints\":{\"blob\":\"https://clitestxgokfdyljclu-secondary.blob.core.windows.net/\",\"queue\":\"https://clitestxgokfdyljclu-secondary.queue.core.windows.net/\",\"table\":\"https://clitestxgokfdyljclu-secondary.table.core.windows.net/\"},\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestlbdnhnxeen/providers/Microsoft.Storage/storageAccounts/dmtestsrp2\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"dmtestsrp2\",\"properties\":{\"creationTime\":\"2017-09-06T08:58:51.4177098Z\",\"customDomain\":{\"name\":\"dmtestsrp2.sn3.azure-test.net\"},\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-09-06T08:58:51.4177098Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://dmtestsrp2.blob.core.windows.net/\",\"file\":\"https://dmtestsrp2.file.core.windows.net/\",\"queue\":\"https://dmtestsrp2.queue.core.windows.net/\",\"table\":\"https://dmtestsrp2.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/hasontestnewsrp/providers/Microsoft.Storage/storageAccounts/haosntestnewsrp\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"haosntestnewsrp\",\"properties\":{\"creationTime\":\"2017-02-14T08:29:18.1267480Z\",\"primaryEndpoints\":{\"blob\":\"https://haosntestnewsrp.blob.core.windows.net/\",\"file\":\"https://haosntestnewsrp.file.core.windows.net/\",\"queue\":\"https://haosntestnewsrp.queue.core.windows.net/\",\"table\":\"https://haosntestnewsrp.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/hasontestnewsrp/providers/Microsoft.Storage/storageAccounts/haosntestnewsrp2\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"haosntestnewsrp2\",\"properties\":{\"creationTime\":\"2017-02-14T08:30:30.8963980Z\",\"primaryEndpoints\":{\"blob\":\"https://haosntestnewsrp2.blob.core.windows.net/\",\"file\":\"https://haosntestnewsrp2.file.core.windows.net/\",\"queue\":\"https://haosntestnewsrp2.queue.core.windows.net/\",\"table\":\"https://haosntestnewsrp2.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/hasontestfileer/providers/Microsoft.Storage/storageAccounts/hasontestfileer\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"hasontestfileer\",\"properties\":{\"creationTime\":\"2017-02-13T08:19:15.2674907Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-02-13T08:24:34.4931138Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-02-13T08:24:07.1217417Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://hasontestfileer.blob.core.windows.net/\",\"file\":\"https://hasontestfileer.file.core.windows.net/\",\"queue\":\"https://hasontestfileer.queue.core.windows.net/\",\"table\":\"https://hasontestfileer.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/default-storage-eastasia/providers/Microsoft.Storage/storageAccounts/weiblobstorage\",\"kind\":\"BlobStorage\",\"location\":\"eastasia\",\"name\":\"weiblobstorage\",\"properties\":{\"accessTier\":\"Hot\",\"creationTime\":\"2017-08-09T08:13:21.6856878Z\",\"primaryEndpoints\":{\"blob\":\"https://weiblobstorage.blob.core.windows.net/\",\"table\":\"https://weiblobstorage.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/default-storage-eastasia/providers/Microsoft.Storage/storageAccounts/weiweitestrm\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"weiweitestrm\",\"properties\":{\"creationTime\":\"2015-10-08T08:23:42.7095343Z\",\"primaryEndpoints\":{\"blob\":\"https://weiweitestrm.blob.core.windows.net/\",\"file\":\"https://weiweitestrm.file.core.windows.net/\",\"queue\":\"https://weiweitestrm.queue.core.windows.net/\",\"table\":\"https://weiweitestrm.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/default-storage-eastasia/providers/Microsoft.Storage/storageAccounts/weixio\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"weixio\",\"properties\":{\"creationTime\":\"2017-08-03T03:04:25.5166497Z\",\"primaryEndpoints\":{\"blob\":\"https://weixio.blob.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Premium_LRS\",\"tier\":\"Premium\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/xdmtestea01\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"xdmtestea01\",\"properties\":{\"creationTime\":\"2017-05-02T10:32:55.0022194Z\",\"primaryEndpoints\":{\"blob\":\"https://xdmtestea01.blob.core.windows.net/\",\"file\":\"https://xdmtestea01.file.core.windows.net/\",\"queue\":\"https://xdmtestea01.queue.core.windows.net/\",\"table\":\"https://xdmtestea01.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryEndpoints\":{\"blob\":\"https://xdmtestea01-secondary.blob.core.windows.net/\",\"queue\":\"https://xdmtestea01-secondary.queue.core.windows.net/\",\"table\":\"https://xdmtestea01-secondary.table.core.windows.net/\"},\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/xdmtestea02\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"xdmtestea02\",\"properties\":{\"creationTime\":\"2017-05-02T10:34:57.9276556Z\",\"primaryEndpoints\":{\"blob\":\"https://xdmtestea02.blob.core.windows.net/\",\"file\":\"https://xdmtestea02.file.core.windows.net/\",\"queue\":\"https://xdmtestea02.queue.core.windows.net/\",\"table\":\"https://xdmtestea02.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"secondaryEndpoints\":{\"blob\":\"https://xdmtestea02-secondary.blob.core.windows.net/\",\"queue\":\"https://xdmtestea02-secondary.queue.core.windows.net/\",\"table\":\"https://xdmtestea02-secondary.table.core.windows.net/\"},\"secondaryLocation\":\"southeastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/xiaonlinodeeastasia\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"xiaonlinodeeastasia\",\"properties\":{\"creationTime\":\"2017-08-21T05:02:09.1835070Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-21T05:02:09.1835070Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-21T05:02:09.1835070Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://xiaonlinodeeastasia.blob.core.windows.net/\",\"file\":\"https://xiaonlinodeeastasia.file.core.windows.net/\",\"queue\":\"https://xiaonlinodeeastasia.queue.core.windows.net/\",\"table\":\"https://xiaonlinodeeastasia.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/xiaonlinodejsdiag931\",\"kind\":\"Storage\",\"location\":\"eastasia\",\"name\":\"xiaonlinodejsdiag931\",\"properties\":{\"creationTime\":\"2017-06-30T09:53:09.1408508Z\",\"primaryEndpoints\":{\"blob\":\"https://xiaonlinodejsdiag931.blob.core.windows.net/\",\"file\":\"https://xiaonlinodejsdiag931.file.core.windows.net/\",\"queue\":\"https://xiaonlinodejsdiag931.queue.core.windows.net/\",\"table\":\"https://xiaonlinodejsdiag931.table.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/browserifytest5\",\"kind\":\"Storage\",\"location\":\"southeastasia\",\"name\":\"browserifytest5\",\"properties\":{\"creationTime\":\"2017-06-13T03:08:39.2385895Z\",\"primaryEndpoints\":{\"blob\":\"https://browserifytest5.blob.core.windows.net/\",\"file\":\"https://browserifytest5.file.core.windows.net/\",\"queue\":\"https://browserifytest5.queue.core.windows.net/\",\"table\":\"https://browserifytest5.table.core.windows.net/\"},\"primaryLocation\":\"southeastasia\",\"provisioningState\":\"Succeeded\",\"secondaryEndpoints\":{\"blob\":\"https://browserifytest5-secondary.blob.core.windows.net/\",\"queue\":\"https://browserifytest5-secondary.queue.core.windows.net/\",\"table\":\"https://browserifytest5-secondary.table.core.windows.net/\"},\"secondaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/dmtestxplattestarm01\",\"kind\":\"Storage\",\"location\":\"southeastasia\",\"name\":\"dmtestxplattestarm01\",\"properties\":{\"creationTime\":\"2015-08-19T05:21:45.7251846Z\",\"primaryEndpoints\":{\"blob\":\"https://dmtestxplattestarm01.blob.core.windows.net/\",\"file\":\"https://dmtestxplattestarm01.file.core.windows.net/\",\"queue\":\"https://dmtestxplattestarm01.queue.core.windows.net/\",\"table\":\"https://dmtestxplattestarm01.table.core.windows.net/\"},\"primaryLocation\":\"southeastasia\",\"provisioningState\":\"Succeeded\",\"secondaryEndpoints\":{\"blob\":\"https://dmtestxplattestarm01-secondary.blob.core.windows.net/\",\"queue\":\"https://dmtestxplattestarm01-secondary.queue.core.windows.net/\",\"table\":\"https://dmtestxplattestarm01-secondary.table.core.windows.net/\"},\"secondaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/xdmtestxio\",\"kind\":\"Storage\",\"location\":\"southeastasia\",\"name\":\"xdmtestxio\",\"properties\":{\"creationTime\":\"2016-03-28T02:31:52.2539851Z\",\"primaryEndpoints\":{\"blob\":\"https://xdmtestxio.blob.core.windows.net/\"},\"primaryLocation\":\"southeastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Premium_LRS\",\"tier\":\"Premium\"},\"tags\":{\"tag1\":\"value1\",\"tag2\":\"value2\",\"tag3\":\"value3\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/xiaonlinodeeastasia2\",\"kind\":\"Storage\",\"location\":\"southeastasia\",\"name\":\"xiaonlinodeeastasia2\",\"properties\":{\"creationTime\":\"2017-08-21T13:10:33.2145446Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-21T13:10:33.2145446Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-21T13:10:33.2145446Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://xiaonlinodeeastasia2.blob.core.windows.net/\",\"file\":\"https://xiaonlinodeeastasia2.file.core.windows.net/\",\"queue\":\"https://xiaonlinodeeastasia2.queue.core.windows.net/\",\"table\":\"https://xiaonlinodeeastasia2.table.core.windows.net/\"},\"primaryLocation\":\"southeastasia\",\"provisioningState\":\"Succeeded\",\"secondaryEndpoints\":{\"blob\":\"https://xiaonlinodeeastasia2-secondary.blob.core.windows.net/\",\"queue\":\"https://xiaonlinodeeastasia2-secondary.queue.core.windows.net/\",\"table\":\"https://xiaonlinodeeastasia2-secondary.table.core.windows.net/\"},\"secondaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonliphp/providers/Microsoft.Storage/storageAccounts/xiaonliphputsoutheast\",\"kind\":\"Storage\",\"location\":\"southeastasia\",\"name\":\"xiaonliphputsoutheast\",\"properties\":{\"creationTime\":\"2017-08-15T09:01:07.9295463Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-17T02:23:48.3521978Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-17T02:16:47.8304372Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://xiaonliphputsoutheast.blob.core.windows.net/\",\"file\":\"https://xiaonliphputsoutheast.file.core.windows.net/\",\"queue\":\"https://xiaonliphputsoutheast.queue.core.windows.net/\",\"table\":\"https://xiaonliphputsoutheast.table.core.windows.net/\"},\"primaryLocation\":\"southeastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/xiaonlipresoutheastasia\",\"kind\":\"Storage\",\"location\":\"southeastasia\",\"name\":\"xiaonlipresoutheastasia\",\"properties\":{\"creationTime\":\"2017-08-21T12:08:49.9437564Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-21T12:13:51.4951513Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://xiaonlipresoutheastasia.blob.core.windows.net/\"},\"primaryLocation\":\"southeastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Premium_LRS\",\"tier\":\"Premium\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xplattestgvmcreate183/providers/Microsoft.Storage/storageAccounts/xplatteststorage15558\",\"kind\":\"Storage\",\"location\":\"southeastasia\",\"name\":\"xplatteststorage15558\",\"properties\":{\"creationTime\":\"2017-02-17T06:25:44.0489228Z\",\"primaryEndpoints\":{\"blob\":\"https://xplatteststorage15558.blob.core.windows.net/\",\"file\":\"https://xplatteststorage15558.file.core.windows.net/\",\"queue\":\"https://xplatteststorage15558.queue.core.windows.net/\",\"table\":\"https://xplatteststorage15558.table.core.windows.net/\"},\"primaryLocation\":\"southeastasia\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/dmtestpshtestarm01\",\"kind\":\"Storage\",\"location\":\"japaneast\",\"name\":\"dmtestpshtestarm01\",\"properties\":{\"creationTime\":\"2015-10-23T10:44:00.5486895Z\",\"primaryEndpoints\":{\"blob\":\"https://dmtestpshtestarm01.blob.core.windows.net/\",\"file\":\"https://dmtestpshtestarm01.file.core.windows.net/\",\"queue\":\"https://dmtestpshtestarm01.queue.core.windows.net/\",\"table\":\"https://dmtestpshtestarm01.table.core.windows.net/\"},\"primaryLocation\":\"japaneast\",\"provisioningState\":\"Succeeded\",\"secondaryEndpoints\":{\"blob\":\"https://dmtestpshtestarm01-secondary.blob.core.windows.net/\",\"queue\":\"https://dmtestpshtestarm01-secondary.queue.core.windows.net/\",\"table\":\"https://dmtestpshtestarm01-secondary.table.core.windows.net/\"},\"secondaryLocation\":\"japanwest\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/dmtestpshtestarm05\",\"kind\":\"Storage\",\"location\":\"japaneast\",\"name\":\"dmtestpshtestarm05\",\"properties\":{\"creationTime\":\"2017-05-09T03:46:08.8528718Z\",\"primaryEndpoints\":{\"blob\":\"https://dmtestpshtestarm05.blob.core.windows.net/\",\"file\":\"https://dmtestpshtestarm05.file.core.windows.net/\",\"queue\":\"https://dmtestpshtestarm05.queue.core.windows.net/\",\"table\":\"https://dmtestpshtestarm05.table.core.windows.net/\"},\"primaryLocation\":\"japaneast\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"japanwest\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/dmtestpshtestarm02\",\"kind\":\"Storage\",\"location\":\"japanwest\",\"name\":\"dmtestpshtestarm02\",\"properties\":{\"creationTime\":\"2015-10-23T10:44:49.4760450Z\",\"primaryEndpoints\":{\"blob\":\"https://dmtestpshtestarm02.blob.core.windows.net/\",\"file\":\"https://dmtestpshtestarm02.file.core.windows.net/\",\"queue\":\"https://dmtestpshtestarm02.queue.core.windows.net/\",\"table\":\"https://dmtestpshtestarm02.table.core.windows.net/\"},\"primaryLocation\":\"japanwest\",\"provisioningState\":\"Succeeded\",\"secondaryEndpoints\":{\"blob\":\"https://dmtestpshtestarm02-secondary.blob.core.windows.net/\",\"queue\":\"https://dmtestpshtestarm02-secondary.queue.core.windows.net/\",\"table\":\"https://dmtestpshtestarm02-secondary.table.core.windows.net/\"},\"secondaryLocation\":\"japaneast\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/ie11memoryleaka0c2\",\"kind\":\"Storage\",\"location\":\"southcentralus\",\"name\":\"ie11memoryleaka0c2\",\"properties\":{\"creationTime\":\"2017-06-28T06:29:29.7494852Z\",\"primaryEndpoints\":{\"blob\":\"https://ie11memoryleaka0c2.blob.core.windows.net/\",\"file\":\"https://ie11memoryleaka0c2.file.core.windows.net/\",\"queue\":\"https://ie11memoryleaka0c2.queue.core.windows.net/\",\"table\":\"https://ie11memoryleaka0c2.table.core.windows.net/\"},\"primaryLocation\":\"southcentralus\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/cmkdemo1/providers/Microsoft.Storage/storageAccounts/cmkdemo1\",\"identity\":{\"principalId\":\"c6a5a27c-c392-4896-8a5f-976acf299ea2\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"cmkdemo1\",\"properties\":{\"creationTime\":\"2017-08-17T06:53:42.1177028Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-17T06:57:10.9678665Z\"}}},\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://cmkdemo1.blob.core.windows.net/\",\"file\":\"https://cmkdemo1.file.core.windows.net/\",\"queue\":\"https://cmkdemo1.queue.core.windows.net/\",\"table\":\"https://cmkdemo1.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/cmkdemo/providers/Microsoft.Storage/storageAccounts/cmkdemoacc\",\"identity\":{\"principalId\":\"ed61ddbf-df50-4193-91db-3020be4fc83b\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"cmkdemoacc\",\"properties\":{\"creationTime\":\"2017-08-17T08:10:28.5184106Z\",\"encryption\":{\"keySource\":\"Microsoft.Keyvault\",\"keyvaultproperties\":{\"keyname\":\"cmkdemokey\",\"keyvaulturi\":\"https://cmkdemokeyvault.vault.azure.net/\",\"keyversion\":\"4db380ac849d4dad8a62e31e5caa8e96\"},\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-08-17T08:17:47.9081544Z\"}}},\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://cmkdemoacc.blob.core.windows.net/\",\"file\":\"https://cmkdemoacc.file.core.windows.net/\",\"queue\":\"https://cmkdemoacc.queue.core.windows.net/\",\"table\":\"https://cmkdemoacc.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1932/providers/Microsoft.Storage/storageAccounts/sto1226\",\"identity\":{\"principalId\":\"f2bee145-b5ad-41a8-9d55-eca5118c52a7\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto1226\",\"properties\":{\"creationTime\":\"2017-05-27T04:48:30.2037785Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:39.1558186Z\"}}},\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[{\"action\":\"Allow\",\"value\":\"20.11.0.0/16\"}],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://sto1226.blob.core.windows.net/\",\"file\":\"https://sto1226.file.core.windows.net/\",\"queue\":\"https://sto1226.queue.core.windows.net/\",\"table\":\"https://sto1226.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3770/providers/Microsoft.Storage/storageAccounts/sto1628\",\"identity\":{\"principalId\":\"e79db678-a18f-4309-a89e-79a79798f7a9\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto1628\",\"properties\":{\"creationTime\":\"2017-05-27T04:38:10.0153883Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:40.0079401Z\"}}},\"networkAcls\":{\"bypass\":\"AzureServices\",\"defaultAction\":\"Allow\",\"ipRules\":[{\"action\":\"Allow\",\"value\":\"20.11.0.0/16\"}],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://sto1628.blob.core.windows.net/\",\"file\":\"https://sto1628.file.core.windows.net/\",\"queue\":\"https://sto1628.queue.core.windows.net/\",\"table\":\"https://sto1628.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res8135/providers/Microsoft.Storage/storageAccounts/sto1795\",\"identity\":{\"principalId\":\"252ba1b9-129c-44c9-a538-a1bbb63620c4\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto1795\",\"properties\":{\"creationTime\":\"2017-05-27T08:12:12.3787638Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:39.7528769Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto1795.blob.core.windows.net/\",\"file\":\"https://sto1795.file.core.windows.net/\",\"queue\":\"https://sto1795.queue.core.windows.net/\",\"table\":\"https://sto1795.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3643/providers/Microsoft.Storage/storageAccounts/sto2322\",\"identity\":{\"principalId\":\"b000de10-d601-4237-be24-dddca855a265\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto2322\",\"properties\":{\"creationTime\":\"2017-05-27T08:25:16.7031053Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:40.4459451Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto2322.blob.core.windows.net/\",\"file\":\"https://sto2322.file.core.windows.net/\",\"queue\":\"https://sto2322.queue.core.windows.net/\",\"table\":\"https://sto2322.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6085/providers/Microsoft.Storage/storageAccounts/sto2764\",\"identity\":{\"principalId\":\"e9a2517f-00f4-4b56-bb24-22875dac1cfd\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto2764\",\"properties\":{\"creationTime\":\"2017-05-27T07:43:59.8825067Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:06.9395784Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto2764.blob.core.windows.net/\",\"file\":\"https://sto2764.file.core.windows.net/\",\"queue\":\"https://sto2764.queue.core.windows.net/\",\"table\":\"https://sto2764.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res8297/providers/Microsoft.Storage/storageAccounts/sto3056\",\"identity\":{\"principalId\":\"f0894d88-5721-4384-8622-9976c611213d\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto3056\",\"properties\":{\"creationTime\":\"2017-05-27T03:48:33.4926786Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:06.9625946Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto3056.blob.core.windows.net/\",\"file\":\"https://sto3056.file.core.windows.net/\",\"queue\":\"https://sto3056.queue.core.windows.net/\",\"table\":\"https://sto3056.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7320/providers/Microsoft.Storage/storageAccounts/sto3061\",\"identity\":{\"principalId\":\"60020e7a-77ac-4a82-a651-f24a4127b541\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto3061\",\"properties\":{\"creationTime\":\"2017-05-27T04:34:52.0693890Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:42.1301241Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto3061.blob.core.windows.net/\",\"file\":\"https://sto3061.file.core.windows.net/\",\"queue\":\"https://sto3061.queue.core.windows.net/\",\"table\":\"https://sto3061.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3657/providers/Microsoft.Storage/storageAccounts/sto3474\",\"identity\":{\"principalId\":\"4d7c47e6-3b06-4697-bb36-72858f634ead\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto3474\",\"properties\":{\"creationTime\":\"2017-05-27T04:46:04.9595711Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:07.3706203Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto3474.blob.core.windows.net/\",\"file\":\"https://sto3474.file.core.windows.net/\",\"queue\":\"https://sto3474.queue.core.windows.net/\",\"table\":\"https://sto3474.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2640/providers/Microsoft.Storage/storageAccounts/sto3593\",\"identity\":{\"principalId\":\"df95b8f9-bb60-4826-b2c1-6c7dd9f113f1\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto3593\",\"properties\":{\"creationTime\":\"2017-05-30T16:50:04.0004530Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:07.3046139Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto3593.blob.core.windows.net/\",\"file\":\"https://sto3593.file.core.windows.net/\",\"queue\":\"https://sto3593.queue.core.windows.net/\",\"table\":\"https://sto3593.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/testcmk3/providers/Microsoft.Storage/storageAccounts/sto3699\",\"identity\":{\"principalId\":\"356d057d-cba5-44dd-8a30-b2e547bc416b\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto3699\",\"properties\":{\"creationTime\":\"2017-05-24T10:06:30.6093014Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:07.6356449Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto3699.blob.core.windows.net/\",\"file\":\"https://sto3699.file.core.windows.net/\",\"queue\":\"https://sto3699.queue.core.windows.net/\",\"table\":\"https://sto3699.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res146/providers/Microsoft.Storage/storageAccounts/sto3758\",\"identity\":{\"principalId\":\"6f911142-fed9-4c20-bbeb-c38cb9c9390c\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto3758\",\"properties\":{\"creationTime\":\"2017-05-27T07:50:35.2096719Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:07.9246945Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto3758.blob.core.windows.net/\",\"file\":\"https://sto3758.file.core.windows.net/\",\"queue\":\"https://sto3758.queue.core.windows.net/\",\"table\":\"https://sto3758.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1242/providers/Microsoft.Storage/storageAccounts/sto393\",\"identity\":{\"principalId\":\"82961471-55c3-471d-8a90-be9b2b5cdce2\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto393\",\"properties\":{\"creationTime\":\"2017-05-27T09:45:30.7718539Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:08.0126831Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto393.blob.core.windows.net/\",\"file\":\"https://sto393.file.core.windows.net/\",\"queue\":\"https://sto393.queue.core.windows.net/\",\"table\":\"https://sto393.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2854/providers/Microsoft.Storage/storageAccounts/sto4832\",\"identity\":{\"principalId\":\"dd8fc0b6-c8f3-46b6-b184-1bbd1714813b\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto4832\",\"properties\":{\"creationTime\":\"2017-05-27T03:10:23.4144941Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:08.2947235Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto4832.blob.core.windows.net/\",\"file\":\"https://sto4832.file.core.windows.net/\",\"queue\":\"https://sto4832.queue.core.windows.net/\",\"table\":\"https://sto4832.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7712/providers/Microsoft.Storage/storageAccounts/sto5169\",\"identity\":{\"principalId\":\"424357ae-94eb-40d8-b95d-6276a4631fa4\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto5169\",\"properties\":{\"creationTime\":\"2017-05-30T15:36:59.8942082Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:42.7411714Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto5169.blob.core.windows.net/\",\"file\":\"https://sto5169.file.core.windows.net/\",\"queue\":\"https://sto5169.queue.core.windows.net/\",\"table\":\"https://sto5169.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1317/providers/Microsoft.Storage/storageAccounts/sto5760\",\"identity\":{\"principalId\":\"621a6fb5-b591-4286-8cf7-07e98fd7605a\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto5760\",\"properties\":{\"creationTime\":\"2017-05-27T03:18:00.4129729Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:08.9967937Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto5760.blob.core.windows.net/\",\"file\":\"https://sto5760.file.core.windows.net/\",\"queue\":\"https://sto5760.queue.core.windows.net/\",\"table\":\"https://sto5760.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res4146/providers/Microsoft.Storage/storageAccounts/sto6416\",\"identity\":{\"principalId\":\"74d3d305-e248-4e1b-861e-9eaa4797fe4b\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto6416\",\"properties\":{\"creationTime\":\"2017-05-27T15:59:35.2117470Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:09.4698254Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto6416.blob.core.windows.net/\",\"file\":\"https://sto6416.file.core.windows.net/\",\"queue\":\"https://sto6416.queue.core.windows.net/\",\"table\":\"https://sto6416.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/testcmk3/providers/Microsoft.Storage/storageAccounts/sto6637\",\"identity\":{\"principalId\":\"911871cc-ffd1-4fc4-ac11-7a316433ea66\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto6637\",\"properties\":{\"creationTime\":\"2017-05-24T10:09:39.5625175Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:42.5891543Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto6637.blob.core.windows.net/\",\"file\":\"https://sto6637.file.core.windows.net/\",\"queue\":\"https://sto6637.queue.core.windows.net/\",\"table\":\"https://sto6637.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res4063/providers/Microsoft.Storage/storageAccounts/sto6814\",\"identity\":{\"principalId\":\"d1c155b9-c90f-4715-952d-67d220267450\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto6814\",\"properties\":{\"creationTime\":\"2017-05-27T07:42:01.5213265Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:43.0632009Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto6814.blob.core.windows.net/\",\"file\":\"https://sto6814.file.core.windows.net/\",\"queue\":\"https://sto6814.queue.core.windows.net/\",\"table\":\"https://sto6814.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7542/providers/Microsoft.Storage/storageAccounts/sto7466\",\"identity\":{\"principalId\":\"731ce13a-da8b-4fc6-a6e8-a3b36ce487b1\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto7466\",\"properties\":{\"creationTime\":\"2017-05-27T03:26:11.4298464Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:09.8438923Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto7466.blob.core.windows.net/\",\"file\":\"https://sto7466.file.core.windows.net/\",\"queue\":\"https://sto7466.queue.core.windows.net/\",\"table\":\"https://sto7466.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res9816/providers/Microsoft.Storage/storageAccounts/sto7832\",\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto7832\",\"properties\":{\"creationTime\":\"2017-05-27T02:48:39.8125219Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:43.2912417Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto7832.blob.core.windows.net/\",\"file\":\"https://sto7832.file.core.windows.net/\",\"queue\":\"https://sto7832.queue.core.windows.net/\",\"table\":\"https://sto7832.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5048/providers/Microsoft.Storage/storageAccounts/sto8345\",\"identity\":{\"principalId\":\"83ff0df9-7813-4bd6-9430-e2dc7f964a05\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto8345\",\"properties\":{\"creationTime\":\"2017-05-27T09:07:42.3027313Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:43.7332664Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto8345.blob.core.windows.net/\",\"file\":\"https://sto8345.file.core.windows.net/\",\"queue\":\"https://sto8345.queue.core.windows.net/\",\"table\":\"https://sto8345.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1153/providers/Microsoft.Storage/storageAccounts/sto8755\",\"identity\":{\"principalId\":\"3e9e2e24-27ac-4db1-aba3-ab15edf5c399\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto8755\",\"properties\":{\"creationTime\":\"2017-05-27T15:33:34.5655539Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:44.0613256Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto8755.blob.core.windows.net/\",\"file\":\"https://sto8755.file.core.windows.net/\",\"queue\":\"https://sto8755.queue.core.windows.net/\",\"table\":\"https://sto8755.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3455/providers/Microsoft.Storage/storageAccounts/sto8818\",\"identity\":{\"principalId\":\"eafdef1e-74ec-47af-9b32-ca6c760067a5\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto8818\",\"properties\":{\"creationTime\":\"2017-05-27T04:53:53.6535100Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:10.3149196Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto8818.blob.core.windows.net/\",\"file\":\"https://sto8818.file.core.windows.net/\",\"queue\":\"https://sto8818.queue.core.windows.net/\",\"table\":\"https://sto8818.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/testcmk3/providers/Microsoft.Storage/storageAccounts/sto9174\",\"identity\":{\"principalId\":\"933e3ddf-1802-4a51-9469-18a33b576f88\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto9174\",\"properties\":{\"creationTime\":\"2017-05-24T09:46:19.6556989Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:44.2483159Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto9174.blob.core.windows.net/\",\"file\":\"https://sto9174.file.core.windows.net/\",\"queue\":\"https://sto9174.queue.core.windows.net/\",\"table\":\"https://sto9174.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2218/providers/Microsoft.Storage/storageAccounts/sto9413\",\"identity\":{\"principalId\":\"1470d029-3e90-4b34-90da-70a6adc3e6bc\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto9413\",\"properties\":{\"creationTime\":\"2017-05-27T03:21:48.2923972Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:21:44.4163345Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto9413.blob.core.windows.net/\",\"file\":\"https://sto9413.file.core.windows.net/\",\"queue\":\"https://sto9413.queue.core.windows.net/\",\"table\":\"https://sto9413.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/testcmk3/providers/Microsoft.Storage/storageAccounts/sto943\",\"identity\":{\"principalId\":\"0dc30970-2e46-4ead-8811-cd88250ad016\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto943\",\"properties\":{\"creationTime\":\"2017-05-24T09:58:03.0774623Z\",\"encryption\":{\"keySource\":\"Microsoft.Keyvault\",\"keyvaultproperties\":{\"keyname\":\"testkey3\",\"keyvaulturi\":\"https://testkeyvaultcmk3.vault.azure.net/\",\"keyversion\":\"dccda185f55f4c34bcd2b86cc1bfff78\"},\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-05-24T09:58:36.6110136Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-05-24T09:58:36.6110136Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto943.blob.core.windows.net/\",\"file\":\"https://sto943.file.core.windows.net/\",\"queue\":\"https://sto943.queue.core.windows.net/\",\"table\":\"https://sto943.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5304/providers/Microsoft.Storage/storageAccounts/sto9532\",\"identity\":{\"principalId\":\"a463dd9f-c0b4-44f2-b00b-2cb5715c8060\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"sto9532\",\"properties\":{\"creationTime\":\"2017-05-27T08:33:12.2310974Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:05:11.3200302Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://sto9532.blob.core.windows.net/\",\"file\":\"https://sto9532.file.core.windows.net/\",\"queue\":\"https://sto9532.queue.core.windows.net/\",\"table\":\"https://sto9532.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{\"key1\":\"value1\",\"key2\":\"value2\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodetestgroup457/providers/Microsoft.Storage/storageAccounts/testacc5558\",\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"testacc5558\",\"properties\":{\"creationTime\":\"2017-09-07T02:41:43.3636537Z\",\"networkAcls\":{\"bypass\":\"Logging, AzureServices\",\"defaultAction\":\"Deny\",\"ipRules\":[{\"action\":\"Allow\",\"value\":\"23.45.67.90\"},{\"action\":\"Allow\",\"value\":\"23.45.67.91\"}],\"virtualNetworkRules\":[]},\"primaryEndpoints\":{\"blob\":\"https://testacc5558.blob.core.windows.net/\",\"file\":\"https://testacc5558.file.core.windows.net/\",\"queue\":\"https://testacc5558.queue.core.windows.net/\",\"table\":\"https://testacc5558.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Storage/storageAccounts/weiacl3\",\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"weiacl3\",\"properties\":{\"creationTime\":\"2017-06-19T09:49:25.4010947Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:07:46.0956194Z\"}}},\"networkAcls\":{\"bypass\":\"Metrics, AzureServices\",\"defaultAction\":\"Deny\",\"ipRules\":[{\"action\":\"Allow\",\"value\":\"20.11.0.0/16\"},{\"action\":\"Allow\",\"value\":\"28.0.2.0/19\"},{\"action\":\"Allow\",\"value\":\"129.0.2.34/25\"}],\"virtualNetworkRules\":[{\"action\":\"Allow\",\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet2\",\"state\":\"Succeeded\"},{\"action\":\"Allow\",\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet3\",\"state\":\"Succeeded\"}]},\"primaryEndpoints\":{\"blob\":\"https://weiacl3.blob.core.windows.net/\",\"file\":\"https://weiacl3.file.core.windows.net/\",\"queue\":\"https://weiacl3.queue.core.windows.net/\",\"table\":\"https://weiacl3.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Storage/storageAccounts/weiaclse\",\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"weiaclse\",\"properties\":{\"creationTime\":\"2017-07-14T10:31:06.2570784Z\",\"networkAcls\":{\"bypass\":\"Logging, Metrics\",\"defaultAction\":\"Deny\",\"ipRules\":[{\"action\":\"Allow\",\"value\":\"63.0.66.176/12\"},{\"action\":\"Allow\",\"value\":\"57.1.157.210/22\"},{\"action\":\"Allow\",\"value\":\"91.2.221.149/23\"},{\"action\":\"Allow\",\"value\":\"87.3.114.168/29\"},{\"action\":\"Allow\",\"value\":\"37.4.105.241/8\"},{\"action\":\"Allow\",\"value\":\"29.5.98.46/21\"},{\"action\":\"Allow\",\"value\":\"96.6.245.35/20\"},{\"action\":\"Allow\",\"value\":\"79.7.4.73/15\"},{\"action\":\"Allow\",\"value\":\"59.8.83.149/21\"},{\"action\":\"Allow\",\"value\":\"34.9.129.212/5\"},{\"action\":\"Allow\",\"value\":\"92.10.170.218/19\"},{\"action\":\"Allow\",\"value\":\"96.11.182.8/26\"},{\"action\":\"Allow\",\"value\":\"60.12.33.132/19\"},{\"action\":\"Allow\",\"value\":\"91.13.24.126/7\"},{\"action\":\"Allow\",\"value\":\"17.14.249.110/17\"},{\"action\":\"Allow\",\"value\":\"53.15.37.242/27\"},{\"action\":\"Allow\",\"value\":\"62.16.26.56/16\"},{\"action\":\"Allow\",\"value\":\"86.17.245.182/24\"},{\"action\":\"Allow\",\"value\":\"61.18.204.86/16\"},{\"action\":\"Allow\",\"value\":\"57.19.139.188/8\"},{\"action\":\"Allow\",\"value\":\"92.20.66.31/19\"},{\"action\":\"Allow\",\"value\":\"54.21.161.145/14\"},{\"action\":\"Allow\",\"value\":\"84.22.96.158/9\"},{\"action\":\"Allow\",\"value\":\"17.23.69.170/23\"},{\"action\":\"Allow\",\"value\":\"74.24.244.14/26\"},{\"action\":\"Allow\",\"value\":\"54.25.123.5/18\"},{\"action\":\"Allow\",\"value\":\"47.26.184.20/4\"},{\"action\":\"Allow\",\"value\":\"77.27.241.173/16\"},{\"action\":\"Allow\",\"value\":\"32.28.45.161/7\"},{\"action\":\"Allow\",\"value\":\"12.29.76.103/28\"},{\"action\":\"Allow\",\"value\":\"57.30.194.183/15\"},{\"action\":\"Allow\",\"value\":\"41.31.109.183/9\"},{\"action\":\"Allow\",\"value\":\"22.32.142.212/17\"},{\"action\":\"Allow\",\"value\":\"54.33.219.194/14\"},{\"action\":\"Allow\",\"value\":\"32.34.135.62/23\"},{\"action\":\"Allow\",\"value\":\"59.35.115.178/26\"},{\"action\":\"Allow\",\"value\":\"72.36.22.12/27\"},{\"action\":\"Allow\",\"value\":\"67.37.113.194/13\"},{\"action\":\"Allow\",\"value\":\"59.38.27.88/22\"},{\"action\":\"Allow\",\"value\":\"78.39.136.64/29\"},{\"action\":\"Allow\",\"value\":\"11.40.195.250/6\"},{\"action\":\"Allow\",\"value\":\"21.41.29.11/12\"},{\"action\":\"Allow\",\"value\":\"47.42.47.250/15\"},{\"action\":\"Allow\",\"value\":\"15.43.161.100/3\"},{\"action\":\"Allow\",\"value\":\"16.44.212.200/8\"},{\"action\":\"Allow\",\"value\":\"44.45.209.171/21\"},{\"action\":\"Allow\",\"value\":\"80.46.106.4/12\"},{\"action\":\"Allow\",\"value\":\"56.47.8.174/21\"},{\"action\":\"Allow\",\"value\":\"35.48.65.196/23\"},{\"action\":\"Allow\",\"value\":\"52.49.128.196/18\"},{\"action\":\"Allow\",\"value\":\"15.50.170.124/14\"},{\"action\":\"Allow\",\"value\":\"51.51.68.92/27\"},{\"action\":\"Allow\",\"value\":\"73.52.67.171/28\"},{\"action\":\"Allow\",\"value\":\"76.53.252.154/6\"},{\"action\":\"Allow\",\"value\":\"19.54.75.103/21\"},{\"action\":\"Allow\",\"value\":\"19.55.166.220/12\"},{\"action\":\"Allow\",\"value\":\"54.56.71.55/24\"},{\"action\":\"Allow\",\"value\":\"87.57.153.157/17\"},{\"action\":\"Allow\",\"value\":\"16.58.51.54/21\"},{\"action\":\"Allow\",\"value\":\"40.59.54.59/16\"},{\"action\":\"Allow\",\"value\":\"15.60.25.172/8\"},{\"action\":\"Allow\",\"value\":\"42.61.190.244/9\"},{\"action\":\"Allow\",\"value\":\"68.62.149.176/6\"},{\"action\":\"Allow\",\"value\":\"19.63.18.125/12\"},{\"action\":\"Allow\",\"value\":\"81.64.27.244/6\"},{\"action\":\"Allow\",\"value\":\"15.65.143.15/4\"},{\"action\":\"Allow\",\"value\":\"67.66.27.222/16\"},{\"action\":\"Allow\",\"value\":\"79.67.227.216/26\"},{\"action\":\"Allow\",\"value\":\"16.68.223.165/1\"},{\"action\":\"Allow\",\"value\":\"96.69.156.7/22\"},{\"action\":\"Allow\",\"value\":\"39.70.235.39/9\"}],\"virtualNetworkRules\":[{\"action\":\"Allow\",\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet1\",\"state\":\"Succeeded\"},{\"action\":\"Allow\",\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet2\",\"state\":\"Succeeded\"},{\"action\":\"Allow\",\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet3\",\"state\":\"Succeeded\"},{\"action\":\"Allow\",\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet4\",\"state\":\"Succeeded\"},{\"action\":\"Allow\",\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet5\",\"state\":\"Succeeded\"},{\"action\":\"Allow\",\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet6\",\"state\":\"Succeeded\"},{\"action\":\"Allow\",\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet7\",\"state\":\"Succeeded\"},{\"action\":\"Allow\",\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet8\",\"state\":\"Succeeded\"}]},\"primaryEndpoints\":{\"blob\":\"https://weiaclse.blob.core.windows.net/\",\"file\":\"https://weiaclse.file.core.windows.net/\",\"queue\":\"https://weiaclse.queue.core.windows.net/\",\"table\":\"https://weiaclse.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weicmk4/providers/Microsoft.Storage/storageAccounts/weicmk4\",\"identity\":{\"principalId\":\"d8d77cf6-7ab9-4c92-b44a-58aa2e266c86\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"weicmk4\",\"properties\":{\"creationTime\":\"2017-05-22T07:12:04.5461677Z\",\"encryption\":{\"keySource\":\"Microsoft.Keyvault\",\"keyvaultproperties\":{\"keyname\":\"weikey4\",\"keyvaulturi\":\"https://weikeyvaultcmk4.vault.azure.net/\",\"keyversion\":\"e76488bb22b148318fdb41c60863db66\"},\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-09-06T05:13:03.0324617Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-09-06T05:13:08.9389931Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://weicmk4.blob.core.windows.net/\",\"file\":\"https://weicmk4.file.core.windows.net/\",\"queue\":\"https://weicmk4.queue.core.windows.net/\",\"table\":\"https://weicmk4.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weicmk4/providers/Microsoft.Storage/storageAccounts/weicmk5\",\"identity\":{\"principalId\":\"a53b1394-e72a-4f15-84a3-e6fc5f11300d\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"weicmk5\",\"properties\":{\"creationTime\":\"2017-05-27T08:57:49.9531321Z\",\"encryption\":{\"keySource\":\"Microsoft.Keyvault\",\"keyvaultproperties\":{\"keyname\":\"weikey5\",\"keyvaulturi\":\"https://weikeyvaultcmk5.vault.azure.net/\",\"keyversion\":\"01b4d7d2d0e94b2083413e310481400a\"},\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-05-27T09:03:16.2233853Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://weicmk5.blob.core.windows.net/\",\"file\":\"https://weicmk5.file.core.windows.net/\",\"queue\":\"https://weicmk5.queue.core.windows.net/\",\"table\":\"https://weicmk5.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weicmk4/providers/Microsoft.Storage/storageAccounts/weicmk6\",\"identity\":{\"principalId\":\"d81ea1af-b0e3-4adb-87d9-addfc5ee04e9\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"weicmk6\",\"properties\":{\"creationTime\":\"2017-06-03T23:31:31.4642671Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:24:59.8929412Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://weicmk6.blob.core.windows.net/\",\"file\":\"https://weicmk6.file.core.windows.net/\",\"queue\":\"https://weicmk6.queue.core.windows.net/\",\"table\":\"https://weicmk6.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weicmk4/providers/Microsoft.Storage/storageAccounts/weicmk7\",\"identity\":{\"principalId\":\"9d3055f0-bc00-4c9b-87da-28164586ee43\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"type\":\"SystemAssigned\"},\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"weicmk7\",\"properties\":{\"creationTime\":\"2017-06-03T23:32:37.6107017Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-06-28T06:25:00.1499670Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://weicmk7.blob.core.windows.net/\",\"file\":\"https://weicmk7.file.core.windows.net/\",\"queue\":\"https://weicmk7.queue.core.windows.net/\",\"table\":\"https://weicmk7.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"secondaryLocation\":\"centraluseuap\",\"statusOfPrimary\":\"available\",\"statusOfSecondary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"id\":\"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/weitestacl2\",\"kind\":\"Storage\",\"location\":\"eastus2euap\",\"name\":\"weitestacl2\",\"properties\":{\"creationTime\":\"2017-02-22T02:37:43.4478438Z\",\"encryption\":{\"keySource\":\"Microsoft.Storage\",\"services\":{\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2017-02-22T02:37:43.4478438Z\"},\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2017-02-22T02:37:43.4478438Z\"}}},\"primaryEndpoints\":{\"blob\":\"https://weitestacl2.blob.core.windows.net/\",\"file\":\"https://weitestacl2.file.core.windows.net/\",\"queue\":\"https://weitestacl2.queue.core.windows.net/\",\"table\":\"https://weitestacl2.table.core.windows.net/\"},\"primaryLocation\":\"eastus2euap\",\"provisioningState\":\"Succeeded\",\"statusOfPrimary\":\"available\",\"supportsHttpsTrafficOnly\":false},\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"tags\":{},\"type\":\"Microsoft.Storage/storageAccounts\"}]}", { 'cache-control': 'no-cache', pragma: 'no-cache', - 'content-length': '15059', - 'content-type': 'application/json', + 'content-type': 'application/json; charset=utf-8', expires: '-1', - 'x-ms-request-id': '7b021755-8d8c-40a2-81ae-1476a442e99a', - server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-ratelimit-remaining-subscription-reads': '14991', - 'x-ms-correlation-request-id': '7b021755-8d8c-40a2-81ae-1476a442e99a', - 'x-ms-routing-request-id': 'JAPANEAST:20170609T065315Z:7b021755-8d8c-40a2-81ae-1476a442e99a', + 'x-ms-original-request-ids': 'f638bfc5-fd6a-4af4-b379-456f296baa34, f638bfc5-fd6a-4af4-b379-456f296baa34, f638bfc5-fd6a-4af4-b379-456f296baa34, f638bfc5-fd6a-4af4-b379-456f296baa34, f638bfc5-fd6a-4af4-b379-456f296baa34, f638bfc5-fd6a-4af4-b379-456f296baa34, f638bfc5-fd6a-4af4-b379-456f296baa34, f638bfc5-fd6a-4af4-b379-456f296baa34, f638bfc5-fd6a-4af4-b379-456f296baa34, f638bfc5-fd6a-4af4-b379-456f296baa34', + 'x-ms-ratelimit-remaining-subscription-reads': '14938', + 'x-ms-request-id': 'f638bfc5-fd6a-4af4-b379-456f296baa34', + 'x-ms-correlation-request-id': 'f638bfc5-fd6a-4af4-b379-456f296baa34', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024431Z:f638bfc5-fd6a-4af4-b379-456f296baa34', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:53:14 GMT', - connection: 'close' }); + date: 'Thu, 07 Sep 2017 02:44:30 GMT', + connection: 'close', + 'content-length': '100421' }); return result; }]]; \ No newline at end of file diff --git a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_list_the_skus_for_subscription.nock.js b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_list_the_skus_for_subscription.nock.js new file mode 100644 index 0000000000..1e5c82bf12 --- /dev/null +++ b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_list_the_skus_for_subscription.nock.js @@ -0,0 +1,41 @@ +// This file has been autogenerated. + +exports.setEnvironment = function() { + process.env['AZURE_TEST_LOCATION'] = 'westus'; + process.env['AZURE_SUBSCRIPTION_ID'] = 'ce4a7590-4722-4bcf-a2c6-e473e9f11778'; +}; + +exports.scopes = [[function (nock) { +var result = +nock('http://management.azure.com:443') + .get('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/skus?api-version=2017-06-01') + .reply(200, "{\"value\":[{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"eastus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastus\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastus\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastus\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"eastus2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastus2\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"true\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastus2\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastus2\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus2(stage)\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus2(stage)\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus2(stage)\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus2(stage)\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"eastus2(stage)\"],\"capabilities\":[{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastus2(stage)\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"true\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastus2(stage)\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"true\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastus2(stage)\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"true\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"westus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westus\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westus\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westus\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westeurope\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westeurope\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westeurope\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westeurope\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"westeurope\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westeurope\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westeurope\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westeurope\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastasia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastasia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastasia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastasia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"eastasia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastasia\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastasia\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastasia\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"southeastasia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"southeastasia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"southeastasia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"southeastasia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"southeastasia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"southeastasia\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"southeastasia\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"southeastasia\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"japaneast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"japaneast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"japaneast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"japaneast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"japaneast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"japaneast\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"japaneast\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"japaneast\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"japanwest\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"japanwest\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"japanwest\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"japanwest\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"japanwest\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"japanwest\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"japanwest\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"japanwest\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"northcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"northcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"northcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"northcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"northcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"northcentralus\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"northcentralus\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"northcentralus\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"southcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"southcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"southcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"southcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"southcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"southcentralus\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"southcentralus\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"southcentralus\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"centralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"centralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"centralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"centralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"centralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"centralus\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"centralus\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"centralus\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"northeurope\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"northeurope\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"northeurope\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"northeurope\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"northeurope\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"northeurope\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"northeurope\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"northeurope\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"brazilsouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"brazilsouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"brazilsouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"brazilsouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"brazilsouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"brazilsouth\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"brazilsouth\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"brazilsouth\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"australiaeast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"australiaeast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"australiaeast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"australiaeast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"australiaeast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"australiaeast\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"australiaeast\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"australiaeast\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"australiasoutheast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"australiasoutheast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"australiasoutheast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"australiasoutheast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"australiasoutheast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"australiasoutheast\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"australiasoutheast\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"australiasoutheast\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"southindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"southindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"southindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"southindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"southindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"southindia\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"southindia\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"southindia\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"centralindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"centralindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"centralindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"centralindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"centralindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"centralindia\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"centralindia\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"centralindia\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"westindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westindia\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westindia\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westindia\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"canadaeast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"canadaeast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"canadaeast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"canadaeast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"canadaeast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"canadaeast\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"canadaeast\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"canadaeast\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"canadacentral\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"canadacentral\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"canadacentral\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"canadacentral\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"canadacentral\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"canadacentral\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"canadacentral\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"canadacentral\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westus2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westus2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westus2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westus2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"westus2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westus2\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westus2\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westus2\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"westcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westcentralus\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"true\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westcentralus\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"true\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westcentralus\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"true\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"uksouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"uksouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"uksouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"uksouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"uksouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"uksouth\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"uksouth\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"uksouth\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"ukwest\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"ukwest\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"ukwest\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"ukwest\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"ukwest\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"ukwest\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"ukwest\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"ukwest\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"koreacentral\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"koreacentral\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"koreacentral\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"koreacentral\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"koreacentral\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"koreacentral\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"koreacentral\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"koreacentral\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"koreasouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"koreasouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"koreasouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"koreasouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"koreasouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"koreasouth\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"koreasouth\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"koreasouth\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"uknorth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"uknorth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"uknorth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"uknorth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"uknorth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"uknorth\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"uknorth\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"uknorth\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"uksouth2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"uksouth2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"uksouth2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"uksouth2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"uksouth2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"uksouth2\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"uksouth2\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"uksouth2\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus2euap\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus2euap\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus2euap\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus2euap\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"eastus2euap\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastus2euap\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"true\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastus2euap\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"true\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastus2euap\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"true\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"centraluseuap\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"centraluseuap\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"centraluseuap\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"centraluseuap\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"centraluseuap\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"centraluseuap\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"true\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"centraluseuap\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"true\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"centraluseuap\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"true\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]}]}", { 'cache-control': 'no-cache', + pragma: 'no-cache', + 'content-type': 'application/json; charset=utf-8', + expires: '-1', + 'x-ms-ratelimit-remaining-subscription-reads': '14999', + 'x-ms-request-id': 'cd5c6d22-0733-43f6-a16c-0c289a20ffad', + 'x-ms-correlation-request-id': 'cd5c6d22-0733-43f6-a16c-0c289a20ffad', + 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170907T024442Z:cd5c6d22-0733-43f6-a16c-0c289a20ffad', + 'strict-transport-security': 'max-age=31536000; includeSubDomains', + date: 'Thu, 07 Sep 2017 02:44:42 GMT', + connection: 'close', + 'content-length': '83149' }); + return result; }, +function (nock) { +var result = +nock('https://management.azure.com:443') + .get('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/skus?api-version=2017-06-01') + .reply(200, "{\"value\":[{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"eastus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastus\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastus\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastus\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"eastus2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastus2\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"true\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastus2\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastus2\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus2(stage)\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus2(stage)\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus2(stage)\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus2(stage)\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"eastus2(stage)\"],\"capabilities\":[{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastus2(stage)\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"true\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastus2(stage)\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"true\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastus2(stage)\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"true\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"westus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westus\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westus\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westus\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westeurope\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westeurope\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westeurope\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westeurope\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"westeurope\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westeurope\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westeurope\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westeurope\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastasia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastasia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastasia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastasia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"eastasia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastasia\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastasia\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastasia\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"southeastasia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"southeastasia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"southeastasia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"southeastasia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"southeastasia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"southeastasia\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"southeastasia\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"southeastasia\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"japaneast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"japaneast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"japaneast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"japaneast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"japaneast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"japaneast\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"japaneast\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"japaneast\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"japanwest\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"japanwest\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"japanwest\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"japanwest\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"japanwest\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"japanwest\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"japanwest\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"japanwest\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"northcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"northcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"northcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"northcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"northcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"northcentralus\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"northcentralus\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"northcentralus\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"southcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"southcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"southcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"southcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"southcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"southcentralus\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"southcentralus\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"southcentralus\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"centralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"centralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"centralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"centralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"centralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"centralus\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"centralus\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"centralus\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"northeurope\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"northeurope\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"northeurope\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"northeurope\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"northeurope\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"northeurope\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"northeurope\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"northeurope\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"brazilsouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"brazilsouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"brazilsouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"brazilsouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"brazilsouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"brazilsouth\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"brazilsouth\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"brazilsouth\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"australiaeast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"australiaeast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"australiaeast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"australiaeast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"australiaeast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"australiaeast\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"australiaeast\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"australiaeast\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"australiasoutheast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"australiasoutheast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"australiasoutheast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"australiasoutheast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"australiasoutheast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"australiasoutheast\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"australiasoutheast\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"australiasoutheast\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"southindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"southindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"southindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"southindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"southindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"southindia\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"southindia\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"southindia\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"centralindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"centralindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"centralindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"centralindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"centralindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"centralindia\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"centralindia\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"centralindia\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"westindia\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westindia\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westindia\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westindia\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"canadaeast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"canadaeast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"canadaeast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"canadaeast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"canadaeast\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"canadaeast\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"canadaeast\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"canadaeast\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"canadacentral\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"canadacentral\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"canadacentral\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"canadacentral\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"canadacentral\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"canadacentral\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"canadacentral\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"canadacentral\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westus2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westus2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westus2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westus2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"westus2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westus2\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westus2\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westus2\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"westcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"westcentralus\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westcentralus\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"true\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westcentralus\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"true\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"westcentralus\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"true\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"true\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"uksouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"uksouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"uksouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"uksouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"uksouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"uksouth\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"uksouth\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"uksouth\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"ukwest\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"ukwest\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"ukwest\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"ukwest\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"ukwest\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"ukwest\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"ukwest\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"ukwest\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"koreacentral\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"koreacentral\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"koreacentral\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"koreacentral\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"koreacentral\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"koreacentral\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"koreacentral\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"koreacentral\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"koreasouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"koreasouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"koreasouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"koreasouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"koreasouth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"koreasouth\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"koreasouth\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"koreasouth\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"uknorth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"uknorth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"uknorth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"uknorth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"uknorth\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"uknorth\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"uknorth\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"uknorth\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"uksouth2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"uksouth2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"uksouth2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"uksouth2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"uksouth2\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"uksouth2\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"uksouth2\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"uksouth2\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"false\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus2euap\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus2euap\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus2euap\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"eastus2euap\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"eastus2euap\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastus2euap\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"true\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastus2euap\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"true\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"eastus2euap\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"true\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"centraluseuap\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_ZRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"centraluseuap\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"centraluseuap\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"Storage\",\"locations\":[\"centraluseuap\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"true\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Premium_LRS\",\"tier\":\"Premium\",\"kind\":\"Storage\",\"locations\":[\"centraluseuap\"],\"capabilities\":[{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_LRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"centraluseuap\"],\"capabilities\":[{\"name\":\"supportsarchivepreview\",\"value\":\"false\"},{\"name\":\"supportschangenotification\",\"value\":\"true\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_GRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"centraluseuap\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"true\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"true\"}],\"restrictions\":[]},{\"resourceType\":\"storageAccounts\",\"name\":\"Standard_RAGRS\",\"tier\":\"Standard\",\"kind\":\"BlobStorage\",\"locations\":[\"centraluseuap\"],\"capabilities\":[{\"name\":\"supportschangenotification\",\"value\":\"true\"},{\"name\":\"supportsfileencryption\",\"value\":\"false\"},{\"name\":\"supportshoeboxcapacitymetrics\",\"value\":\"false\"},{\"name\":\"supportsnetworkacls\",\"value\":\"false\"}],\"restrictions\":[]}]}", { 'cache-control': 'no-cache', + pragma: 'no-cache', + 'content-type': 'application/json; charset=utf-8', + expires: '-1', + 'x-ms-ratelimit-remaining-subscription-reads': '14999', + 'x-ms-request-id': 'cd5c6d22-0733-43f6-a16c-0c289a20ffad', + 'x-ms-correlation-request-id': 'cd5c6d22-0733-43f6-a16c-0c289a20ffad', + 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170907T024442Z:cd5c6d22-0733-43f6-a16c-0c289a20ffad', + 'strict-transport-security': 'max-age=31536000; includeSubDomains', + date: 'Thu, 07 Sep 2017 02:44:42 GMT', + connection: 'close', + 'content-length': '83149' }); + return result; }]]; \ No newline at end of file diff --git a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_list_the_storage_account_SAS.nock.js b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_list_the_storage_account_SAS.nock.js index a92e6547cf..e790116d87 100644 --- a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_list_the_storage_account_SAS.nock.js +++ b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_list_the_storage_account_SAS.nock.js @@ -2,44 +2,44 @@ exports.setEnvironment = function() { process.env['AZURE_TEST_LOCATION'] = 'westus'; - process.env['AZURE_SUBSCRIPTION_ID'] = '2aa30309-3723-4112-bd0b-79e9f65fc52d'; + process.env['AZURE_SUBSCRIPTION_ID'] = 'ce4a7590-4722-4bcf-a2c6-e473e9f11778'; }; exports.scopes = [[function (nock) { var result = nock('http://management.azure.com:443') .filteringRequestBody(function (path) { return '*';}) -.post('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081/ListAccountSas?api-version=2017-06-01', '*') - .reply(200, "{\"accountSasToken\":\"sv=2015-04-05&ss=bftq&srt=sco&sp=rdwlacup&st=2017-06-09T06%3A53%3A18Z&se=2017-06-09T07%3A53%3A18Z&spr=https,http&sig=bGPZCrcD7sZdmRa1%2BUKEqIICYtRZFlUJfamZ6zKJefg%3D\"}", { 'cache-control': 'no-cache', +.post('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts/testacc2604/ListAccountSas?api-version=2017-06-01', '*') + .reply(200, "{\"accountSasToken\":\"sv=2015-04-05&ss=bftq&srt=sco&sp=rdwlacup&st=2017-09-07T02%3A44%3A36Z&se=2017-09-07T03%3A44%3A36Z&spr=https,http&sig=lYcYz7vf4dS%2FMbs8HrabACGJ%2Bd%2FldISC6GTNCeusQPw%3D\"}", { 'cache-control': 'no-cache', pragma: 'no-cache', - 'content-length': '187', + 'content-length': '191', 'content-type': 'application/json', expires: '-1', - 'x-ms-request-id': 'cc7049bb-12ea-4701-b0ee-3f41bb684106', + 'x-ms-request-id': '7975efe7-bc9a-421c-89de-853c930dc32f', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-ratelimit-remaining-subscription-writes': '1198', - 'x-ms-correlation-request-id': 'cc7049bb-12ea-4701-b0ee-3f41bb684106', - 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170609T065318Z:cc7049bb-12ea-4701-b0ee-3f41bb684106', + 'x-ms-ratelimit-remaining-subscription-writes': '1199', + 'x-ms-correlation-request-id': '7975efe7-bc9a-421c-89de-853c930dc32f', + 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170907T024437Z:7975efe7-bc9a-421c-89de-853c930dc32f', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:53:18 GMT', + date: 'Thu, 07 Sep 2017 02:44:36 GMT', connection: 'close' }); return result; }, function (nock) { var result = nock('https://management.azure.com:443') .filteringRequestBody(function (path) { return '*';}) -.post('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081/ListAccountSas?api-version=2017-06-01', '*') - .reply(200, "{\"accountSasToken\":\"sv=2015-04-05&ss=bftq&srt=sco&sp=rdwlacup&st=2017-06-09T06%3A53%3A18Z&se=2017-06-09T07%3A53%3A18Z&spr=https,http&sig=bGPZCrcD7sZdmRa1%2BUKEqIICYtRZFlUJfamZ6zKJefg%3D\"}", { 'cache-control': 'no-cache', +.post('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts/testacc2604/ListAccountSas?api-version=2017-06-01', '*') + .reply(200, "{\"accountSasToken\":\"sv=2015-04-05&ss=bftq&srt=sco&sp=rdwlacup&st=2017-09-07T02%3A44%3A36Z&se=2017-09-07T03%3A44%3A36Z&spr=https,http&sig=lYcYz7vf4dS%2FMbs8HrabACGJ%2Bd%2FldISC6GTNCeusQPw%3D\"}", { 'cache-control': 'no-cache', pragma: 'no-cache', - 'content-length': '187', + 'content-length': '191', 'content-type': 'application/json', expires: '-1', - 'x-ms-request-id': 'cc7049bb-12ea-4701-b0ee-3f41bb684106', + 'x-ms-request-id': '7975efe7-bc9a-421c-89de-853c930dc32f', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', - 'x-ms-ratelimit-remaining-subscription-writes': '1198', - 'x-ms-correlation-request-id': 'cc7049bb-12ea-4701-b0ee-3f41bb684106', - 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170609T065318Z:cc7049bb-12ea-4701-b0ee-3f41bb684106', + 'x-ms-ratelimit-remaining-subscription-writes': '1199', + 'x-ms-correlation-request-id': '7975efe7-bc9a-421c-89de-853c930dc32f', + 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170907T024437Z:7975efe7-bc9a-421c-89de-853c930dc32f', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:53:18 GMT', + date: 'Thu, 07 Sep 2017 02:44:36 GMT', connection: 'close' }); return result; }]]; \ No newline at end of file diff --git a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_list_the_storage_service_SAS.nock.js b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_list_the_storage_service_SAS.nock.js index 37a1078d70..ce9f7e9714 100644 --- a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_list_the_storage_service_SAS.nock.js +++ b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_list_the_storage_service_SAS.nock.js @@ -2,44 +2,44 @@ exports.setEnvironment = function() { process.env['AZURE_TEST_LOCATION'] = 'westus'; - process.env['AZURE_SUBSCRIPTION_ID'] = '2aa30309-3723-4112-bd0b-79e9f65fc52d'; + process.env['AZURE_SUBSCRIPTION_ID'] = 'ce4a7590-4722-4bcf-a2c6-e473e9f11778'; }; exports.scopes = [[function (nock) { var result = nock('http://management.azure.com:443') .filteringRequestBody(function (path) { return '*';}) -.post('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081/ListServiceSas?api-version=2017-06-01', '*') - .reply(200, "{\"serviceSasToken\":\"sv=2015-04-05&sr=c&spr=https,http&st=2017-06-09T06%3A53%3A19Z&se=2017-06-09T07%3A53%3A19Z&sp=rdwlacup&sig=kxBX4kRYppiu3%2Faq8us4ucWP9HFCtS0hynfw6Ix9ebg%3D\"}", { 'cache-control': 'no-cache', +.post('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts/testacc2604/ListServiceSas?api-version=2017-06-01', '*') + .reply(200, "{\"serviceSasToken\":\"sv=2015-04-05&sr=c&spr=https,http&st=2017-09-07T02%3A44%3A37Z&se=2017-09-07T03%3A44%3A37Z&sp=rdwlacup&sig=Oqr87smDxS6t%2FQZPKx0jfNLuJoZgaLnkZsBxqvInhSw%3D\"}", { 'cache-control': 'no-cache', pragma: 'no-cache', 'content-length': '176', 'content-type': 'application/json', expires: '-1', - 'x-ms-request-id': '4d804c0c-3c56-4526-bf45-4dd204f74d5f', + 'x-ms-request-id': '636f57d1-4545-4e2e-9b9a-05e3cee0c1e4', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', 'x-ms-ratelimit-remaining-subscription-writes': '1199', - 'x-ms-correlation-request-id': '4d804c0c-3c56-4526-bf45-4dd204f74d5f', - 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170609T065321Z:4d804c0c-3c56-4526-bf45-4dd204f74d5f', + 'x-ms-correlation-request-id': '636f57d1-4545-4e2e-9b9a-05e3cee0c1e4', + 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170907T024437Z:636f57d1-4545-4e2e-9b9a-05e3cee0c1e4', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:53:20 GMT', + date: 'Thu, 07 Sep 2017 02:44:37 GMT', connection: 'close' }); return result; }, function (nock) { var result = nock('https://management.azure.com:443') .filteringRequestBody(function (path) { return '*';}) -.post('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081/ListServiceSas?api-version=2017-06-01', '*') - .reply(200, "{\"serviceSasToken\":\"sv=2015-04-05&sr=c&spr=https,http&st=2017-06-09T06%3A53%3A19Z&se=2017-06-09T07%3A53%3A19Z&sp=rdwlacup&sig=kxBX4kRYppiu3%2Faq8us4ucWP9HFCtS0hynfw6Ix9ebg%3D\"}", { 'cache-control': 'no-cache', +.post('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts/testacc2604/ListServiceSas?api-version=2017-06-01', '*') + .reply(200, "{\"serviceSasToken\":\"sv=2015-04-05&sr=c&spr=https,http&st=2017-09-07T02%3A44%3A37Z&se=2017-09-07T03%3A44%3A37Z&sp=rdwlacup&sig=Oqr87smDxS6t%2FQZPKx0jfNLuJoZgaLnkZsBxqvInhSw%3D\"}", { 'cache-control': 'no-cache', pragma: 'no-cache', 'content-length': '176', 'content-type': 'application/json', expires: '-1', - 'x-ms-request-id': '4d804c0c-3c56-4526-bf45-4dd204f74d5f', + 'x-ms-request-id': '636f57d1-4545-4e2e-9b9a-05e3cee0c1e4', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', 'x-ms-ratelimit-remaining-subscription-writes': '1199', - 'x-ms-correlation-request-id': '4d804c0c-3c56-4526-bf45-4dd204f74d5f', - 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170609T065321Z:4d804c0c-3c56-4526-bf45-4dd204f74d5f', + 'x-ms-correlation-request-id': '636f57d1-4545-4e2e-9b9a-05e3cee0c1e4', + 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170907T024437Z:636f57d1-4545-4e2e-9b9a-05e3cee0c1e4', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:53:20 GMT', + date: 'Thu, 07 Sep 2017 02:44:37 GMT', connection: 'close' }); return result; }]]; \ No newline at end of file diff --git a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_regenerate_storage_account_keys.nock.js b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_regenerate_storage_account_keys.nock.js index d2758accfa..1079c7aa65 100644 --- a/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_regenerate_storage_account_keys.nock.js +++ b/test/recordings/storagemanagementservice-tests/Storage_Management_storage_accounts_should_regenerate_storage_account_keys.nock.js @@ -2,80 +2,80 @@ exports.setEnvironment = function() { process.env['AZURE_TEST_LOCATION'] = 'westus'; - process.env['AZURE_SUBSCRIPTION_ID'] = '2aa30309-3723-4112-bd0b-79e9f65fc52d'; + process.env['AZURE_SUBSCRIPTION_ID'] = 'ce4a7590-4722-4bcf-a2c6-e473e9f11778'; }; exports.scopes = [[function (nock) { var result = nock('http://management.azure.com:443') - .post('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081/listKeys?api-version=2017-06-01') - .reply(200, "{\"keys\":[{\"keyName\":\"key1\",\"permissions\":\"Full\",\"value\":\"t35ZZl3kOw/xNRyRIWoHQiwNv471wL6s3fwUxETKzWYxVXoekGWph6JtFnJRdbvusnnJHrLMm/z5Url1XM7FPw==\"},{\"keyName\":\"key2\",\"permissions\":\"Full\",\"value\":\"hvb7SNDbsUOGOWB5hJ+a5TDFT/2V3g6nCUGXJHnVwcMX61E03493GjY07eZKgmQ0ow9sdAu/MZTQqD5R/ljQvA==\"}]}\n", { 'cache-control': 'no-cache', + .post('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts/testacc2604/listKeys?api-version=2017-06-01') + .reply(200, "{\"keys\":[{\"keyName\":\"key1\",\"permissions\":\"Full\",\"value\":\"lH5AfajYnmHsNTe0I6MLJseoTllas1Og313C87Rl0Gnm55cDdllwx6gnwl32+aW9KG5YQn+1NxJO23xMVTZTIw==\"},{\"keyName\":\"key2\",\"permissions\":\"Full\",\"value\":\"syisIARDZ1GCTA1lDheNNJY9eoz9lTZYWZog+ulHMw/GDvcGpC8rKXpojve+oJbr6G1Nhy4EcdxAfjnJ+c/z8A==\"}]}\n", { 'cache-control': 'no-cache', pragma: 'no-cache', 'content-length': '289', 'content-type': 'application/json', expires: '-1', - 'x-ms-request-id': '2b22aca7-4f63-4271-b0d5-91edaa3aa745', + 'x-ms-request-id': '3fcb9ce3-4739-49f8-96a1-f9d63da3a031', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', 'x-ms-ratelimit-remaining-subscription-writes': '1199', - 'x-ms-correlation-request-id': '2b22aca7-4f63-4271-b0d5-91edaa3aa745', - 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170609T065317Z:2b22aca7-4f63-4271-b0d5-91edaa3aa745', + 'x-ms-correlation-request-id': '3fcb9ce3-4739-49f8-96a1-f9d63da3a031', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024435Z:3fcb9ce3-4739-49f8-96a1-f9d63da3a031', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:53:16 GMT', + date: 'Thu, 07 Sep 2017 02:44:34 GMT', connection: 'close' }); return result; }, function (nock) { var result = nock('https://management.azure.com:443') - .post('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081/listKeys?api-version=2017-06-01') - .reply(200, "{\"keys\":[{\"keyName\":\"key1\",\"permissions\":\"Full\",\"value\":\"t35ZZl3kOw/xNRyRIWoHQiwNv471wL6s3fwUxETKzWYxVXoekGWph6JtFnJRdbvusnnJHrLMm/z5Url1XM7FPw==\"},{\"keyName\":\"key2\",\"permissions\":\"Full\",\"value\":\"hvb7SNDbsUOGOWB5hJ+a5TDFT/2V3g6nCUGXJHnVwcMX61E03493GjY07eZKgmQ0ow9sdAu/MZTQqD5R/ljQvA==\"}]}\n", { 'cache-control': 'no-cache', + .post('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts/testacc2604/listKeys?api-version=2017-06-01') + .reply(200, "{\"keys\":[{\"keyName\":\"key1\",\"permissions\":\"Full\",\"value\":\"lH5AfajYnmHsNTe0I6MLJseoTllas1Og313C87Rl0Gnm55cDdllwx6gnwl32+aW9KG5YQn+1NxJO23xMVTZTIw==\"},{\"keyName\":\"key2\",\"permissions\":\"Full\",\"value\":\"syisIARDZ1GCTA1lDheNNJY9eoz9lTZYWZog+ulHMw/GDvcGpC8rKXpojve+oJbr6G1Nhy4EcdxAfjnJ+c/z8A==\"}]}\n", { 'cache-control': 'no-cache', pragma: 'no-cache', 'content-length': '289', 'content-type': 'application/json', expires: '-1', - 'x-ms-request-id': '2b22aca7-4f63-4271-b0d5-91edaa3aa745', + 'x-ms-request-id': '3fcb9ce3-4739-49f8-96a1-f9d63da3a031', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', 'x-ms-ratelimit-remaining-subscription-writes': '1199', - 'x-ms-correlation-request-id': '2b22aca7-4f63-4271-b0d5-91edaa3aa745', - 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170609T065317Z:2b22aca7-4f63-4271-b0d5-91edaa3aa745', + 'x-ms-correlation-request-id': '3fcb9ce3-4739-49f8-96a1-f9d63da3a031', + 'x-ms-routing-request-id': 'JAPANEAST:20170907T024435Z:3fcb9ce3-4739-49f8-96a1-f9d63da3a031', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:53:16 GMT', + date: 'Thu, 07 Sep 2017 02:44:34 GMT', connection: 'close' }); return result; }, function (nock) { var result = nock('http://management.azure.com:443') .filteringRequestBody(function (path) { return '*';}) -.post('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081/regenerateKey?api-version=2017-06-01', '*') - .reply(200, "{\"keys\":[{\"keyName\":\"key1\",\"permissions\":\"Full\",\"value\":\"q/HZHTAtPuPZH6xUu4IzSEtOjWQ+tgF38E1Q4mqpc08hf96WgVZ4tmRWfRwbgbYJ60NnbA7fkVXToaglChXIPg==\"},{\"keyName\":\"key2\",\"permissions\":\"Full\",\"value\":\"hvb7SNDbsUOGOWB5hJ+a5TDFT/2V3g6nCUGXJHnVwcMX61E03493GjY07eZKgmQ0ow9sdAu/MZTQqD5R/ljQvA==\"}]}\n", { 'cache-control': 'no-cache', +.post('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts/testacc2604/regenerateKey?api-version=2017-06-01', '*') + .reply(200, "{\"keys\":[{\"keyName\":\"key1\",\"permissions\":\"Full\",\"value\":\"6ynhUImjBuufEFUhwFFviv4OJRmB2EYaHHWUgtkqCRrSkk0kRufZ1Y7LU0b/VxYIIHSHNL2uR4NbZ2Q/mRaZ3Q==\"},{\"keyName\":\"key2\",\"permissions\":\"Full\",\"value\":\"syisIARDZ1GCTA1lDheNNJY9eoz9lTZYWZog+ulHMw/GDvcGpC8rKXpojve+oJbr6G1Nhy4EcdxAfjnJ+c/z8A==\"}]}\n", { 'cache-control': 'no-cache', pragma: 'no-cache', 'content-length': '289', 'content-type': 'application/json', expires: '-1', - 'x-ms-request-id': 'dd78066f-86c0-4c4f-8aa6-e6b407ab3cc5', + 'x-ms-request-id': 'c7d29737-0e9b-40d6-84bb-bb87120b5b86', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', 'x-ms-ratelimit-remaining-subscription-writes': '1199', - 'x-ms-correlation-request-id': 'dd78066f-86c0-4c4f-8aa6-e6b407ab3cc5', - 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170609T065318Z:dd78066f-86c0-4c4f-8aa6-e6b407ab3cc5', + 'x-ms-correlation-request-id': 'c7d29737-0e9b-40d6-84bb-bb87120b5b86', + 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170907T024436Z:c7d29737-0e9b-40d6-84bb-bb87120b5b86', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:53:17 GMT', + date: 'Thu, 07 Sep 2017 02:44:36 GMT', connection: 'close' }); return result; }, function (nock) { var result = nock('https://management.azure.com:443') .filteringRequestBody(function (path) { return '*';}) -.post('/subscriptions/2aa30309-3723-4112-bd0b-79e9f65fc52d/resourceGroups/nodeTestGroup9524/providers/Microsoft.Storage/storageAccounts/testacc4081/regenerateKey?api-version=2017-06-01', '*') - .reply(200, "{\"keys\":[{\"keyName\":\"key1\",\"permissions\":\"Full\",\"value\":\"q/HZHTAtPuPZH6xUu4IzSEtOjWQ+tgF38E1Q4mqpc08hf96WgVZ4tmRWfRwbgbYJ60NnbA7fkVXToaglChXIPg==\"},{\"keyName\":\"key2\",\"permissions\":\"Full\",\"value\":\"hvb7SNDbsUOGOWB5hJ+a5TDFT/2V3g6nCUGXJHnVwcMX61E03493GjY07eZKgmQ0ow9sdAu/MZTQqD5R/ljQvA==\"}]}\n", { 'cache-control': 'no-cache', +.post('/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/nodeTestGroup457/providers/Microsoft.Storage/storageAccounts/testacc2604/regenerateKey?api-version=2017-06-01', '*') + .reply(200, "{\"keys\":[{\"keyName\":\"key1\",\"permissions\":\"Full\",\"value\":\"6ynhUImjBuufEFUhwFFviv4OJRmB2EYaHHWUgtkqCRrSkk0kRufZ1Y7LU0b/VxYIIHSHNL2uR4NbZ2Q/mRaZ3Q==\"},{\"keyName\":\"key2\",\"permissions\":\"Full\",\"value\":\"syisIARDZ1GCTA1lDheNNJY9eoz9lTZYWZog+ulHMw/GDvcGpC8rKXpojve+oJbr6G1Nhy4EcdxAfjnJ+c/z8A==\"}]}\n", { 'cache-control': 'no-cache', pragma: 'no-cache', 'content-length': '289', 'content-type': 'application/json', expires: '-1', - 'x-ms-request-id': 'dd78066f-86c0-4c4f-8aa6-e6b407ab3cc5', + 'x-ms-request-id': 'c7d29737-0e9b-40d6-84bb-bb87120b5b86', server: 'Microsoft-Azure-Storage-Resource-Provider/1.0', 'x-ms-ratelimit-remaining-subscription-writes': '1199', - 'x-ms-correlation-request-id': 'dd78066f-86c0-4c4f-8aa6-e6b407ab3cc5', - 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170609T065318Z:dd78066f-86c0-4c4f-8aa6-e6b407ab3cc5', + 'x-ms-correlation-request-id': 'c7d29737-0e9b-40d6-84bb-bb87120b5b86', + 'x-ms-routing-request-id': 'SOUTHEASTASIA:20170907T024436Z:c7d29737-0e9b-40d6-84bb-bb87120b5b86', 'strict-transport-security': 'max-age=31536000; includeSubDomains', - date: 'Fri, 09 Jun 2017 06:53:17 GMT', + date: 'Thu, 07 Sep 2017 02:44:36 GMT', connection: 'close' }); return result; }]]; \ No newline at end of file diff --git a/test/recordings/storagemanagementservice-tests/suite.storagemanagementservice-tests.nock.js b/test/recordings/storagemanagementservice-tests/suite.storagemanagementservice-tests.nock.js index 8f5646a17c..249a2b38fa 100644 --- a/test/recordings/storagemanagementservice-tests/suite.storagemanagementservice-tests.nock.js +++ b/test/recordings/storagemanagementservice-tests/suite.storagemanagementservice-tests.nock.js @@ -2,9 +2,9 @@ exports.setEnvironment = function() { process.env['AZURE_TEST_LOCATION'] = 'westus'; - process.env['AZURE_SUBSCRIPTION_ID'] = '2aa30309-3723-4112-bd0b-79e9f65fc52d'; + process.env['AZURE_SUBSCRIPTION_ID'] = 'ce4a7590-4722-4bcf-a2c6-e473e9f11778'; }; exports.scopes = []; - exports.randomTestIdsGenerated = function() { return ['nodeTestGroup9524','testacc4081'];}; \ No newline at end of file + exports.randomTestIdsGenerated = function() { return ['nodeTestGroup457','testacc2604'];}; \ No newline at end of file diff --git a/test/services/storageManagement/storageManagementClient-tests.js b/test/services/storageManagement/storageManagementClient-tests.js index 720f3b68ee..a40b8dbf77 100644 --- a/test/services/storageManagement/storageManagementClient-tests.js +++ b/test/services/storageManagement/storageManagementClient-tests.js @@ -89,14 +89,15 @@ describe('Storage Management', function () { }); describe('storage accounts', function () { - it('should create an account with vnet acl correctly', function (done) { + it('should create an account with vnet rule set correctly', function (done) { + accountNameVnet = suite.generateId(accountPrefix, createdAccounts, suite.isMocked); createParametersVnet = { location: 'eastus2euap', sku: { name: accType, }, kind: 'Storage', - networkAcls: { + networkRuleSet: { bypass: 'Logging, AzureServices', ipRules: [ { @@ -110,17 +111,17 @@ describe('Storage Management', function () { defaultAction: 'Deny' } } - client.storageAccounts.create(groupName, accountName, createParametersVnet, function (err, result, request, response) { + client.storageAccounts.create(groupName, accountNameVnet, createParametersVnet, function (err, result, request, response) { should.not.exist(err); should.exist(result); response.statusCode.should.equal(200); - should.exist(result.networkAcls); - should.exist(result.networkAcls.bypass); - should.exist(result.networkAcls.ipRules); - result.networkAcls.ipRules[0].iPAddressOrRange.should.equal('23.45.67.90'); - result.networkAcls.ipRules[0].action.should.equal('Allow'); - result.networkAcls.ipRules[1].iPAddressOrRange.should.equal('23.45.67.91'); - result.networkAcls.ipRules[1].action.should.equal('Allow'); + should.exist(result.networkRuleSet); + should.exist(result.networkRuleSet.bypass); + should.exist(result.networkRuleSet.ipRules); + result.networkRuleSet.ipRules[0].iPAddressOrRange.should.equal('23.45.67.90'); + result.networkRuleSet.ipRules[0].action.should.equal('Allow'); + result.networkRuleSet.ipRules[1].iPAddressOrRange.should.equal('23.45.67.91'); + result.networkRuleSet.ipRules[1].action.should.equal('Allow'); done(); }); }); @@ -194,10 +195,7 @@ describe('Storage Management', function () { }); it('should check the name availability for a storage account that already exists', function (done) { - accountNameCheck = { - name: accountName - }; - client.storageAccounts.checkNameAvailability(accountNameCheck, function (err, result, request, response) { + client.storageAccounts.checkNameAvailability(accountName, function (err, result, request, response) { should.not.exist(err); should.exist(result); result.nameAvailable.should.equal(false); @@ -209,10 +207,7 @@ describe('Storage Management', function () { }); it('should check the name availability for a storage account that does not exist', function (done) { - accountNameCheck = { - name: accountName + '1012' - }; - client.storageAccounts.checkNameAvailability(accountNameCheck, function (err, result, request, response) { + client.storageAccounts.checkNameAvailability(accountName + '1012', function (err, result, request, response) { should.not.exist(err); should.exist(result); result.nameAvailable.should.equal(true); @@ -275,7 +270,7 @@ describe('Storage Management', function () { should.exist(result); response.statusCode.should.equal(200); var keys = result.keys; - client.storageAccounts.regenerateKey(groupName, accountName, {keyName: 'key1'}, function (err, result, request, response) { + client.storageAccounts.regenerateKey(groupName, accountName, 'key1', function (err, result, request, response) { should.not.exist(err); should.exist(result); response.statusCode.should.equal(200); @@ -333,5 +328,17 @@ describe('Storage Management', function () { done(); }); }); + + it('should list the skus for subscription', function (done) { + client.skus.list(function (err, result, request, response) { + should.not.exist(err); + response.statusCode.should.equal(200); + should.exist(result); + var skulist = result; + skulist.length.should.be.above(0); + skulist.some(function (sku) { return sku.ResourceType === "storageAccounts" }).should.be.true; + done(); + }); + }); }); }); \ No newline at end of file