-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Update azure-typespec/http-client-csharp-mgmt version to prerelease 1.0.0-alpha.20251205.1 #54354
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
base: main
Are you sure you want to change the base?
Conversation
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.
Pull request overview
This PR updates the Azure TypeSpec HTTP Client C# Management generator from version 1.0.0-alpha.20251202.1 to 1.0.0-alpha.20251205.1, resulting in standardized XML documentation comments across generated SDK files.
Key Changes:
- Updated generator dependency version in package.json and package-lock.json files
- Regenerated SDK collection and resource files with standardized documentation comments
- All changes are documentation-only, with no functional code modifications
Reviewed changes
Copilot reviewed 1 out of 116 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| eng/azure-typespec-http-client-csharp-mgmt-emitter-package.json | Updated generator version dependency |
| eng/azure-typespec-http-client-csharp-mgmt-emitter-package-lock.json | Updated lock file with new dependency version and integrity hash |
| sdk/**/Generated/*Collection.cs (100+ files) | Standardized Exists() and GetIfExists() method documentation |
| sdk/**/Generated/*Resource.cs (50+ files) | Standardized Update() method documentation |
Note: There is a consistent spelling issue across all generated files where "azure" should be capitalized as "Azure" in the documentation comments. This appears to be a generator-level issue that should be addressed in the generator itself rather than in individual files.
Files not reviewed (1)
- eng/azure-typespec-http-client-csharp-mgmt-emitter-package-lock.json: Language not supported
|
|
||
| /// <summary> | ||
| /// Get a InstanceResource | ||
| /// Checks to see if the resource exists in azure. |
Copilot
AI
Dec 6, 2025
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.
The word "azure" should be capitalized to "Azure" to maintain consistency with Microsoft branding and standard capitalization practices.
API Change CheckAPIView identified API level changes in this PR and created the following API reviews Azure.ResourceManager.EdgeActions |
Generated by branded - http-client-csharp-mgmt build 20251205.1
Triggered from branch: main