-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Spec for ProtectedSettingsFromKeyVault and AllowExtensionOper…
- Loading branch information
1 parent
2f50465
commit 6cc3bd1
Showing
3 changed files
with
1 addition
and
325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
293 changes: 0 additions & 293 deletions
293
.../stable/2021-07-01/examples/compute/CreateAScaleSetWithProtectedSettingsFromKeyVault.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,12 +14,6 @@ | |
"suppressFailures": true, | ||
"settings": { | ||
"UserName": "[email protected]" | ||
}, | ||
"protectedSettingsFromKeyVault": { | ||
"sourceVault": { | ||
"id": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/kvName" | ||
}, | ||
"secretUrl": "https://kvName.vault.azure.net/secrets/secretName/79b88b3a6f5440ffb2e73e44a0db712e" | ||
} | ||
} | ||
} | ||
|
@@ -40,12 +34,6 @@ | |
"suppressFailures": true, | ||
"settings": { | ||
"UserName": "[email protected]" | ||
}, | ||
"protectedSettingsFromKeyVault": { | ||
"sourceVault": { | ||
"id": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/kvName" | ||
}, | ||
"secretUrl": "https://kvName.vault.azure.net/secrets/secretName/79b88b3a6f5440ffb2e73e44a0db712e" | ||
} | ||
} | ||
} | ||
|