sdk/azcore/doc.go (7 lines): - line 46: // TODO: mutate/process Request here - line 51: // TODO: mutate/process Response/error here - line 61: // TODO: add configuration/setting fields here - line 64: // TODO: add initialization args to NewMyStatefulPolicy() - line 67: // TODO: initialize configuration/setting fields here - line 72: // TODO: mutate/process Request here - line 77: // TODO: mutate/process Response/error here eng/tools/generator/repo/workTree.go (7 lines): - line 87: // TODO -- go-git has some performance issue during Add, therefore we use the git command as a workaround - line 98: // TODO -- go-git has some performance and permission issue during Commit, therefore we use the git command as a workaround - line 115: // TODO -- go-git has some issue on the Checkout command, it will keep the CRLF changes after switching branches in stage - line 171: // TODO -- we cannot delete the branch that is not created using go-git, therefore we use the git command as a workaround - line 182: // TODO -- go-git now does not support cherry-pick (or I did not find this?), therefore we use the git command as a workaround - line 193: // TODO -- go-git now does not support stash (or I did not find this?), therefore we use the git command as a workaround - line 204: // TODO -- go-git now does not support stash (or I did not find this?), therefore we use the git command as a workaround sdk/messaging/stress/internal/servicebus/shared/tracking_receiver.go (3 lines): - line 41: // TODO: there's no "receiver duration" equivalent metric? - line 42: // TODO: it's a little tricky doing this above the library since you don't know how much time was taken just waiting - line 93: defer end(nil) // TODO: does Liudmila insert a message ID here as baggage? sdk/messaging/stress/internal/servicebus/shared/metric_names.go (3 lines): - line 36: // TODO: I've made these up entirely. - line 40: MetricLockRenew Metric = "messaging.servicebus.lockrenew.duration" // TODO: separate for session vs message lock? - line 47: // TODO: I made these up entirely sdk/storage/azdatalake/internal/testcommon/common.go (2 lines): - line 85: // TODO: more freezing - line 89: // TODO: more freezing sdk/azcore/runtime/response.go (2 lines): - line 48: // TODO: verify early exit is correct - line 69: // TODO: verify early exit is correct sdk/data/azcosmos/cosmos_location_cache.go (2 lines): - line 112: // TODO: log - line 284: // TODO else: log sdk/storage/azdatalake/directory/client.go (2 lines): - line 508: // TODO: Undelete() - line 509: // TODO: ListPaths() eng/tools/generator/cmd/issue/issueCmd.go (2 lines): - line 269: PackageFlag: req.Tag, // TODO -- we need a better place to put this in the request - line 277: PackageFlag: req.Tag, // TODO -- we need a better place to put this in the request sdk/messaging/azservicebus/admin/admin_client_rules.go (2 lines): - line 588: // TODO: 'duration' - line 649: // TODO: timespan sdk/azidentity/test-resources-pre.ps1 (1 line): - line 21: # TODO: Remove this once auto-cloud config downloads are supported locally sdk/ai/azopenaiassistants/client_custom.go (1 line): - line 118: // TODO: there used to be a constant with this value but it doesn't appear to be generated anymore. sdk/storage/azblob/internal/shared/challenge_policy.go (1 line): - line 45: // TODO: Set tenantID when policy.TokenRequestOptions supports it. https://github.com/Azure/azure-sdk-for-go/issues/19841 sdk/messaging/azservicebus/internal/mock/emulation/queue.go (1 line): - line 103: // TODO: the only time we ever get an error is if you chose manual sdk/data/azcosmos/cosmos_offers.go (1 line): - line 26: // TODO: might want to replace with query iterator once that is in sdk/messaging/azservicebus/env.ps1 (1 line): - line 15: # TODO: sdk/messaging/stress/internal/servicebus/deploy.ps1 (1 line): - line 52: # TODO: unfortunately, this doesn't quite work because the container doesn't have rights to authenticate using the DefaultAzureCredential. sdk/security/keyvault/azadmin/test-resources-post.ps1 (1 line): - line 63: # TODO: Add any KUs necessary to $req.CertificateExtensions eng/tools/generator/cmd/issue/request/handlers.go (1 line): - line 37: // TODO -- add comment and close this issue sdk/azcore/runtime/transport_default_http_client.go (1 line): - line 38: // TODO: evaluate removing this once https://github.com/golang/go/issues/59690 has been fixed sdk/resourcemanager/machinelearning/armmachinelearning/constants.go (1 line): - line 1524: // ForecastingModelsTCNForecaster - TCNForecaster: Temporal Convolutional Networks Forecaster. //TODO: Ask forecasting team sdk/storage/azdatalake/file/client.go (1 line): - line 588: // TODO: Undelete() sdk/storage/azdatalake/sas/service.go (1 line): - line 48: // TODO: add snapshot and versioning support in the future sdk/messaging/azservicebus/internal/mgmt.go (1 line): - line 442: // TODO: this is in two spots now (in Message, and here). Since this one sdk/internal/recording/server.go (1 line): - line 255: // TODO: fix proxy CLI tool versioning output to match the actual version we download eng/tools/apidiff/cmd/changelog.go (1 line): - line 42: // TODO: refactor so that we don't depend on the packages command sdk/messaging/azservicebus/internal/sbauth/token_provider.go (1 line): - line 130: // TODO: I'd like to just use the actual Expiry time we generated sdk/storage/azblob/internal/testcommon/common.go (1 line): - line 214: // TODO: more freezing eng/tools/internal/modinfo/modinfo.go (1 line): - line 115: // TODO: verify staged is a child of baseline eng/tools/profileBuilder/model/transforms.go (1 line): - line 204: // TODO: This should really be added by the `goalias` package itself. Doing it here is a work around sdk/storage/azqueue/internal/shared/challenge_policy.go (1 line): - line 45: // TODO: Set tenantID when policy.TokenRequestOptions supports it. https://github.com/Azure/azure-sdk-for-go/issues/19841 sdk/messaging/azeventhubs/internal/sbauth/token_provider.go (1 line): - line 130: // TODO: I'd like to just use the actual Expiry time we generated eng/common/scripts/Update-DocsMsMetadata.ps1 (1 line): - line 62: # TODO: Use taxonomy for service name -- https://github.com/Azure/azure-sdk-tools/issues/1442 sdk/azcore/runtime/poller.go (1 line): - line 112: // TODO: this is ambiguous for PATCH/PUT if it returns a 200 with no polling headers (sync completion) sdk/storage/azdatalake/filesystem/client.go (1 line): - line 273: // TODO: implement undelete path in fs client as well eng/tools/internal/exports/exports.go (1 line): - line 144: // TODO should this also be removed? sdk/storage/azblob/lease/blob_client.go (1 line): - line 49: // TODO: improve once generics supports this scenario sdk/ai/azopenaiassistants/internal/transform/transform.go (1 line): - line 203: // TODO: for some reason the doc comments aren't making it over. sdk/security/keyvault/azkeys/test-resources-post.ps1 (1 line): - line 63: # TODO: Add any KUs necessary to $req.CertificateExtensions sdk/messaging/azeventhubs/internal/namespace_eh.go (1 line): - line 50: // TODO: might just consolidate. eng/common/scripts/Helpers/Resource-Helpers.ps1 (1 line): - line 78: # TODO: Remove try/catch handler for Get-AzKeyVault - https://github.com/Azure/azure-sdk-tools/issues/5315 sdk/messaging/azeventhubs/checkpoints/blob_store.go (1 line): - line 54: // TODO: in parallel? eng/tools/generator/cmd/v2/automation/automationCmd.go (1 line): - line 92: // TODO -- support dry run eng/common/TestResources/New-TestResources.ps1 (1 line): - line 207: # TODO: find a better way to detect the language sdk/messaging/azservicebus/internal/errors.go (1 line): - line 145: // TODO: we should be able to identify these errors programatically sdk/storage/azdatalake/internal/shared/challenge_policy.go (1 line): - line 43: // TODO: Set tenantID when policy.TokenRequestOptions supports it. https://github.com/Azure/azure-sdk-for-go/issues/19841 eng/common/scripts/TypeSpec-Project-Process.ps1 (1 line): - line 130: # TODO support the branch name in url then get the commithash from branch name sdk/messaging/eventgrid/azsystemevents/internal/generate/generate.go (1 line): - line 137: // TODO: do I really need to handle these myself? Can I not use TypeSpec to do it? sdk/resourcemanager/hybridnetwork/armhybridnetwork/models.go (1 line): - line 2046: // READ-ONLY; The provisioning state of the site resource. TODO: Confirm if this is needed. sdk/storage/azqueue/internal/testcommon/common.go (1 line): - line 103: // TODO: more freezing eng/common/scripts/Helpers/Metadata-Helpers.ps1 (1 line): - line 50: # TODO: Use taxonomy for service name -- https://github.com/Azure/azure-sdk-tools/issues/1442 sdk/messaging/azservicebus/message.go (1 line): - line 400: // TODO: annotation propagation is a thing. Currently these are only stored inside sdk/storage/azfile/internal/testcommon/common.go (1 line): - line 126: // TODO: more freezing