Skip to content

Format ruff & fix secure blob access#161

Merged
simonkurtz-MSFT merged 4 commits intomainfrom
feature/ruff-format-lint
Feb 27, 2026
Merged

Format ruff & fix secure blob access#161
simonkurtz-MSFT merged 4 commits intomainfrom
feature/ruff-format-lint

Conversation

@simonkurtz-MSFT
Copy link
Member

No description provided.

@simonkurtz-MSFT simonkurtz-MSFT added the enhancement New feature or request label Feb 26, 2026
@github-actions
Copy link

github-actions bot commented Feb 26, 2026

🐍 Python 3.14 Results

Metric Status Value
Ruff 0 issue(s)
Unit Tests success
Code Coverage 📊 100%

Full Workflow Logs

@github-actions
Copy link

github-actions bot commented Feb 26, 2026

🐍 Python 3.12 Results

Metric Status Value
Ruff 0 issue(s)
Unit Tests success
Code Coverage 📊 100%

Full Workflow Logs

@github-actions
Copy link

github-actions bot commented Feb 26, 2026

🐍 Python 3.13 Results

Metric Status Value
Ruff 0 issue(s)
Unit Tests success
Code Coverage 📊 100%

Full Workflow Logs

@github-actions
Copy link

github-actions bot commented Feb 26, 2026

Python 3.12 Detailed Test Results

1 632 tests  ±0   1 632 ✅ ±0   17s ⏱️ -2s
    1 suites ±0       0 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit d0956ee. ± Comparison against base commit 7378606.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Feb 26, 2026

Python 3.14 Detailed Test Results

1 632 tests  ±0   1 632 ✅ ±0   14s ⏱️ -5s
    1 suites ±0       0 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit d0956ee. ± Comparison against base commit 7378606.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Feb 26, 2026

Python 3.13 Detailed Test Results

1 632 tests  ±0   1 632 ✅ ±0   16s ⏱️ -3s
    1 suites ±0       0 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit d0956ee. ± Comparison against base commit 7378606.

♻️ This comment has been updated with latest results.

import json

import azure_resources as az
import console as console_module
_result = utils.create_bicep_deployment_group(
'test-rg', 'eastus', INFRASTRUCTURE.SIMPLE_APIM, bicep_params, 'params.json', rg_tags
)
_result = utils.create_bicep_deployment_group('test-rg', 'eastus', INFRASTRUCTURE.SIMPLE_APIM, bicep_params, 'params.json', rg_tags)
@simonkurtz-MSFT simonkurtz-MSFT merged commit 49267ef into main Feb 27, 2026
9 checks passed
@simonkurtz-MSFT simonkurtz-MSFT deleted the feature/ruff-format-lint branch February 27, 2026 00:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant