Feng Zhou
Feng Zhou
Approve for .NET breaking changes as they can be fixed by renaming configurations.
This PR only affects .NET track2 SDK generation. Failures of other SDKs and breaking changes are not caused by this PR. For .NET SDKs, 7 SDKs failed: 3 caused by...
By checking the data types in `PolicyDefinitionData` recursively, I only found one boolean property: [AssignPermissions](https://github.com/Azure/azure-sdk-for-net/blob/832e54ecdcd8cebcdd2f273396374ba8b7dac87f/sdk/resourcemanager/Azure.ResourceManager/src/Resources/Generated/Models/ParameterDefinitionsValueMetadata.cs#L45) @stevengiannakopoulos do you know if any of your policies has set `AssignPermissions`? This looks like...
`EntityQueryItem` came from [Entities.json](https://github.com/Azure/azure-rest-api-specs/blob/53b1affe357b3bfbb53721d0a2002382a046d3b0/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-08-01-preview/Entities.json#L1005), `EntityQueryData` came from [EntityQueries.json](https://github.com/Azure/azure-rest-api-specs/blob/53b1affe357b3bfbb53721d0a2002382a046d3b0/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-08-01-preview/EntityQueries.json#L267) and has an extra `Etag` property based on swagger definition. We can check the real service response to confirm whether they're really...
/azp run prepare-pipelines
/azp run
/azp run net - openenergyplatform - ci
@shareonline The error is complaining about the api-version of the RoleAssignmentResource, please override its version instead.
Is this error thrown when you call the below method? https://github.com/Azure/azure-sdk-for-net/blob/e2c35aea64f881c99e320393a0b03065731fd5de/sdk/authorization/Azure.ResourceManager.Authorization/src/Generated/RoleAssignmentCollection.cs#L47-L57 We have added the `Request Path` for the method in comments, and you can get its resource type as...
Need to verify the type with live traffic and update the track2 package `Azure.ResourceManager.Sql` if necessary.