-
Notifications
You must be signed in to change notification settings - Fork 5.5k
SRP Swagger Updates for Sep21 [2021-09-01] Api Version GA #18070
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
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 7acc96b
Updating API version for Service types, Updating readme files
HimanshuChhabra d734db4
Feature: Premium Access Tier for PBB accounts, with example, prettier…
HimanshuChhabra d6c10ab
Feature: Add LastTierChangeTime LCM Action support, Added Examples, R…
HimanshuChhabra f47fb72
Feature: Add LCM BaseBlob daysAfterCreationTime actions with example
HimanshuChhabra 9114a87
Feature : Async Sku Conversion Status Object for Customer controlled …
HimanshuChhabra 5368f7c
Feature: AllowPermanentDelete property to allow deletion for soft del…
HimanshuChhabra edd8353
Linting S360 - Enum Mismatch, https://portal.azure-devex-tools.com/am…
HimanshuChhabra 769c216
S365 Swagger Linting, Blob Invnetory, Add destination container back …
HimanshuChhabra c74a964
Move SignedIdentifiers to Common.json, Add SI to Table, Add Examples,…
HimanshuChhabra b624969
update the api version for the test
HimanshuChhabra 4ae3e40
S365: Return CMK version expiration time with example, Return TenantI…
HimanshuChhabra a57dee5
Feature: DnsEndpointType For Account Level PDNS
HimanshuChhabra b082e6e
SpellCheck, Move Location header to 202 response for existing example…
HimanshuChhabra 1a6bda5
Feature: Add ExcludePrefix, IncludeDeleted and Additional Scheams for…
HimanshuChhabra 44c9914
remove asunc location header from example, latest model validation re…
HimanshuChhabra 27ccd1e
Account PDNS Updates Change AzureDnsZone type, Address comment for al…
HimanshuChhabra 9b5374b
update the description and x-ms-clientname for currentCmkVersion
HimanshuChhabra dc1ea05
Update the Description for the DnsEndpointType.
HimanshuChhabra 4d862e0
Add input parameter to the Table API
HimanshuChhabra e0003e6
Create separate definition for Table Signed Identifiers, Update Tests
HimanshuChhabra b43c62e
Feature: Change daysAfterLastTierChangeTimeGreaterThan To daysAfterLa…
HimanshuChhabra 66fb88b
Add type=object and description for TableAccessPolicy, Update descrip…
HimanshuChhabra 05f9dbb
Spell correction for file shares
HimanshuChhabra b25ba7c
Updating descriptions
HimanshuChhabra 4cc7725
Remove tenantId from the UAI
HimanshuChhabra 927029a
Change Header to Headers for failing check
HimanshuChhabra File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
151 changes: 151 additions & 0 deletions
151
...torage/stable/2021-09-01/examples/StorageAccountCreateDnsEndpointTypeToAzureDnsZoned.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
"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": {} | ||
} | ||
} |
151 changes: 151 additions & 0 deletions
151
...oft.Storage/stable/2021-09-01/examples/StorageAccountCreateDnsEndpointTypeToStandard.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": {} | ||
} | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.