Skip to content

Commit e09ac31

Browse files
Updating development status and test resources (#41230)
Co-authored-by: Josiah Vinson <jovinson@microsoft.com>
1 parent 725be62 commit e09ac31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sdk/healthdataaiservices/azure-health-deidentification/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
url="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk",
3939
keywords="azure, azure sdk",
4040
classifiers=[
41-
"Development Status :: 4 - Beta",
41+
"Development Status :: 5 - Production/Stable",
4242
"Programming Language :: Python",
4343
"Programming Language :: Python :: 3 :: Only",
4444
"Programming Language :: Python :: 3",

sdk/healthdataaiservices/azure-health-deidentification/test-resources.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var storageBlobDataContributor = 'ba92f5b4-2d11-453d-a403-e96b0029c9fe'
1818

1919
var blobStorageName = take(toLower(replace('blob-${baseName}', '-', '')), 24)
2020
var blobContainerName = 'container-${baseName}'
21-
var deidServiceName = 'deid-${baseName}-${deidLocationShort}'
21+
var deidServiceName = take('deid-${deidLocationShort}-${baseName}', 24)
2222

2323
resource storageAccount 'Microsoft.Storage/storageAccounts@2022-05-01' = {
2424
name: blobStorageName
@@ -179,7 +179,7 @@ resource storageRoleAssignment 'Microsoft.Authorization/roleAssignments@2020-04-
179179
scope: storageAccount
180180
}
181181

182-
resource testDeidService 'microsoft.healthdataaiservices/deidservices@2024-02-28-preview' = {
182+
resource testDeidService 'microsoft.healthdataaiservices/deidservices@2024-09-20' = {
183183
name: deidServiceName
184184
location: deidLocation
185185
identity: {

0 commit comments

Comments
 (0)