Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
3daf08c
Full copy from 2021-08-01 to 2021-09-01 without any changes
HimanshuChhabra Feb 28, 2022
7acc96b
Updating API version for Service types, Updating readme files
HimanshuChhabra Feb 28, 2022
d734db4
Feature: Premium Access Tier for PBB accounts, with example, prettier…
HimanshuChhabra Feb 28, 2022
d6c10ab
Feature: Add LastTierChangeTime LCM Action support, Added Examples, R…
HimanshuChhabra Mar 1, 2022
f47fb72
Feature: Add LCM BaseBlob daysAfterCreationTime actions with example
HimanshuChhabra Mar 1, 2022
9114a87
Feature : Async Sku Conversion Status Object for Customer controlled …
HimanshuChhabra Mar 1, 2022
5368f7c
Feature: AllowPermanentDelete property to allow deletion for soft del…
HimanshuChhabra Mar 1, 2022
edd8353
Linting S360 - Enum Mismatch, https://portal.azure-devex-tools.com/am…
HimanshuChhabra Mar 1, 2022
769c216
S365 Swagger Linting, Blob Invnetory, Add destination container back …
HimanshuChhabra Mar 1, 2022
c74a964
Move SignedIdentifiers to Common.json, Add SI to Table, Add Examples,…
HimanshuChhabra Mar 2, 2022
b624969
update the api version for the test
HimanshuChhabra Mar 2, 2022
4ae3e40
S365: Return CMK version expiration time with example, Return TenantI…
HimanshuChhabra Mar 2, 2022
a57dee5
Feature: DnsEndpointType For Account Level PDNS
HimanshuChhabra Mar 2, 2022
b082e6e
SpellCheck, Move Location header to 202 response for existing example…
HimanshuChhabra Mar 2, 2022
1a6bda5
Feature: Add ExcludePrefix, IncludeDeleted and Additional Scheams for…
HimanshuChhabra Mar 7, 2022
44c9914
remove asunc location header from example, latest model validation re…
HimanshuChhabra Mar 7, 2022
27ccd1e
Account PDNS Updates Change AzureDnsZone type, Address comment for al…
HimanshuChhabra Mar 10, 2022
9b5374b
update the description and x-ms-clientname for currentCmkVersion
HimanshuChhabra Mar 10, 2022
dc1ea05
Update the Description for the DnsEndpointType.
HimanshuChhabra Mar 15, 2022
4d862e0
Add input parameter to the Table API
HimanshuChhabra Mar 15, 2022
e0003e6
Create separate definition for Table Signed Identifiers, Update Tests
HimanshuChhabra Mar 16, 2022
b43c62e
Feature: Change daysAfterLastTierChangeTimeGreaterThan To daysAfterLa…
HimanshuChhabra Mar 16, 2022
66fb88b
Add type=object and description for TableAccessPolicy, Update descrip…
HimanshuChhabra Mar 22, 2022
05f9dbb
Spell correction for file shares
HimanshuChhabra Mar 22, 2022
b25ba7c
Updating descriptions
HimanshuChhabra Mar 23, 2022
4cc7725
Remove tenantId from the UAI
HimanshuChhabra Mar 23, 2022
927029a
Change Header to Headers for failing check
HimanshuChhabra Mar 24, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
{
"parameters": {
"subscriptionId": "{subscription-id}",
"resourceGroupName": "res9101",
"accountName": "sto4445",
"api-version": "2021-09-01",
"parameters": {
"sku": {
"name": "Standard_GRS"
},
"kind": "Storage",
"location": "eastus",
"extendedLocation": {
"type": "EdgeZone",
"name": "losangeles001"
},
"properties": {
"keyPolicy": {
"keyExpirationPeriodInDays": 20
},
"sasPolicy": {
"sasExpirationPeriod": "1.15:59:59",
"expirationAction": "Log"
},
"dnsEndpointType": "AzureDnsZoned",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@evelyn-ys , i think this needs to be AzureDnsZone. Can you please check and let me know.

"isHnsEnabled": true,
"isSftpEnabled": true,
"allowBlobPublicAccess": false,
"defaultToOAuthAuthentication": false,
"minimumTlsVersion": "TLS1_2",
"allowSharedKeyAccess": true,
"routingPreference": {
"routingChoice": "MicrosoftRouting",
"publishMicrosoftEndpoints": true,
"publishInternetEndpoints": true
},
"encryption": {
"services": {
"file": {
"keyType": "Account",
"enabled": true
},
"blob": {
"keyType": "Account",
"enabled": true
}
},
"requireInfrastructureEncryption": false,
"keySource": "Microsoft.Storage"
}
},
"tags": {
"key1": "value1",
"key2": "value2"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/{subscription-id}/resourceGroups/res9101/providers/Microsoft.Storage/storageAccounts/sto4445",
"kind": "Storage",
"location": "eastus",
"name": "sto4445",
"extendedLocation": {
"type": "EdgeZone",
"name": "losangeles001"
},
"properties": {
"keyPolicy": {
"keyExpirationPeriodInDays": 20
},
"sasPolicy": {
"sasExpirationPeriod": "1.15:59:59",
"expirationAction": "Log"
},
"keyCreationTime": {
"key1": "2021-03-18T04:42:22.4322836Z",
"key2": "2021-03-18T04:42:22.4322836Z"
},
"dnsEndpointType": "AzureDnsZoned",
"isHnsEnabled": true,
"isSftpEnabled": true,
"allowBlobPublicAccess": false,
"minimumTlsVersion": "TLS1_2",
"allowSharedKeyAccess": true,
"creationTime": "2017-05-24T13:25:33.4863236Z",
"primaryEndpoints": {
"web": "https://sto4445.z24.web.storage.azure.net/",
"dfs": "https://sto4445.z24.dfs.storage.azure.net/",
"blob": "https://sto4445.z24.blob.storage.azure.net/",
"file": "https://sto4445.z24.file.storage.azure.net/",
"queue": "https://sto4445.z24.queue.storage.azure.net/",
"table": "https://sto4445.z24.table.storage.azure.net/",
"microsoftEndpoints": {
"web": "https://sto4445-microsoftrouting.z24.web.storage.azure.net/",
"dfs": "https://sto4445-microsoftrouting.z24.dfs.storage.azure.net/",
"blob": "https://sto4445-microsoftrouting.z24.blob.storage.azure.net/",
"file": "https://sto4445-microsoftrouting.z24.file.storage.azure.net/",
"queue": "https://sto4445-microsoftrouting.z24.queue.storage.azure.net/",
"table": "https://sto4445-microsoftrouting.z24.table.storage.azure.net/"
},
"internetEndpoints": {
"web": "https://sto4445-internetrouting.z24.web.storage.azure.net/",
"dfs": "https://sto4445-internetrouting.z24.dfs.storage.azure.net/",
"blob": "https://sto4445-internetrouting.z24.blob.storage.azure.net/",
"file": "https://sto4445-internetrouting.z24.file.storage.azure.net/"
}
},
"primaryLocation": "eastus2euap",
"provisioningState": "Succeeded",
"routingPreference": {
"routingChoice": "MicrosoftRouting",
"publishMicrosoftEndpoints": true,
"publishInternetEndpoints": true
},
"encryption": {
"services": {
"file": {
"keyType": "Account",
"enabled": true,
"lastEnabledTime": "2019-12-11T20:49:31.7036140Z"
},
"blob": {
"keyType": "Account",
"enabled": true,
"lastEnabledTime": "2019-12-11T20:49:31.7036140Z"
}
},
"requireInfrastructureEncryption": false,
"keySource": "Microsoft.Storage"
},
"secondaryLocation": "centraluseuap",
"statusOfPrimary": "available",
"statusOfSecondary": "available",
"supportsHttpsTrafficOnly": true
},
"sku": {
"name": "Standard_GRS",
"tier": "Standard"
},
"tags": {
"key1": "value1",
"key2": "value2"
},
"type": "Microsoft.Storage/storageAccounts"
}
},
"202": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
{
"parameters": {
"subscriptionId": "{subscription-id}",
"resourceGroupName": "res9101",
"accountName": "sto4445",
"api-version": "2021-09-01",
"parameters": {
"sku": {
"name": "Standard_GRS"
},
"kind": "Storage",
"location": "eastus",
"extendedLocation": {
"type": "EdgeZone",
"name": "losangeles001"
},
"properties": {
"keyPolicy": {
"keyExpirationPeriodInDays": 20
},
"sasPolicy": {
"sasExpirationPeriod": "1.15:59:59",
"expirationAction": "Log"
},
"dnsEndpointType": "Standard",
"isHnsEnabled": true,
"isSftpEnabled": true,
"allowBlobPublicAccess": false,
"defaultToOAuthAuthentication": false,
"minimumTlsVersion": "TLS1_2",
"allowSharedKeyAccess": true,
"routingPreference": {
"routingChoice": "MicrosoftRouting",
"publishMicrosoftEndpoints": true,
"publishInternetEndpoints": true
},
"encryption": {
"services": {
"file": {
"keyType": "Account",
"enabled": true
},
"blob": {
"keyType": "Account",
"enabled": true
}
},
"requireInfrastructureEncryption": false,
"keySource": "Microsoft.Storage"
}
},
"tags": {
"key1": "value1",
"key2": "value2"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/{subscription-id}/resourceGroups/res9101/providers/Microsoft.Storage/storageAccounts/sto4445",
"kind": "Storage",
"location": "eastus",
"name": "sto4445",
"extendedLocation": {
"type": "EdgeZone",
"name": "losangeles001"
},
"properties": {
"keyPolicy": {
"keyExpirationPeriodInDays": 20
},
"sasPolicy": {
"sasExpirationPeriod": "1.15:59:59",
"expirationAction": "Log"
},
"keyCreationTime": {
"key1": "2021-03-18T04:42:22.4322836Z",
"key2": "2021-03-18T04:42:22.4322836Z"
},
"dnsEndpointType": "Standard",
"isHnsEnabled": true,
"isSftpEnabled": true,
"allowBlobPublicAccess": false,
"minimumTlsVersion": "TLS1_2",
"allowSharedKeyAccess": true,
"creationTime": "2017-05-24T13:25:33.4863236Z",
"primaryEndpoints": {
"web": "https://sto4445.web.core.windows.net/",
"dfs": "https://sto4445.dfs.core.windows.net/",
"blob": "https://sto4445.blob.core.windows.net/",
"file": "https://sto4445.file.core.windows.net/",
"queue": "https://sto4445.queue.core.windows.net/",
"table": "https://sto4445.table.core.windows.net/",
"microsoftEndpoints": {
"web": "https://sto4445-microsoftrouting.web.core.windows.net/",
"dfs": "https://sto4445-microsoftrouting.dfs.core.windows.net/",
"blob": "https://sto4445-microsoftrouting.blob.core.windows.net/",
"file": "https://sto4445-microsoftrouting.file.core.windows.net/",
"queue": "https://sto4445-microsoftrouting.queue.core.windows.net/",
"table": "https://sto4445-microsoftrouting.table.core.windows.net/"
},
"internetEndpoints": {
"web": "https://sto4445-internetrouting.web.core.windows.net/",
"dfs": "https://sto4445-internetrouting.dfs.core.windows.net/",
"blob": "https://sto4445-internetrouting.blob.core.windows.net/",
"file": "https://sto4445-internetrouting.file.core.windows.net/"
}
},
"primaryLocation": "eastus2euap",
"provisioningState": "Succeeded",
"routingPreference": {
"routingChoice": "MicrosoftRouting",
"publishMicrosoftEndpoints": true,
"publishInternetEndpoints": true
},
"encryption": {
"services": {
"file": {
"keyType": "Account",
"enabled": true,
"lastEnabledTime": "2019-12-11T20:49:31.7036140Z"
},
"blob": {
"keyType": "Account",
"enabled": true,
"lastEnabledTime": "2019-12-11T20:49:31.7036140Z"
}
},
"requireInfrastructureEncryption": false,
"keySource": "Microsoft.Storage"
},
"secondaryLocation": "centraluseuap",
"statusOfPrimary": "available",
"statusOfSecondary": "available",
"supportsHttpsTrafficOnly": true
},
"sku": {
"name": "Standard_GRS",
"tier": "Standard"
},
"tags": {
"key1": "value1",
"key2": "value2"
},
"type": "Microsoft.Storage/storageAccounts"
}
},
"202": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@
},
"StorageAccountCreatePremiumBlockBlobStorage": {
"$ref": "./examples/StorageAccountCreatePremiumBlockBlobStorage.json"
},
"StorageAccountCreateDnsEndpointTypeToAzureDnsZoned": {
"$ref": "./examples/StorageAccountCreateDnsEndpointTypeToAzureDnsZoned.json"
},
"StorageAccountCreateDnsEndpointTypeToStandard": {
"$ref": "./examples/StorageAccountCreateDnsEndpointTypeToStandard.json"
}
},
"parameters": [
Expand Down Expand Up @@ -3075,6 +3081,18 @@
"$ref": "#/definitions/ImmutableStorageAccount",
"x-ms-client-name": "ImmutableStorageWithVersioning",
"description": "The property is immutable and can only be set to true at the account creation time. When set to true, it enables object level immutability for all the new containers in the account by default."
},
"dnsEndpointType": {
"type": "string",
"enum": [
"Standard",
"AzureDnsZoned"
],
"x-ms-enum": {
"name": "DnsEndpointType",
"modelAsString": true
},
"description": "Specifies the type of DNS Endpoint with which the Storage Account should be accessed."
}
},
"description": "The parameters used to create the storage account."
Expand Down Expand Up @@ -3752,6 +3770,18 @@
"$ref": "#/definitions/StorageAccountSkuConversionStatus",
"x-ms-client-name": "StorageAccountSkuConversionStatus",
"description": "This property is readOnly and is set by server during asynchronous storage account sku conversion operations."
},
"dnsEndpointType": {
"type": "string",
"enum": [
"Standard",
"AzureDnsZoned"
],
"x-ms-enum": {
"name": "DnsEndpointType",
"modelAsString": true
},
"description": "Specifies the type of DNS Endpoint with which the Storage Account should be accessed."
}
},
"description": "Properties of the storage account."
Expand Down Expand Up @@ -4040,6 +4070,18 @@
"modelAsString": true
},
"description": "Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet."
},
"dnsEndpointType": {
"type": "string",
"enum": [
"Standard",
"AzureDnsZoned"
],
"x-ms-enum": {
"name": "DnsEndpointType",
"modelAsString": true
},
"description": "Specifies the type of DNS Endpoint with which the Storage Account should be accessed."
}
},
"description": "The parameters used when updating a storage account."
Expand Down