diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-05-01-preview/appplatform.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-05-01-preview/appplatform.json index f25712eaabf1..0b141066b3cd 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-05-01-preview/appplatform.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-05-01-preview/appplatform.json @@ -11493,7 +11493,7 @@ "type": "boolean", "default": false }, - "privateLinkState": { + "privateStorageAccess": { "description": "Indicates whether the vnet injection service enables private links for backend storage account and container registry.", "enum": [ "Enabled", @@ -11501,7 +11501,7 @@ ], "type": "string", "x-ms-enum": { - "name": "PrivateLinkState", + "name": "PrivateStorageAccess", "modelAsString": true } }, diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-05-01-preview/examples/Services_CreateOrUpdate_VNetInjection.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-05-01-preview/examples/Services_CreateOrUpdate_VNetInjection.json index eed165ff7955..f165b9cf3c2e 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-05-01-preview/examples/Services_CreateOrUpdate_VNetInjection.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-05-01-preview/examples/Services_CreateOrUpdate_VNetInjection.json @@ -15,7 +15,7 @@ "vnetAddons": { "logStreamPublicEndpoint": true, "dataPlanePublicEndpoint": true, - "privateLinkState": "Enabled", + "privateStorageAccess": "Enabled", "privateDnsZoneId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/privateDnsZones/myPrivateDnsZone" } }, @@ -85,7 +85,7 @@ "vnetAddons": { "logStreamPublicEndpoint": true, "dataPlanePublicEndpoint": true, - "privateLinkState": "Enabled", + "privateStorageAccess": "Enabled", "privateDnsZoneId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/privateDnsZones/myPrivateDnsZone" }, "serviceId": "12345678abcd1234abcd12345678abcd" @@ -164,7 +164,7 @@ "vnetAddons": { "logStreamPublicEndpoint": true, "dataPlanePublicEndpoint": true, - "privateLinkState": "Enabled", + "privateStorageAccess": "Enabled", "privateDnsZoneId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/privateDnsZones/myPrivateDnsZone" }, "serviceId": "12345678abcd1234abcd12345678abcd" @@ -243,7 +243,7 @@ "vnetAddons": { "logStreamPublicEndpoint": true, "dataPlanePublicEndpoint": true, - "privateLinkState": "Enabled", + "privateStorageAccess": "Enabled", "privateDnsZoneId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/privateDnsZones/myPrivateDnsZone" }, "serviceId": "12345678abcd1234abcd12345678abcd"