-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Re-enable verify-sample template #18066
Comments
Opened #18066 to track re-enabling it.
* Handle empty files in Test-SampleMetadata Relates to Azure/azure-sdk-for-java#20684 * Remove condition from verify-samples * Use forward slash in path * Fix directory typo * Remove invalid 'telemetry' product slug Relates to #17991 * Disable verify-samples template Opened #18066 to track re-enabling it. Co-authored-by: Heath Stewart <heaths@microsoft.com>
@weshaggard @scbedd do we want to fix all errors first, or enable this now to stem the tide and effectively force the next PRs for the following files to fix the issues for their service directory before merging? dir sdk -filter *.md -recurse | eng\common\scripts\Test-SampleMetadata.ps1 -AllowParentProducts -passthru -ea Ignore | ft InvalidProducts, @{l='Path'; e={$_ | resolve-path -relative}}
|
If they are easy enough to fix I'd like to fix them before merging. |
There's currently no replacements for telemetry and identity. The other two we had decided on over email, though Java wasn't crazy about putting the latter two in Event Grid. |
Based on an internal email thread, I recommend:
|
@rakshith91 says that |
^ sorry I confused the opentelemetry libraries when asking Rakshith. |
Adding NSP child resources, profile and access rule, to swagger (Azure#18066) * Defining the APIs for the new NSP resource * Adding NSP child resources - profile and access rule * Fixing the model errors, prettier-fix and typos * Fixing the typo in the spec file for NSP * Adding definitions for resource association * Prettier fix on the spec and example files * Fix typos, and removing the apiVersion on the top level * Handling the review comments * Correcting the subId in the path * Adding the NSP preview version for go in the read me Co-authored-by: Hari Prasad Perabattula <haperaba@microsoft.com> Co-authored-by: Hari Prasad Perabattula <Hari.Perabattula@Microsoft.com>
Closing as Krista's PRs have merged. |
Due to #17991 and related issues, I had to disable the new verify-sample template because it's blocking the sync PR to fix other issues.
The text was updated successfully, but these errors were encountered: