This reverts commit 503255c8e0.
This commit is contained in:
Hong Ooi 2021-01-12 05:33:26 +11:00
Родитель 503255c8e0
Коммит dedd6ec735
5 изменённых файлов: 11 добавлений и 15 удалений

4
.github/workflows/check-standard.yaml поставляемый
Просмотреть файл

@ -6,7 +6,7 @@ name: R-CMD-check
jobs:
R-CMD-check:
if: github.repository_owner == 'AzureRSDK'
if: github.repository_owner == 'Azure'
runs-on: ${{ matrix.config.os }}
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
@ -34,7 +34,7 @@ jobs:
token: "${{ secrets.ghPat }}"
# git config hack required, see https://stackoverflow.com/q/64270867/474349
run: |
export CLOUDYR_REPO=$(echo $GITHUB_REPOSITORY | sed "s/AzureRSDK/cloudyr/")
export CLOUDYR_REPO=$(echo $GITHUB_REPOSITORY | sed "s/Azure/cloudyr/")
git config -l | grep 'http\..*\.extraheader' | cut -d= -f1 | \
xargs -L1 git config --unset-all
git push --prune https://token:$token@github.com/${CLOUDYR_REPO}.git +refs/remotes/origin/*:refs/heads/* +refs/tags/*:refs/tags/*

Просмотреть файл

@ -1,14 +1,14 @@
Package: AzureKeyVault
Title: Key and Secret Management in 'Azure'
Version: 1.0.4.9000
Version: 1.0.4
Authors@R: c(
person("Hong", "Ooi", , "hongooi73@gmail.com", role = c("aut", "cre")),
person("Microsoft", role="cph")
)
Description: Manage keys, certificates, secrets, and storage accounts in Microsoft's 'Key Vault' service: <https://azure.microsoft.com/services/key-vault/>. Provides facilities to store and retrieve secrets, use keys to encrypt, decrypt, sign and verify data, and manage certificates. Integrates with the 'AzureAuth' package to enable authentication with a certificate, and with the 'openssl' package for importing and exporting cryptographic objects. Part of the 'AzureR' family of packages.
License: MIT + file LICENSE
URL: https://github.com/AzureRSDK/AzureKeyVault https://github.com/AzureRSDK/AzureR
BugReports: https://github.com/AzureRSDK/AzureKeyVault/issues
URL: https://github.com/Azure/AzureKeyVault https://github.com/Azure/AzureR
BugReports: https://github.com/Azure/AzureKeyVault/issues
VignetteBuilder: knitr
Depends:
R (>= 3.3),

Просмотреть файл

@ -1,7 +1,3 @@
# AzureKeyVault 1.0.4.9000
- Transfer to AzureRSDK org on GitHub.
# AzureKeyVault 1.0.4
- Change maintainer email address.

Просмотреть файл

@ -2,7 +2,7 @@
[![CRAN](https://www.r-pkg.org/badges/version/AzureKeyVault)](https://cran.r-project.org/package=AzureKeyVault)
![Downloads](https://cranlogs.r-pkg.org/badges/AzureKeyVault)
![R-CMD-check](https://github.com/AzureRSDK/AzureKeyVault/workflows/R-CMD-check/badge.svg)
![R-CMD-check](https://github.com/Azure/AzureKeyVault/workflows/R-CMD-check/badge.svg)
[Azure Key Vault](https://azure.microsoft.com/services/key-vault/) enables Microsoft Azure applications and users to store and use several types of secret/key data:
@ -13,15 +13,15 @@
AzureKeyVault is an R package for working with the Key Vault service. It provides both a client interface, to access the contents of the vault, and a Resource Manager interface for administering the Key Vault itself.
The primary repo for this package is at https://github.com/AzureRSDK/AzureKeyVault; please submit issues and PRs there. It is also mirrored at the Cloudyr org at https://github.com/cloudyr/AzureKeyVault. You can install the development version of the package from GitHub:
The primary repo for this package is at https://github.com/Azure/AzureKeyVault; please submit issues and PRs there. It is also mirrored at the Cloudyr org at https://github.com/cloudyr/AzureKeyVault. You can install the development version of the package from GitHub:
```r
devtools::install_github("AzureRSDK/AzureKeyVault")
devtools::install_github("Azure/AzureKeyVault")
```
## Resource Manager interface
AzureKeyVault extends the [AzureRMR](https://github.com/AzureRSDK/AzureRMR) package to handle key vaults. In addition to creating and deleting vaults, it provides methods to manage access policies for user and service principals.
AzureKeyVault extends the [AzureRMR](https://github.com/Azure/AzureRMR) package to handle key vaults. In addition to creating and deleting vaults, it provides methods to manage access policies for user and service principals.
```r
# create a key vault
@ -103,4 +103,4 @@ stor$create_sas_definition("newsas", sasdef, validity_period="P30D")
```
---
<p align="center"><a href="https://github.com/AzureRSDK/AzureR"><img src="https://github.com/AzureRSDK/AzureR/raw/master/images/logo2.png" width=800 /></a></p>
<p align="center"><a href="https://github.com/Azure/AzureR"><img src="https://github.com/Azure/AzureR/raw/master/images/logo2.png" width=800 /></a></p>

Просмотреть файл

@ -19,7 +19,7 @@ AzureKeyVault is an R package for working with the Key Vault service. It provide
## Resource Manager interface
AzureKeyVault extends the [AzureRMR](https://github.com/AzureRSDK/AzureRMR) package to handle key vaults. In addition to creating and deleting vaults, it provides methods to manage access policies for user and service principals.
AzureKeyVault extends the [AzureRMR](https://github.com/Azure/AzureRMR) package to handle key vaults. In addition to creating and deleting vaults, it provides methods to manage access policies for user and service principals.
```r
# create a key vault