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 10,797 public repositories matching this topic...
-
Updated
Jun 15, 2022 - Python
-
Updated
Jun 13, 2022 - Shell
-
Updated
Jun 15, 2022 - Go
-
Updated
Jun 14, 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
Jun 6, 2022 - TypeScript
-
Updated
Apr 24, 2022 - Jupyter Notebook
-
Updated
Jun 14, 2022 - Go
When setting INFRACOST_CURRENCY=EUR the format of the currency values is not correct.
Current Format
- Example in USD $3,938.10
- Example in EUR €3,736.11
Expected format
- Example in EUR: 3.736,11€
To make it as flexible as possible, it would be helpfull do define an addition environment variable to define the logic like
- EUR: XXX.XXX,00
- USD: XXX,XXX.00
USD can be
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
Jun 13, 2022 - TypeScript
-
Updated
May 12, 2022 - C#
-
Updated
Jun 15, 2022 - Go
-
Updated
May 6, 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"
Describe the issue
Checkov skips terraform file when it can't parse a file. When you are using checkov in gitlab ci pipeline with junitxml output, it will be better to include such erros in 'Errors' list instead of ignoring them.
Examples
resource "aws_alb" "alb" {
name = "foobar-nlb"
load_balancer_type = "network"
enable_cross_z
-
Updated
Jun 15, 2022 - Python
-
Updated
Jun 13, 2022 - TypeScript
-
Updated
Jun 15, 2022 - C#
-
Updated
Mar 9, 2022 - JavaScript
I have a simple regression task (using a LightGBMRegressor) where I want to penalize negative predictions more than positive ones. Is there a way to achieve this with the default regression LightGBM objectives (see https://lightgbm.readthedocs.io/en/latest/Parameters.html)? If not, is it somehow possible to define (many example for default LightGBM model) and pass a custom regression objective?
-
Updated
Jun 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
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:
-
Updated
Jun 3, 2022
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.
-
Updated
Jun 15, 2022
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.