id stringlengths 4 10 | text stringlengths 4 2.14M | source stringclasses 2
values | created timestamp[s]date 2001-05-16 21:05:09 2025-01-01 03:38:30 | added stringdate 2025-04-01 04:05:38 2025-04-01 07:14:06 | metadata dict |
|---|---|---|---|---|---|
2539807261 | Timeouts when calling ensureToken and no session exists
Previously we had code checking the user session existence and then calling the ensure token.
This same code started to raise timeout issues when calling ensureToken if the userSessionExists is false.
Adding an if condition fixes the problem. Is this expected be... | gharchive/issue | 2024-09-20T23:19:41 | 2025-04-01T06:42:15.226038 | {
"authors": [
"ramon-prieto",
"wparad"
],
"repo": "Authress/authress-login.js",
"url": "https://github.com/Authress/authress-login.js/issues/51",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
177170825 | Cannot configure return value for out parameter for NSubstitute mock
Consider the following code sample:
public interface ITestInterface
{
bool GetResult(string key, out string result);
}
[Fact]
public void ReturnFixedResult()
{
//arrange
var fixture = new Fixture().Customize(new AutoConfiguredNSubstituteCusto... | gharchive/issue | 2016-09-15T13:04:53 | 2025-04-01T06:42:15.230630 | {
"authors": [
"zvirja"
],
"repo": "AutoFixture/AutoFixture",
"url": "https://github.com/AutoFixture/AutoFixture/issues/707",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
48903049 | Add setupNamespace and dynamic namespace support
This pull requests adds dynamic namespace support, virtual host support, and an optional /socket.io/status page to help monitor dynamic (and regular) namespaces.
It addresses https://github.com/Automattic/socket.io/issues/1854
From the library user's point of view, it ... | gharchive/pull-request | 2014-11-15T12:50:27 | 2025-04-01T06:42:15.422077 | {
"authors": [
"davidbau",
"defunctzombie"
],
"repo": "Automattic/socket.io",
"url": "https://github.com/Automattic/socket.io/pull/1865",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1708699546 | Missing definition and Minor typo
Definition of filters is missing?
Glossary on the left missing "y"
these are the default filters for content: apply_filters( 'the_content', $content )
| gharchive/issue | 2023-05-13T17:59:40 | 2025-04-01T06:42:15.459079 | {
"authors": [
"brianhurley",
"pfefferle"
],
"repo": "Automattic/wordpress-activitypub",
"url": "https://github.com/Automattic/wordpress-activitypub/issues/332",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1709881745 | Platform-specific APIs.
There are various APIs which are specific to a platform (i.e. have no corresponding APIs on other platforms) but would still be useful to be accessed from Avalonia.
One example of this which recently came up is NSWindowLevel on macOS: other platforms don't have an equivalent so it doesn't make... | gharchive/issue | 2023-05-15T11:20:37 | 2025-04-01T06:42:15.789806 | {
"authors": [
"grokys",
"kekekeks",
"maxkatz6",
"rabbitism",
"robloo"
],
"repo": "AvaloniaUI/Avalonia",
"url": "https://github.com/AvaloniaUI/Avalonia/issues/11384",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2013956219 | .NET 8.0 using PublishAot causes the previewer not to work.
Describe the bug
.NET 8.0 using PublishAot causes the previewer not to work ,Switching to .net7.0 works normally.
To Reproduce
Steps to reproduce the behavior:
change target framework to .net8.0
add publishAot ,then rebuild project
<PropertyGroup>
<O... | gharchive/issue | 2023-11-28T08:57:59 | 2025-04-01T06:42:15.802112 | {
"authors": [
"Asces",
"BlankWhite",
"MrJul",
"TerryYoung518",
"maxkatz6",
"timunie"
],
"repo": "AvaloniaUI/Avalonia",
"url": "https://github.com/AvaloniaUI/Avalonia/issues/13760",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2528658488 | Render exception on Android
Describe the bug
When restarting an Android app after swipinig it from the task switcher, views are not displayed and get blank screen with the folloiwng stack trace
[Visual]Exception in render loop: 'System.NullReferenceException: Object reference not set to an instance of an object. at A... | gharchive/issue | 2024-09-16T14:33:39 | 2025-04-01T06:42:15.806402 | {
"authors": [
"emmauss",
"sessiontalk"
],
"repo": "AvaloniaUI/Avalonia",
"url": "https://github.com/AvaloniaUI/Avalonia/issues/17034",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1438235479 | 0.1.3.0 seems to generate empty hie.yaml files for cabal projects
There seems to be a serious regression for me in this release.
it just generates a yaml file as follows:
cradle:
cabal:
Or is this a feature; because hie now supports cabal projects well enough?
While I am not sure this is part of the latest rel... | gharchive/issue | 2022-11-07T11:55:05 | 2025-04-01T06:42:15.837791 | {
"authors": [
"Avi-D-coder",
"FPtje",
"arianvp",
"fendor",
"lf-",
"ocharles"
],
"repo": "Avi-D-coder/implicit-hie",
"url": "https://github.com/Avi-D-coder/implicit-hie/issues/50",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2369994486 | Feature - Show Jira priority in the Jira Table
Describe the feature
Currently the Jira table shows the Key, Summary, Status and Assignee.
It would be a nice enhancement to add the priority as a column in this table to allow users to quickly idenfiy the highest priority items of unassigned Jiras.
Added value
This enha... | gharchive/issue | 2024-06-24T11:28:12 | 2025-04-01T06:42:15.853143 | {
"authors": [
"fridajac",
"mark-con"
],
"repo": "AxisCommunications/backstage-plugins",
"url": "https://github.com/AxisCommunications/backstage-plugins/issues/140",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1816952762 | Create Homepage HTML
Need to create homepage/select number of users page
[x] Create H1 (Title)
[x] Create H2 (Description and directions)
[x] Create dropdown menu HTML with options 1-10 users
[x] Link CSS file
[x] Link Javascript file
Homepage is done with HTML and JS. Universal CSS is included, still need to hav... | gharchive/issue | 2023-07-23T01:43:47 | 2025-04-01T06:42:15.865152 | {
"authors": [
"qpham2594"
],
"repo": "Ayselahs/com6338-10-10-pham-smith",
"url": "https://github.com/Ayselahs/com6338-10-10-pham-smith/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1012545386 | added two JAVA programs to rotate and reverse an array
Description
added two JAVA programs to rotate and reverse an array -->> added in array folder in DSA section
Type of change
[ ] New feature (non-breaking change which adds functionality)
Checklist:
[✔ ] My code follows the style guidelines(Clean Code) of this ... | gharchive/pull-request | 2021-09-30T19:30:27 | 2025-04-01T06:42:15.870202 | {
"authors": [
"Ayush7614",
"Jas-Script"
],
"repo": "Ayush7614/Daily-Coding-DS-ALGO-Practice",
"url": "https://github.com/Ayush7614/Daily-Coding-DS-ALGO-Practice/pull/2394",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
339171700 | Manual infusion stabilization [Suggestion]
"During my first few attempts I noticed that infusion is a chaotic process that is dangerous and unpredictable, it frequently cause instability to the surrounding aura, tipping the balance of the basic elements, and causing all kinds of mayhem. Some detectable effects are: s... | gharchive/issue | 2018-07-07T20:14:17 | 2025-04-01T06:42:15.877216 | {
"authors": [
"Azanor",
"FanghanHu"
],
"repo": "Azanor/thaumcraft-beta",
"url": "https://github.com/Azanor/thaumcraft-beta/issues/1120",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
296231906 | Can't unlock Golemancy (BETA 3)
When I open the golemancy tab in the thaumonomicon and hover over the beginning icon it is called "research.BASEGOLEMANCY.title". If I open the entry it shows the title as "research.BASEGOLEMANCY.title" and instead of an entry it just says "research.BASEGOLEMANCY.stage1".
I have done t... | gharchive/issue | 2018-02-11T22:22:34 | 2025-04-01T06:42:15.881453 | {
"authors": [
"Goof245",
"Pisces24",
"alfa38",
"taggedjc"
],
"repo": "Azanor/thaumcraft-beta",
"url": "https://github.com/Azanor/thaumcraft-beta/issues/261",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1963580143 | Added creep level formula
Added creep level formula based on health, attack type and whether it is flying.
@YakaryBovine to review to see if looks correct implementation. Might still need some adjustments and may be accompanied by some health adjustments on some creeps that seemed to be underpowered.
Yup this loo... | gharchive/pull-request | 2023-10-26T13:28:56 | 2025-04-01T06:42:15.884974 | {
"authors": [
"YakaryBovine",
"vampirika"
],
"repo": "AzerothWarsLR/WarcraftLegacies",
"url": "https://github.com/AzerothWarsLR/WarcraftLegacies/pull/2518",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2551569148 | feat: Stronger typing in L1 contracts
Bumps the solidity version and makes use of the user defined types such that we have Timestamp, Slot and Epoch to make it less likely mixing up these uint256 that have different "units".
Spurred from a timestamp issues, as a slotnumber was passed along and we should be able to ma... | gharchive/pull-request | 2024-09-26T21:35:19 | 2025-04-01T06:42:15.890853 | {
"authors": [
"LHerskind"
],
"repo": "AztecProtocol/aztec-packages",
"url": "https://github.com/AztecProtocol/aztec-packages/pull/8841",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2348591999 | نبودن گزینه نصب تک سرور
سلام وقتتون بخیر
من از نسخه باینری استفاده میکنم ولی گزینه تک سرور واسم نمیاد ، مشکل از سمت اسکریپت هست یا روش نصب تک سرور متفاوت هستش ؟
سلام. خب برید داخل گزینه دوم ده خارج و یک ایران . داخل سرور خارج سرور یک خارج را انتخاب کنید و داخل سرور ایران ، گزینه ایران را انتخاب میکنید. اینطوری میت... | gharchive/issue | 2024-06-12T11:59:44 | 2025-04-01T06:42:15.895191 | {
"authors": [
"Azumi67",
"Sharevex"
],
"repo": "Azumi67/Rathole_reverseTunnel",
"url": "https://github.com/Azumi67/Rathole_reverseTunnel/issues/14",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2075219276 | Azure OpenAI or Openai.com OpenAI for deployment
Please provide us with the following information:
This issue is for a: (mark with an x)
- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [x] documentation issue or request
- [ ] regression (a behavior that used to work and stopped i... | gharchive/issue | 2024-01-10T21:16:25 | 2025-04-01T06:42:15.935556 | {
"authors": [
"kail85",
"mattgotteiner"
],
"repo": "Azure-Samples/azure-search-openai-demo",
"url": "https://github.com/Azure-Samples/azure-search-openai-demo/issues/1126",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2493683562 | Making citation for JSON and CSV more readable
This issue is for a: (mark with an x)
- [ ] bug report -> please search issues before submitting
- [x] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
The currently application allows... | gharchive/issue | 2024-08-29T07:39:07 | 2025-04-01T06:42:15.938126 | {
"authors": [
"ZealinBee",
"pamelafox"
],
"repo": "Azure-Samples/azure-search-openai-demo",
"url": "https://github.com/Azure-Samples/azure-search-openai-demo/issues/1944",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
283716623 | [Do-not-merge] Updates to sample to include user assigned identity
Updating the sample to include user assigned identity.
This sample is equivalent to the python one https://github.com/Azure-Samples/compute-python-msi-vm
Do not merge - still pending full verification.
Thanks @lmazuel
@sarangan12 Sample is now valid... | gharchive/pull-request | 2017-12-20T22:36:10 | 2025-04-01T06:42:15.940028 | {
"authors": [
"veronicagg"
],
"repo": "Azure-Samples/compute-ruby-msi-vm",
"url": "https://github.com/Azure-Samples/compute-ruby-msi-vm/pull/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2353788543 | fix: dns resolution for abe2e airgrap security rules
What type of PR is this?
What this PR does / why we need it:
fixes incorrect security rules on airgap NSGs within agentbaker e2e's. this was caused by a change to the front-door IP address of mcr.microsoft.com, manifesting in provisioning failures with exit code 5... | gharchive/pull-request | 2024-06-14T17:21:08 | 2025-04-01T06:42:15.958472 | {
"authors": [
"cameronmeissner",
"coveralls"
],
"repo": "Azure/AgentBaker",
"url": "https://github.com/Azure/AgentBaker/pull/4519",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2477686856 | Added New Workbook "PhishingAnalysis"
Required items, please complete
Change(s):
Adding new Workbook
Reason for Change(s):
Adding new Workbook
Version Updated:
Yes
Testing Completed:
Yes
Checked that the validations are passing and have addressed any issues that are present:
Yes
Hello @samrajc, Please add... | gharchive/pull-request | 2024-08-21T10:34:41 | 2025-04-01T06:42:15.993587 | {
"authors": [
"samrajc",
"v-prasadboke"
],
"repo": "Azure/Azure-Sentinel",
"url": "https://github.com/Azure/Azure-Sentinel/pull/10988",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1063779773 | How to create custom policies via azOps pipeline
I am trying to deploy a policy via the azOps push pipeline and I don't know how to do so and can't find any helpful documentation.
When trying it like this: https://github.com/Azure/Enterprise-Scale/blob/main/examples/policies/policy-definition/policy-definition.json
I... | gharchive/issue | 2021-11-25T16:36:08 | 2025-04-01T06:42:16.001721 | {
"authors": [
"Lycrosa",
"jtracey93"
],
"repo": "Azure/Enterprise-Scale",
"url": "https://github.com/Azure/Enterprise-Scale/issues/866",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1189894175 | Add SAP sessions
Will replace PR #72
@yertaylan67 are the changes okay for you? Just answer yes :)
We'll fix the FTA permissions ASAP.
Thank YOU ❤️ for the contribution :)
| gharchive/pull-request | 2022-04-01T14:39:36 | 2025-04-01T06:42:16.003555 | {
"authors": [
"julie-ng"
],
"repo": "Azure/FTALive-Sessions",
"url": "https://github.com/Azure/FTALive-Sessions/pull/73",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1360795909 | Reference to Azure Security Benchmark
Discussed in https://github.com/Azure/PSRule.Rules.Azure/discussions/1244
Originally posted by BernieWhite February 8, 2022
Some rules specifically check security controls defined in Azure Security Benchmark.
ASB provides a reference point to map Azure controls to other securit... | gharchive/issue | 2022-09-03T08:24:54 | 2025-04-01T06:42:16.025121 | {
"authors": [
"BernieWhite",
"jagoodwin"
],
"repo": "Azure/PSRule.Rules.Azure",
"url": "https://github.com/Azure/PSRule.Rules.Azure/issues/1610",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1200952254 | Module readmes - Autogenerate the parameter usage sections in the module readme
Description
To avoid untested examples going into the module readme, we should attempt to autogenerate the Parameter Usage section from the readme to ensure the examples are actually working.
These should preferably be in both bicep and j... | gharchive/issue | 2022-04-12T03:38:17 | 2025-04-01T06:42:16.038686 | {
"authors": [
"AlexanderSehr",
"MariusStorhaug",
"MrMCake"
],
"repo": "Azure/ResourceModules",
"url": "https://github.com/Azure/ResourceModules/issues/1246",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
980974680 | Merge AppService & WebApp modules under Microsoft.Web/sites
Both modules have almost the same content with one major difference:
The AppService module deploys a serverfarm (appServicePlan) directly and references its ID in the subsequent site deployment
The WebApp module deploys no serverfarm but only requires you t... | gharchive/issue | 2021-08-27T07:48:54 | 2025-04-01T06:42:16.040942 | {
"authors": [
"MrMCake",
"segraef"
],
"repo": "Azure/ResourceModules",
"url": "https://github.com/Azure/ResourceModules/issues/24",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2400992278 | fix placeholder pod unmanaged early exit
Description
fixes our logic for early exiting an unmanaged placeholder pod reconciliation.
Type of change
Please delete options that are not relevant.
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Bre... | gharchive/pull-request | 2024-07-10T14:50:39 | 2025-04-01T06:42:16.048982 | {
"authors": [
"OliverMKing"
],
"repo": "Azure/aks-app-routing-operator",
"url": "https://github.com/Azure/aks-app-routing-operator/pull/252",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2673717541 | gMSA question/issue
I've run into this issue on an AKS on Windows Server Cluster https://github.com/microsoft/Windows-Containers/issues/405
It appears there may be a fix available. However, in the case of AKS on Windows Server, the gMSA Web Hook is installed through Powershell. Will the updated webhook be incorpora... | gharchive/issue | 2024-11-19T22:27:24 | 2025-04-01T06:42:16.065222 | {
"authors": [
"Elektronenvolt",
"nmdange2"
],
"repo": "Azure/aksArc",
"url": "https://github.com/Azure/aksArc/issues/382",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
524764386 | AGIC Ingress controller: Liveness probe failed
Describe the bug
After creating new chart of application-gateway-kubernetes-ingress/ingress-azure --version 1.0.0
pods created get stuck with Readiness probe failed and "new-pod-ingress-azure" gets in in 0/1 pods running.
After running a "describe pod" of that pod we ar... | gharchive/issue | 2019-11-19T04:21:24 | 2025-04-01T06:42:16.127147 | {
"authors": [
"Yiyito11",
"ahojman",
"akshaysngupta",
"draychev",
"g0pinath",
"gitflo1",
"lwiedenhoeft",
"vaishali-prophecy"
],
"repo": "Azure/application-gateway-kubernetes-ingress",
"url": "https://github.com/Azure/application-gateway-kubernetes-ingress/issues/668",
"license... |
644696834 | Backend path prefix - 502 bad gateway
I am bit confused the way path resolves the endpoint, does it show in any logs the final endpoint it creates. I am stuck with this. Below is the endpoint which I wanted to call:-
https://hostname/api/orders/employees. And to call this endpoint through Ingress application gateway,... | gharchive/issue | 2020-06-24T15:12:58 | 2025-04-01T06:42:16.142414 | {
"authors": [
"3quanfeng",
"akshaysngupta",
"tarunnarang0201"
],
"repo": "Azure/application-gateway-kubernetes-ingress",
"url": "https://github.com/Azure/application-gateway-kubernetes-ingress/issues/924",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1318620201 | Generate PATCH convenience operations in DPG clients from Cadl
The August MVP target service has PATCH operations. We need to determine whether we will provide special model support for PATCH operations and if so, generate these accordingly.
duplicate with https://github.com/Azure/autorest.csharp/issues/3648. clos... | gharchive/issue | 2022-07-26T18:38:44 | 2025-04-01T06:42:16.144118 | {
"authors": [
"annelo-msft",
"chunyu3"
],
"repo": "Azure/autorest.csharp",
"url": "https://github.com/Azure/autorest.csharp/issues/2491",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
635455992 | cluster list shows no information
Command az vmware cluster list returns nothing when executed on a private cloud with a cluster.
$ az vmware cluster list -c avs-sku20-eus -g avs-jurey-eus -o json
[]
If I query the private cloud for the list of clusters again returns an empty value.
$ az vmware private-cloud show -n... | gharchive/issue | 2020-06-09T13:58:38 | 2025-04-01T06:42:16.148851 | {
"authors": [
"ctaggart",
"jreypo"
],
"repo": "Azure/az-vmware-cli",
"url": "https://github.com/Azure/az-vmware-cli/issues/41",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
462669884 | Try Catch for more descriptive error during extract
Adding try catch to provide more descriptive message if error during extract process
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribut... | gharchive/pull-request | 2019-07-01T11:50:09 | 2025-04-01T06:42:16.152900 | {
"authors": [
"Leon-Africa",
"msftclas"
],
"repo": "Azure/azure-api-management-devops-resource-kit",
"url": "https://github.com/Azure/azure-api-management-devops-resource-kit/pull/205",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
862438325 | [Quantum] Updating data plane generated client from swagger file.
This is an update of the generated client for data plane used in the Quantum CLI extension.
This PR updates vendored SDKs.
| gharchive/pull-request | 2021-04-20T05:47:07 | 2025-04-01T06:42:16.153879 | {
"authors": [
"qwordy",
"ricardo-espinoza"
],
"repo": "Azure/azure-cli-extensions",
"url": "https://github.com/Azure/azure-cli-extensions/pull/3278",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1747148391 | {AKS} Update monitor metrics related option names
This checklist is used to make sure that common guidelines for a pull request are followed.
Deprecate option names --enable-azuremonitormetrics and --disable-azuremonitormetrics, use --enable-azure-monitor-metrics and --disable-azure-monitor-metrics instead, so as to... | gharchive/pull-request | 2023-06-08T06:07:47 | 2025-04-01T06:42:16.158898 | {
"authors": [
"FumingZhang",
"yonzhan"
],
"repo": "Azure/azure-cli-extensions",
"url": "https://github.com/Azure/azure-cli-extensions/pull/6379",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
688449147 | az login into the AzureStackUser cloud fails
This is autogenerated. Please review and update as needed.
Describe the bug
Command Name
az login
Errors:
'NoneType' object is not iterable
Traceback (most recent call last):
Local\Temp\pip-unpacked-wheel-cqhwq_hi\knack\cli.py, ln 215, in invoke
azure\cli\core\commands\__i... | gharchive/issue | 2020-08-29T03:30:57 | 2025-04-01T06:42:16.165358 | {
"authors": [
"jiasli",
"mclagett",
"yonzhan"
],
"repo": "Azure/azure-cli",
"url": "https://github.com/Azure/azure-cli/issues/14969",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
841047256 | az command not executable
Describe the bug
Command Name
az login
Errors:
-bash: /home/ubuntu/aztest/bin/az: Permission denied
To Reproduce:
python3 -m virtualenv aztest
source aztest/bin/activate
pip install azure-cli
az login
Expected Behavior
az should be installed with the executable bit set:
ll /home/ubuntu/csit... | gharchive/issue | 2021-03-25T15:29:41 | 2025-04-01T06:42:16.170171 | {
"authors": [
"abassett-nh",
"jiasli",
"usrme",
"yonzhan"
],
"repo": "Azure/azure-cli",
"url": "https://github.com/Azure/azure-cli/issues/17460",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1068662694 | virtualMachineScaleSet ARM template fails to deploy if spot restoration fields are present
az feedback auto-generates most of the information requested below, as of CLI version 2.0.62
Describe the bug
The spot restoration feature is included on a new VMSS via ARM template by including spotRestorePolicy which includ... | gharchive/issue | 2021-12-01T17:03:07 | 2025-04-01T06:42:16.175601 | {
"authors": [
"CameronMcAuley",
"yonzhan"
],
"repo": "Azure/azure-cli",
"url": "https://github.com/Azure/azure-cli/issues/20576",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1070505672 | Python deprecation warning for humanfriendly
az feedback auto-generates most of the information requested below, as of CLI version 2.0.62
Describe the bug
python3.8/site-packages/azure/cli/core/commands/progress.py:182: DeprecationWarning: humanfriendly.Spinner was moved to humanfriendly.terminal.spinners.Spinner, ... | gharchive/issue | 2021-12-03T11:44:39 | 2025-04-01T06:42:16.179203 | {
"authors": [
"jiasli",
"stan-sz"
],
"repo": "Azure/azure-cli",
"url": "https://github.com/Azure/azure-cli/issues/20607",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1158750065 | Add option to interact with storage API using complete URI of storage service
Is your feature request related to a problem? Please describe.
I am experimenting with proxy layer on top existing storage accounts. User calls for operations on storage service using the complete URL e.g. "https://storage.contosoimagesprox... | gharchive/issue | 2022-03-03T18:18:31 | 2025-04-01T06:42:16.184176 | {
"authors": [
"xolve",
"yonzhan"
],
"repo": "Azure/azure-cli",
"url": "https://github.com/Azure/azure-cli/issues/21516",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1179168431 | az keyvault secret list Not Working Kali Linux 2022
This is autogenerated. Please review and update as needed.
Describe the bug
Command Name
az keyvault secret list
Errors:
The command failed with an unexpected error. Here is the traceback:
No module named 'azure.keyvault.v7_0'
Traceback (most recent call last):
Fi... | gharchive/issue | 2022-03-24T08:24:12 | 2025-04-01T06:42:16.189448 | {
"authors": [
"GmoshkoACM",
"evelyn-ys",
"jiasli",
"yonzhan"
],
"repo": "Azure/azure-cli",
"url": "https://github.com/Azure/azure-cli/issues/21784",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1289035178 | Erro az login WSL
This is autogenerated. Please review and update as needed.
Describe the bug
Command Name
az account list
Errors:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
Put any pre-requisite steps here...
az account l... | gharchive/issue | 2022-06-29T17:25:15 | 2025-04-01T06:42:16.192794 | {
"authors": [
"ricardo2009",
"yonzhan"
],
"repo": "Azure/azure-cli",
"url": "https://github.com/Azure/azure-cli/issues/23067",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1449184522 | The argument name in the deprecation warning message should use the format "--foo-bar" instead of "foo_bar"
Related command
$ az aks create -g binxi1114 -n binxi111401 --enable-pod-security-policy -c 1
Argument 'enable_pod_security_policy' has been deprecated and will be removed in a future release.
Argument '--enab... | gharchive/issue | 2022-11-14T06:10:12 | 2025-04-01T06:42:16.197399 | {
"authors": [
"bingosummer",
"jiasli"
],
"repo": "Azure/azure-cli",
"url": "https://github.com/Azure/azure-cli/issues/24647",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
304497739 | az login throws storage error
I am trying to run az login command on RPI3 that runs Raspbian Stretch OS. When i try to login using Azure CLI i get the following error:
Error loading command module 'storage'
A screen shot when i am using it to login to ACR in Azure:
This is what i have so far when i execute pip freez... | gharchive/issue | 2018-03-12T18:53:40 | 2025-04-01T06:42:16.225594 | {
"authors": [
"derekbekoe",
"melzoghbi"
],
"repo": "Azure/azure-cli",
"url": "https://github.com/Azure/azure-cli/issues/5787",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
366954352 | azure cli - download certificate as pfx format
az keyvault certificate download --file
[--encoding {DER, PEM}]
On azure web-portal (also in PS) there is an option to download as pfx. Why it is missing in az cli then?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue li... | gharchive/issue | 2018-10-04T20:20:14 | 2025-04-01T06:42:16.248634 | {
"authors": [
"LaurentLesle",
"akshita31",
"andrewboxer",
"apurvc",
"borqosky",
"bradwilson",
"cristhianbicca",
"jayaneti1",
"jimbo8098",
"mbactol3",
"tanvp112",
"wlodekb"
],
"repo": "Azure/azure-cli",
"url": "https://github.com/Azure/azure-cli/issues/7489",
"l... |
413491584 | az context influences --subscription parameter when trying to activate insight monitoring
Describe the bug
When doing the following command:
az aks enable-addons -a monitoring -n demo-cluster -g demo-group --subscription subName1 -o table
We get the following error:
Operation failed with status: 'Bad Request'. Detail... | gharchive/issue | 2019-02-22T16:57:00 | 2025-04-01T06:42:16.258231 | {
"authors": [
"tjprescott",
"tmontalbano"
],
"repo": "Azure/azure-cli",
"url": "https://github.com/Azure/azure-cli/issues/8618",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
417015352 | role_audit will not playback
As part of #8599, I had to modify the audit test to be live only. The test should be restored to one that can be played back from a recording.
I will definitely fix it this time.
fixed
| gharchive/issue | 2019-03-04T22:09:04 | 2025-04-01T06:42:16.259889 | {
"authors": [
"marstr",
"yugangw-msft"
],
"repo": "Azure/azure-cli",
"url": "https://github.com/Azure/azure-cli/issues/8682",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
423504488 | Cant provision AKS clusters
Describe the bug
Following the documentation here https://docs.microsoft.com/en-us/azure/aks/kubernetes-walkthrough. I get the following error The password must contain at least 1 special character. paramName: PasswordCredentials, paramValue: , objectType: Microsoft.Online.DirectoryServic... | gharchive/issue | 2019-03-20T22:41:46 | 2025-04-01T06:42:16.264902 | {
"authors": [
"scotty-c"
],
"repo": "Azure/azure-cli",
"url": "https://github.com/Azure/azure-cli/issues/8836",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
469338920 | az web create does not handle formatting of arguments well when launched from an Azure CLI task in Azure DevOps
az web create does not handle formatting of arguments well when launched from an Azure CLI task in Azure DevOps
Describe the bug
The Azure CLI tool is doing some weird argument handling in Python. Sorry, ... | gharchive/issue | 2019-07-17T17:03:12 | 2025-04-01T06:42:16.356235 | {
"authors": [
"ericchansen",
"panchagnula"
],
"repo": "Azure/azure-cli",
"url": "https://github.com/Azure/azure-cli/issues/9963",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1227442532 | {AKS}[WIP] Migrate graph module
Related command
Description
Migrate graph module.
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE: az command a: Make some customer-facing breaking change
[Component Name 2] az command b: Add some customer-facing feature
This checklist is used to make sure that comm... | gharchive/pull-request | 2022-05-06T05:41:57 | 2025-04-01T06:42:16.376028 | {
"authors": [
"FumingZhang",
"yonzhan"
],
"repo": "Azure/azure-cli",
"url": "https://github.com/Azure/azure-cli/pull/22287",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
237677403 | Release azure-cli-cloud 2.0.5
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
[ ] The PR has modified HISTORY.rst with an appropriate description of the change (see Modifying change log).
Command Guidelines
[ ] Each command and parameter has a meaning... | gharchive/pull-request | 2017-06-21T22:02:34 | 2025-04-01T06:42:16.381794 | {
"authors": [
"azuresdkci",
"derekbekoe"
],
"repo": "Azure/azure-cli",
"url": "https://github.com/Azure/azure-cli/pull/3831",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
279190871 | Azure Container Instances: fix incorrect order of parameters
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
[ ] The PR has modified HISTORY.rst describing any customer-facing, functional changes. Note that this does not include changes only to help con... | gharchive/pull-request | 2017-12-04T23:35:30 | 2025-04-01T06:42:16.386041 | {
"authors": [
"azuresdkci",
"yolo3301"
],
"repo": "Azure/azure-cli",
"url": "https://github.com/Azure/azure-cli/pull/5040",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
166470711 | Update site-recovery-faq.md
fixing capitalization typo
Hi @adamglick, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!
This seems like a small (but important) contribution, so no contribution license agreement is required at this point. Real humans will... | gharchive/pull-request | 2016-07-20T00:47:28 | 2025-04-01T06:42:16.388720 | {
"authors": [
"PRmerger",
"adamglick",
"azurecla",
"rayne-wiselman"
],
"repo": "Azure/azure-content",
"url": "https://github.com/Azure/azure-content/pull/7056",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
694001744 | Ability to return a random item from a container
Given a partition key (and other matching fields), I want the database to return a random item. Right now, to accomplish something like this, I have to fetch everything in memory and pick a random item using LINQ. This wastes a lot of RUs.
What is the use case of thi... | gharchive/issue | 2020-09-05T05:37:02 | 2025-04-01T06:42:16.391780 | {
"authors": [
"ealsur",
"j82w",
"petro2050"
],
"repo": "Azure/azure-cosmos-dotnet-v3",
"url": "https://github.com/Azure/azure-cosmos-dotnet-v3/issues/1838",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
426588852 | Error Not Found: Entity with the specified id does not exist in the system
When trying to read a document, I get this error:
HTTPFailure: Status code: 404
{"code":"NotFound","message":"Entity with the specified id does not exist in the system., \r\nRequestStartTime: 2019-03-28T15:49:32.0893319Z, RequestEndTime: 2019-... | gharchive/issue | 2019-03-28T16:24:48 | 2025-04-01T06:42:16.396248 | {
"authors": [
"Kagigz",
"christopheranderson"
],
"repo": "Azure/azure-cosmos-python",
"url": "https://github.com/Azure/azure-cosmos-python/issues/154",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1993684921 | [pipeline config] seg fault when trying to create service principal
Looks like a missing error check
error:
vivazqu@dev-box-vivazqu:~/workspace/build/pp$ azd pipeline config --principal-name foooooo
Configure your GitHub pipeline
(✓) Done: Checking current directory for Git repository
|===== | Creating service... | gharchive/issue | 2023-11-14T22:30:06 | 2025-04-01T06:42:16.399564 | {
"authors": [
"vhvb1989"
],
"repo": "Azure/azure-dev",
"url": "https://github.com/Azure/azure-dev/issues/2973",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1330198205 | The prompt for environment name shows up twice (Windows, PowerShell 7)
Small but somewhat annoying
Repro steps
Do azd init -t todo-nodejs-mongo
Expected
Should see the prompt for environment name just once
Actual
After entering the environment name the prompt (and the chosen environment name) is shown again above the... | gharchive/issue | 2022-08-05T17:37:06 | 2025-04-01T06:42:16.403331 | {
"authors": [
"ellismg",
"karolz-ms"
],
"repo": "Azure/azure-dev",
"url": "https://github.com/Azure/azure-dev/issues/435",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
352652076 | Download VSTS Drop and Run Script doesn't work with saved secret
When using this task with the Saved Secret option, I always get an error where if I use the same Personal Access Token directly it will work. I have tried recreating both the secret and the PAT with the same results.
Provided parameters used in this sc... | gharchive/issue | 2018-08-21T18:11:09 | 2025-04-01T06:42:16.405249 | {
"authors": [
"dschmackweg",
"tanmayeekamath"
],
"repo": "Azure/azure-devtestlab",
"url": "https://github.com/Azure/azure-devtestlab/issues/405",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
243689670 | Overview update
Need coding examples.
:x: Validation status: errors
File
Status
Preview URL
Details
api/overview/azure/index.yml
:x:Error
Details
:x:Error
Details
api/overview/azure/index.yml
[Error] Error transforming model "W:\3hlu-o-unknown\raw-\qifkvff3.ghf\rawmodel\api\overview\azure\index.raw... | gharchive/pull-request | 2017-07-18T11:50:48 | 2025-04-01T06:42:16.423440 | {
"authors": [
"openpublishbuild",
"spboyer"
],
"repo": "Azure/azure-docs-sdk-dotnet",
"url": "https://github.com/Azure/azure-docs-sdk-dotnet/pull/232",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
798816853 | Docs.MS Release Updates for azure-sdk-template
Update docs metadata and targeting for release of azure-sdk-template
Docs Build status updates of commit 7b961e5:
:warning: Validation status: warnings
File
Status
Preview URL
Details
docs-ref-services/preview/sdk-template-readme.md
:warning:Warning
View (azure-... | gharchive/pull-request | 2021-02-02T00:24:40 | 2025-04-01T06:42:16.437030 | {
"authors": [
"azure-sdk",
"opbld34"
],
"repo": "Azure/azure-docs-sdk-java",
"url": "https://github.com/Azure/azure-docs-sdk-java/pull/1724",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
508067683 | BatchWithMaxSize continuous loop if events exceed MaxSize
Expected Behavior
When MaxSize is reached, I expect it to continue the loop at the next event position
Actual Behavior
Continuously loops starting at the first event provided from NewEventBatchIterator
Environment
OS: Windows
Go version: 1.12
Version of Libra... | gharchive/issue | 2019-10-16T20:01:15 | 2025-04-01T06:42:16.439665 | {
"authors": [
"catalinaperalta",
"t-sean"
],
"repo": "Azure/azure-event-hubs-go",
"url": "https://github.com/Azure/azure-event-hubs-go/issues/146",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
761962776 | Question: Will there never be support for durable functions and other rich bindings, or just not yet?
Regarding this statement:
"One important difference with .NET 5 functions is that "rich bindings", such as Durable Functions or binding to SDK types like Cosmos DB client, are not supported. Use strings and C# object... | gharchive/issue | 2020-12-11T06:46:34 | 2025-04-01T06:42:16.470562 | {
"authors": [
"Jandev",
"RichMercer",
"anthonychu",
"cmenzi",
"dmytro-gokun",
"fabiocav",
"hansmbakker",
"henriksen",
"jan-harders",
"kuromukira",
"ladeak",
"tommck",
"wahyuen",
"yuramag"
],
"repo": "Azure/azure-functions-dotnet-worker-preview",
"url": "h... |
954989497 | [FeatureRequest] type serviceBus direction out - specify content-type
It seems not possible define the content-type for an out message.
In my function.json I have an out serviceBus that works fine but I'm unable to define the content-type.
{
"type": "serviceBus",
"direction": "out",
"connection": "AzureServiceB... | gharchive/issue | 2021-07-28T15:37:00 | 2025-04-01T06:42:16.481045 | {
"authors": [
"freedev"
],
"repo": "Azure/azure-functions-python-worker",
"url": "https://github.com/Azure/azure-functions-python-worker/issues/878",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
875314116 | Maven Repository returns 404 when trying to access latest Spark Kusto Connector
If we navigate to https://mvnrepository.com/artifact/com.microsoft.azure.kusto we will see three spark-kusto-connector artifact groups:
The first one (no. 3) has a link to https://mvnrepository.com/artifact/com.microsoft.azure.kusto/spar... | gharchive/issue | 2021-05-04T10:14:31 | 2025-04-01T06:42:16.494921 | {
"authors": [
"Ceridan",
"ohadbitt"
],
"repo": "Azure/azure-kusto-spark",
"url": "https://github.com/Azure/azure-kusto-spark/issues/183",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
698283241 | [Microsoft.ApiManagement][2019-12-01] Content management resources: Collapsed the reference to metadata.
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Contribution checklist:
[x] I commit to follow the Breaking Change Policy of... | gharchive/pull-request | 2020-09-10T17:38:32 | 2025-04-01T06:42:16.620913 | {
"authors": [
"AutorestCI",
"azaslonov",
"xccc-msft"
],
"repo": "Azure/azure-rest-api-specs",
"url": "https://github.com/Azure/azure-rest-api-specs/pull/10755",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
719560286 | Update DataCollectorLogs.json
Updating small grammar and marketing wording.
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Contribution checklist:
[ ] I commit to follow the Breaking Change Policy of “no breaking changes
[ ] I h... | gharchive/pull-request | 2020-10-12T18:01:47 | 2025-04-01T06:42:16.629909 | {
"authors": [
"AutorestCI",
"eternovsky",
"zhenglaizhang"
],
"repo": "Azure/azure-rest-api-specs",
"url": "https://github.com/Azure/azure-rest-api-specs/pull/11146",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1193707563 | adding source column to the model spec
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Changelog
Add a changelog entry for this PR by answering the following questions:
What's the purpose of the update?
[ ] new service onboardin... | gharchive/pull-request | 2022-04-05T20:54:59 | 2025-04-01T06:42:16.645911 | {
"authors": [
"anineela"
],
"repo": "Azure/azure-rest-api-specs",
"url": "https://github.com/Azure/azure-rest-api-specs/pull/18558",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1284221116 | ARM ID Annotations for Redis
Uses the new arm-id format to describe fields which are references to other ARM resources.
This was split off from #18318
Changelog
Add a changelog entry for this PR by answering the following questions:
What's the purpose of the update?
[ ] new service onboarding
[ ] new API version
[ ... | gharchive/pull-request | 2022-06-24T21:51:21 | 2025-04-01T06:42:16.662498 | {
"authors": [
"TimLovellSmith",
"matthchr"
],
"repo": "Azure/azure-rest-api-specs",
"url": "https://github.com/Azure/azure-rest-api-specs/pull/19596",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1483949118 | Draft: Initial commit for the swagger testing
ARM API Information (Control Plane)
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Azure 1st Party Service can try out the Shift Left experience to initiate API design review from ADO... | gharchive/pull-request | 2022-12-08T07:39:48 | 2025-04-01T06:42:16.681190 | {
"authors": [
"rkmanda",
"sameerpatro"
],
"repo": "Azure/azure-rest-api-specs",
"url": "https://github.com/Azure/azure-rest-api-specs/pull/21816",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1558902534 | Update all variations of "MonitoringAccount" to "AzureMonitorWorkspaces"
ARM API Information (Control Plane)
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Azure 1st Party Service can try out the Shift Left experience to initiate... | gharchive/pull-request | 2023-01-26T23:00:37 | 2025-04-01T06:42:16.697589 | {
"authors": [
"fengzhou-msft",
"jasondavis-MS",
"sjanamma"
],
"repo": "Azure/azure-rest-api-specs",
"url": "https://github.com/Azure/azure-rest-api-specs/pull/22328",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2143902385 | Adding new API version for Microsoft.DataProtection (2024-03-01)
ARM (Control Plane) API Specification Update Pull Request
[!TIP]
Overwhelmed by all this guidance? See the Getting help section at the bottom of this PR description.
[!NOTE]
As of January 2024 there is no PR assignee. This is expected. See https://ak... | gharchive/pull-request | 2024-02-20T09:13:05 | 2025-04-01T06:42:16.717445 | {
"authors": [
"jeevan-gaikwad",
"mkherani",
"ms-henglu",
"ms-zhenhua"
],
"repo": "Azure/azure-rest-api-specs",
"url": "https://github.com/Azure/azure-rest-api-specs/pull/27833",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2543332898 | Microsoft.ContainerInstance : Updated API version 2024-05-01-preview for ContainerGroupProfile feature
ARM (Control Plane) API Specification Update Pull Request
[!TIP]
Overwhelmed by all this guidance? See the Getting help section at the bottom of this PR description.
PR review workflow diagram
Please understand th... | gharchive/pull-request | 2024-09-23T18:16:41 | 2025-04-01T06:42:16.731082 | {
"authors": [
"drishtipeshwani09",
"ms-bogdan-rotaru"
],
"repo": "Azure/azure-rest-api-specs",
"url": "https://github.com/Azure/azure-rest-api-specs/pull/30694",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
359625377 | [Don't merge yet] ADHybridHealthService: "type" should be "array" when "items" is present.
This checklist is used to make sure that common issues in a pull request are addressed. This will expedite the process of getting your pull request merged and avoid extra work on your part to fix issues discovered during the re... | gharchive/pull-request | 2018-09-12T19:45:27 | 2025-04-01T06:42:16.743002 | {
"authors": [
"AutorestCI",
"JackTn",
"azuresdkci",
"hovsepm",
"jianghaolu",
"salameer",
"sergey-shandar"
],
"repo": "Azure/azure-rest-api-specs",
"url": "https://github.com/Azure/azure-rest-api-specs/pull/3887",
"license": "MIT",
"license_type": "permissive",
"license_source"... |
389048904 | fix: Example search/data-plane/Microsoft.Azure.Search.Data
searchFields is an array
top is an integer
categories is an array
Automation for azure-sdk-for-python
Automation for azure-sdk-for-ruby
Automation for azure-sdk-for-js
Automation for azure-sdk-for-java
Automation for azure-sdk-for-go
Automation ... | gharchive/pull-request | 2018-12-09T18:17:31 | 2025-04-01T06:42:16.746392 | {
"authors": [
"AutorestCI",
"azuresdkci",
"nschonni"
],
"repo": "Azure/azure-rest-api-specs",
"url": "https://github.com/Azure/azure-rest-api-specs/pull/4859",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
453349385 | chore: jsonfmt subscription
Ran jsonfmt -w "specification/subscription/**/*.json"
Automation for azure-sdk-for-ruby
Automation for azure-sdk-for-js
Automation for azure-sdk-for-python
Automation for azure-sdk-for-java
Automation for azure-sdk-for-go
Fixed an older model validation issue in a separate comm... | gharchive/pull-request | 2019-06-07T05:54:12 | 2025-04-01T06:42:16.748839 | {
"authors": [
"AutorestCI",
"azuresdkci",
"nschonni"
],
"repo": "Azure/azure-rest-api-specs",
"url": "https://github.com/Azure/azure-rest-api-specs/pull/6267",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
589419478 | not setting the identity property of Resource as readonly
This caused an issue, since Workspace was being used as an input parameter, and the type property of its identity property is required to pass, but since identity was set to readonly, type was not being passed.
/azp run automation - sdk
Can one of the admi... | gharchive/pull-request | 2020-03-27T21:21:44 | 2025-04-01T06:42:16.750633 | {
"authors": [
"AutorestCI",
"azuresdkci",
"iscai-msft"
],
"repo": "Azure/azure-rest-api-specs",
"url": "https://github.com/Azure/azure-rest-api-specs/pull/8861",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1040967632 | The payload illustration in comment should not have "reported" level
https://github.com/Azure/azure-sdk-for-c/blob/78392d841375967597b72aed2cdceb28098715cb/sdk/inc/azure/iot/az_iot_hub_client_properties.h#L31
Thanks for the callout @xiongyu0523 this has been updated.
| gharchive/issue | 2021-11-01T09:36:51 | 2025-04-01T06:42:16.752032 | {
"authors": [
"danewalton",
"xiongyu0523"
],
"repo": "Azure/azure-sdk-for-c",
"url": "https://github.com/Azure/azure-sdk-for-c/issues/1965",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1137287010 | Metadata not uploaded with UploadStreamToBlockBlob
Bug Report
"github.com/Azure/azure-sdk-for-go/sdk/storage/azblob"
sdk/storage/azblob/v0.3.0
go version go1.16.3 linux/amd64
When using UploadStreamToBlockBlob to upload a blob, any added metadata is not uploaded. If I instead use UploadBufferToBlockBlob it works as... | gharchive/issue | 2022-02-14T13:14:16 | 2025-04-01T06:42:16.757453 | {
"authors": [
"amishra-dev",
"mohsha-msft",
"patrickrad",
"zezha-msft"
],
"repo": "Azure/azure-sdk-for-go",
"url": "https://github.com/Azure/azure-sdk-for-go/issues/17061",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
503776739 | Azure Compute API is not properly validating which VM types can deployed in an Availability Zone
Bug Report
I'm going to preface this with, "I have no clue where the best place to file this is, so apologies if it's in the wrong tracker".
import path of package in question: github.com/Azure/azure-sdk-for-go/services/... | gharchive/issue | 2019-10-08T01:43:00 | 2025-04-01T06:42:16.777914 | {
"authors": [
"ArcturusZhang",
"Drewm3",
"devigned",
"justaugustus"
],
"repo": "Azure/azure-sdk-for-go",
"url": "https://github.com/Azure/azure-sdk-for-go/issues/5968",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
758556054 | [BUG] NIO Directory creation not working
Describe the bug
Trying to create a directory using the NIO API results in the creation of a plain.
Exception or Stack Trace
No error is reported.
To Reproduce
Path dirPath = myFs.getPath("mydir");
Files.createDirectory(dirPath);
Code Snippet
The one above
Expected behavior
A... | gharchive/issue | 2020-12-07T14:22:08 | 2025-04-01T06:42:16.787494 | {
"authors": [
"gapra-msft",
"pditommaso",
"rickle-msft"
],
"repo": "Azure/azure-sdk-for-java",
"url": "https://github.com/Azure/azure-sdk-for-java/issues/18001",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
257593024 | Azure 1.2.1 Maven dependencies issue, missing artifacts
Hi,
Following azure dependency not able to pull all the dependent jars.
com.microsoft.azure
azure
1.2.1
I am not able to pull the proper azure jars into my maven project. There is an error saying missing artifacts.
Please anyone help me to resolve this.
Thanks... | gharchive/issue | 2017-09-14T04:39:17 | 2025-04-01T06:42:16.790271 | {
"authors": [
"giridharkn",
"martinsawicki"
],
"repo": "Azure/azure-sdk-for-java",
"url": "https://github.com/Azure/azure-sdk-for-java/issues/1907",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1137768775 | Investigate removing reactor operators in azure-core-amqp
There are complex reactor operators that we use in azure-core-amqp to bridge the two async models used by proton-j and our reactive APIs. Could removing some of these complexities:
decrease the memory consumption?
decrease support load due to bugs
examine leg... | gharchive/issue | 2022-02-14T19:55:18 | 2025-04-01T06:42:16.792777 | {
"authors": [
"conniey"
],
"repo": "Azure/azure-sdk-for-java",
"url": "https://github.com/Azure/azure-sdk-for-java/issues/27091",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
997703552 | [Automation] Generate Fluent Lite from eventgrid#package-2021-06-preview
[Automation] Generate Fluent Lite from eventgrid#package-2021-06-preview
regen code manually and close the pr
| gharchive/pull-request | 2021-09-16T02:57:02 | 2025-04-01T06:42:16.793776 | {
"authors": [
"azure-sdk",
"haolingdong-msft"
],
"repo": "Azure/azure-sdk-for-java",
"url": "https://github.com/Azure/azure-sdk-for-java/pull/24174",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1221602392 | [AVA] Add deprecation notice to Video Analyzer data plane sdk
Description
Added a deprecation notice to Video Analyzer data plane sdk
All SDK Contribution checklist:
[x ] The pull request does not introduce [breaking changes]
[x ] CHANGELOG is updated for new features, bug fixes or other significant changes.
[x ] I ... | gharchive/pull-request | 2022-04-29T21:57:27 | 2025-04-01T06:42:16.798701 | {
"authors": [
"azure-sdk",
"hivyas"
],
"repo": "Azure/azure-sdk-for-java",
"url": "https://github.com/Azure/azure-sdk-for-java/pull/28607",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1338748037 | mgmt, fix snapshot withDataFromDisk(Disk disk)
Description
Fix https://github.com/Azure/azure-sdk-for-java/issues/29811
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 based on a new swagger spec, a link to the pull r... | gharchive/pull-request | 2022-08-15T09:24:13 | 2025-04-01T06:42:16.804623 | {
"authors": [
"XiaofeiCao",
"azure-sdk"
],
"repo": "Azure/azure-sdk-for-java",
"url": "https://github.com/Azure/azure-sdk-for-java/pull/30463",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1538150663 | Increment versions for spring releases
Increment package versions for spring releases
API change check
APIView has identified API level changes in this PR and created following API reviews.
spring-cloud-azure-native-reachability
| gharchive/pull-request | 2023-01-18T15:03:13 | 2025-04-01T06:42:16.806145 | {
"authors": [
"azure-sdk"
],
"repo": "Azure/azure-sdk-for-java",
"url": "https://github.com/Azure/azure-sdk-for-java/pull/33072",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1610661870 | mgmt, workloads, remove locale in link
Description
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 based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.... | gharchive/pull-request | 2023-03-06T04:56:25 | 2025-04-01T06:42:16.810853 | {
"authors": [
"azure-sdk",
"weidongxu-microsoft"
],
"repo": "Azure/azure-sdk-for-java",
"url": "https://github.com/Azure/azure-sdk-for-java/pull/33865",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1716271173 | Add Ability to Configure Retrying Backoff for RetriableDownloadFlux
Description
Resolves https://github.com/Azure/azure-sdk-for-java/issues/35012
Adds the ability to configure RetryOptions when creating a FluxUtil.createRetriableDownloadFlux to enable specific backoff behaviors.
All SDK Contribution checklist:
[x] T... | gharchive/pull-request | 2023-05-18T21:12:04 | 2025-04-01T06:42:16.816695 | {
"authors": [
"alzimmermsft",
"azure-sdk"
],
"repo": "Azure/azure-sdk-for-java",
"url": "https://github.com/Azure/azure-sdk-for-java/pull/35035",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1780793398 | Add Application Insights for Spring native
Description
A project to have Azure telemetry data with Spring Boot applications and GraalVM native images.
All SDK Contribution checklist:
[X] The pull request does not introduce [breaking changes]
[X] CHANGELOG is updated for new features, bug fixes or other significant ... | gharchive/pull-request | 2023-06-29T13:11:34 | 2025-04-01T06:42:16.830031 | {
"authors": [
"jeanbisutti",
"lmolkova",
"saragluna",
"stliu"
],
"repo": "Azure/azure-sdk-for-java",
"url": "https://github.com/Azure/azure-sdk-for-java/pull/35676",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2425997273 | [AppConfig] Merged feature branch to main repo
AppConfig team is done with deployment to all regions.
It is the time to merge feature branch back to main branch. No changes since previous reverted changes PR: https://github.com/Azure/azure-sdk-for-java/pull/40688
/azp run java - appconfiguration - tests
API chang... | gharchive/pull-request | 2024-07-23T19:47:40 | 2025-04-01T06:42:16.834085 | {
"authors": [
"azure-sdk",
"mssfang"
],
"repo": "Azure/azure-sdk-for-java",
"url": "https://github.com/Azure/azure-sdk-for-java/pull/41250",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2721886280 | [Automation] Generate Fluent Lite from Swagger resourcehealth#package-preview-2023-10
[Automation] Generate Fluent Lite from Swagger resourcehealth#package-preview-2023-10
/azp run java - resourcehealth - mgmt - tests
API change check
APIView has identified API level changes in this PR and created following API r... | gharchive/pull-request | 2024-12-06T02:19:09 | 2025-04-01T06:42:16.836093 | {
"authors": [
"XiaofeiCao",
"azure-sdk"
],
"repo": "Azure/azure-sdk-for-java",
"url": "https://github.com/Azure/azure-sdk-for-java/pull/43250",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1079234722 | [Monitor - Query] LogsQueryClient live tests - server timeout serverTimeoutInSeconds failing in nightly runs
Monitor - Query nightly test runs are failing with:
Error message:
Error does not contain expected details property
Stack trace:
Error: Error does not contain expected details property
at getInnermostErrorDet... | gharchive/issue | 2021-12-14T02:25:42 | 2025-04-01T06:42:16.842916 | {
"authors": [
"KarishmaGhiya",
"v-jiaodi"
],
"repo": "Azure/azure-sdk-for-js",
"url": "https://github.com/Azure/azure-sdk-for-js/issues/19314",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1409622037 | Cosmos - batch operations should have a defined response type (similar to bulk operations)
Is your feature request related to a problem? Please describe.
The Cosmos SDK bulk and batch calls both take in OperationInput[] to perform actions.
Items.bulk returns back OperationResponse[]
Items.batch has a very poorly defi... | gharchive/issue | 2022-10-14T17:02:27 | 2025-04-01T06:42:16.845333 | {
"authors": [
"sajeetharan",
"timtucker-dte",
"topshot99"
],
"repo": "Azure/azure-sdk-for-js",
"url": "https://github.com/Azure/azure-sdk-for-js/issues/23518",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1099446166 | Ignore alternative code-workspace files.
This little .gitignore snippet is useful for folks that want to use custom code-workspace configurations for smaller sets of projects. It allows us to create alternative workspace files that will be ignored, while still tracking the default dataplane.code-workspace file.
Examp... | gharchive/pull-request | 2022-01-11T17:34:34 | 2025-04-01T06:42:16.847209 | {
"authors": [
"witemple-msft"
],
"repo": "Azure/azure-sdk-for-js",
"url": "https://github.com/Azure/azure-sdk-for-js/pull/19779",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1580511411 | [storage-file-datalake] Migrate to core-rest-pipeline
Packages impacted by this PR
@azure/storage-file-datalake
Issues associated with this PR
#15813
Describe the problem that is addressed by this PR
This PR migrates storage-file-datalake to the new core pipeline in the same fashion that storage-blob was recently mig... | gharchive/pull-request | 2023-02-11T00:05:08 | 2025-04-01T06:42:16.856081 | {
"authors": [
"EmmaZhu",
"HarshaNalluru",
"azure-sdk",
"xirzec"
],
"repo": "Azure/azure-sdk-for-js",
"url": "https://github.com/Azure/azure-sdk-for-js/pull/24835",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1877075693 | [mgmt] recoveryservicesbackup release
https://github.com/Azure/sdk-release-request/issues/4480
breaking is caused by: https://github.com/Azure/azure-rest-api-specs/pull/23600 and https://github.com/Azure/azure-rest-api-specs/pull/24211
API change check
APIView has identified API level changes in this PR and creat... | gharchive/pull-request | 2023-09-01T09:27:06 | 2025-04-01T06:42:16.859108 | {
"authors": [
"azure-sdk",
"kazrael2119"
],
"repo": "Azure/azure-sdk-for-js",
"url": "https://github.com/Azure/azure-sdk-for-js/pull/27004",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2350133522 | Post release automated changes for synapse releases
Post release automated changes for azure-synapse-artifacts
API change check
API changes are not detected in this pull request.
| gharchive/pull-request | 2024-06-13T04:40:46 | 2025-04-01T06:42:16.860226 | {
"authors": [
"azure-sdk"
],
"repo": "Azure/azure-sdk-for-js",
"url": "https://github.com/Azure/azure-sdk-for-js/pull/30037",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
468925805 | Record and playback - POC for skip functionality in common recorder
Managing the list of test names would mean that we should frequently update them whenever a test name changes or a new test is added.
The plan is to avoid the skip list becoming stale in the following way.
Providing a .skip() method with the recorder... | gharchive/pull-request | 2019-07-17T00:10:01 | 2025-04-01T06:42:16.865792 | {
"authors": [
"HarshaNalluru",
"XiaoningLiu"
],
"repo": "Azure/azure-sdk-for-js",
"url": "https://github.com/Azure/azure-sdk-for-js/pull/4336",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1103173335 | [Identity] Sparse checkout repositories failing intermittently in nightly runs
Identity nightly test runs are failing with:
Starting: Sparse checkout repositories
Task : PowerShell
Description : Run a PowerShell script on Linux, macOS, or Windows
Version : 2.194.0
Author : Microsoft Corporation
H... | gharchive/issue | 2022-01-14T07:43:25 | 2025-04-01T06:42:16.873097 | {
"authors": [
"azure-sdk",
"kurtzeborn",
"v-yilinhu"
],
"repo": "Azure/azure-sdk-for-net",
"url": "https://github.com/Azure/azure-sdk-for-net/issues/26354",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
513582066 | [BUG] SessionHandlerOptions.MessageWaitTimeout allows zero value, but throws on ReceiveAsync
Describe the bug
SessionHandlerOptions.MessageWaitTimeout allows me to set the timeout to 0, using TimeSpan.FromSeconds(0) as an example. At runtime, the session receiver throws an ArgumentOutOfRangeException continuously dur... | gharchive/issue | 2019-10-28T22:02:42 | 2025-04-01T06:42:16.885834 | {
"authors": [
"ankrause",
"jfggdl",
"jsquire",
"nemakam",
"ramya-rao-a"
],
"repo": "Azure/azure-sdk-for-net",
"url": "https://github.com/Azure/azure-sdk-for-net/issues/8490",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.