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,469 public repositories matching this topic...
-
Updated
Apr 29, 2022 - Python
-
Updated
Apr 26, 2022 - Shell
-
Updated
May 1, 2022 - Go
-
Updated
Apr 29, 2022 - Shell
-
Updated
Apr 25, 2022 - Go
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
Apr 24, 2022 - Jupyter Notebook
-
Updated
Apr 30, 2022 - Go
There currently isn't any validation for the new file names of items added to sql projects. For reference, we previously added file name validation in the dacpac extension https://github.com/microsoft/azuredatastudio/blob/main/extensions/dacpac/src/wizard/api/utils.ts#L53
We should have validation similar to in VS:
. And obviously, different environments produce different usage.
So to make
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
Apr 11, 2022 - C#
-
Updated
Apr 25, 2022 - Shell
-
Updated
Apr 27, 2022 - Go
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"
-
Updated
Apr 30, 2022 - Python
Hello! Trying to write a provider based check to ensure that only certain AWS regions are being specified in Terraform. For testing, to ensure that I generally understand how the BaseProviderChecks worked, I pulled over this check below from the Checkov code and tried running it against my plan file.
import re
from typing import Dict, List, Any
from checkov.common.models.enums import C
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
May 1, 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?
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
Apr 29, 2022 - Jupyter Notebook
-
Updated
Apr 30, 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
Apr 27, 2022 - Go
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.