Azure
Azure is a cloud computing service created by Microsoft for building, testing, deploying, and managing applications and services through a global network of Microsoft-managed data centers.
Here are 11,253 public repositories matching this topic...
-
Updated
Aug 8, 2022 - Python
-
Updated
Aug 10, 2022 - Go
-
Updated
Aug 8, 2022 - Shell
-
Updated
Aug 11, 2022 - Shell
Small feature request. I am using helmfile for the deployment of our k8s infrastructure and wanted to use sops for encryption of secrets. I need to use the --keyservice but as I am calling sops inside a wrapper (helmfile) of a wrapper (helm secrets) I cannot pass this variable to sops in a clean way.
Could you provide an alternative way to provide this option to sops in the .sops.conf and/or i
-
Updated
Aug 9, 2022 - TypeScript
-
Updated
Aug 2, 2022 - Jupyter Notebook
-
Updated
Aug 11, 2022 - Go
Infracost comment is showing the "Module path" column even though it's empty.
Expected result:
If "Module path" is column is empty it should be hidden
Issue Type: Bug
When you have a long list of changes when doing a Schema Compare the list scrolls to the top after check/unchecking a file at the bottom.
- Do a Schema Compare that produces changes longer than the UI can show in one screen.
- Scroll down and uncheck a file.
- The window will scroll to the top.
- Get frustrated when you have to scroll down to uncheck another fil
-
Updated
Aug 10, 2022 - TypeScript
-
Updated
Jul 15, 2022 - C#
-
Updated
Aug 8, 2022 - Go
-
Updated
Aug 5, 2022 - Shell
The https://github.com/nccgroup/ScoutSuite/blob/master/ScoutSuite/providers/gcp/rules/findings/iam-lack-of-service-account-key-rotation.json finding should only flag USER_MANAGED keys (https://cloud.google.com/iam/docs/reference/rest/v1/projects.serviceAccounts.keys), as SYSTEM_MANAGED keys are "managed and rotated by Google"
Issue
If it is related to an existing check, CKV_DOCKER_1.
Dockerfile EXPOSE can accept port using tcp proto by defaut if not specified or you can also specify the protocol with /tcp or /udp.
When using "EXPOSE 22/tcp" the rule does not detect the SSH port. something like '22/tcp'.split('/')[0] will return port without protocol or we can test both '22' or '22/tcp' in the rule.
**Exampl
-
Updated
Aug 10, 2022 - Python
-
Updated
Aug 8, 2022 - TypeScript
Dispose JsonDocument
The following usages of JsonDocument were found where the instance was not being disposed. These should be updated to use the "using" keyword or otherwise call Dispose as needed.
Regex: ^((?!using).)*JsonDocument
Instances (including tests and samples):
azure-sdk-for-net\sdk\agrifood\Azure.Verticals.AgriFood.Farming\README.md
88,1: var responseDocument = JsonDocument.Parse(response.Conte
-
Updated
Aug 7, 2022 - JavaScript
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior, code snippets encouraged
Expected behavior
A clear and concise description of what you expected to happen.
Info (please complete the following information):
- SynapseML Version: [e.g. v0.17]
- Spark Version [e.g. 2.4.3]
- Spark Platform [e.g. Databric
-
Updated
Aug 10, 2022 - Jupyter Notebook
Description
New-AzPortalDashboard fails to parse a hashtable converted from a JSON dashboard definition downloaded from the portal.
The attached JSON dashboard definition was downloaded from an existing simple dashboard definition created in the portal in order to test creating a new dashboard definition using PowerShell. The commands and output are shown below.
[portal.txt](https://git
-
Updated
Jun 3, 2022
My goal is to view the available/installed artifacts on a VM in dev test lab.
By calling:
az lab vm show --lab-name $DevTestLabName --name $VmName--resource-group $ResourceGroupName
It displays a json response in which there is an "artifacts" property but its value is null.
When I try to use the --expand parameter as it is described in the documentation it returns an error:
There is several tests that call httbin or bing, and they can't pass if there is no network. Need to find a way todo an actual HTTP request, with the less possible mock so we're confident it's working as expected.
I think I remember httpbin can be install locally, maybe that?
To investigate.
Created by Microsoft
Released February 1, 2010
- Organization
- Azure
- Website
- azure.microsoft.com
- Wikipedia
- Wikipedia



We already have some scripts in the
scriptsdirectory. It would be good to run them for every PR.This is also a great task for beginners.