Xiaofei Cao

Results 17 issues of Xiaofei Cao

Originated from IcM: https://portal.microsofticm.com/imp/v3/incidents/incident/449703041/summary API: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2020-12-01/compute.json#L3226 Response: ```json { "name": "KeyVaultForLinux", "id": "/subscriptions/REDACTED/resourceGroups/rg-xiaofei5/providers/Microsoft.Compute/virtualMachines/test2023122005/extensions/KeyVaultForLinux", "type": "Microsoft.Compute/virtualMachines/extensions", "location": "eastus", "properties": { "autoUpgradeMinorVersion": true, "provisioningState": "Updating", "publisher": "Microsoft.Azure.KeyVault", "type": "KeyVaultForLinux", "typeHandlerVersion": "1.0", "settings":...

Compute - Extensions
Compute - VM
Service Attention

Hi team, We specified the delete option for PublicIpAddress. Later we associated the IP address to a Network Interface and attached it to the VM. When we delete the VM,...

bug
Network
Compute - VM
Service Attention

issue: https://github.com/Azure/azure-sdk-for-java/issues/38836 ### 1. `withFreeTier`, `withStandardTier` and `withPremiumTier`, both create and update docs: https://learn.microsoft.com/en-us/azure/aks/free-standard-pricing-tiers Note: For premium tier, there's a `supportPlan` property(or `k8s-support-plan` in CLI). For premium, it's `AKSLongTermSupport `,...

Mgmt
Mgmt - Track 2

### API Spec link https://github.com/Azure/azure-rest-api-specs/blob/main/specification/deviceregistry/DeviceRegistry.Management/examples/2023-11-01-preview/Create_AssetEndpointProfile.json#L2 ### API Spec version 2023-11-01-preview ### Describe the bug operationId `Create_AssetEndpointProfile` is wrong ### Expected behavior Should be `AssetEndpointProfiles_CreateOrReplace`. Similar issues with all example files...

bug
Mgmt
TypeSpec

# Description generation pipeline for generating mgmt libs from TypeSpec azure-sdk/internal pipeline: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=3746083&view=logs&j=12f1170f-54f2-53f3-20dd-22fc7dff55f9&t=12f1170f-54f2-53f3-20dd-22fc7dff55f9 Automation PR(title is fixed in https://github.com/Azure/azure-sdk-for-java/pull/39963/commits/2eb57451b67576c804348e29bc2c609786666581): https://github.com/Azure/azure-sdk-for-java/pull/39972 Please add an informative description that covers that changes made...

Mgmt

Due to security reason, service will change artifact upload to blob(current is fileshare). Thus, `uploadToStorageAsync` should decide whether to upload using fileShare or blob, according to `option.uploadUrl()` https://github.com/Azure/azure-sdk-for-java/blob/49376c572e92c378f543215ee9085b143e11481b/sdk/resourcemanager/azure-resourcemanager-appplatform/src/main/java/com/azure/resourcemanager/appplatform/implementation/SpringAppDeploymentImpl.java#L316-L324 url pattern:...

Mgmt

# Description fix https://github.com/Azure/azure-sdk-for-java/issues/39932 reference: https://azure.microsoft.com/en-us/explore/global-infrastructure/geographies/#choose-your-region Please add an informative description that covers that changes made by the pull request and link all relevant issues. If an SDK is being...

Azure.Core

# Description - fix https://github.com/Azure/azure-sdk-for-java/issues/39561 Please add an informative description that covers that changes made by the pull request and link all relevant issues. If an SDK is being regenerated...

Mgmt

# Description - fix https://github.com/Azure/azure-sdk-tools/issues/8477 - supported - mgmt from TypeSpec, test: https://github.com/test-repo-billy/azure-rest-api-specs/pull/3381 - mgmt from Swagger, test: https://github.com/test-repo-billy/azure-rest-api-specs/pull/3382 - dpg from TypeSpec, test: https://github.com/test-repo-billy/azure-rest-api-specs/pull/3383 - dpg from Swagger(Tested locally)...

For some Azure services, e.g. Mysql, MongoCluster, they need admin password to create their resources. We need to figure out a way to securely pass in password in test pipelines....

Mgmt
Mgmt-EngSys